diff --git a/v2/packages/keplr/README.md b/v2/packages/keplr/README.md
new file mode 100644
index 000000000..c36810500
--- /dev/null
+++ b/v2/packages/keplr/README.md
@@ -0,0 +1,60 @@
+# keplr
+
+
+ ![](https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg)
+ Chain Registry to Keplr
+
+
+## install
+
+```sh
+npm install keplr
+```
+## Table of contents
+
+- [keplr](#keplr)
+ - [Install](#install)
+ - [Table of contents](#table-of-contents)
+- [Developing](#developing)
+- [Credits](#credits)
+
+## Developing
+
+When first cloning the repo:
+
+```sh
+yarn
+# build the prod packages. When devs would like to navigate to the source code, this will only navigate from references to their definitions (.d.ts files) between packages.
+yarn build
+```
+
+Or if you want to make your dev process smoother, you can run:
+
+```sh
+yarn
+# build the dev packages with .map files, this enables navigation from references to their source code between packages.
+yarn build:dev
+```
+
+## Related
+
+Checkout these related projects:
+
+* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
+* [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
+* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
+* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
+* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
+* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
+* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
+
+## Credits
+
+🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
+
+
+## Disclaimer
+
+AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
+
+No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.
diff --git a/v2/packages/keplr/__tests__/__snapshots__/chainInfo.test.ts.snap b/v2/packages/keplr/__tests__/__snapshots__/chainInfo.test.ts.snap
new file mode 100644
index 000000000..99b8af443
--- /dev/null
+++ b/v2/packages/keplr/__tests__/__snapshots__/chainInfo.test.ts.snap
@@ -0,0 +1,64 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`works 1`] = `
+{
+ "bech32Config": {
+ "bech32PrefixAccAddr": "osmo",
+ "bech32PrefixAccPub": "osmopub",
+ "bech32PrefixConsAddr": "osmovalcons",
+ "bech32PrefixConsPub": "osmovalconspub",
+ "bech32PrefixValAddr": "osmovaloper",
+ "bech32PrefixValPub": "osmovaloperpub",
+ },
+ "bip44": {
+ "coinType": 118,
+ },
+ "chainId": "osmosis-1",
+ "chainName": "Osmosis",
+ "currencies": [
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://app.osmosis.zone/tokens/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ION",
+ "coinGeckoId": "ion",
+ "coinImageUrl": "https://app.osmosis.zone/tokens/ion.png",
+ "coinMinimalDenom": "uion",
+ },
+ ],
+ "features": [
+ "stargate",
+ "ibc-transfer",
+ "no-legacy-stdTx",
+ "ibc-go",
+ ],
+ "feeCurrencies": [
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://app.osmosis.zone/tokens/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+ ],
+ "gasPriceStep": {
+ "average": 0,
+ "high": 0.025,
+ "low": 0,
+ },
+ "rest": "https://lcd-osmosis.keplr.app/",
+ "rpc": "https://rpc-osmosis.keplr.app/",
+ "stakeCurrency": {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://app.osmosis.zone/tokens/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+}
+`;
diff --git a/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap b/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap
new file mode 100644
index 000000000..67e595fbd
--- /dev/null
+++ b/v2/packages/keplr/__tests__/__snapshots__/keplr.test.ts.snap
@@ -0,0 +1,6277 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`getExplorer 1`] = `
+{
+ "bech32Config": {
+ "bech32PrefixAccAddr": "osmo",
+ "bech32PrefixAccPub": "osmopub",
+ "bech32PrefixConsAddr": "osmovalcons",
+ "bech32PrefixConsPub": "osmovalconspub",
+ "bech32PrefixValAddr": "osmovaloper",
+ "bech32PrefixValPub": "osmovaloperpub",
+ },
+ "bip44": {
+ "coinType": 118,
+ },
+ "chainId": "osmosis-1",
+ "chainName": "Osmosis",
+ "currencies": [
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ION",
+ "coinGeckoId": "ion",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg",
+ "coinMinimalDenom": "uion",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "coinMinimalDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ "coinMinimalDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "WBTC.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "coinMinimalDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg",
+ "coinMinimalDenom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DAI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "coinMinimalDenom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "BUSD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "coinMinimalDenom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg",
+ "coinMinimalDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "CRO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "coinMinimalDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "BNB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "coinMinimalDenom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "MATIC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg",
+ "coinMinimalDenom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "AVAX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg",
+ "coinMinimalDenom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUNC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg",
+ "coinMinimalDenom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg",
+ "coinMinimalDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ },
+ {
+ "coinDecimals": 10,
+ "coinDenom": "DOT.glmr.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg",
+ "coinMinimalDenom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "EVMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg",
+ "coinMinimalDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KAVA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "coinMinimalDenom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SCRT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg",
+ "coinMinimalDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg",
+ "coinMinimalDenom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "STARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "coinMinimalDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HUAHUA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "coinMinimalDenom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XPRT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg",
+ "coinMinimalDenom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PSTAKE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg",
+ "coinMinimalDenom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AKT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg",
+ "coinMinimalDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "REGEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "coinMinimalDenom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DVPN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "coinMinimalDenom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IRIS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg",
+ "coinMinimalDenom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IOV",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg",
+ "coinMinimalDenom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NGM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "coinMinimalDenom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "EEUR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "coinMinimalDenom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "LIKE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg",
+ "coinMinimalDenom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IXO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "coinMinimalDenom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BCNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg",
+ "coinMinimalDenom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BTSG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg",
+ "coinMinimalDenom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XKI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg",
+ "coinMinimalDenom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MED",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "coinMinimalDenom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "BOOT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "coinMinimalDenom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CMDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg",
+ "coinMinimalDenom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "CHEQ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg",
+ "coinMinimalDenom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg",
+ "coinMinimalDenom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "VDL.vdl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "coinMinimalDenom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DSM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg",
+ "coinMinimalDenom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DIG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "coinMinimalDenom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SOMM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg",
+ "coinMinimalDenom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BAND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg",
+ "coinMinimalDenom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DARC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg",
+ "coinMinimalDenom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "UMEE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "coinMinimalDenom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GRAV",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg",
+ "coinMinimalDenom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DEC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg",
+ "coinMinimalDenom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ },
+ {
+ "coinDecimals": 3,
+ "coinDenom": "MARBLE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg",
+ "coinMinimalDenom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SWTH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg",
+ "coinMinimalDenom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CRBRUS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "coinMinimalDenom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FET",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg",
+ "coinMinimalDenom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MNTL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "coinMinimalDenom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NETA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg",
+ "coinMinimalDenom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "INJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg",
+ "coinMinimalDenom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KRTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg",
+ "coinMinimalDenom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TICK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg",
+ "coinMinimalDenom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ROWAN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg",
+ "coinMinimalDenom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CTK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "coinMinimalDenom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HOPE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg",
+ "coinMinimalDenom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAC.juno",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg",
+ "coinMinimalDenom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FRAX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "coinMinimalDenom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "WBTC.eth.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg",
+ "coinMinimalDenom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg",
+ "coinMinimalDenom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.eth.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg",
+ "coinMinimalDenom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DAI.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg",
+ "coinMinimalDenom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg",
+ "coinMinimalDenom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLOCK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg",
+ "coinMinimalDenom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "HASH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "coinMinimalDenom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GLX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg",
+ "coinMinimalDenom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ },
+ {
+ "coinDecimals": undefined,
+ "coinDenom": "DHK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg",
+ "coinMinimalDenom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAW",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "coinMinimalDenom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MEME",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg",
+ "coinMinimalDenom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASVT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "coinMinimalDenom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JOE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "coinMinimalDenom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "coinMinimalDenom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ATOLO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg",
+ "coinMinimalDenom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HARD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg",
+ "coinMinimalDenom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SWP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg",
+ "coinMinimalDenom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "LINK.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg",
+ "coinMinimalDenom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "L1",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg",
+ "coinMinimalDenom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "AAVE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "coinMinimalDenom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "APE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "coinMinimalDenom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "MKR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "coinMinimalDenom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "RAI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "coinMinimalDenom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SHIB.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg",
+ "coinMinimalDenom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KUJI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "coinMinimalDenom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TGD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg",
+ "coinMinimalDenom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ECH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "coinMinimalDenom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ODIN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "coinMinimalDenom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GEO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "coinMinimalDenom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "O9W",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "coinMinimalDenom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LVN.ki",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "coinMinimalDenom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "GLMR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg",
+ "coinMinimalDenom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GLTO.juno",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "coinMinimalDenom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GKEY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg",
+ "coinMinimalDenom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CRE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg",
+ "coinMinimalDenom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUMEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "coinMinimalDenom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ORAI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "coinMinimalDenom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CUDOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg",
+ "coinMinimalDenom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "coinMinimalDenom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "coinMinimalDenom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "coinMinimalDenom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "coinMinimalDenom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "coinMinimalDenom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "STRD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "coinMinimalDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "coinMinimalDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stSTARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "coinMinimalDenom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SOLAR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "coinMinimalDenom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEASY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "coinMinimalDenom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AXL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg",
+ "coinMinimalDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "REBUS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "coinMinimalDenom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TORI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "coinMinimalDenom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "coinMinimalDenom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "coinMinimalDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MUSE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "coinMinimalDenom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "LAMB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "coinMinimalDenom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "coinMinimalDenom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "FUND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "coinMinimalDenom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JKL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg",
+ "coinMinimalDenom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ALTER",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "coinMinimalDenom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BUTT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "coinMinimalDenom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SHD(old)",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "coinMinimalDenom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SIENNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "coinMinimalDenom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stkd-SCRT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "coinMinimalDenom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BZE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "coinMinimalDenom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FURY.juno",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "coinMinimalDenom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ACRE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "coinMinimalDenom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CMST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "coinMinimalDenom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "IMV",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "coinMinimalDenom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MEDAS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "coinMinimalDenom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PHMN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "coinMinimalDenom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AMBER",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "coinMinimalDenom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "NOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "coinMinimalDenom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stkATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "coinMinimalDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "DYS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "coinMinimalDenom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HOPERS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "coinMinimalDenom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "arUSD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "coinMinimalDenom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PLQ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "coinMinimalDenom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FTM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "coinMinimalDenom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CANTO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "coinMinimalDenom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qSTARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "coinMinimalDenom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WYND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "coinMinimalDenom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.e.matic.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg",
+ "coinMinimalDenom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.avax.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg",
+ "coinMinimalDenom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MARS.mars",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "coinMinimalDenom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CNTO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "coinMinimalDenom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stLUNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "coinMinimalDenom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stEVMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "coinMinimalDenom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NRIDE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "coinMinimalDenom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "EBL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "coinMinimalDenom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "coinMinimalDenom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HARBOR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "coinMinimalDenom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qREGEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "coinMinimalDenom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FOX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "coinMinimalDenom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "QCK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "coinMinimalDenom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ARKH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "coinMinimalDenom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "coinMinimalDenom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FRNZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "coinMinimalDenom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WHALE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "coinMinimalDenom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GRDN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "coinMinimalDenom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MNPU",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "coinMinimalDenom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SHIBAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "coinMinimalDenom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SKOJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "coinMinimalDenom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NCT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "coinMinimalDenom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CLST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "coinMinimalDenom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSDOGE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "coinMinimalDenom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "APEMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "coinMinimalDenom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "INVDRS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "coinMinimalDenom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DOGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "coinMinimalDenom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CATMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "coinMinimalDenom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SUMMIT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "coinMinimalDenom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FLIX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "coinMinimalDenom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SPACER",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "coinMinimalDenom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "LIGHT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "coinMinimalDenom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SILK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "coinMinimalDenom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MILE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "coinMinimalDenom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MANNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "coinMinimalDenom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FIL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg",
+ "coinMinimalDenom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "VOID",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "coinMinimalDenom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SHD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "coinMinimalDenom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "coinMinimalDenom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ARB.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg",
+ "coinMinimalDenom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SLCA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "coinMinimalDenom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PEPEC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "coinMinimalDenom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PEPE.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg",
+ "coinMinimalDenom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IBCX",
+ "coinGeckoId": "ibc-index",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg",
+ "coinMinimalDenom": "factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "cbETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "coinMinimalDenom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "rETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "coinMinimalDenom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "sfrxETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "coinMinimalDenom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "wstETH.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wstETH.axl.svg",
+ "coinMinimalDenom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LORE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "coinMinimalDenom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ROAR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "coinMinimalDenom": "ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stUMEE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "coinMinimalDenom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stIBCX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg",
+ "coinMinimalDenom": "factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NLS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "coinMinimalDenom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CUB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "coinMinimalDenom": "ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLUE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "coinMinimalDenom": "ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NTRN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "coinMinimalDenom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CASA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "coinMinimalDenom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "PICA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
+ "coinMinimalDenom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "KSM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
+ "coinMinimalDenom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ },
+ {
+ "coinDecimals": 10,
+ "coinDenom": "DOT.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg",
+ "coinMinimalDenom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "QSR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "coinMinimalDenom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ARCH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "coinMinimalDenom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MPWR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "coinMinimalDenom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WATR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "coinMinimalDenom": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KYVE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "coinMinimalDenom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.kava",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg",
+ "coinMinimalDenom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ampOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png",
+ "coinMinimalDenom": "factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "coinMinimalDenom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qSOMM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "coinMinimalDenom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PASG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "coinMinimalDenom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stSOMM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "coinMinimalDenom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SOL.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg",
+ "coinMinimalDenom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ },
+ {
+ "coinDecimals": 5,
+ "coinDenom": "BONK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "coinMinimalDenom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg",
+ "coinMinimalDenom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SUI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
+ "coinMinimalDenom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "APT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg",
+ "coinMinimalDenom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MNTA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "coinMinimalDenom": "ibc/51D893F870B7675E507E91DA8DB0B22EA66333207E4F5C0708757F08EE059B0B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DGL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "coinMinimalDenom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.eth.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg",
+ "coinMinimalDenom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "ETH.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.hole.svg",
+ "coinMinimalDenom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "coinMinimalDenom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "YieldETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "coinMinimalDenom": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "XPLA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "coinMinimalDenom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OIN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "coinMinimalDenom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "NEOK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "coinMinimalDenom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "RIO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "coinMinimalDenom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CDT",
+ "coinGeckoId": "collateralized-debt-token",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg",
+ "coinMinimalDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MBRN",
+ "coinGeckoId": "membrane",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg",
+ "coinMinimalDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SGE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "coinMinimalDenom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FIS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "coinMinimalDenom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "rATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "coinMinimalDenom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "STRDST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "coinMinimalDenom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DORA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ "coinMinimalDenom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COREUM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "coinMinimalDenom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TIA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "coinMinimalDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DYDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "coinMinimalDenom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "coinMinimalDenom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ },
+ {
+ "coinDecimals": 14,
+ "coinDenom": "nBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg",
+ "coinMinimalDenom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NOIS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "coinMinimalDenom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo",
+ },
+ {
+ "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": "BRNCH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "coinMinimalDenom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "wstETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "coinMinimalDenom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "QWOYN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "coinMinimalDenom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "HYDROGEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "coinMinimalDenom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "TOCYB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "coinMinimalDenom": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
+ },
+ {
+ "coinDecimals": 3,
+ "coinDenom": "V",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "coinMinimalDenom": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
+ },
+ {
+ "coinDecimals": 3,
+ "coinDenom": "A",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "coinMinimalDenom": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SOURCE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "coinMinimalDenom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PYTH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
+ "coinMinimalDenom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stkOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "coinMinimalDenom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LVN",
+ "coinGeckoId": "levana-protocol",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg",
+ "coinMinimalDenom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PUPPY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "coinMinimalDenom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NEWT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "coinMinimalDenom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "milkTIA",
+ "coinGeckoId": "milkyway-staked-tia",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg",
+ "coinMinimalDenom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "coinMinimalDenom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "coinMinimalDenom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GUPPY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "coinMinimalDenom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ISLM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "coinMinimalDenom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AUTISM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "coinMinimalDenom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "PAGE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg",
+ "coinMinimalDenom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PURSE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "coinMinimalDenom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NINJA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "coinMinimalDenom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KLEO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "coinMinimalDenom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NYX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "coinMinimalDenom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NYM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "coinMinimalDenom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BADDOG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "coinMinimalDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CIRCUS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "coinMinimalDenom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JAPE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "coinMinimalDenom": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WOOF",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "coinMinimalDenom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SNEAKY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "coinMinimalDenom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "WBTC",
+ "coinGeckoId": "wrapped-bitcoin",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg",
+ "coinMinimalDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BAD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "coinMinimalDenom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SGNL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "coinMinimalDenom": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "coinMinimalDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqTIA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "APOLLO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "coinMinimalDenom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stDYDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "coinMinimalDenom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stTIA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "coinMinimalDenom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stSAGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "coinMinimalDenom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stINJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "coinMinimalDenom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GLTO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "coinMinimalDenom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DYM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "coinMinimalDenom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAPTR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/RAPTR.png",
+ "coinMinimalDenom": "factory/osmo1279xudevmf5cw83vkhglct7jededp86k90k2le/RAPTR",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASTRO.terra",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "coinMinimalDenom": "ibc/C25A2303FE24B922DAFFDCE377AC5A42E5EF746806D32E2ED4B610DE85C203F7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BADKID",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "coinMinimalDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.sol.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.svg",
+ "coinMinimalDenom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "HEART",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "coinMinimalDenom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "BERLIN-legacy",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "coinMinimalDenom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SCR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "coinMinimalDenom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "C4E",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "coinMinimalDenom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "coinMinimalDenom": "ibc/7D389F0ABF1E4D45BE6D7BBE36A2C50EA0559C01E076B02F8E381E685EC1F942",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SRCX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "coinMinimalDenom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ROCK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "coinMinimalDenom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ },
+ {
+ "coinDecimals": 5,
+ "coinDenom": "BSKT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "coinMinimalDenom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "AIOZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "coinMinimalDenom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stDYM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "coinMinimalDenom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DOKI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png",
+ "coinMinimalDenom": "ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SAIL",
+ "coinGeckoId": "sail-dao",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png",
+ "coinMinimalDenom": "factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SHARK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "coinMinimalDenom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XRP.core",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.core.png",
+ "coinMinimalDenom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEIYAN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png",
+ "coinMinimalDenom": "ibc/86074B8DF625A75C25D52FA6112E3FD5446BA41FE418880C168CA99D10E22F05",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NIBI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "coinMinimalDenom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BEAST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "coinMinimalDenom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CVN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "coinMinimalDenom": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TORO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.svg",
+ "coinMinimalDenom": "factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SAYVE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "coinMinimalDenom": "ibc/06EF575844982382F4D1BC3830D294557A30EDB3CD223153AFC8DFEF06349C56",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LAB",
+ "coinGeckoId": "mad-scientists",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "coinMinimalDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "bOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png",
+ "coinMinimalDenom": "factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PUNDIX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "coinMinimalDenom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "TNKR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
+ "coinMinimalDenom": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "W",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "coinMinimalDenom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DHP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "coinMinimalDenom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FURY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "coinMinimalDenom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SAGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "coinMinimalDenom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ATOM1KLFG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "coinMinimalDenom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SHIDO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "coinMinimalDenom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CIF",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "coinMinimalDenom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HAVA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "coinMinimalDenom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IBC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png",
+ "coinMinimalDenom": "factory/osmo1kqdw6pvn0xww6tyfv2sqvkkencdz0qw406x54r/IBC",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CROWDP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "coinMinimalDenom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASTRO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "coinMinimalDenom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "xASTRO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "coinMinimalDenom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PAXG.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg",
+ "coinMinimalDenom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RSTK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "coinMinimalDenom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BERNESE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png",
+ "coinMinimalDenom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.pica.svg",
+ "coinMinimalDenom": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DAI.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.pica.svg",
+ "coinMinimalDenom": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FXS.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fxs.pica.svg",
+ "coinMinimalDenom": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FRAX.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/frax.pica.svg",
+ "coinMinimalDenom": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg",
+ "coinMinimalDenom": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "sFRAX.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sfrax.pica.svg",
+ "coinMinimalDenom": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "frxETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/frxeth.pica.svg",
+ "coinMinimalDenom": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "sfrxETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sfrxeth.pica.svg",
+ "coinMinimalDenom": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CLAY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "coinMinimalDenom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "404DR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "coinMinimalDenom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "wLIBRA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg",
+ "coinMinimalDenom": "factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "NIM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
+ "coinMinimalDenom": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SEDA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ "coinMinimalDenom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WEIRD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "coinMinimalDenom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PBB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BWH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh",
+ },
+ {
+ "coinDecimals": undefined,
+ "coinDenom": "AFA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ "coinMinimalDenom": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SHITMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ "coinMinimalDenom": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qSAGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ "coinMinimalDenom": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "qDYDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ "coinMinimalDenom": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qBLD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ "coinMinimalDenom": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PEPE.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.pica.png",
+ "coinMinimalDenom": "ibc/5B5BFCC8A9F0D554A4245117F7798E85BE25B6C73DBFA2D6F369BD9DD6CACC6D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CRV.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/crv.pica.png",
+ "coinMinimalDenom": "ibc/080CE38C1E49595F2199E88BE7281F93FAEEF3FE354EECED0640625E8311C9CF",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ezETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ezeth.pica.png",
+ "coinMinimalDenom": "ibc/39AAE0F5F918B731BEF1E02E9BAED33C242805F668B0A941AC509FB569FE51CB",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "USDe.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usde.pica.png",
+ "coinMinimalDenom": "ibc/BFFE212A23384C4EB055CF6F95A1F5EC1BE0F9BD286FAA66C3748F0444E67D63",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ENA.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ena.pica.png",
+ "coinMinimalDenom": "ibc/257FF64F160106F6EE43CEE7C761DA64C1346221895373CC810FFA1BFAC5A7CD",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "eETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eeth.pica.png",
+ "coinMinimalDenom": "ibc/8D0FFEA4EDB04E3C1738C9599B66AE49683E0540FC4C1214AC84534C200D818B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "pxETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pxeth.pica.png",
+ "coinMinimalDenom": "ibc/D09BB89B2187EF13EF006B44510749B0F02FD0B34F8BB55C70D812A1FF6148C7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "crvUSD.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/crvUSD.pica.png",
+ "coinMinimalDenom": "ibc/63551E7BB24008F0AFC1CB051A423A5104F781F035F8B1A191264B7086A0A0F6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WIHA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CRAZYHORSE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COCA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.sol.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg",
+ "coinMinimalDenom": "ibc/0233A3F2541FD43DBCA569B27AF886E97F5C03FC0305E4A8A3FAC6AC26249C7A",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "edgeSOL.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/edgesol.pica.png",
+ "coinMinimalDenom": "ibc/B83F9E20B4A07FA8846880000BD9D8985D89567A090F5E9390C64E81C39B4607",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "LST.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lst.pica.png",
+ "coinMinimalDenom": "ibc/F618D130A2B8203D169811658BD0361F18DC2453085965FA0E5AEB8018DD54EE",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "jitoSOL.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/jitosol.pica.png",
+ "coinMinimalDenom": "ibc/9A83BDF4C8C5FFDDE735533BC8CD4363714A6474AED1C2C492FB003BB77C7982",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SOL.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wsol.pica.png",
+ "coinMinimalDenom": "ibc/0F9E9277B61A78CB31014D541ACA5BF6AB06DFC4524C4C836490B131DAAECD78",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "coinMinimalDenom": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WHINE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png",
+ "coinMinimalDenom": "ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BAG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "BTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ "coinMinimalDenom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "N43",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "coinMinimalDenom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAKOFF",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ "coinMinimalDenom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.arb.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.arb.axl.svg",
+ "coinMinimalDenom": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.base.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.base.axl.svg",
+ "coinMinimalDenom": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.matic.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.matic.axl.svg",
+ "coinMinimalDenom": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stISLM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ "coinMinimalDenom": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "MAND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ "coinMinimalDenom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NTMPI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ "coinMinimalDenom": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PBJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
+ "coinMinimalDenom": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "USDY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "coinMinimalDenom": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TURD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/TURD.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/turd",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FCT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg",
+ "coinMinimalDenom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "coinMinimalDenom": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SOL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "coinMinimalDenom": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LAVA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ "coinMinimalDenom": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "UM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg",
+ "coinMinimalDenom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TRX.rt",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg",
+ "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.rt",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg",
+ "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "coinMinimalDenom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stBAND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ "coinMinimalDenom": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COOK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COOK.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/COOK",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TRX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg",
+ "coinMinimalDenom": "factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ROUTE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ "coinMinimalDenom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "OP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg",
+ "coinMinimalDenom": "factory/osmo1nufyzqlm8qhu2w7lm0l4rrax0ec8rsk69mga4tel8eare7c7ljaqpk2lyg/alloyed/allOP",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "OP.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg",
+ "coinMinimalDenom": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "SHIB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "coinMinimalDenom": "factory/osmo1f588gk9dazpsueevdl2w6wfkmfmhg5gdvg2uerdlzl0atkasqhsq59qc6a/alloyed/allSHIB",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "ARB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "coinMinimalDenom": "factory/osmo1p7x454ex08s4f9ztmm7wfv7lvtgdkfztj2u7v7fezfcauy85q35qmqrdpk/alloyed/allARB",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "LINK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg",
+ "coinMinimalDenom": "factory/osmo18zdw5yvs6gfp95rp74qqwug9yduw2fyr8kplk2xgs726s9axc5usa2vpgw/alloyed/allLINK",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "PEPE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "coinMinimalDenom": "factory/osmo1nnlxegt0scm9qkzys9c874t0ntapv4epfjy2w49c0xdrp3dr0v4ssmelzx/alloyed/allPEPE",
+ },
+ {
+ "coinDecimals": 10,
+ "coinDenom": "DOT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg",
+ "coinMinimalDenom": "factory/osmo1r53fx9fvcdzncrs7zkn4gw5vfelx5gk8k5wc6wqha2jpkh992rusr5tk02/alloyed/allDOT",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "UWU.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/UWU.pica.png",
+ "coinMinimalDenom": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DEEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
+ "coinMinimalDenom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COSMOUSD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CosmoUSD.png",
+ "coinMinimalDenom": "factory/osmo104jtrwcljnxfljhml8mxrw7qetcsdmqvy3sprw/ucosmousd",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XTRUMP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "coinMinimalDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.inj",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg",
+ "coinMinimalDenom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fBAD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBAD.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fMAD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fMAD.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fSLOTH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fSLOTH.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fNUT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fNUT.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "coinMinimalDenom": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "TON.orai",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg",
+ "coinMinimalDenom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "TON",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ "coinMinimalDenom": "factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FURY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "coinMinimalDenom": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PUNDIX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png",
+ "coinMinimalDenom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DHP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "coinMinimalDenom": "ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SHIDO",
+ "coinGeckoId": undefined,
+ "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",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg",
+ "coinMinimalDenom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "nomic.NOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg",
+ "coinMinimalDenom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "YMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png",
+ "coinMinimalDenom": "factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "BRNZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg",
+ "coinMinimalDenom": "factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ashLAB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png",
+ "coinMinimalDenom": "factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GRAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ "coinMinimalDenom": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "loopedUSDCmars",
+ "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",
+ "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",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fBULLS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBULLS.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBULLS",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "RBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": undefined,
+ "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/BTC.rt",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "ckBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": undefined,
+ "coinMinimalDenom": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC",
+ },
+ ],
+ "features": [
+ "stargate",
+ "no-legacy-stdTx",
+ "ibc-transfer",
+ "ibc-go",
+ "cosmwasm",
+ "wasmd_0.24+",
+ ],
+ "feeCurrencies": [
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ "gasPriceStep": {
+ "average": 0.025,
+ "high": 0.04,
+ "low": 0.0025,
+ },
+ },
+ ],
+ "rest": "https://rest.osmosis.goldenratiostaking.net",
+ "rpc": "https://rpc.osmosis.zone/",
+ "stakeCurrency": {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+}
+`;
+
+exports[`keplr 1`] = `
+{
+ "bech32Config": {
+ "bech32PrefixAccAddr": "osmo",
+ "bech32PrefixAccPub": "osmopub",
+ "bech32PrefixConsAddr": "osmovalcons",
+ "bech32PrefixConsPub": "osmovalconspub",
+ "bech32PrefixValAddr": "osmovaloper",
+ "bech32PrefixValPub": "osmovaloperpub",
+ },
+ "bip44": {
+ "coinType": 118,
+ },
+ "chainId": "osmosis-1",
+ "chainName": "Osmosis",
+ "currencies": [
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ION",
+ "coinGeckoId": "ion",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg",
+ "coinMinimalDenom": "uion",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "coinMinimalDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ "coinMinimalDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "WBTC.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "coinMinimalDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg",
+ "coinMinimalDenom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DAI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "coinMinimalDenom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "BUSD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "coinMinimalDenom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg",
+ "coinMinimalDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "CRO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "coinMinimalDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "BNB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "coinMinimalDenom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "MATIC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg",
+ "coinMinimalDenom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "AVAX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg",
+ "coinMinimalDenom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUNC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg",
+ "coinMinimalDenom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg",
+ "coinMinimalDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ },
+ {
+ "coinDecimals": 10,
+ "coinDenom": "DOT.glmr.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg",
+ "coinMinimalDenom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "EVMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg",
+ "coinMinimalDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KAVA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "coinMinimalDenom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SCRT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg",
+ "coinMinimalDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg",
+ "coinMinimalDenom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "STARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "coinMinimalDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HUAHUA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "coinMinimalDenom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XPRT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg",
+ "coinMinimalDenom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PSTAKE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg",
+ "coinMinimalDenom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AKT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg",
+ "coinMinimalDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "REGEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "coinMinimalDenom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DVPN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "coinMinimalDenom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IRIS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg",
+ "coinMinimalDenom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IOV",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg",
+ "coinMinimalDenom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NGM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "coinMinimalDenom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "EEUR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "coinMinimalDenom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "LIKE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg",
+ "coinMinimalDenom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IXO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "coinMinimalDenom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BCNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg",
+ "coinMinimalDenom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BTSG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg",
+ "coinMinimalDenom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XKI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg",
+ "coinMinimalDenom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MED",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "coinMinimalDenom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "BOOT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "coinMinimalDenom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CMDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg",
+ "coinMinimalDenom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "CHEQ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg",
+ "coinMinimalDenom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg",
+ "coinMinimalDenom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "VDL.vdl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "coinMinimalDenom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DSM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg",
+ "coinMinimalDenom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DIG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "coinMinimalDenom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SOMM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg",
+ "coinMinimalDenom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BAND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg",
+ "coinMinimalDenom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DARC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg",
+ "coinMinimalDenom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "UMEE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "coinMinimalDenom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GRAV",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg",
+ "coinMinimalDenom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DEC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg",
+ "coinMinimalDenom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ },
+ {
+ "coinDecimals": 3,
+ "coinDenom": "MARBLE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg",
+ "coinMinimalDenom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SWTH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg",
+ "coinMinimalDenom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CRBRUS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "coinMinimalDenom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FET",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg",
+ "coinMinimalDenom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MNTL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "coinMinimalDenom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NETA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg",
+ "coinMinimalDenom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "INJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg",
+ "coinMinimalDenom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KRTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg",
+ "coinMinimalDenom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TICK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg",
+ "coinMinimalDenom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ROWAN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg",
+ "coinMinimalDenom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CTK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "coinMinimalDenom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HOPE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg",
+ "coinMinimalDenom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAC.juno",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg",
+ "coinMinimalDenom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FRAX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "coinMinimalDenom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "WBTC.eth.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg",
+ "coinMinimalDenom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg",
+ "coinMinimalDenom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.eth.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg",
+ "coinMinimalDenom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DAI.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg",
+ "coinMinimalDenom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg",
+ "coinMinimalDenom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLOCK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg",
+ "coinMinimalDenom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "HASH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "coinMinimalDenom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GLX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg",
+ "coinMinimalDenom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ },
+ {
+ "coinDecimals": undefined,
+ "coinDenom": "DHK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg",
+ "coinMinimalDenom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAW",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "coinMinimalDenom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MEME",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg",
+ "coinMinimalDenom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASVT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "coinMinimalDenom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JOE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "coinMinimalDenom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "coinMinimalDenom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ATOLO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg",
+ "coinMinimalDenom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HARD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg",
+ "coinMinimalDenom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SWP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg",
+ "coinMinimalDenom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "LINK.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg",
+ "coinMinimalDenom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "L1",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg",
+ "coinMinimalDenom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "AAVE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "coinMinimalDenom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "APE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "coinMinimalDenom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "MKR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "coinMinimalDenom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "RAI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "coinMinimalDenom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SHIB.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg",
+ "coinMinimalDenom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KUJI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "coinMinimalDenom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TGD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg",
+ "coinMinimalDenom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ECH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "coinMinimalDenom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ODIN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "coinMinimalDenom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GEO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "coinMinimalDenom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "O9W",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "coinMinimalDenom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LVN.ki",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "coinMinimalDenom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "GLMR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg",
+ "coinMinimalDenom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GLTO.juno",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "coinMinimalDenom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GKEY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg",
+ "coinMinimalDenom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CRE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg",
+ "coinMinimalDenom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LUMEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "coinMinimalDenom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ORAI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "coinMinimalDenom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CUDOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg",
+ "coinMinimalDenom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "coinMinimalDenom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "coinMinimalDenom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "coinMinimalDenom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "coinMinimalDenom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "coinMinimalDenom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "STRD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "coinMinimalDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "coinMinimalDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stSTARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "coinMinimalDenom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SOLAR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "coinMinimalDenom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEASY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "coinMinimalDenom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AXL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg",
+ "coinMinimalDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "REBUS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "coinMinimalDenom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TORI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "coinMinimalDenom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "coinMinimalDenom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "coinMinimalDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MUSE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "coinMinimalDenom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "LAMB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "coinMinimalDenom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "coinMinimalDenom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "FUND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "coinMinimalDenom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JKL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg",
+ "coinMinimalDenom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ALTER",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "coinMinimalDenom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BUTT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "coinMinimalDenom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SHD(old)",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "coinMinimalDenom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SIENNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "coinMinimalDenom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stkd-SCRT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "coinMinimalDenom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BZE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "coinMinimalDenom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FURY.juno",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "coinMinimalDenom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ACRE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "coinMinimalDenom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CMST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "coinMinimalDenom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "IMV",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "coinMinimalDenom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MEDAS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "coinMinimalDenom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PHMN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "coinMinimalDenom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AMBER",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "coinMinimalDenom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "NOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "coinMinimalDenom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stkATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "coinMinimalDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "DYS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "coinMinimalDenom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HOPERS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "coinMinimalDenom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "arUSD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "coinMinimalDenom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PLQ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "coinMinimalDenom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FTM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "coinMinimalDenom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CANTO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "coinMinimalDenom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qSTARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "coinMinimalDenom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WYND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "coinMinimalDenom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.e.matic.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg",
+ "coinMinimalDenom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.avax.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg",
+ "coinMinimalDenom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MARS.mars",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "coinMinimalDenom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CNTO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "coinMinimalDenom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stLUNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "coinMinimalDenom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stEVMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "coinMinimalDenom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NRIDE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "coinMinimalDenom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "EBL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "coinMinimalDenom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "coinMinimalDenom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HARBOR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "coinMinimalDenom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qREGEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "coinMinimalDenom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FOX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "coinMinimalDenom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "QCK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "coinMinimalDenom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ARKH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "coinMinimalDenom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "coinMinimalDenom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FRNZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "coinMinimalDenom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WHALE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "coinMinimalDenom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GRDN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "coinMinimalDenom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MNPU",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "coinMinimalDenom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SHIBAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "coinMinimalDenom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SKOJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "coinMinimalDenom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NCT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "coinMinimalDenom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CLST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "coinMinimalDenom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSDOGE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "coinMinimalDenom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "APEMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "coinMinimalDenom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "INVDRS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "coinMinimalDenom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DOGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "coinMinimalDenom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CATMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "coinMinimalDenom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SUMMIT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "coinMinimalDenom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FLIX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "coinMinimalDenom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SPACER",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "coinMinimalDenom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "LIGHT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "coinMinimalDenom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SILK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "coinMinimalDenom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MILE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "coinMinimalDenom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MANNA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "coinMinimalDenom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FIL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg",
+ "coinMinimalDenom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "VOID",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "coinMinimalDenom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SHD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "coinMinimalDenom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "coinMinimalDenom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ARB.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg",
+ "coinMinimalDenom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SLCA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "coinMinimalDenom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PEPEC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "coinMinimalDenom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PEPE.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg",
+ "coinMinimalDenom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IBCX",
+ "coinGeckoId": "ibc-index",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg",
+ "coinMinimalDenom": "factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "cbETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "coinMinimalDenom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "rETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "coinMinimalDenom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "sfrxETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "coinMinimalDenom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "wstETH.eth.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wstETH.axl.svg",
+ "coinMinimalDenom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LORE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "coinMinimalDenom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ROAR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "coinMinimalDenom": "ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stUMEE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "coinMinimalDenom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stIBCX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg",
+ "coinMinimalDenom": "factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NLS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "coinMinimalDenom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CUB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "coinMinimalDenom": "ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BLUE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "coinMinimalDenom": "ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NTRN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "coinMinimalDenom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CASA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "coinMinimalDenom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "PICA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
+ "coinMinimalDenom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "KSM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
+ "coinMinimalDenom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ },
+ {
+ "coinDecimals": 10,
+ "coinDenom": "DOT.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg",
+ "coinMinimalDenom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "QSR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "coinMinimalDenom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ARCH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "coinMinimalDenom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MPWR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "coinMinimalDenom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WATR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "coinMinimalDenom": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KYVE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "coinMinimalDenom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.kava",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg",
+ "coinMinimalDenom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ampOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/amposmo.png",
+ "coinMinimalDenom": "factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "coinMinimalDenom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qSOMM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "coinMinimalDenom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PASG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "coinMinimalDenom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stSOMM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "coinMinimalDenom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SOL.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg",
+ "coinMinimalDenom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ },
+ {
+ "coinDecimals": 5,
+ "coinDenom": "BONK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "coinMinimalDenom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg",
+ "coinMinimalDenom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "SUI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
+ "coinMinimalDenom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "APT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg",
+ "coinMinimalDenom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MNTA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "coinMinimalDenom": "ibc/51D893F870B7675E507E91DA8DB0B22EA66333207E4F5C0708757F08EE059B0B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DGL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "coinMinimalDenom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.eth.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg",
+ "coinMinimalDenom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "ETH.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.hole.svg",
+ "coinMinimalDenom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "coinMinimalDenom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "YieldETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "coinMinimalDenom": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "XPLA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "coinMinimalDenom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OIN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "coinMinimalDenom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "NEOK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "coinMinimalDenom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "RIO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "coinMinimalDenom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CDT",
+ "coinGeckoId": "collateralized-debt-token",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg",
+ "coinMinimalDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MBRN",
+ "coinGeckoId": "membrane",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg",
+ "coinMinimalDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SGE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "coinMinimalDenom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FIS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "coinMinimalDenom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "rATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "coinMinimalDenom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "STRDST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "coinMinimalDenom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DORA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ "coinMinimalDenom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COREUM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "coinMinimalDenom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TIA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "coinMinimalDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DYDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "coinMinimalDenom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "coinMinimalDenom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ },
+ {
+ "coinDecimals": 14,
+ "coinDenom": "nBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nbtc.svg",
+ "coinMinimalDenom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NOIS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "coinMinimalDenom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqosmo.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo",
+ },
+ {
+ "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": "BRNCH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "coinMinimalDenom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "wstETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "coinMinimalDenom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqATOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqatom.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqbtc.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqbtc",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "QWOYN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "coinMinimalDenom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "HYDROGEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "coinMinimalDenom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "TOCYB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "coinMinimalDenom": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
+ },
+ {
+ "coinDecimals": 3,
+ "coinDenom": "V",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "coinMinimalDenom": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
+ },
+ {
+ "coinDecimals": 3,
+ "coinDenom": "A",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "coinMinimalDenom": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SOURCE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "coinMinimalDenom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PYTH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
+ "coinMinimalDenom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stkOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "coinMinimalDenom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LVN",
+ "coinGeckoId": "levana-protocol",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/levana.svg",
+ "coinMinimalDenom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PUPPY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "coinMinimalDenom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NEWT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "coinMinimalDenom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "milkTIA",
+ "coinGeckoId": "milkyway-staked-tia",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/milktia.svg",
+ "coinMinimalDenom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "coinMinimalDenom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "coinMinimalDenom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GUPPY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "coinMinimalDenom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ISLM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "coinMinimalDenom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "AUTISM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "coinMinimalDenom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "PAGE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/page.svg",
+ "coinMinimalDenom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PURSE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "coinMinimalDenom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NINJA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "coinMinimalDenom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "KLEO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "coinMinimalDenom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NYX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "coinMinimalDenom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NYM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "coinMinimalDenom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BADDOG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "coinMinimalDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CIRCUS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "coinMinimalDenom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "JAPE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "coinMinimalDenom": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WOOF",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "coinMinimalDenom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SNEAKY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "coinMinimalDenom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "WBTC",
+ "coinGeckoId": "wrapped-bitcoin",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg",
+ "coinMinimalDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BAD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "coinMinimalDenom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SGNL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "coinMinimalDenom": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "coinMinimalDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "sqTIA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sqtia.svg",
+ "coinMinimalDenom": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqtia",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "APOLLO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "coinMinimalDenom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stDYDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "coinMinimalDenom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stTIA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "coinMinimalDenom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stSAGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "coinMinimalDenom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stINJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "coinMinimalDenom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GLTO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "coinMinimalDenom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DYM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "coinMinimalDenom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAPTR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/RAPTR.png",
+ "coinMinimalDenom": "factory/osmo1279xudevmf5cw83vkhglct7jededp86k90k2le/RAPTR",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASTRO.terra",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "coinMinimalDenom": "ibc/C25A2303FE24B922DAFFDCE377AC5A42E5EF746806D32E2ED4B610DE85C203F7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BADKID",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "coinMinimalDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDC.sol.wh",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.svg",
+ "coinMinimalDenom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "HEART",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "coinMinimalDenom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "BERLIN-legacy",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "coinMinimalDenom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SCR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "coinMinimalDenom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "C4E",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "coinMinimalDenom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "coinMinimalDenom": "ibc/7D389F0ABF1E4D45BE6D7BBE36A2C50EA0559C01E076B02F8E381E685EC1F942",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SRCX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "coinMinimalDenom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ROCK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "coinMinimalDenom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ },
+ {
+ "coinDecimals": 5,
+ "coinDenom": "BSKT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "coinMinimalDenom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "AIOZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "coinMinimalDenom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stDYM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "coinMinimalDenom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DOKI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png",
+ "coinMinimalDenom": "ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SAIL",
+ "coinGeckoId": "sail-dao",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png",
+ "coinMinimalDenom": "factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SHARK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "coinMinimalDenom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XRP.core",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.core.png",
+ "coinMinimalDenom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SEIYAN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SEIYAN.png",
+ "coinMinimalDenom": "ibc/86074B8DF625A75C25D52FA6112E3FD5446BA41FE418880C168CA99D10E22F05",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NIBI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "coinMinimalDenom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BEAST",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "coinMinimalDenom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CVN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "coinMinimalDenom": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TORO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/toro.svg",
+ "coinMinimalDenom": "factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SAYVE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "coinMinimalDenom": "ibc/06EF575844982382F4D1BC3830D294557A30EDB3CD223153AFC8DFEF06349C56",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LAB",
+ "coinGeckoId": "mad-scientists",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "coinMinimalDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "bOSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png",
+ "coinMinimalDenom": "factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PUNDIX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "coinMinimalDenom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "TNKR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
+ "coinMinimalDenom": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "W",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "coinMinimalDenom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DHP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "coinMinimalDenom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FURY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "coinMinimalDenom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SAGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "coinMinimalDenom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ATOM1KLFG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "coinMinimalDenom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SHIDO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "coinMinimalDenom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CIF",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "coinMinimalDenom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "HAVA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "coinMinimalDenom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "IBC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibc.png",
+ "coinMinimalDenom": "factory/osmo1kqdw6pvn0xww6tyfv2sqvkkencdz0qw406x54r/IBC",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CROWDP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "coinMinimalDenom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ASTRO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "coinMinimalDenom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "xASTRO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "coinMinimalDenom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PAXG.grv",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg",
+ "coinMinimalDenom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RSTK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "coinMinimalDenom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BERNESE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png",
+ "coinMinimalDenom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.pica.svg",
+ "coinMinimalDenom": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "DAI.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.pica.svg",
+ "coinMinimalDenom": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FXS.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fxs.pica.svg",
+ "coinMinimalDenom": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "FRAX.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/frax.pica.svg",
+ "coinMinimalDenom": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg",
+ "coinMinimalDenom": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "sFRAX.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sfrax.pica.svg",
+ "coinMinimalDenom": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "frxETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/frxeth.pica.svg",
+ "coinMinimalDenom": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "sfrxETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sfrxeth.pica.svg",
+ "coinMinimalDenom": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CLAY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "coinMinimalDenom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "404DR",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "coinMinimalDenom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "wLIBRA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/0l/images/libra.svg",
+ "coinMinimalDenom": "factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "NIM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
+ "coinMinimalDenom": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SEDA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ "coinMinimalDenom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CAC.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WEIRD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "coinMinimalDenom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PBB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/PBB.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BWH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BWH.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bwh",
+ },
+ {
+ "coinDecimals": undefined,
+ "coinDenom": "AFA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ "coinMinimalDenom": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "SHITMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qJUNO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ "coinMinimalDenom": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qSAGA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ "coinMinimalDenom": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "qDYDX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ "coinMinimalDenom": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "qBLD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ "coinMinimalDenom": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PEPE.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.pica.png",
+ "coinMinimalDenom": "ibc/5B5BFCC8A9F0D554A4245117F7798E85BE25B6C73DBFA2D6F369BD9DD6CACC6D",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "CRV.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/crv.pica.png",
+ "coinMinimalDenom": "ibc/080CE38C1E49595F2199E88BE7281F93FAEEF3FE354EECED0640625E8311C9CF",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ezETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ezeth.pica.png",
+ "coinMinimalDenom": "ibc/39AAE0F5F918B731BEF1E02E9BAED33C242805F668B0A941AC509FB569FE51CB",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "USDe.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usde.pica.png",
+ "coinMinimalDenom": "ibc/BFFE212A23384C4EB055CF6F95A1F5EC1BE0F9BD286FAA66C3748F0444E67D63",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ENA.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ena.pica.png",
+ "coinMinimalDenom": "ibc/257FF64F160106F6EE43CEE7C761DA64C1346221895373CC810FFA1BFAC5A7CD",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "eETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eeth.pica.png",
+ "coinMinimalDenom": "ibc/8D0FFEA4EDB04E3C1738C9599B66AE49683E0540FC4C1214AC84534C200D818B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "pxETH.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pxeth.pica.png",
+ "coinMinimalDenom": "ibc/D09BB89B2187EF13EF006B44510749B0F02FD0B34F8BB55C70D812A1FF6148C7",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "crvUSD.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/crvUSD.pica.png",
+ "coinMinimalDenom": "ibc/63551E7BB24008F0AFC1CB051A423A5104F781F035F8B1A191264B7086A0A0F6",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WIHA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/WIHA.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "CRAZYHORSE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CrazyHorse.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/crazyhorse",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COCA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.sol.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg",
+ "coinMinimalDenom": "ibc/0233A3F2541FD43DBCA569B27AF886E97F5C03FC0305E4A8A3FAC6AC26249C7A",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "edgeSOL.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/edgesol.pica.png",
+ "coinMinimalDenom": "ibc/B83F9E20B4A07FA8846880000BD9D8985D89567A090F5E9390C64E81C39B4607",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "LST.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lst.pica.png",
+ "coinMinimalDenom": "ibc/F618D130A2B8203D169811658BD0361F18DC2453085965FA0E5AEB8018DD54EE",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "jitoSOL.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/jitosol.pica.png",
+ "coinMinimalDenom": "ibc/9A83BDF4C8C5FFDDE735533BC8CD4363714A6474AED1C2C492FB003BB77C7982",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SOL.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wsol.pica.png",
+ "coinMinimalDenom": "ibc/0F9E9277B61A78CB31014D541ACA5BF6AB06DFC4524C4C836490B131DAAECD78",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "coinMinimalDenom": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "WHINE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png",
+ "coinMinimalDenom": "ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "BAG",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BAG.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "BTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ "coinMinimalDenom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "N43",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "coinMinimalDenom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "RAKOFF",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ "coinMinimalDenom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.arb.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.arb.axl.svg",
+ "coinMinimalDenom": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.base.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.base.axl.svg",
+ "coinMinimalDenom": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH.matic.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.matic.axl.svg",
+ "coinMinimalDenom": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "stISLM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ "coinMinimalDenom": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "MAND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ "coinMinimalDenom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "NTMPI",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ "coinMinimalDenom": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "PBJ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
+ "coinMinimalDenom": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "USDY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "coinMinimalDenom": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TURD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/TURD.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/turd",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FCT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg",
+ "coinMinimalDenom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ETH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "coinMinimalDenom": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "SOL",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "coinMinimalDenom": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "LAVA",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ "coinMinimalDenom": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "UM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg",
+ "coinMinimalDenom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TRX.rt",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg",
+ "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/TRX.rt",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.rt",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg",
+ "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/USDT.rt",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COSMO",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "coinMinimalDenom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "stBAND",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ "coinMinimalDenom": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COOK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COOK.png",
+ "coinMinimalDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/COOK",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "TRX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg",
+ "coinMinimalDenom": "factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "ROUTE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ "coinMinimalDenom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "OP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg",
+ "coinMinimalDenom": "factory/osmo1nufyzqlm8qhu2w7lm0l4rrax0ec8rsk69mga4tel8eare7c7ljaqpk2lyg/alloyed/allOP",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "OP.axl",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg",
+ "coinMinimalDenom": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "SHIB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "coinMinimalDenom": "factory/osmo1f588gk9dazpsueevdl2w6wfkmfmhg5gdvg2uerdlzl0atkasqhsq59qc6a/alloyed/allSHIB",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "ARB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "coinMinimalDenom": "factory/osmo1p7x454ex08s4f9ztmm7wfv7lvtgdkfztj2u7v7fezfcauy85q35qmqrdpk/alloyed/allARB",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "LINK",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg",
+ "coinMinimalDenom": "factory/osmo18zdw5yvs6gfp95rp74qqwug9yduw2fyr8kplk2xgs726s9axc5usa2vpgw/alloyed/allLINK",
+ },
+ {
+ "coinDecimals": 12,
+ "coinDenom": "PEPE",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "coinMinimalDenom": "factory/osmo1nnlxegt0scm9qkzys9c874t0ntapv4epfjy2w49c0xdrp3dr0v4ssmelzx/alloyed/allPEPE",
+ },
+ {
+ "coinDecimals": 10,
+ "coinDenom": "DOT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg",
+ "coinMinimalDenom": "factory/osmo1r53fx9fvcdzncrs7zkn4gw5vfelx5gk8k5wc6wqha2jpkh992rusr5tk02/alloyed/allDOT",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "UWU.pica",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/UWU.pica.png",
+ "coinMinimalDenom": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DEEN",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
+ "coinMinimalDenom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "COSMOUSD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CosmoUSD.png",
+ "coinMinimalDenom": "factory/osmo104jtrwcljnxfljhml8mxrw7qetcsdmqvy3sprw/ucosmousd",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "XTRUMP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "coinMinimalDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "USDT.eth.inj",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg",
+ "coinMinimalDenom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fBAD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBAD.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fMAD",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fMAD.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fSLOTH",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fSLOTH.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fNUT",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fNUT.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "MARS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "coinMinimalDenom": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "TON.orai",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg",
+ "coinMinimalDenom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "TON",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ "coinMinimalDenom": "factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "FURY",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "coinMinimalDenom": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "PUNDIX",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png",
+ "coinMinimalDenom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "DHP",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "coinMinimalDenom": "ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "SHIDO",
+ "coinGeckoId": undefined,
+ "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",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg",
+ "coinMinimalDenom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "nomic.NOM",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg",
+ "coinMinimalDenom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "YMOS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ymos.png",
+ "coinMinimalDenom": "factory/osmo1vdvnznwg597qngrq9mnfcfk0am9jdc9y446jewhcqdreqz4r75xq5j5zvy/ymos",
+ },
+ {
+ "coinDecimals": 0,
+ "coinDenom": "BRNZ",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg",
+ "coinMinimalDenom": "factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "ashLAB",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ashLAB.png",
+ "coinMinimalDenom": "factory/osmo1svj5kd8kzj7xxtrd6ftjk0856ffpyj4egz7f9pd9dge5wr4kwansmefq07/lab.ash",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "GRAC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ "coinMinimalDenom": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
+ },
+ {
+ "coinDecimals": 6,
+ "coinDenom": "loopedUSDCmars",
+ "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",
+ "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",
+ },
+ {
+ "coinDecimals": 9,
+ "coinDenom": "fBULLS",
+ "coinGeckoId": undefined,
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fBULLS.png",
+ "coinMinimalDenom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBULLS",
+ },
+ {
+ "coinDecimals": 18,
+ "coinDenom": "RBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": undefined,
+ "coinMinimalDenom": "factory/osmo1myv2g72h8dan7n4hx7stt3mmust6ws03zh6gxc7vz4hpmgp5z3lq9aunm9/BTC.rt",
+ },
+ {
+ "coinDecimals": 8,
+ "coinDenom": "ckBTC",
+ "coinGeckoId": undefined,
+ "coinImageUrl": undefined,
+ "coinMinimalDenom": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC",
+ },
+ ],
+ "features": [
+ "stargate",
+ "no-legacy-stdTx",
+ "ibc-transfer",
+ "ibc-go",
+ "cosmwasm",
+ "wasmd_0.24+",
+ ],
+ "feeCurrencies": [
+ {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ "gasPriceStep": {
+ "average": 0.025,
+ "high": 0.04,
+ "low": 0.0025,
+ },
+ },
+ ],
+ "rest": "https://lcd.osmosis.zone/",
+ "rpc": "https://rpc.osmosis.zone/",
+ "stakeCurrency": {
+ "coinDecimals": 6,
+ "coinDenom": "OSMO",
+ "coinGeckoId": "osmosis",
+ "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
+ "coinMinimalDenom": "uosmo",
+ },
+}
+`;
diff --git a/v2/packages/keplr/__tests__/chainInfo.test.ts b/v2/packages/keplr/__tests__/chainInfo.test.ts
new file mode 100644
index 000000000..ba193fe3f
--- /dev/null
+++ b/v2/packages/keplr/__tests__/chainInfo.test.ts
@@ -0,0 +1,1559 @@
+import { Chain } from '@chain-registry/v2-types';
+
+import { assetLists, chains } from '@chain-registry/v2'
+import { chainRegistryChainToKeplr } from '../src';
+
+const testChainData = async (chainName: string, chainId: ChainInfo['chainId']) => {
+ const chain = await getChainInfo(chainId);
+ expect(chain).toMatchSnapshot();
+ const chainRegChain: Chain = chains.find(
+ ({ chainName }) => chainName === chainName
+ )!;
+ const chainReg = chainRegistryChainToKeplr(
+ chainRegChain,
+ assetLists
+ // {
+ // getRestEndpoint: (chain) => preferredChainInfo[chain.chain_name].rest,
+ // getRpcEndpoint: (chain) => preferredChainInfo[chain.chain_name].rpc
+ // }
+ );
+ expect(chainReg).toEqual(chain);
+};
+
+it('works', async () => {
+ const chain = await getChainInfo('osmosis-1');
+ expect(chain).toMatchSnapshot();
+});
+
+xit('osmosis', async () => {
+ const chainName = 'osmosis';
+ const chainId = 'osmosis-1';
+ await testChainData(chainName, chainId);
+});
+
+xit('gravity', async () => {
+ const chainName = 'gravitybridge';
+ const chainId = 'gravity-bridge-3';
+ await testChainData(chainName, chainId);
+});
+
+xit('persistence', async () => {
+ const chainName = 'persistence';
+ const chainId = 'core-1';
+ await testChainData(chainName, chainId);
+});
+
+xit('kava', async () => {
+ const chainName = 'kava';
+ const chainId = 'kava_2222-10';
+ await testChainData(chainName, chainId);
+});
+
+/*
+ * Data taken from @osmosis-labs/osmosis-frontend with minor alterations.
+ * https://github.com/osmosis-labs/osmosis-frontend/blob/11bfa1f07f0dda8c8aab1048bd04270a23641783/packages/web/config/chain-infos.ts
+ */
+
+export type ChainInfoOverrides =
+ | ChainInfo[]
+ | (() => undefined | ChainInfo[] | Promise);
+
+export enum ChainInfoID {
+ Osmosis1 = 'osmosis-1',
+ Cosmoshub4 = 'cosmoshub-4',
+ Columbus5 = 'columbus-5',
+ Secret4 = 'secret-4',
+ Akashnet2 = 'akashnet-2',
+ Regen1 = 'regen-1',
+ Sentinelhub2 = 'sentinelhub-2',
+ Core1 = 'core-1',
+ Irishub1 = 'irishub-1',
+ CryptoOrgChainMainnet1 = 'crypto-org-chain-mainnet-1',
+ IovMainnetIbc = 'iov-mainnet-ibc',
+ Emoney3 = 'emoney-3',
+ Juno1 = 'juno-1',
+ Uni3 = 'uni-3',
+ Microtick1 = 'microtick-1',
+ LikecoinMainnet2 = 'likecoin-mainnet-2',
+ Impacthub3 = 'impacthub-3',
+ Bitcanna1 = 'bitcanna-1',
+ Bitsong2b = 'bitsong-2b',
+ Kichain2 = 'kichain-2',
+ Panacea3 = 'panacea-3',
+ Bostrom = 'bostrom',
+ Comdex1 = 'comdex-1',
+ CheqdMainnet1 = 'cheqd-mainnet-1',
+ Stargaze1 = 'stargaze-1',
+ Chihuahua1 = 'chihuahua-1',
+ LumNetwork1 = 'lum-network-1',
+ Vidulum1 = 'vidulum-1',
+ DesmosMainnet = 'desmos-mainnet',
+ Dig1 = 'dig-1',
+ Sommelier3 = 'sommelier-3',
+ Sifchain1 = 'sifchain-1',
+ LaoziMainnet = 'laozi-mainnet',
+ Darchub = 'darchub',
+ Umee1 = 'umee-1',
+ GravityBridge3 = 'gravity-bridge-3',
+ Mainnet3 = 'mainnet-3',
+ Shentu22 = 'shentu-2.2',
+ Carbon1 = 'carbon-1',
+ Injective1 = 'injective-1',
+ CerberusChain1 = 'cerberus-chain-1',
+ Fetchhub4 = 'fetchhub-4',
+ Mantle1 = 'mantle-1',
+ PioMainnet1 = 'pio-mainnet-1',
+ Galaxy1 = 'galaxy-1',
+ Meme1 = 'meme-1',
+ Evmos_9001_2 = 'evmos_9001-2',
+ Phoenix1 = 'phoenix-1',
+ Titan1 = 'titan-1',
+ Kava_2222_10 = 'kava_2222-10',
+ Genesis_29_2 = 'genesis_29-2'
+}
+
+import { Bech32Address } from '@keplr-wallet/cosmos';
+import { AppCurrency, ChainInfo } from '@keplr-wallet/types';
+
+/** All currency attributes (stake and fee) are defined once in the `currencies` list.
+ * Maintains the option to skip this conversion and keep the verbose `ChainInfo` type.
+ */
+export type SimplifiedChainInfo = Omit<
+ ChainInfo,
+ 'stakeCurrency' | 'feeCurrencies'
+> & {
+ gasPriceStep?: {
+ low: number;
+ average: number;
+ high: number;
+ },
+ currencies: Array<
+ AppCurrency & {
+ isStakeCurrency?: boolean;
+ isFeeCurrency?: boolean;
+ }
+ >;
+};
+
+/** Convert a less redundant chain info schema into one that is accepted by Keplr's suggestChain: `ChainInfo`. */
+export function createKeplrChainInfo({
+ currencies: _currencies,
+ ...chainInfo
+}: SimplifiedChainInfo): ChainInfo {
+ const currencies: AppCurrency[] = [];
+ const feeCurrencies: AppCurrency[] = [];
+ let stakeCurrency: AppCurrency | undefined;
+
+ for (const _currency of _currencies) {
+ const currency = {
+ ..._currency,
+ // Convert into valid URI.
+ ...(_currency.coinImageUrl && {
+ coinImageUrl: 'https://app.osmosis.zone' + _currency.coinImageUrl
+ })
+ };
+
+ currencies.push(currency);
+
+ if (currency.isFeeCurrency) {
+ feeCurrencies.push(currency);
+ }
+
+ if (currency.isStakeCurrency && stakeCurrency === undefined) {
+ stakeCurrency = currency;
+ } else if (currency.isStakeCurrency) {
+ throw new Error(
+ `There cannot be more than one stake currency for ${chainInfo.chainName}`
+ );
+ }
+
+ // Keplr does type-checking, so remove excess properties.
+ delete currency.isFeeCurrency;
+ delete currency.isStakeCurrency;
+ }
+
+ if (stakeCurrency === undefined) {
+ throw new Error(
+ `Did not specify a stake currency for ${chainInfo.chainName}`
+ );
+ }
+
+ if (feeCurrencies.length === 0) {
+ throw new Error(
+ `Did not specify any fee currencies for ${chainInfo.chainName}`
+ );
+ }
+
+ return {
+ ...chainInfo,
+ currencies,
+ stakeCurrency,
+ feeCurrencies
+ };
+}
+
+const SimpleChainInfoList: Record = {
+ [ChainInfoID.Osmosis1]: {
+ rpc: 'https://rpc-osmosis.keplr.app/', // test: "http://rpc-test.osmosis.zone/"
+ rest: 'https://lcd-osmosis.keplr.app/', // test: "http://lcd-test.osmosis.zone/"
+ chainId: ChainInfoID.Osmosis1, // test: "osmo-test-4"
+ chainName: 'Osmosis',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('osmo'),
+ currencies: [
+ {
+ coinDenom: 'OSMO',
+ coinMinimalDenom: 'uosmo',
+ coinDecimals: 6,
+ coinGeckoId: 'osmosis',
+ coinImageUrl: '/tokens/osmo.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ },
+ {
+ coinDenom: 'ION',
+ coinMinimalDenom: 'uion',
+ coinDecimals: 6,
+ coinGeckoId: 'ion',
+ coinImageUrl: '/tokens/ion.png'
+ }
+ ],
+ gasPriceStep: {
+ low: 0,
+ average: 0,
+ high: 0.025
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Cosmoshub4]: {
+ rpc: 'https://rpc-cosmoshub.keplr.app',
+ rest: 'https://lcd-cosmoshub.keplr.app',
+ chainId: ChainInfoID.Cosmoshub4,
+ chainName: 'Cosmos Hub',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('cosmos'),
+ currencies: [
+ {
+ coinDenom: 'ATOM',
+ coinMinimalDenom: 'uatom',
+ coinDecimals: 6,
+ coinGeckoId: 'cosmos',
+ coinImageUrl: '/tokens/atom.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Columbus5]: {
+ rpc: 'https://rpc-columbus.keplr.app',
+ rest: 'https://lcd-columbus.keplr.app',
+ chainId: ChainInfoID.Columbus5,
+ chainName: 'Terra Classic',
+ bip44: {
+ coinType: 330
+ },
+ bech32Config: Bech32Address.defaultBech32Config('terra'),
+ currencies: [
+ {
+ coinDenom: 'LUNC',
+ coinMinimalDenom: 'uluna',
+ coinDecimals: 6,
+ coinGeckoId: 'terra-luna',
+ coinImageUrl: '/tokens/lunc.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ },
+ {
+ coinDenom: 'USTC',
+ coinMinimalDenom: 'uusd',
+ coinDecimals: 6,
+ coinGeckoId: 'terrausd',
+ coinImageUrl: '/tokens/ustc.png',
+ isFeeCurrency: true,
+ pegMechanism: 'algorithmic'
+ },
+ {
+ coinDenom: 'KRTC',
+ coinMinimalDenom: 'ukrw',
+ coinDecimals: 6,
+ coinGeckoId: 'terra-krw',
+ coinImageUrl: '/tokens/krtc.png',
+ pegMechanism: 'algorithmic'
+ }
+ ],
+ gasPriceStep: {
+ low: 5.665,
+ average: 5.665,
+ high: 10
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Secret4]: {
+ rpc: 'https://rpc-secret.keplr.app',
+ rest: 'https://lcd-secret.keplr.app',
+ chainId: ChainInfoID.Secret4,
+ chainName: 'Secret Network',
+ bip44: {
+ coinType: 529
+ },
+ bech32Config: Bech32Address.defaultBech32Config('secret'),
+ currencies: [
+ {
+ coinDenom: 'SCRT',
+ coinMinimalDenom: 'uscrt',
+ coinDecimals: 6,
+ coinGeckoId: 'secret',
+ coinImageUrl: '/tokens/scrt.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Akashnet2]: {
+ rpc: 'https://rpc-akash.keplr.app',
+ rest: 'https://lcd-akash.keplr.app',
+ chainId: ChainInfoID.Akashnet2,
+ chainName: 'Akash',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('akash'),
+ currencies: [
+ {
+ coinDenom: 'AKT',
+ coinMinimalDenom: 'uakt',
+ coinDecimals: 6,
+ coinGeckoId: 'akash-network',
+ coinImageUrl: '/tokens/akt.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'ibc-go', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Regen1]: {
+ rpc: 'https://rpc-regen.keplr.app',
+ rest: 'https://lcd-regen.keplr.app',
+ chainId: ChainInfoID.Regen1,
+ chainName: 'Regen Network',
+ bip44: { coinType: 118 },
+ bech32Config: Bech32Address.defaultBech32Config('regen'),
+ currencies: [
+ {
+ coinDenom: 'REGEN',
+ coinMinimalDenom: 'uregen',
+ coinDecimals: 6,
+ coinImageUrl: '/tokens/regen.png',
+ coinGeckoId: 'regen',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Sentinelhub2]: {
+ rpc: 'https://rpc-sentinel.keplr.app',
+ rest: 'https://lcd-sentinel.keplr.app',
+ chainId: ChainInfoID.Sentinelhub2,
+ chainName: 'Sentinel',
+ bip44: { coinType: 118 },
+ bech32Config: Bech32Address.defaultBech32Config('sent'),
+ currencies: [
+ {
+ coinDenom: 'DVPN',
+ coinMinimalDenom: 'udvpn',
+ coinDecimals: 6,
+ coinGeckoId: 'sentinel',
+ coinImageUrl: '/tokens/dvpn.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Core1]: {
+ rpc: 'https://rpc-persistence.keplr.app',
+ rest: 'https://lcd-persistence.keplr.app',
+ chainId: ChainInfoID.Core1,
+ chainName: 'Persistence',
+ bip44: {
+ coinType: 750
+ },
+ bech32Config: Bech32Address.defaultBech32Config('persistence'),
+ currencies: [
+ {
+ coinDenom: 'XPRT',
+ coinMinimalDenom: 'uxprt',
+ coinDecimals: 6,
+ coinGeckoId: 'persistence',
+ coinImageUrl: '/tokens/xprt.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ },
+ {
+ coinDenom: 'PSTAKE',
+ coinMinimalDenom:
+ 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
+ coinDecimals: 18,
+ coinGeckoId: 'pstake-finance',
+ coinImageUrl: '/tokens/pstake.png'
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Irishub1]: {
+ rpc: 'https://rpc-iris.keplr.app',
+ rest: 'https://lcd-iris.keplr.app',
+ chainId: ChainInfoID.Irishub1,
+ chainName: 'IRISnet',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('iaa'),
+ currencies: [
+ {
+ coinDenom: 'IRIS',
+ coinMinimalDenom: 'uiris',
+ coinDecimals: 6,
+ coinGeckoId: 'iris-network',
+ coinImageUrl: '/tokens/iris.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.CryptoOrgChainMainnet1]: {
+ rpc: 'https://rpc-crypto-org.keplr.app/',
+ rest: 'https://lcd-crypto-org.keplr.app/',
+ chainId: ChainInfoID.CryptoOrgChainMainnet1,
+ chainName: 'Crypto.org',
+ bip44: {
+ coinType: 394
+ },
+ bech32Config: Bech32Address.defaultBech32Config('cro'),
+ currencies: [
+ {
+ coinDenom: 'CRO',
+ coinMinimalDenom: 'basecro',
+ coinDecimals: 8,
+ coinGeckoId: 'crypto-com-chain',
+ coinImageUrl: '/tokens/cro.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.IovMainnetIbc]: {
+ rpc: 'https://rpc-iov.keplr.app',
+ rest: 'https://lcd-iov.keplr.app',
+ chainId: ChainInfoID.IovMainnetIbc,
+ chainName: 'Starname',
+ bip44: {
+ coinType: 234
+ },
+ bech32Config: Bech32Address.defaultBech32Config('star'),
+ currencies: [
+ {
+ coinDenom: 'IOV',
+ coinMinimalDenom: 'uiov',
+ coinDecimals: 6,
+ coinGeckoId: 'starname',
+ coinImageUrl: '/tokens/iov.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.Emoney3]: {
+ rpc: 'https://rpc-emoney.keplr.app',
+ rest: 'https://lcd-emoney.keplr.app',
+ chainId: ChainInfoID.Emoney3,
+ chainName: 'e-Money',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('emoney'),
+ currencies: [
+ {
+ coinDenom: 'NGM',
+ coinMinimalDenom: 'ungm',
+ coinDecimals: 6,
+ coinGeckoId: 'e-money',
+ coinImageUrl: '/tokens/ngm.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ },
+ {
+ coinDenom: 'EEUR',
+ coinMinimalDenom: 'eeur',
+ coinDecimals: 6,
+ coinGeckoId: 'e-money-eur',
+ coinImageUrl: '/tokens/eeur.png'
+ }
+ ],
+ gasPriceStep: {
+ low: 1,
+ average: 1,
+ high: 1
+ },
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.Juno1]: {
+ rpc: 'https://rpc-juno.itastakers.com',
+ rest: 'https://lcd-juno.itastakers.com',
+ chainId: ChainInfoID.Juno1,
+ chainName: 'Juno',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('juno'),
+ currencies: [
+ {
+ coinDenom: 'JUNO',
+ coinMinimalDenom: 'ujuno',
+ coinDecimals: 6,
+ coinGeckoId: 'juno-network',
+ coinImageUrl: '/tokens/juno.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.03,
+ average: 0.04,
+ high: 0.05
+ },
+ features: [
+ 'stargate',
+ 'ibc-transfer',
+ 'ibc-go',
+ 'no-legacy-stdTx',
+ 'wasmd_0.24+',
+ 'cosmwasm'
+ ]
+ },
+ [ChainInfoID.Uni3]: {
+ rpc: 'https://rpc.uni.juno.deuslabs.fi',
+ rest: 'https://lcd.uni.juno.deuslabs.fi',
+ chainId: ChainInfoID.Uni3,
+ chainName: 'Juno Testnet',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('juno'),
+ currencies: [
+ {
+ coinDenom: 'junox',
+ coinMinimalDenom: 'ujunox',
+ coinDecimals: 6,
+ coinImageUrl: '/tokens/juno.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.03,
+ average: 0.04,
+ high: 0.05
+ },
+ features: ['ibc-transfer', 'ibc-go']
+ },
+ [ChainInfoID.Microtick1]: {
+ rpc: 'https://rpc-microtick.keplr.app',
+ rest: 'https://lcd-microtick.keplr.app',
+ chainId: ChainInfoID.Microtick1,
+ chainName: 'Microtick',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('micro'),
+ currencies: [
+ {
+ coinDenom: 'TICK',
+ coinMinimalDenom: 'utick',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:utick',
+ coinImageUrl: '/tokens/tick.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.LikecoinMainnet2]: {
+ rpc: 'https://mainnet-node.like.co/rpc',
+ rest: 'https://mainnet-node.like.co',
+ chainId: ChainInfoID.LikecoinMainnet2,
+ chainName: 'LikeCoin',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('like'),
+ currencies: [
+ {
+ coinDenom: 'LIKE',
+ coinMinimalDenom: 'nanolike',
+ coinDecimals: 9,
+ coinGeckoId: 'likecoin',
+ coinImageUrl: '/tokens/like.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Impacthub3]: {
+ rpc: 'https://rpc-impacthub.keplr.app',
+ rest: 'https://lcd-impacthub.keplr.app',
+ chainId: ChainInfoID.Impacthub3,
+ chainName: 'IXO',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('ixo'),
+ currencies: [
+ {
+ coinDenom: 'IXO',
+ coinMinimalDenom: 'uixo',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:uixo',
+ coinImageUrl: '/tokens/ixo.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.Bitcanna1]: {
+ rpc: 'https://rpc.bitcanna.io',
+ rest: 'https://lcd.bitcanna.io',
+ chainId: ChainInfoID.Bitcanna1,
+ chainName: 'BitCanna',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('bcna'),
+ currencies: [
+ {
+ coinDenom: 'BCNA',
+ coinMinimalDenom: 'ubcna',
+ coinDecimals: 6,
+ coinGeckoId: 'bitcanna',
+ coinImageUrl: '/tokens/bcna.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Bitsong2b]: {
+ rpc: 'https://rpc.explorebitsong.com',
+ rest: 'https://lcd.explorebitsong.com',
+ chainId: ChainInfoID.Bitsong2b,
+ chainName: 'BitSong',
+ bip44: {
+ coinType: 639
+ },
+ bech32Config: Bech32Address.defaultBech32Config('bitsong'),
+ currencies: [
+ {
+ coinDenom: 'BTSG',
+ coinMinimalDenom: 'ubtsg',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:ubtsg',
+ coinImageUrl: '/tokens/btsg.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Kichain2]: {
+ rpc: 'https://rpc-mainnet.blockchain.ki',
+ rest: 'https://api-mainnet.blockchain.ki',
+ chainId: ChainInfoID.Kichain2,
+ chainName: 'Ki',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('ki'),
+ currencies: [
+ {
+ coinDenom: 'XKI',
+ coinMinimalDenom: 'uxki',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:uxki',
+ coinImageUrl: '/tokens/xki.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.Panacea3]: {
+ rpc: 'https://rpc.gopanacea.org',
+ rest: 'https://api.gopanacea.org',
+ chainId: ChainInfoID.Panacea3,
+ chainName: 'MediBloc',
+ bip44: {
+ coinType: 371
+ },
+ bech32Config: Bech32Address.defaultBech32Config('panacea'),
+ currencies: [
+ {
+ coinDenom: 'MED',
+ coinMinimalDenom: 'umed',
+ coinDecimals: 6,
+ coinGeckoId: 'medibloc',
+ coinImageUrl: '/tokens/med.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 5,
+ average: 7,
+ high: 9
+ },
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.Bostrom]: {
+ rpc: 'https://rpc.bostrom.cybernode.ai',
+ rest: 'https://lcd.bostrom.cybernode.ai',
+ chainId: ChainInfoID.Bostrom,
+ chainName: 'Bostrom',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('bostrom'),
+ currencies: [
+ {
+ coinDenom: 'BOOT',
+ coinMinimalDenom: 'boot',
+ coinDecimals: 0,
+ coinGeckoId: 'bostrom',
+ coinImageUrl: '/tokens/boot.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Comdex1]: {
+ rpc: 'https://rpc.comdex.one',
+ rest: 'https://rest.comdex.one',
+ chainId: ChainInfoID.Comdex1,
+ chainName: 'Comdex',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('comdex'),
+ currencies: [
+ {
+ coinDenom: 'CMDX',
+ coinMinimalDenom: 'ucmdx',
+ coinDecimals: 6,
+ coinGeckoId: 'comdex',
+ coinImageUrl: '/tokens/cmdx.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.CheqdMainnet1]: {
+ rpc: 'https://rpc.cheqd.net',
+ rest: 'https://api.cheqd.net',
+ chainId: ChainInfoID.CheqdMainnet1,
+ chainName: 'cheqd',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('cheqd'),
+ currencies: [
+ {
+ coinDenom: 'CHEQ',
+ coinMinimalDenom: 'ncheq',
+ coinDecimals: 9,
+ coinGeckoId: 'cheqd-network',
+ coinImageUrl: '/tokens/cheq.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 25,
+ average: 50,
+ high: 100
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Stargaze1]: {
+ rpc: 'https://rpc.stargaze-apis.com',
+ rest: 'https://rest.stargaze-apis.com',
+ chainId: ChainInfoID.Stargaze1,
+ chainName: 'Stargaze',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('stars'),
+ currencies: [
+ {
+ coinDenom: 'STARS',
+ coinMinimalDenom: 'ustars',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:ustars',
+ coinImageUrl: '/tokens/stars.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Chihuahua1]: {
+ rpc: 'https://rpc.chihuahua.wtf',
+ rest: 'https://api.chihuahua.wtf',
+ chainId: ChainInfoID.Chihuahua1,
+ chainName: 'Chihuahua',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('chihuahua'),
+ currencies: [
+ {
+ coinDenom: 'HUAHUA',
+ coinMinimalDenom: 'uhuahua',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:uhuahua',
+ coinImageUrl: '/tokens/huahua.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.025,
+ average: 0.03,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.LumNetwork1]: {
+ rpc: 'https://node0.mainnet.lum.network/rpc',
+ rest: 'https://node0.mainnet.lum.network/rest',
+ chainId: ChainInfoID.LumNetwork1,
+ chainName: 'Lum Network',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('lum'),
+ currencies: [
+ {
+ coinDenom: 'LUM',
+ coinMinimalDenom: 'ulum',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:ulum',
+ coinImageUrl: '/tokens/lum.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Vidulum1]: {
+ rpc: 'https://mainnet-rpc.vidulum.app',
+ rest: 'https://mainnet-lcd.vidulum.app',
+ chainId: ChainInfoID.Vidulum1,
+ chainName: 'Vidulum',
+ bip44: {
+ coinType: 370
+ },
+ bech32Config: Bech32Address.defaultBech32Config('vdl'),
+ currencies: [
+ {
+ coinDenom: 'VDL',
+ coinMinimalDenom: 'uvdl',
+ coinDecimals: 6,
+ coinGeckoId: 'vidulum',
+ coinImageUrl: '/tokens/vdl.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.DesmosMainnet]: {
+ rpc: 'https://rpc.mainnet.desmos.network',
+ rest: 'https://api.mainnet.desmos.network',
+ chainId: ChainInfoID.DesmosMainnet,
+ chainName: 'Desmos',
+ bip44: {
+ coinType: 852
+ },
+ bech32Config: Bech32Address.defaultBech32Config('desmos'),
+ currencies: [
+ {
+ coinDenom: 'DSM',
+ coinMinimalDenom: 'udsm',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:udsm',
+ coinImageUrl: '/tokens/dsm.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Dig1]: {
+ rpc: 'https://rpc-1-dig.notional.ventures',
+ rest: 'https://api-1-dig.notional.ventures',
+ chainId: ChainInfoID.Dig1,
+ chainName: 'Dig',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('dig'),
+ currencies: [
+ {
+ coinDenom: 'DIG',
+ coinMinimalDenom: 'udig',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:udig',
+ coinImageUrl: '/tokens/dig.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.025,
+ average: 0.03,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Sommelier3]: {
+ rpc: 'https://rpc-sommelier.keplr.app',
+ rest: 'https://lcd-sommelier.keplr.app',
+ chainId: ChainInfoID.Sommelier3,
+ chainName: 'Sommelier',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('somm'),
+ currencies: [
+ {
+ coinDenom: 'SOMM',
+ coinMinimalDenom: 'usomm',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:usomm',
+ coinImageUrl: '/tokens/somm.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Sifchain1]: {
+ rpc: 'https://rpc.sifchain.finance',
+ rest: 'https://api-int.sifchain.finance',
+ chainId: ChainInfoID.Sifchain1,
+ chainName: 'Sifchain',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('sif'),
+ currencies: [
+ {
+ coinDenom: 'ROWAN',
+ coinMinimalDenom: 'rowan',
+ coinDecimals: 18,
+ coinGeckoId: 'sifchain',
+ coinImageUrl: '/tokens/rowan.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer']
+ },
+ [ChainInfoID.LaoziMainnet]: {
+ rpc: 'https://rpc.laozi3.bandchain.org',
+ rest: 'https://laozi1.bandchain.org/api',
+ chainId: ChainInfoID.LaoziMainnet,
+ chainName: 'BandChain',
+ bip44: {
+ coinType: 494
+ },
+ bech32Config: Bech32Address.defaultBech32Config('band'),
+ currencies: [
+ {
+ coinDenom: 'BAND',
+ coinMinimalDenom: 'uband',
+ coinDecimals: 6,
+ coinGeckoId: 'band-protocol',
+ coinImageUrl: '/tokens/band.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Darchub]: {
+ rpc: 'https://node1.konstellation.tech:26657',
+ rest: 'https://node1.konstellation.tech:1318',
+ chainId: ChainInfoID.Darchub,
+ chainName: 'Konstellation',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('darc'),
+ currencies: [
+ {
+ coinDenom: 'DARC',
+ coinMinimalDenom: 'udarc',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:udarc',
+ coinImageUrl: '/tokens/darc.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Umee1]: {
+ rpc: 'https://rpc.aphrodite.main.network.umee.cc',
+ rest: 'https://api.aphrodite.main.network.umee.cc',
+ chainId: ChainInfoID.Umee1,
+ chainName: 'Umee',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('umee'),
+ currencies: [
+ {
+ coinDenom: 'UMEE',
+ coinMinimalDenom: 'uumee',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:uumee',
+ coinImageUrl: '/tokens/umee.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.GravityBridge3]: {
+ rpc: 'https://gravitychain.io:26657',
+ rest: 'https://gravitychain.io:1317',
+ chainId: ChainInfoID.GravityBridge3,
+ chainName: 'Gravity Bridge',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('gravity'),
+ currencies: [
+ {
+ coinDenom: 'GRAV',
+ coinMinimalDenom: 'ugraviton',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:ugraviton',
+ coinImageUrl: '/tokens/grav.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ },
+ {
+ coinDenom: 'PSTAKE',
+ coinMinimalDenom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
+ coinDecimals: 18,
+ coinGeckoId: 'pstake-finance',
+ coinImageUrl: '/tokens/pstake.png'
+ },
+ {
+ coinDenom: 'WBTC.grv',
+ coinMinimalDenom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599',
+ coinDecimals: 8,
+ coinGeckoId: 'wrapped-bitcoin',
+ coinImageUrl: '/tokens/gwbtc.png'
+ },
+ {
+ coinDenom: 'WETH.grv',
+ coinMinimalDenom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
+ coinDecimals: 18,
+ coinGeckoId: 'ethereum',
+ coinImageUrl: '/tokens/gweth.png'
+ },
+ {
+ coinDenom: 'USDC.grv',
+ coinMinimalDenom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
+ coinDecimals: 6,
+ coinGeckoId: 'usd-coin',
+ coinImageUrl: '/tokens/gusdc.png',
+ pegMechanism: 'collateralized'
+ },
+ {
+ coinDenom: 'DAI.grv',
+ coinMinimalDenom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F',
+ coinDecimals: 18,
+ coinGeckoId: 'dai',
+ coinImageUrl: '/tokens/gdai.png',
+ pegMechanism: 'collateralized'
+ },
+ {
+ coinDenom: 'USDT.grv',
+ coinMinimalDenom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7',
+ coinDecimals: 6,
+ coinGeckoId: 'tether',
+ coinImageUrl: '/tokens/gusdt.png',
+ pegMechanism: 'collateralized'
+ }
+ ],
+ gasPriceStep: {
+ low: 0,
+ average: 0,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Mainnet3]: {
+ rpc: 'https://poseidon.mainnet.decentr.xyz',
+ rest: 'https://rest.mainnet.decentr.xyz',
+ chainId: ChainInfoID.Mainnet3,
+ chainName: 'Decentr',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('decentr'),
+ currencies: [
+ {
+ coinDenom: 'DEC',
+ coinMinimalDenom: 'udec',
+ coinDecimals: 6,
+ coinGeckoId: 'decentr',
+ coinImageUrl: '/tokens/dec.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Shentu22]: {
+ rpc: 'https://shenturpc.certikpowered.info',
+ rest: 'https://azuredragon.noopsbycertik.com',
+ chainId: ChainInfoID.Shentu22,
+ chainName: 'Certik',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('certik'),
+ currencies: [
+ {
+ coinDenom: 'CTK',
+ coinMinimalDenom: 'uctk',
+ coinDecimals: 6,
+ coinGeckoId: 'certik',
+ coinImageUrl: '/tokens/ctk.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Carbon1]: {
+ rpc: 'https://tm-api.carbon.network',
+ rest: 'https://api.carbon.network',
+ chainId: ChainInfoID.Carbon1,
+ chainName: 'Carbon',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('swth'),
+ currencies: [
+ {
+ coinDenom: 'SWTH',
+ coinMinimalDenom: 'swth',
+ coinDecimals: 8,
+ coinGeckoId: 'switcheo',
+ coinImageUrl: '/tokens/swth.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 769.23077,
+ average: 769.23077,
+ high: 769.23077
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Injective1]: {
+ rpc: 'https://public.api.injective.network',
+ rest: 'https://public.lcd.injective.network',
+ chainId: ChainInfoID.Injective1,
+ chainName: 'Injective',
+ bip44: {
+ coinType: 60
+ },
+ bech32Config: Bech32Address.defaultBech32Config('inj'),
+ currencies: [
+ {
+ coinDenom: 'INJ',
+ coinMinimalDenom: 'inj',
+ coinDecimals: 18,
+ coinGeckoId: 'injective-protocol',
+ coinImageUrl: '/tokens/inj.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.0005,
+ average: 0.0007,
+ high: 0.0009
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.CerberusChain1]: {
+ rpc: 'https://rpc.cerberus.zone:26657',
+ rest: 'https://api.cerberus.zone:1317',
+ chainId: ChainInfoID.CerberusChain1,
+ chainName: 'Cerberus',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('cerberus'),
+ currencies: [
+ {
+ coinDenom: 'CRBRUS',
+ coinMinimalDenom: 'ucrbrus',
+ coinDecimals: 6,
+ coinGeckoId: 'cerberus-2',
+ coinImageUrl: '/tokens/crbrus.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Fetchhub4]: {
+ rpc: 'https://rpc-fetchhub.fetch.ai:443',
+ rest: 'https://rest-fetchhub.fetch.ai',
+ chainId: ChainInfoID.Fetchhub4,
+ chainName: 'Fetch.ai',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('fetch'),
+ currencies: [
+ {
+ coinDenom: 'FET',
+ coinMinimalDenom: 'afet',
+ coinDecimals: 18,
+ coinGeckoId: 'fetch-ai',
+ coinImageUrl: '/tokens/fet.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.025,
+ average: 0.025,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Mantle1]: {
+ rpc: 'https://rpc.assetmantle.one/',
+ rest: 'https://rest.assetmantle.one/',
+ chainId: ChainInfoID.Mantle1,
+ chainName: 'AssetMantle',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('mantle'),
+ currencies: [
+ {
+ coinDenom: 'MNTL',
+ coinMinimalDenom: 'umntl',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:umntl',
+ coinImageUrl: '/tokens/mntl.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.PioMainnet1]: {
+ rpc: 'https://rpc.provenance.io/',
+ rest: 'https://api.provenance.io',
+ chainId: ChainInfoID.PioMainnet1,
+ chainName: 'Provenance',
+ bip44: {
+ coinType: 505
+ },
+ bech32Config: Bech32Address.defaultBech32Config('pb'),
+ currencies: [
+ {
+ coinDenom: 'HASH',
+ coinMinimalDenom: 'nhash',
+ coinGeckoId: 'provenance-blockchain',
+ coinDecimals: 9,
+ coinImageUrl: '/tokens/hash.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 1905,
+ average: 2100,
+ high: 2500
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Galaxy1]: {
+ rpc: 'https://rpc.galaxychain.zone',
+ rest: 'https://rest.galaxychain.zone',
+ chainId: ChainInfoID.Galaxy1,
+ chainName: 'Galaxy',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('galaxy'),
+ currencies: [
+ {
+ coinDenom: 'GLX',
+ coinMinimalDenom: 'uglx',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:uglx',
+ coinImageUrl: '/tokens/glx.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.025,
+ average: 0.025,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Meme1]: {
+ rpc: 'https://rpc-meme-1.meme.sx:443',
+ rest: 'https://api-meme-1.meme.sx:443',
+ chainId: ChainInfoID.Meme1,
+ chainName: 'Meme',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('meme'),
+ currencies: [
+ {
+ coinDenom: 'MEME',
+ coinMinimalDenom: 'umeme',
+ coinDecimals: 6,
+ coinGeckoId: 'pool:umeme',
+ coinImageUrl: '/tokens/meme.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.025,
+ average: 0.025,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Evmos_9001_2]: {
+ rpc: 'https://rpc-evmos.keplr.app/',
+ rest: 'https://lcd-evmos.keplr.app/',
+ chainId: ChainInfoID.Evmos_9001_2,
+ chainName: 'Evmos',
+ bip44: {
+ coinType: 60
+ },
+ bech32Config: Bech32Address.defaultBech32Config('evmos'),
+ currencies: [
+ {
+ coinDenom: 'EVMOS',
+ coinMinimalDenom: 'aevmos',
+ coinDecimals: 18,
+ coinGeckoId: 'evmos',
+ coinImageUrl: '/tokens/evmos.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 10000000000,
+ average: 25000000000,
+ high: 40000000000
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Phoenix1]: {
+ rpc: 'https://rpc.terrav2.ccvalidators.com/',
+ rest: 'https://phoenix-lcd.terra.dev/',
+ chainId: ChainInfoID.Phoenix1,
+ chainName: 'Terra 2.0',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('terra'),
+ currencies: [
+ {
+ coinDenom: 'LUNA',
+ coinMinimalDenom: 'uluna',
+ coinDecimals: 6,
+ coinGeckoId: 'terra-luna-2',
+ coinImageUrl: '/tokens/luna.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.15,
+ average: 0.2,
+ high: 0.25
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx']
+ },
+ [ChainInfoID.Titan1]: {
+ rpc: 'https://rpcapi.rizon.world/',
+ rest: 'https://restapi.rizon.world/',
+ chainId: ChainInfoID.Titan1,
+ chainName: 'Rizon',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('rizon'),
+ currencies: [
+ {
+ coinDenom: 'ATOLO',
+ coinMinimalDenom: 'uatolo',
+ coinDecimals: 6,
+ coinGeckoId: 'rizon',
+ coinImageUrl: '/tokens/atolo.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 0.025,
+ average: 0.025,
+ high: 0.035
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Kava_2222_10]: {
+ rpc: 'https://rpc-kava.keplr.app',
+ rest: 'https://lcd-kava.keplr.app',
+ chainId: ChainInfoID.Kava_2222_10,
+ chainName: 'Kava',
+ bip44: {
+ coinType: 459
+ },
+ bech32Config: Bech32Address.defaultBech32Config('kava'),
+ currencies: [
+ {
+ coinDenom: 'KAVA',
+ coinMinimalDenom: 'ukava',
+ coinDecimals: 6,
+ coinGeckoId: 'kava',
+ coinImageUrl: '/tokens/kava.png',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ },
+ {
+ coinDenom: 'HARD',
+ coinMinimalDenom: 'hard',
+ coinDecimals: 6,
+ coinGeckoId: 'kava-lend',
+ coinImageUrl: '/tokens/hard.svg'
+ },
+ {
+ coinDenom: 'SWP',
+ coinMinimalDenom: 'swp',
+ coinDecimals: 6,
+ coinGeckoId: 'kava-swap',
+ coinImageUrl: '/tokens/swp.svg'
+ }
+ ],
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ },
+ [ChainInfoID.Genesis_29_2]: {
+ rpc: 'https://26657.genesisl1.org',
+ rest: 'https://api.genesisl1.org',
+ chainId: ChainInfoID.Genesis_29_2,
+ chainName: 'GenesisL1',
+ bip44: {
+ coinType: 118
+ },
+ bech32Config: Bech32Address.defaultBech32Config('genesis'),
+ currencies: [
+ {
+ coinDenom: 'L1',
+ coinMinimalDenom: 'el1',
+ coinDecimals: 18,
+ //coinGeckoId: "pool:el1",
+ coinImageUrl: '/tokens/l1.svg',
+ isStakeCurrency: true,
+ isFeeCurrency: true
+ }
+ ],
+ gasPriceStep: {
+ low: 999999999,
+ average: 1000000000,
+ high: 1000000001
+ },
+ features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go']
+ }
+};
+export const ChainInfoMap = Object.entries(SimpleChainInfoList).reduce(
+ (curr, [id, simplifiedChainInfo]) => ({
+ ...curr,
+ [id]: createKeplrChainInfo(simplifiedChainInfo)
+ }),
+ {} as Record<`${ChainInfoID}`, ChainInfo>
+);
+
+export const getChainInfo = async (
+ chainId: ChainInfo['chainId'],
+ chainInfoOverrides?: ChainInfoOverrides
+): Promise => {
+ const overrides =
+ typeof chainInfoOverrides === 'function'
+ ? await chainInfoOverrides()
+ : chainInfoOverrides;
+
+ const chainInfo: ChainInfo | undefined =
+ // Check overrides for chain info.
+ overrides?.find((info) => info.chainId === chainId) ||
+ // Use embedded map as fallback.
+ // @ts-ignore
+ ChainInfoMap[chainId];
+
+ if (!chainInfo) {
+ const availableChainIds = [
+ ...(overrides?.map((info) => info.chainId) ?? []),
+ ...Object.keys(ChainInfoMap).filter(
+ // Don't list ID in overrides to prevent duplicates.
+ (key) => !overrides?.some((info) => info.chainId === key)
+ )
+ ];
+ throw new Error(
+ `Chain ID "${chainId}" does not exist among provided ChainInfo objects. Available Chain IDs: ${availableChainIds.join(
+ ','
+ )}`
+ );
+ }
+
+ return chainInfo;
+};
diff --git a/v2/packages/keplr/__tests__/keplr.test.ts b/v2/packages/keplr/__tests__/keplr.test.ts
new file mode 100644
index 000000000..954b4bd01
--- /dev/null
+++ b/v2/packages/keplr/__tests__/keplr.test.ts
@@ -0,0 +1,19 @@
+import { chainRegistryChainToKeplr } from '../src/';
+import { chains, assetLists } from '@chain-registry/v2'
+
+it('keplr', () => {
+ const chain = chains.find((chain) => chain.chainName === 'osmosis')!;
+ const config = chainRegistryChainToKeplr(chain, assetLists);
+ expect(config).toMatchSnapshot();
+});
+
+it('getExplorer', () => {
+ const chain = chains.find((chain) => chain.chainName === 'osmosis')!;
+ const address = chain.apis!.rest![1]!.address!;
+
+ const config = chainRegistryChainToKeplr(chain, assetLists, {
+ getExplorer: () => 'https://myexplorer.com',
+ getRestEndpoint: (_chain) => address
+ });
+ expect(config).toMatchSnapshot();
+});
diff --git a/v2/packages/keplr/__tests__/version.test.ts b/v2/packages/keplr/__tests__/version.test.ts
new file mode 100644
index 000000000..bea8bef5d
--- /dev/null
+++ b/v2/packages/keplr/__tests__/version.test.ts
@@ -0,0 +1,73 @@
+import { extractVersion } from '../src';
+
+const versions = [
+ '0.47.20',
+ '0.47.20-titan.3',
+ 'axelarnetwork/cosmos-sdk v0.47.20-0.20230904150332-37fb903a6c62',
+ 'celestiaorg/cosmos-sdk v0.47.20-sdk-v1.2.3',
+ 'cheqd/cosmos-sdk v0.47.20-cheqd-tag',
+ 'cheqd/cosmos-sdk v0.47.20-height-mismatch',
+ 'cosmos/cosmos-sdk v0.47.20',
+ 'desmos-labs/cosmos-sdk v0.47.20-desmos',
+ 'dydxprotocol/cosmos-sdk v0.47.20-0.20231011192538-b95c66dedbd5',
+ 'evmos/cosmos-sdk v0.47.20-evmos.2',
+ 'evmos/cosmos-sdk v0.47.20-evmos',
+ 'github.com/Finschia/finschia-sdk@v0.47.20',
+ 'github.com/wormhole-foundation/cosmos-sdk@v0.47.20-wormhole-2',
+ 'neutron-org/cosmos-sdk v0.47.20-neutron',
+ 'nolus-protocol/cosmos-sdk v0.47.20-nolus',
+ 'onomyprotocol/onomy-sdk v0.47.20-0.20221103153534-77ffa1c3fab2',
+ 'onomyprotocol/onomy-sdk v0.47.20-onomy-dev',
+ 'osmosis-labs/cosmos-sdk v0.47.20-v25-osmo-1',
+ 'osmosis-labs/cosmos-sdk v0.47.20',
+ 'persistenceOne/cosmos-sdk v0.47.20-lsm-rc0',
+ 'persistenceOne/cosmos-sdk v0.47.20-lsm5',
+ 'rust-ninja/cosmos-sdk v0.47.20-patch-validators-trim-tag',
+ 'sei-cosmos v0.47.20',
+ 'sge-network/cosmos-sdk v0.47.20-0.20240223100624-2a2661276cb4',
+ 'Stride-Labs/cosmos-sdk v0.47.20-stride-distribution-fix-0',
+ 'terra-money/cosmos-sdk v0.47.20-terra.0',
+ 'ununifi/cosmos-sdk v0.47.20-custom-bank-1',
+ 'v0.47.20',
+ 'v0.47.20-ics',
+ 'v0.47.20-ics-lsm',
+ 'v0.47.20-0.20220523154235-2921a1c3c918',
+ 'v0.47.20-ledger.3',
+ 'v0.47.20-0.20231114190313-b9164dd660b6',
+ 'v0.47.20-ledger',
+ 'v0.47.20-bank-rc2',
+ 'v0.47.20-0.20240417094812-f556fd956fb1',
+ 'v0.47.20-ics-lsm',
+ 'v0.47.20-evmos.2',
+ 'xpladev/cosmos-sdk v0.47.20-xpla',
+];
+
+describe('extractVersion', () => {
+ it('parse all sorts of versions', () => {
+ for (let version of versions) {
+ expect(extractVersion(version)).toEqual('0.47.20');
+ }
+ });
+ it('should extract the version number when input matches the expected format', () => {
+ expect(extractVersion('0.47')).toEqual('0.47.0');
+ expect(extractVersion('github.com/lavanet/cosmos-sdk@v0.47.x-lava')).toEqual('0.47.0');
+ expect(extractVersion('service/api v1.2.3-beta')).toEqual('1.2.3');
+ expect(extractVersion('product/module v10.0.1-alpha')).toEqual('10.0.1');
+ expect(extractVersion('serviceapi v1.2.3')).toEqual('1.2.3');
+ expect(extractVersion('service/api/1.2.3')).toEqual('1.2.3');
+ expect(extractVersion('123')).toEqual('123.0.0');
+ });
+
+ it('should return null for empty or undefined inputs', () => {
+ expect(extractVersion('')).toBeNull();
+ // @ts-ignore
+ expect(extractVersion(null)).toBeNull();
+ // @ts-ignore
+ expect(extractVersion(undefined)).toBeNull();
+ });
+
+ it('should handle edge cases with version extraction', () => {
+ expect(extractVersion('name/endpoint v0.0.0-xyz')).toEqual('0.0.0');
+ expect(extractVersion('another/try v999.999.999-final')).toEqual('999.999.999');
+ });
+});
diff --git a/v2/packages/keplr/jest.config.js b/v2/packages/keplr/jest.config.js
new file mode 100644
index 000000000..0aa3aaa49
--- /dev/null
+++ b/v2/packages/keplr/jest.config.js
@@ -0,0 +1,18 @@
+/** @type {import('ts-jest').JestConfigWithTsJest} */
+module.exports = {
+ preset: "ts-jest",
+ testEnvironment: "node",
+ transform: {
+ "^.+\\.tsx?$": [
+ "ts-jest",
+ {
+ babelConfig: false,
+ tsconfig: "tsconfig.json",
+ },
+ ],
+ },
+ transformIgnorePatterns: [`/node_modules/*`],
+ testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
+ moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
+ modulePathIgnorePatterns: ["dist/*"]
+};
diff --git a/v2/packages/keplr/package.json b/v2/packages/keplr/package.json
new file mode 100644
index 000000000..476995838
--- /dev/null
+++ b/v2/packages/keplr/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "@chain-registry/v2-keplr",
+ "version": "0.0.1",
+ "author": "Dan Lynch ",
+ "description": "Chain Registry to Keplr",
+ "main": "index.js",
+ "module": "esm/index.js",
+ "types": "index.d.ts",
+ "homepage": "https://github.com/chain-registry/v2-keplr",
+ "license": "SEE LICENSE IN LICENSE",
+ "publishConfig": {
+ "access": "public",
+ "directory": "dist"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/chain-registry/v2-keplr"
+ },
+ "bugs": {
+ "url": "https://github.com/chain-registry/v2-keplr/issues"
+ },
+ "dependencies": {
+ "@chain-registry/v2-types": "^0.53.0",
+ "@keplr-wallet/cosmos": "0.12.28",
+ "@keplr-wallet/crypto": "0.12.28",
+ "semver": "^7.5.0",
+ "@types/semver": "^7.5.8",
+ "@chain-registry/v2": "^1.71.0"
+ },
+ "scripts": {
+ "copy": "copyfiles -f ../../LICENSE README.md package.json dist",
+ "clean": "rimraf dist/**",
+ "prepare": "npm run build",
+ "build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
+ "build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
+ "lint": "eslint . --fix",
+ "test": "jest",
+ "test:watch": "jest --watch"
+ },
+ "keywords": []
+}
\ No newline at end of file
diff --git a/v2/packages/keplr/src/index.ts b/v2/packages/keplr/src/index.ts
new file mode 100644
index 000000000..10e1f5507
--- /dev/null
+++ b/v2/packages/keplr/src/index.ts
@@ -0,0 +1,209 @@
+import { Asset, AssetList, Chain } from '@chain-registry/v2-types';
+import { Bech32Address } from '@keplr-wallet/cosmos';
+import { ChainInfo, Currency, FeeCurrency } from '@keplr-wallet/types';
+import semver from 'semver';
+
+const getRpc = (chain: Chain): string => chain.apis?.rpc?.[0]?.address ?? '';
+const getRest = (chain: Chain): string => chain.apis?.rest?.[0]?.address ?? '';
+const getExplr = (chain: Chain): string => chain.explorers?.[0]?.url ?? '';
+
+const versionPatterns = {
+ fullSemver: /v?(\d+\.\d+\.\d+)(?=-[\w.-]+|$)/, // Matches complete semver patterns like '0.47.20' or 'v0.47.20'
+ partialSemver: /v?(\d+\.\d+)(?=(?:\.\d+)?(?=-[\w.-]+|$))/, // Matches partial semver patterns like '0.47' or 'v0.47'
+ basicVersion: /v?(\d+)(?=(?:\.\d+)?(?:\.\d+)?(?=-[\w.-]+|$))/, // Matches basic versions like '0' or 'v0'
+ tagged: /@v(\d+\.\d+)(?:\.x)?(?=-[\w.-]+|$)/, // Specific for tagged formats
+ embedded: /\/v(\d+\.\d+\.\d+)(?=-[\w.-]+|$)/, // For versions embedded in paths
+ simple: /v?(\d+)(?:\.(\d+))?(?:\.(\d+))?$/, // General simple versions
+ complexEmbedded: /[\w-]+\/[\w-]+ v(\d+)(?:\.(\d+))?(?:\.(\d+))?(?:-\d+[\w.-]*)/, // Complex formats with namespaces
+ taggedVersion: /[\w-]+\/[\w-]+ v(\d+)(?:\.(\d+))?(?:\.(\d+))?(?=-[\w.-]+|$)/ // Versions with descriptive tags
+};
+
+export function extractVersion(input: string): string | null {
+ let version = null;
+
+ // Check each pattern in turn
+ if (versionPatterns.fullSemver.test(input)) {
+ version = input.match(versionPatterns.fullSemver)?.[1];
+ } else if (versionPatterns.partialSemver.test(input)) {
+ version = input.match(versionPatterns.partialSemver)?.[1];
+ } else if (versionPatterns.basicVersion.test(input)) {
+ version = input.match(versionPatterns.basicVersion)?.[1];
+ } else if (versionPatterns.taggedVersion.test(input)) {
+ version = input.match(versionPatterns.taggedVersion)?.[1];
+ } else if (versionPatterns.complexEmbedded.test(input)) {
+ version = input.match(versionPatterns.complexEmbedded)?.[1];
+ } else if (versionPatterns.simple.test(input)) {
+ version = input.match(versionPatterns.simple)?.[1];
+ } else if (versionPatterns.tagged.test(input)) {
+ version = input.match(versionPatterns.tagged)?.[1];
+ } else if (versionPatterns.embedded.test(input)) {
+ version = input.match(versionPatterns.embedded)?.[1];
+ }
+
+ return version ? normalizeVersion(version) : null;
+}
+
+function normalizeVersion(version: string): string {
+ // Ensures the version is normalized to the 'x.y.z' format, if applicable
+ const parts = version.split('.');
+ while (parts.length < 3) {
+ parts.push('0');
+ }
+ return parts.join('.');
+}
+
+
+
+export const chainRegistryChainToKeplr = (
+ chain: Chain,
+ assets: AssetList[],
+ options: {
+ getRpcEndpoint?: (chain: Chain) => string;
+ getRestEndpoint?: (chain: Chain) => string;
+ getExplorer?: (chain: Chain) => string;
+ } = {
+ getRpcEndpoint: getRpc,
+ getRestEndpoint: getRest,
+ getExplorer: getExplr
+ }
+): ChainInfo => {
+ if (!options.getRestEndpoint) options.getRestEndpoint = getRest;
+ if (!options.getRpcEndpoint) options.getRpcEndpoint = getRpc;
+ if (!options.getExplorer) options.getExplorer = getExplr;
+
+ const features = [];
+
+ // check if it's a Cosmos SDK chain (either new or old format)
+ const isCosmosSDKChain = chain.codebase?.sdk?.type === 'cosmos' || !!chain.codebase?.cosmosSdkVersion;
+
+ if (isCosmosSDKChain) {
+ // determine SDK version
+ let sdkVer;
+ if (chain.codebase?.sdk?.type === 'cosmos' && chain.codebase.sdk.version) {
+ sdkVer = extractVersion(chain.codebase.sdk.version);
+ } else if (chain.codebase?.cosmosSdkVersion) {
+ sdkVer = extractVersion(chain.codebase.cosmosSdkVersion);
+ } else {
+ // if NOT specified, we assume stargate, sorry not sorry
+ sdkVer = '0.40.0';
+ }
+
+ // stargate
+ if (semver.satisfies(sdkVer, '>=0.40')) features.push('stargate');
+ // no-legacy-stdTx
+ if (semver.satisfies(sdkVer, '>=0.43')) features.push('no-legacy-stdTx');
+ // until further notice, assume 'ibc-transfer'
+ features.push('ibc-transfer');
+
+ // ibc-go
+ if (semver.satisfies(sdkVer, '>=0.45')) features.push('ibc-go');
+
+ // CosmWasm feature detection
+ const cosmwasmEnabled = chain.codebase?.cosmwasm?.enabled ?? chain.codebase?.cosmwasmEnabled ?? false;
+ if (cosmwasmEnabled) {
+ features.push('cosmwasm');
+ const wasmVer = extractVersion(
+ chain.codebase?.cosmwasm?.version ?? chain.codebase?.cosmwasmVersion ?? '0.24.0'
+ );
+ if (semver.satisfies(wasmVer, '>=0.24.0')) features.push('wasmd_0.24+');
+ }
+ }
+
+ const chainAssets =
+ assets.find((asset) => asset.chainName === chain.chainName)?.assets || [];
+
+ const feeDenoms =
+ chain.fees?.feeTokens.map((feeToken) => feeToken.denom) || [];
+
+ /**
+ * FROM KEPLR chain-info.d.ts:
+ * This is used to set the fee of the transaction.
+ * If this field is empty, it just use the default gas price step (low: 0.01, average: 0.025, high: 0.04).
+ * And, set field's type as primitive number because it is hard to restore the prototype after deserialzing if field's type is `Dec`.
+ */
+ interface GasPriceStep {
+ low: number;
+ average: number;
+ high: number;
+ }
+
+ const gasPriceSteps: Record = chain.fees?.feeTokens?.reduce((m, feeToken) => {
+ m[feeToken.denom] = {
+ low: feeToken.lowGasPrice ?? 0.01,
+ average: feeToken.averageGasPrice ?? 0.025,
+ high: feeToken.highGasPrice ?? 0.04
+ };
+ return m;
+ }, {} as Record);
+
+ const stakingDenoms =
+ chain.staking?.stakingTokens.map(
+ (stakingToken) => stakingToken.denom
+ ) || [];
+
+ const currencies: Currency[] = chainAssets.map((currency: Asset) => {
+ return {
+ coinDenom: currency.symbol,
+ coinMinimalDenom: currency.base,
+ coinDecimals: currency.denomUnits.filter(
+ (denomUnit: { denom: string }) => denomUnit.denom === currency.display
+ )[0]?.exponent,
+ coinGeckoId: currency.coingeckoId || undefined,
+ coinImageUrl: currency.logoURIs?.svg ?? currency.logoURIs?.png
+ };
+ });
+
+ const stakeCurrency: Currency =
+ currencies.find((currency) => stakingDenoms.includes(currency.coinDenom)) ??
+ currencies[0];
+
+ const feeCurrencies: FeeCurrency[] = currencies
+ // USE THE FEE DENOMS
+ .filter((currency) => feeDenoms.includes(currency.coinMinimalDenom))
+ .map((feeCurrency) => {
+ if (!(feeCurrency.coinMinimalDenom in gasPriceSteps)) {
+ return feeCurrency;
+ }
+
+ // has gas
+ const gasPriceStep = gasPriceSteps[feeCurrency.coinMinimalDenom];
+ return {
+ ...feeCurrency,
+ gasPriceStep
+ };
+ });
+
+ const feeCurrenciesDefault: FeeCurrency[] = currencies
+ // USE THE STAKE CURRENCY
+ .filter((currency) => stakeCurrency.coinDenom === currency.coinDenom)
+ .map((feeCurrency) => {
+ if (!(feeCurrency.coinMinimalDenom in gasPriceSteps)) {
+ return feeCurrency;
+ }
+
+ // has gas
+ const gasPriceStep = gasPriceSteps[feeCurrency.coinMinimalDenom];
+ return {
+ ...feeCurrency,
+ gasPriceStep
+ };
+ });
+
+ const chainInfo: ChainInfo = {
+ rpc: options.getRpcEndpoint(chain),
+ rest: options.getRestEndpoint(chain),
+ chainId: chain.chainId,
+ chainName: chain.prettyName,
+ bip44: {
+ coinType: chain.slip44
+ },
+ bech32Config: Bech32Address.defaultBech32Config(chain.bech32Prefix),
+ currencies: currencies,
+ stakeCurrency: stakeCurrency || currencies[0],
+ feeCurrencies:
+ feeCurrencies.length !== 0 ? feeCurrencies : feeCurrenciesDefault,
+ features
+ };
+
+ return chainInfo;
+};
diff --git a/v2/packages/keplr/tsconfig.esm.json b/v2/packages/keplr/tsconfig.esm.json
new file mode 100644
index 000000000..800d7506d
--- /dev/null
+++ b/v2/packages/keplr/tsconfig.esm.json
@@ -0,0 +1,9 @@
+{
+ "extends": "./tsconfig.json",
+ "compilerOptions": {
+ "outDir": "dist/esm",
+ "module": "es2022",
+ "rootDir": "src/",
+ "declaration": false
+ }
+}
diff --git a/v2/packages/keplr/tsconfig.json b/v2/packages/keplr/tsconfig.json
new file mode 100644
index 000000000..1a9d5696c
--- /dev/null
+++ b/v2/packages/keplr/tsconfig.json
@@ -0,0 +1,9 @@
+{
+ "extends": "../../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "dist",
+ "rootDir": "src/"
+ },
+ "include": ["src/**/*.ts"],
+ "exclude": ["dist", "node_modules", "**/*.spec.*", "**/*.test.*"]
+}
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 12d1637c5..7495ae82f 100644
--- a/v2/packages/utils/__tests__/__snapshots__/cw20-assets.test.ts.snap
+++ b/v2/packages/utils/__tests__/__snapshots__/cw20-assets.test.ts.snap
@@ -25,6 +25,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "theme": {
+ "primaryColorHex": "#100e0d",
+ },
},
],
"logoURIs": {
@@ -71,6 +74,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f2bd3a",
+ },
},
],
"logoURIs": {
@@ -118,6 +124,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#f87b7b",
+ },
},
],
"logoURIs": {
@@ -146,7 +155,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
"base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
- "coingeckoId": "marble",
"denomUnits": [
{
"aliases": [
@@ -166,6 +174,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -194,7 +205,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
"base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
- "coingeckoId": "hope-galaxy",
"denomUnits": [
{
"aliases": [
@@ -214,6 +224,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#e2877e",
+ },
},
],
"logoURIs": {
@@ -262,6 +275,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#070f0e",
+ },
},
],
"logoURIs": {
@@ -309,6 +325,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -352,6 +371,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#fae204",
+ },
},
],
"logoURIs": {
@@ -380,7 +402,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
"base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
- "coingeckoId": "junoswap-raw-dao",
"denomUnits": [
{
"aliases": [
@@ -400,6 +421,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "theme": {
+ "primaryColorHex": "#f07c92",
+ },
},
],
"logoURIs": {
@@ -446,6 +470,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "theme": {
+ "primaryColorHex": "#402e5d",
+ },
},
],
"logoURIs": {
@@ -536,6 +563,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "theme": {
+ "primaryColorHex": "#f3baaf",
+ },
},
],
"logoURIs": {
@@ -582,6 +612,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#263a70",
+ },
},
],
"logoURIs": {
@@ -627,13 +660,20 @@ exports[`getCw20Assets 1`] = `
"display": "glto",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
"name": "Gelotto",
"symbol": "GLTO",
@@ -676,6 +716,9 @@ exports[`getCw20Assets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#521caf",
+ },
},
],
"logoURIs": {
@@ -723,6 +766,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -751,7 +797,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
"base": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
- "coingeckoId": "stakeeasy-juno-derivative",
"denomUnits": [
{
"aliases": [
@@ -771,6 +816,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "theme": {
+ "primaryColorHex": "#26363f",
+ },
},
],
"logoURIs": {
@@ -799,7 +847,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
"base": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
- "coingeckoId": "stakeeasy-bjuno",
"denomUnits": [
{
"aliases": [
@@ -819,6 +866,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "theme": {
+ "primaryColorHex": "#254454",
+ },
},
],
"logoURIs": {
@@ -866,6 +916,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
"logoURIs": {
@@ -913,6 +966,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "theme": {
+ "primaryColorHex": "#2d2c2d",
+ },
},
],
"logoURIs": {
@@ -959,6 +1015,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "theme": {
+ "primaryColorHex": "#32255f",
+ },
},
],
"logoURIs": {
@@ -1005,6 +1064,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#2d2c45",
+ },
},
],
"logoURIs": {
@@ -1032,7 +1094,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
"base": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
- "coingeckoId": "fanfury",
"denomUnits": [
{
"aliases": [
@@ -1051,6 +1112,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
},
],
"logoURIs": {
@@ -1094,10 +1158,14 @@ exports[`getCw20Assets 1`] = `
],
"description": "The native token cw20 for PHMN on Juno Chain",
"display": "phmn",
+ "extendedDescription": "$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator's commission rate, or exiting the network are determined by the PHMN community.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "theme": {
+ "primaryColorHex": "#bbc2c6",
+ },
},
],
"logoURIs": {
@@ -1105,6 +1173,10 @@ exports[`getCw20Assets 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
},
"name": "POSTHUMAN",
+ "socials": {
+ "twitter": "https://twitter.com/POSTHUMAN_DVS",
+ "website": "https://posthuman.digital/",
+ },
"symbol": "PHMN",
"traces": [
{
@@ -1126,7 +1198,6 @@ exports[`getCw20Assets 1`] = `
{
"address": "juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
"base": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
- "coingeckoId": "hopers-io",
"denomUnits": [
{
"aliases": [
@@ -1146,6 +1217,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "theme": {
+ "primaryColorHex": "#08d890",
+ },
},
],
"logoURIs": {
@@ -1192,6 +1266,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "theme": {
+ "primaryColorHex": "#e40404",
+ },
},
],
"logoURIs": {
@@ -1237,6 +1314,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#041ce4",
+ },
},
],
"logoURIs": {
@@ -1284,6 +1364,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "theme": {
+ "primaryColorHex": "#6bcc95",
+ },
},
],
"logoURIs": {
@@ -1330,6 +1413,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "theme": {
+ "primaryColorHex": "#046fc6",
+ },
},
],
"logoURIs": {
@@ -1372,10 +1458,14 @@ exports[`getCw20Assets 1`] = `
],
"description": "nRide Token",
"display": "nride",
+ "extendedDescription": "nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
@@ -1383,6 +1473,10 @@ exports[`getCw20Assets 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
},
"name": "nRide Token",
+ "socials": {
+ "twitter": "https://twitter.com/nRide12",
+ "website": "https://www.nride.com",
+ },
"symbol": "NRIDE",
"traces": [
{
@@ -1422,6 +1516,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "theme": {
+ "primaryColorHex": "#c5c2c2",
+ },
},
],
"logoURIs": {
@@ -1467,6 +1564,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "theme": {
+ "primaryColorHex": "#ee8179",
+ },
},
],
"logoURIs": {
@@ -1512,6 +1612,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "theme": {
+ "primaryColorHex": "#25221f",
+ },
},
],
"logoURIs": {
@@ -1557,6 +1660,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "theme": {
+ "primaryColorHex": "#e30d2c",
+ },
},
],
"logoURIs": {
@@ -1602,6 +1708,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "theme": {
+ "primaryColorHex": "#ee5f06",
+ },
},
],
"logoURIs": {
@@ -1647,6 +1756,9 @@ exports[`getCw20Assets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "theme": {
+ "primaryColorHex": "#07d7ac",
+ },
},
],
"logoURIs": {
@@ -1693,6 +1805,9 @@ exports[`getCw20Assets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "theme": {
+ "primaryColorHex": "#dadbce",
+ },
},
],
"logoURIs": {
@@ -1744,6 +1859,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "theme": {
+ "primaryColorHex": "#240454",
+ },
},
],
"logoURIs": {
@@ -1790,6 +1908,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
},
],
"logoURIs": {
@@ -1836,6 +1957,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "theme": {
+ "primaryColorHex": "#eea95d",
+ },
},
],
"logoURIs": {
@@ -1881,6 +2005,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "theme": {
+ "primaryColorHex": "#0b1d33",
+ },
},
],
"logoURIs": {
@@ -1926,6 +2053,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "theme": {
+ "primaryColorHex": "#38b5c5",
+ },
},
],
"logoURIs": {
@@ -1971,6 +2101,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
},
],
"logoURIs": {
@@ -2016,6 +2149,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "theme": {
+ "primaryColorHex": "#cbdb44",
+ },
},
],
"logoURIs": {
@@ -2061,6 +2197,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "theme": {
+ "primaryColorHex": "#299544",
+ },
},
],
"logoURIs": {
@@ -2106,6 +2245,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "theme": {
+ "primaryColorHex": "#5561aa",
+ },
},
],
"logoURIs": {
@@ -2151,6 +2293,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
},
],
"logoURIs": {
@@ -2196,6 +2341,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "theme": {
+ "primaryColorHex": "#e0372c",
+ },
},
],
"logoURIs": {
@@ -2241,6 +2389,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "theme": {
+ "primaryColorHex": "#469743",
+ },
},
],
"logoURIs": {
@@ -2286,6 +2437,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "theme": {
+ "primaryColorHex": "#04ccab",
+ },
},
],
"logoURIs": {
@@ -2331,6 +2485,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "theme": {
+ "primaryColorHex": "#4d5264",
+ },
},
],
"logoURIs": {
@@ -2376,6 +2533,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "theme": {
+ "primaryColorHex": "#f49c4c",
+ },
},
],
"logoURIs": {
@@ -2421,6 +2581,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "theme": {
+ "primaryColorHex": "#d6a84f",
+ },
},
],
"logoURIs": {
@@ -2466,6 +2629,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "theme": {
+ "primaryColorHex": "#f3c79e",
+ },
},
],
"logoURIs": {
@@ -2511,6 +2677,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "theme": {
+ "primaryColorHex": "#140c44",
+ },
},
],
"logoURIs": {
@@ -2556,6 +2725,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "theme": {
+ "primaryColorHex": "#695335",
+ },
},
],
"logoURIs": {
@@ -2601,6 +2773,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "theme": {
+ "primaryColorHex": "#e5e5e5",
+ },
},
],
"logoURIs": {
@@ -2646,6 +2821,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -2691,6 +2869,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "theme": {
+ "primaryColorHex": "#5b2e96",
+ },
},
],
"logoURIs": {
@@ -2736,6 +2917,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "theme": {
+ "primaryColorHex": "#21538f",
+ },
},
],
"logoURIs": {
@@ -2781,6 +2965,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "theme": {
+ "primaryColorHex": "#e9bc37",
+ },
},
],
"logoURIs": {
@@ -2826,6 +3013,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -2872,6 +3062,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ "theme": {
+ "primaryColorHex": "#dc542c",
+ },
},
],
"logoURIs": {
@@ -2963,6 +3156,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "theme": {
+ "primaryColorHex": "#7bbc43",
+ },
},
],
"logoURIs": {
@@ -3008,6 +3204,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "theme": {
+ "primaryColorHex": "#ef6d1d",
+ },
},
],
"logoURIs": {
@@ -3053,6 +3252,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "theme": {
+ "primaryColorHex": "#744c2f",
+ },
},
],
"logoURIs": {
@@ -3098,6 +3300,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
@@ -3143,6 +3348,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "theme": {
+ "primaryColorHex": "#1e1d1d",
+ },
},
],
"logoURIs": {
@@ -3188,6 +3396,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "theme": {
+ "primaryColorHex": "#a9784c",
+ },
},
],
"logoURIs": {
@@ -3234,6 +3445,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "theme": {
+ "primaryColorHex": "#d17e7f",
+ },
},
],
"logoURIs": {
@@ -3258,6 +3472,50 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
],
"typeAsset": "cw20",
},
+ {
+ "address": "juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "base": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ ],
+ "denom": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "exponent": 0,
+ },
+ ],
+ "description": "Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.",
+ "display": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ "theme": {
+ "primaryColorHex": "#f3cb0c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ },
+ "name": "Airdrop For All",
+ "symbol": "AFA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
{
"address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
"base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
@@ -3280,6 +3538,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "theme": {
+ "primaryColorHex": "#683480",
+ },
},
],
"logoURIs": {
@@ -3325,6 +3586,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "theme": {
+ "primaryColorHex": "#100e0d",
+ },
},
],
"logoURIs": {
@@ -3371,6 +3635,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f2bd3a",
+ },
},
],
"logoURIs": {
@@ -3418,6 +3685,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#f87b7b",
+ },
},
],
"logoURIs": {
@@ -3446,7 +3716,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
"base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
- "coingeckoId": "marble",
"denomUnits": [
{
"aliases": [
@@ -3466,6 +3735,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -3494,7 +3766,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
"base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
- "coingeckoId": "hope-galaxy",
"denomUnits": [
{
"aliases": [
@@ -3514,6 +3785,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#e2877e",
+ },
},
],
"logoURIs": {
@@ -3562,6 +3836,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#070f0e",
+ },
},
],
"logoURIs": {
@@ -3609,6 +3886,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -3652,6 +3932,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#fae204",
+ },
},
],
"logoURIs": {
@@ -3680,7 +3963,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
"base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
- "coingeckoId": "junoswap-raw-dao",
"denomUnits": [
{
"aliases": [
@@ -3700,6 +3982,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "theme": {
+ "primaryColorHex": "#f07c92",
+ },
},
],
"logoURIs": {
@@ -3746,6 +4031,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "theme": {
+ "primaryColorHex": "#402e5d",
+ },
},
],
"logoURIs": {
@@ -3836,6 +4124,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "theme": {
+ "primaryColorHex": "#f3baaf",
+ },
},
],
"logoURIs": {
@@ -3882,6 +4173,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#263a70",
+ },
},
],
"logoURIs": {
@@ -3927,13 +4221,20 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"display": "glto",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
"name": "Gelotto",
"symbol": "GLTO",
@@ -3976,6 +4277,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"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",
+ "theme": {
+ "primaryColorHex": "#521caf",
+ },
},
],
"logoURIs": {
@@ -4023,6 +4327,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -4051,7 +4358,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
"base": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
- "coingeckoId": "stakeeasy-juno-derivative",
"denomUnits": [
{
"aliases": [
@@ -4071,6 +4377,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "theme": {
+ "primaryColorHex": "#26363f",
+ },
},
],
"logoURIs": {
@@ -4099,7 +4408,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
"base": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
- "coingeckoId": "stakeeasy-bjuno",
"denomUnits": [
{
"aliases": [
@@ -4119,6 +4427,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "theme": {
+ "primaryColorHex": "#254454",
+ },
},
],
"logoURIs": {
@@ -4166,6 +4477,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
"logoURIs": {
@@ -4213,6 +4527,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "theme": {
+ "primaryColorHex": "#2d2c2d",
+ },
},
],
"logoURIs": {
@@ -4259,6 +4576,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "theme": {
+ "primaryColorHex": "#32255f",
+ },
},
],
"logoURIs": {
@@ -4305,6 +4625,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#2d2c45",
+ },
},
],
"logoURIs": {
@@ -4332,7 +4655,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
"base": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
- "coingeckoId": "fanfury",
"denomUnits": [
{
"aliases": [
@@ -4351,6 +4673,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
},
],
"logoURIs": {
@@ -4394,10 +4719,14 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
],
"description": "The native token cw20 for PHMN on Juno Chain",
"display": "phmn",
+ "extendedDescription": "$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator's commission rate, or exiting the network are determined by the PHMN community.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "theme": {
+ "primaryColorHex": "#bbc2c6",
+ },
},
],
"logoURIs": {
@@ -4405,6 +4734,10 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
},
"name": "POSTHUMAN",
+ "socials": {
+ "twitter": "https://twitter.com/POSTHUMAN_DVS",
+ "website": "https://posthuman.digital/",
+ },
"symbol": "PHMN",
"traces": [
{
@@ -4426,7 +4759,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
"base": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
- "coingeckoId": "hopers-io",
"denomUnits": [
{
"aliases": [
@@ -4446,6 +4778,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "theme": {
+ "primaryColorHex": "#08d890",
+ },
},
],
"logoURIs": {
@@ -4492,6 +4827,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "theme": {
+ "primaryColorHex": "#e40404",
+ },
},
],
"logoURIs": {
@@ -4537,6 +4875,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#041ce4",
+ },
},
],
"logoURIs": {
@@ -4584,6 +4925,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "theme": {
+ "primaryColorHex": "#6bcc95",
+ },
},
],
"logoURIs": {
@@ -4630,6 +4974,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "theme": {
+ "primaryColorHex": "#046fc6",
+ },
},
],
"logoURIs": {
@@ -4672,10 +5019,14 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
],
"description": "nRide Token",
"display": "nride",
+ "extendedDescription": "nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
@@ -4683,6 +5034,10 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
},
"name": "nRide Token",
+ "socials": {
+ "twitter": "https://twitter.com/nRide12",
+ "website": "https://www.nride.com",
+ },
"symbol": "NRIDE",
"traces": [
{
@@ -4722,6 +5077,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "theme": {
+ "primaryColorHex": "#c5c2c2",
+ },
},
],
"logoURIs": {
@@ -4767,6 +5125,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "theme": {
+ "primaryColorHex": "#ee8179",
+ },
},
],
"logoURIs": {
@@ -4812,6 +5173,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "theme": {
+ "primaryColorHex": "#25221f",
+ },
},
],
"logoURIs": {
@@ -4857,6 +5221,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "theme": {
+ "primaryColorHex": "#e30d2c",
+ },
},
],
"logoURIs": {
@@ -4902,6 +5269,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "theme": {
+ "primaryColorHex": "#ee5f06",
+ },
},
],
"logoURIs": {
@@ -4947,6 +5317,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "theme": {
+ "primaryColorHex": "#07d7ac",
+ },
},
],
"logoURIs": {
@@ -4993,6 +5366,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "theme": {
+ "primaryColorHex": "#dadbce",
+ },
},
],
"logoURIs": {
@@ -5044,6 +5420,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "theme": {
+ "primaryColorHex": "#240454",
+ },
},
],
"logoURIs": {
@@ -5090,6 +5469,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
},
],
"logoURIs": {
@@ -5136,6 +5518,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "theme": {
+ "primaryColorHex": "#eea95d",
+ },
},
],
"logoURIs": {
@@ -5181,6 +5566,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "theme": {
+ "primaryColorHex": "#0b1d33",
+ },
},
],
"logoURIs": {
@@ -5226,6 +5614,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "theme": {
+ "primaryColorHex": "#38b5c5",
+ },
},
],
"logoURIs": {
@@ -5271,6 +5662,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
},
],
"logoURIs": {
@@ -5316,6 +5710,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "theme": {
+ "primaryColorHex": "#cbdb44",
+ },
},
],
"logoURIs": {
@@ -5361,6 +5758,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "theme": {
+ "primaryColorHex": "#299544",
+ },
},
],
"logoURIs": {
@@ -5406,6 +5806,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "theme": {
+ "primaryColorHex": "#5561aa",
+ },
},
],
"logoURIs": {
@@ -5451,6 +5854,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
},
],
"logoURIs": {
@@ -5496,6 +5902,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "theme": {
+ "primaryColorHex": "#e0372c",
+ },
},
],
"logoURIs": {
@@ -5541,6 +5950,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "theme": {
+ "primaryColorHex": "#469743",
+ },
},
],
"logoURIs": {
@@ -5586,6 +5998,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "theme": {
+ "primaryColorHex": "#04ccab",
+ },
},
],
"logoURIs": {
@@ -5631,6 +6046,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "theme": {
+ "primaryColorHex": "#4d5264",
+ },
},
],
"logoURIs": {
@@ -5676,6 +6094,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "theme": {
+ "primaryColorHex": "#f49c4c",
+ },
},
],
"logoURIs": {
@@ -5721,6 +6142,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "theme": {
+ "primaryColorHex": "#d6a84f",
+ },
},
],
"logoURIs": {
@@ -5766,6 +6190,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "theme": {
+ "primaryColorHex": "#f3c79e",
+ },
},
],
"logoURIs": {
@@ -5811,6 +6238,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "theme": {
+ "primaryColorHex": "#140c44",
+ },
},
],
"logoURIs": {
@@ -5856,6 +6286,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "theme": {
+ "primaryColorHex": "#695335",
+ },
},
],
"logoURIs": {
@@ -5901,6 +6334,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "theme": {
+ "primaryColorHex": "#e5e5e5",
+ },
},
],
"logoURIs": {
@@ -5946,6 +6382,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -5991,6 +6430,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "theme": {
+ "primaryColorHex": "#5b2e96",
+ },
},
],
"logoURIs": {
@@ -6036,6 +6478,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "theme": {
+ "primaryColorHex": "#21538f",
+ },
},
],
"logoURIs": {
@@ -6081,6 +6526,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "theme": {
+ "primaryColorHex": "#e9bc37",
+ },
},
],
"logoURIs": {
@@ -6126,6 +6574,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -6172,6 +6623,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ "theme": {
+ "primaryColorHex": "#dc542c",
+ },
},
],
"logoURIs": {
@@ -6263,6 +6717,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "theme": {
+ "primaryColorHex": "#7bbc43",
+ },
},
],
"logoURIs": {
@@ -6308,6 +6765,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "theme": {
+ "primaryColorHex": "#ef6d1d",
+ },
},
],
"logoURIs": {
@@ -6353,6 +6813,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "theme": {
+ "primaryColorHex": "#744c2f",
+ },
},
],
"logoURIs": {
@@ -6398,6 +6861,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
@@ -6443,6 +6909,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "theme": {
+ "primaryColorHex": "#1e1d1d",
+ },
},
],
"logoURIs": {
@@ -6488,6 +6957,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "theme": {
+ "primaryColorHex": "#a9784c",
+ },
},
],
"logoURIs": {
@@ -6534,6 +7006,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "theme": {
+ "primaryColorHex": "#d17e7f",
+ },
},
],
"logoURIs": {
@@ -6558,6 +7033,50 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
],
"typeAsset": "cw20",
},
+ {
+ "address": "juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "base": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ ],
+ "denom": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "exponent": 0,
+ },
+ ],
+ "description": "Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.",
+ "display": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ "theme": {
+ "primaryColorHex": "#f3cb0c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ },
+ "name": "Airdrop For All",
+ "symbol": "AFA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
{
"address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
"base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
@@ -6580,6 +7099,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "theme": {
+ "primaryColorHex": "#683480",
+ },
},
],
"logoURIs": {
@@ -6627,6 +7149,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "theme": {
+ "primaryColorHex": "#2c2c2c",
+ },
},
],
"logoURIs": {
@@ -6720,6 +7245,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
+ },
},
],
"logoURIs": {
@@ -6768,6 +7296,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "theme": {
+ "primaryColorHex": "#3142fc",
+ },
},
],
"logoURIs": {
@@ -6816,6 +7347,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "theme": {
+ "primaryColorHex": "#b8a2dc",
+ },
},
],
"logoURIs": {
@@ -6844,7 +7378,6 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
"base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
- "coingeckoId": "buttcoin-2",
"denomUnits": [
{
"aliases": [
@@ -6864,6 +7397,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "theme": {
+ "primaryColorHex": "#7b04eb",
+ },
},
],
"logoURIs": {
@@ -6890,6 +7426,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "snip20",
},
{
+ "address": "secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
"base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
"coingeckoId": "alter",
"denomUnits": [
@@ -6911,6 +7448,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "theme": {
+ "primaryColorHex": "#694c90",
+ },
},
],
"logoURIs": {
@@ -6938,6 +7478,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"type": "ibc-cw20",
},
],
+ "typeAsset": "snip20",
},
{
"address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
@@ -6961,6 +7502,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "theme": {
+ "primaryColorHex": "#f2b854",
+ },
},
],
"logoURIs": {
@@ -7012,6 +7556,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "theme": {
+ "primaryColorHex": "#c49df3",
+ },
},
],
"logoURIs": {
@@ -7038,48 +7585,48 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "snip25",
},
{
- "address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "base": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "address": "terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "base": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
+ "coingeckoId": "white-whale",
"denomUnits": [
{
"aliases": [
- "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
],
- "denom": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "denom": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "whale",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro.cw20",
+ "description": "The governance token of the White Whale protocol on Terra.",
+ "display": "whale",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
+ "theme": {
+ "primaryColorHex": "#43b24b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
- },
- "name": "Astroport CW20 Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
},
- "symbol": "ASTRO.cw20",
+ "name": "Whale Token",
+ "symbol": "WHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7087,40 +7634,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
- "base": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "address": "terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "base": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
"denomUnits": [
{
"aliases": [
- "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
],
- "denom": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "denom": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
"exponent": 0,
},
+ {
+ "denom": "bluna",
+ "exponent": 6,
+ },
],
- "description": "Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.",
- "display": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "display": "bluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
+ "theme": {
+ "primaryColorHex": "#fbdb5b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
},
- "name": "dinheiro",
- "symbol": "DINHEIROS",
+ "name": "Bonded Luna",
+ "symbol": "bLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7128,44 +7681,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
- "base": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "address": "terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "base": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
"denomUnits": [
{
"aliases": [
- "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
],
- "denom": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "denom": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
"exponent": 0,
},
{
- "denom": "Reis",
+ "denom": "beth",
"exponent": 6,
},
],
- "description": "Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
- "display": "Reis",
+ "display": "beth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
+ "theme": {
+ "primaryColorHex": "#54b649",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
},
- "name": "real",
- "symbol": "REIS",
+ "name": "Bonded ETH",
+ "symbol": "bETH",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7173,44 +7728,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
- "base": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "address": "terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "base": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
"denomUnits": [
{
"aliases": [
- "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
],
- "denom": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "denom": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
"exponent": 0,
},
{
- "denom": "Escudos",
+ "denom": "aust",
"exponent": 6,
},
],
- "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and foward.",
- "display": "Escudos",
+ "display": "aust",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
+ "theme": {
+ "primaryColorHex": "#dd7e7f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
},
- "name": "escudo",
- "symbol": "ESCUDOS",
+ "name": "Anchor Terra USD",
+ "symbol": "aUST",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7218,44 +7775,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
- "base": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "address": "terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "base": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
"denomUnits": [
{
"aliases": [
- "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
],
- "denom": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "denom": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
"exponent": 0,
},
{
- "denom": "Alem",
+ "denom": "anc",
"exponent": 6,
},
],
- "description": "Alem is a local currency for the region of Alentejo in Portugal, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
- "display": "Alem",
+ "display": "anc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
},
- "name": "alentejo.money",
- "symbol": "ALEM",
+ "name": "Anchor Token",
+ "symbol": "ANC",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7263,45 +7822,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
- "base": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
- "coingeckoId": "eris-amplified-luna",
+ "address": "terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "base": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
"denomUnits": [
{
"aliases": [
- "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
],
- "denom": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
+ "denom": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
"exponent": 0,
},
{
- "denom": "ampluna",
+ "denom": "mir",
"exponent": 6,
},
],
- "description": "ERIS liquid staked LUNA.",
- "display": "ampluna",
+ "display": "mir",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
+ "theme": {
+ "primaryColorHex": "#142444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
},
- "name": "ERIS Amplified LUNA",
- "symbol": "ampLUNA",
+ "name": "Mirror",
+ "symbol": "MIR",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7309,45 +7869,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
- "base": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
- "coingeckoId": "lion-dao",
+ "address": "terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "base": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
"denomUnits": [
{
"aliases": [
- "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
],
- "denom": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
+ "denom": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
"exponent": 0,
},
{
- "denom": "roar",
+ "denom": "maapl",
"exponent": 6,
},
],
- "description": "Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling",
- "display": "roar",
+ "display": "maapl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
+ "theme": {
+ "primaryColorHex": "#acacac",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
},
- "name": "Lion DAO",
- "symbol": "ROAR",
+ "name": "Apple Inc.",
+ "symbol": "mAAPL",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7355,44 +7916,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
- "base": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "address": "terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "base": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
"denomUnits": [
{
"aliases": [
- "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
],
- "denom": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "denom": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
"exponent": 0,
},
{
- "denom": "gem",
+ "denom": "mabnb",
"exponent": 6,
},
],
- "description": "GEM DAO, building a decentralized, community-owned, low-supply store of value",
- "display": "gem",
+ "display": "mabnb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
+ "theme": {
+ "primaryColorHex": "#e4545c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
},
- "name": "GEM DAO",
- "symbol": "GEM",
+ "name": "Airbnb Inc.",
+ "symbol": "mABNB",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7400,44 +7963,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
- "base": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "address": "terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "base": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
"denomUnits": [
{
"aliases": [
- "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
],
- "denom": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "denom": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
"exponent": 0,
},
{
- "denom": "cub",
+ "denom": "mamc",
"exponent": 6,
},
],
- "description": "Lion Cub DAO is a useless meme community DAO on Terra",
- "display": "cub",
+ "display": "mamc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
+ "theme": {
+ "primaryColorHex": "#cc2444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
},
- "name": "Lion Cub DAO",
- "symbol": "CUB",
+ "name": "AMC Entertainment Holdings Inc.",
+ "symbol": "mAMC",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7445,44 +8010,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
- "base": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "address": "terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "base": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
"denomUnits": [
{
"aliases": [
- "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
],
- "denom": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "denom": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
"exponent": 0,
},
{
- "denom": "blue",
+ "denom": "mamd",
"exponent": 6,
},
],
- "description": "BLUE CUB DAO is a community DAO on Terra",
- "display": "blue",
+ "display": "mamd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
},
- "name": "BLUE CUB DAO",
- "symbol": "BLUE",
+ "name": "Advanced Micro Devices, Inc.",
+ "symbol": "mAMD",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7490,44 +8057,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
- "base": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "address": "terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "base": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
"denomUnits": [
{
"aliases": [
- "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
],
- "denom": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "denom": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
"exponent": 0,
},
{
- "denom": "xxx",
- "exponent": 10,
+ "denom": "mamzn",
+ "exponent": 6,
},
],
- "description": "Liquidity token, NFT, HARVEST FOR VALUE",
- "display": "xxx",
+ "display": "mamzn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
},
- "name": "TheOnlyOne",
- "symbol": "xxx",
+ "name": "Amazon.com, Inc.",
+ "symbol": "mAMZN",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7535,44 +8104,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
- "base": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "address": "terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "base": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
"denomUnits": [
{
"aliases": [
- "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
],
- "denom": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "denom": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
"exponent": 0,
},
{
- "denom": "GUGU",
+ "denom": "markk",
"exponent": 6,
},
],
- "description": "Just a meme coin on Terra",
- "display": "GUGU",
+ "display": "markk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
+ "theme": {
+ "primaryColorHex": "#0d0d25",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
},
- "name": "GUGU",
- "symbol": "GUGU",
+ "name": "ARK Innovation ETF",
+ "symbol": "mARKK",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7580,45 +8151,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "base": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
- "coingeckoId": "backbone-labs-staked-luna",
+ "address": "terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "base": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
"denomUnits": [
{
"aliases": [
- "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
],
- "denom": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
+ "denom": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
"exponent": 0,
},
{
- "denom": "bLUNA",
+ "denom": "mbaba",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked LUNA",
- "display": "bLUNA",
+ "display": "mbaba",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
+ "theme": {
+ "primaryColorHex": "#f38506",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
},
- "name": "BackBone Labs Liquid Staked LUNA",
- "symbol": "bLUNA",
+ "name": "Alibaba Group Holding Limited",
+ "symbol": "mBABA",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7626,46 +8198,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
- "base": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "address": "terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "base": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
"denomUnits": [
{
"aliases": [
- "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
],
- "denom": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "denom": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
"exponent": 0,
},
{
- "denom": "sayve",
+ "denom": "mbtc",
"exponent": 6,
},
],
- "description": "Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.",
- "display": "sayve",
+ "display": "mbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
},
- "name": "sayve",
- "symbol": "SAYVE",
+ "name": "Bitcoin",
+ "symbol": "mBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7673,44 +8245,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
- "base": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "address": "terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "base": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
"denomUnits": [
{
"aliases": [
- "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
],
- "denom": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "denom": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
"exponent": 0,
},
{
- "denom": "nico",
- "exponent": 18,
+ "denom": "mcoin",
+ "exponent": 6,
},
],
- "description": "Nico Dao Money",
- "display": "nico",
+ "display": "mcoin",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
+ "theme": {
+ "primaryColorHex": "#1454f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
},
- "name": "nico",
- "symbol": "NICO",
+ "name": "Coinbase Global, Inc.",
+ "symbol": "mCOIN",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7718,44 +8292,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
- "base": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "address": "terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "base": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
"denomUnits": [
{
"aliases": [
- "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
],
- "denom": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "denom": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
"exponent": 0,
},
{
- "denom": "seas",
+ "denom": "mdis",
"exponent": 6,
},
],
- "description": "Sailing the Seas DAO is a community DAO built on Enterprise on Terra",
- "display": "seas",
+ "display": "mdis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
},
- "name": "Sailing The SeaS DAO",
- "symbol": "SEAS",
+ "name": "The Walt Disney Company",
+ "symbol": "mDIS",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7763,44 +8339,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
- "base": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "address": "terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "base": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
"denomUnits": [
{
"aliases": [
- "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
],
- "denom": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "denom": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
"exponent": 0,
},
{
- "denom": "bitz",
+ "denom": "mdot",
"exponent": 6,
},
],
- "description": "A community DAO built on Enterprise",
- "display": "bitz",
+ "display": "mdot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
},
- "name": "BitzDAO",
- "symbol": "BITZ",
+ "name": "Polkadot",
+ "symbol": "mDOT",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7808,44 +8386,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
- "base": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "address": "terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "base": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
"denomUnits": [
{
"aliases": [
- "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
],
- "denom": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "denom": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
"exponent": 0,
},
{
- "denom": "seul",
+ "denom": "meth",
"exponent": 6,
},
],
- "description": "SEUL DAO",
- "display": "seul",
+ "display": "meth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
+ "theme": {
+ "primaryColorHex": "#5c648e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
},
- "name": "seul",
- "symbol": "SEUL",
+ "name": "Ether",
+ "symbol": "mETH",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7853,44 +8433,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
- "base": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "address": "terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "base": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
"denomUnits": [
{
"aliases": [
- "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
],
- "denom": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "denom": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
"exponent": 0,
},
{
- "denom": "xseul",
+ "denom": "mfb",
"exponent": 6,
},
],
- "description": "SEUL DAO",
- "display": "xseul",
+ "display": "mfb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
+ "theme": {
+ "primaryColorHex": "#1c74f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
},
- "name": "xseul",
- "symbol": "xSEUL",
+ "name": "Facebook Inc.",
+ "symbol": "mFB",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7898,44 +8480,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
- "base": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "address": "terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "base": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
"denomUnits": [
{
"aliases": [
- "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
],
- "denom": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "denom": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
"exponent": 0,
},
{
- "denom": "ito",
+ "denom": "mglxy",
"exponent": 6,
},
],
- "description": "ITO DAO",
- "display": "ito",
+ "display": "mglxy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
+ "theme": {
+ "primaryColorHex": "#1d4cac",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
},
- "name": "ito",
- "symbol": "ITO",
+ "name": "Galaxy Digital Holdings Ltd",
+ "symbol": "mGLXY",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7943,44 +8527,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
- "base": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "address": "terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "base": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
"denomUnits": [
{
"aliases": [
- "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
],
- "denom": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "denom": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
"exponent": 0,
},
{
- "denom": "ARMANI",
+ "denom": "mgme",
"exponent": 6,
},
],
- "description": "Chris Armani Token",
- "display": "ARMANI",
+ "display": "mgme",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
},
- "name": "ARMANI",
- "symbol": "ARMANI",
+ "name": "GameStop Corp",
+ "symbol": "mGME",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -7988,44 +8574,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
- "base": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "address": "terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "base": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
"denomUnits": [
{
"aliases": [
- "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
],
- "denom": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "denom": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
"exponent": 0,
},
{
- "denom": "DROGO",
+ "denom": "mgoogl",
"exponent": 6,
},
],
- "description": "useless meme coin",
- "display": "DROGO",
+ "display": "mgoogl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
+ "theme": {
+ "primaryColorHex": "#34ac54",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
},
- "name": "DROGO",
- "symbol": "DROGO",
+ "name": "Alphabet Inc.",
+ "symbol": "mGOOGL",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -8033,44 +8621,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
- "base": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "address": "terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "base": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
"denomUnits": [
{
"aliases": [
- "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
],
- "denom": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "denom": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
"exponent": 0,
},
{
- "denom": "ADO",
+ "denom": "mgs",
"exponent": 6,
},
],
- "description": "ado the flower of night",
- "display": "ADO",
+ "display": "mgs",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
+ "theme": {
+ "primaryColorHex": "#749cc4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
},
- "name": "ADO",
- "symbol": "ADO",
+ "name": "Goldman Sachs Group Inc.",
+ "symbol": "mGS",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -8078,44 +8668,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
- "base": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "address": "terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "base": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
"denomUnits": [
{
"aliases": [
- "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
],
- "denom": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "denom": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
"exponent": 0,
},
{
- "denom": "DNA",
+ "denom": "mhood",
"exponent": 6,
},
],
- "description": "DNA DAO",
- "display": "DNA",
+ "display": "mhood",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
+ "theme": {
+ "primaryColorHex": "#54c48c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
},
- "name": "DNA",
- "symbol": "DNA",
+ "name": "Robinhood Markets, Inc.",
+ "symbol": "mHOOD",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -8123,44 +8715,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
- "base": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "address": "terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "base": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
"denomUnits": [
{
"aliases": [
- "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
],
- "denom": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "denom": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
"exponent": 0,
},
{
- "denom": "bitmos",
+ "denom": "miau",
"exponent": 6,
},
],
- "description": "Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.",
- "display": "bitmos",
+ "display": "miau",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
},
- "name": "Bitmos",
- "symbol": "BMOS",
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -8168,44 +8762,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
- "base": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "address": "terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "base": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
"denomUnits": [
{
"aliases": [
- "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
],
- "denom": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "denom": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
"exponent": 0,
},
{
- "denom": "lads",
+ "denom": "miau",
"exponent": 6,
},
],
- "description": "",
- "display": "lads",
+ "display": "miau",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
},
- "name": "LADS",
- "symbol": "LADS",
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -8213,44 +8809,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
- "base": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
+ "address": "terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "base": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
"denomUnits": [
{
"aliases": [
- "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
+ "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
],
- "denom": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
+ "denom": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
"exponent": 0,
},
{
- "denom": "CLON",
+ "denom": "mjnj",
"exponent": 6,
},
],
- "description": "ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.",
- "display": "CLON",
+ "display": "mjnj",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
+ "theme": {
+ "primaryColorHex": "#c41d2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
},
- "name": "CLON",
- "symbol": "CLON",
+ "name": "Johnson & Johnson",
+ "symbol": "mJNJ",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -8258,470 +8856,18618 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
- "base": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
- "coingeckoId": "sienna",
+ "address": "terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "base": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
"denomUnits": [
{
"aliases": [
- "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
],
- "denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "denom": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
"exponent": 0,
},
{
- "denom": "sienna",
- "exponent": 18,
+ "denom": "mko",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for SIENNA on Secret Network",
- "display": "sienna",
+ "display": "mko",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
+ "theme": {
+ "primaryColorHex": "#fcc9cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
},
- "name": "SIENNA",
- "symbol": "SIENNA",
+ "name": "Coca-Cola",
+ "symbol": "mKO",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
- "base": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "address": "terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "base": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
"denomUnits": [
{
"aliases": [
- "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
],
- "denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "denom": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "mmsft",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "mmsft",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
+ "theme": {
+ "primaryColorHex": "#04a4ec",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
},
- "name": "Shade (old)",
- "symbol": "SHD(old)",
+ "name": "Microsoft Corporation",
+ "symbol": "mMSFT",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "base": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
- "coingeckoId": "shade-protocol",
+ "address": "terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "base": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
"denomUnits": [
{
"aliases": [
- "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
],
- "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "denom": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "mnflx",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "mnflx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
+ "theme": {
+ "primaryColorHex": "#af040c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "Netflix, Inc.",
+ "symbol": "mNFLX",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
- "base": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
- "coingeckoId": "silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2",
+ "address": "terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "base": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
"denomUnits": [
{
"aliases": [
- "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
],
- "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "denom": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
"exponent": 0,
},
{
- "denom": "silk",
+ "denom": "mnio",
"exponent": 6,
},
],
- "description": "The native token cw20 for Silk on Secret Network",
+ "display": "mnio",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ },
+ "name": "NIO Inc.",
+ "symbol": "mNIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "base": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ ],
+ "denom": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnke",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnke",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ },
+ "name": "NIKE, Inc.",
+ "symbol": "mNKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "base": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ ],
+ "denom": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnvda",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnvda",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ "theme": {
+ "primaryColorHex": "#74bc04",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ },
+ "name": "NVIDIA Corporation",
+ "symbol": "mNVDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "base": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ ],
+ "denom": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mpypl",
+ "exponent": 6,
+ },
+ ],
+ "display": "mpypl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ "theme": {
+ "primaryColorHex": "#24377a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ },
+ "name": "PayPal Holdings Inc",
+ "symbol": "mPYPL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "base": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ ],
+ "denom": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mqqq",
+ "exponent": 6,
+ },
+ ],
+ "display": "mqqq",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ "theme": {
+ "primaryColorHex": "#041c7c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ },
+ "name": "Invesco QQQ Trust",
+ "symbol": "mQQQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "base": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ ],
+ "denom": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
+ "exponent": 0,
+ },
+ {
+ "denom": "msbux",
+ "exponent": 6,
+ },
+ ],
+ "display": "msbux",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ "theme": {
+ "primaryColorHex": "#047444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ },
+ "name": "Starbucks Corporation",
+ "symbol": "mSBUX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "base": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ ],
+ "denom": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mslv",
+ "exponent": 6,
+ },
+ ],
+ "display": "mslv",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ },
+ "name": "iShares Silver Trust",
+ "symbol": "mSLV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "base": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ ],
+ "denom": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
+ "exponent": 0,
+ },
+ {
+ "denom": "mspy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mspy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ },
+ "name": "SPDR S&P 500",
+ "symbol": "mSPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "base": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ ],
+ "denom": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
+ "exponent": 0,
+ },
+ {
+ "denom": "msq",
+ "exponent": 6,
+ },
+ ],
+ "display": "msq",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ },
+ "name": "Square, Inc.",
+ "symbol": "mSQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "base": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ ],
+ "denom": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
+ "exponent": 0,
+ },
+ {
+ "denom": "mtsla",
+ "exponent": 6,
+ },
+ ],
+ "display": "mtsla",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ "theme": {
+ "primaryColorHex": "#e41c34",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ },
+ "name": "Tesla, Inc.",
+ "symbol": "mTSLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "base": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ ],
+ "denom": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
+ "exponent": 0,
+ },
+ {
+ "denom": "mtwtr",
+ "exponent": 6,
+ },
+ ],
+ "display": "mtwtr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ "theme": {
+ "primaryColorHex": "#2cace4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ },
+ "name": "Twitter, Inc.",
+ "symbol": "mTWTR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "base": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ ],
+ "denom": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
+ "exponent": 0,
+ },
+ {
+ "denom": "muso",
+ "exponent": 6,
+ },
+ ],
+ "display": "muso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ },
+ "name": "United States Oil Fund, LP",
+ "symbol": "mUSO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "base": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ ],
+ "denom": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
+ "exponent": 0,
+ },
+ {
+ "denom": "mvixy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mvixy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ },
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "base": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ ],
+ "denom": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "mvixy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mvixy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ },
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "base": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ ],
+ "denom": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lota",
+ "exponent": 6,
+ },
+ ],
+ "display": "lota",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ "theme": {
+ "primaryColorHex": "#c63adc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ },
+ "name": "loterra",
+ "symbol": "LOTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "base": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ ],
+ "denom": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
+ "exponent": 0,
+ },
+ {
+ "denom": "dph",
+ "exponent": 6,
+ },
+ ],
+ "display": "dph",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ "theme": {
+ "primaryColorHex": "#2c4c9c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ },
+ "name": "Digipharm",
+ "symbol": "DPH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "base": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ ],
+ "denom": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
+ "exponent": 0,
+ },
+ {
+ "denom": "mine",
+ "exponent": 6,
+ },
+ ],
+ "display": "mine",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ "theme": {
+ "primaryColorHex": "#042c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ },
+ "name": "Pylon MINE Token",
+ "symbol": "MINE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "base": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ ],
+ "denom": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "bpsidp-24m",
+ "exponent": 6,
+ },
+ ],
+ "display": "bpsidp-24m",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ "theme": {
+ "primaryColorHex": "#3d6d8e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ },
+ "name": "Pylon bDP Token for Gateway Psi 24m Pool",
+ "symbol": "bPsiDP-24m",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "base": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ ],
+ "denom": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
+ "exponent": 0,
+ },
+ {
+ "denom": "spec",
+ "exponent": 6,
+ },
+ ],
+ "display": "spec",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ "theme": {
+ "primaryColorHex": "#fa2d6c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ },
+ "name": "Spectrum Token",
+ "symbol": "SPEC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "base": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ ],
+ "denom": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
+ "exponent": 0,
+ },
+ {
+ "denom": "loop",
+ "exponent": 6,
+ },
+ ],
+ "display": "loop",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#04dff9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ },
+ "name": "LOOP token",
+ "symbol": "LOOP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "base": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ ],
+ "denom": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
+ "exponent": 0,
+ },
+ {
+ "denom": "loopr",
+ "exponent": 6,
+ },
+ ],
+ "display": "loopr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ "theme": {
+ "primaryColorHex": "#550555",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ },
+ "name": "LOOPR token",
+ "symbol": "LOOPR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "base": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ ],
+ "denom": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
+ "exponent": 0,
+ },
+ {
+ "denom": "stt",
+ "exponent": 6,
+ },
+ ],
+ "display": "stt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ "theme": {
+ "primaryColorHex": "#f5e604",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ },
+ "name": "StarTerra Token",
+ "symbol": "STT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "base": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ ],
+ "denom": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
+ "exponent": 0,
+ },
+ {
+ "denom": "twd",
+ "exponent": 6,
+ },
+ ],
+ "display": "twd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ "theme": {
+ "primaryColorHex": "#25abe3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ },
+ "name": "TWD Token",
+ "symbol": "TWD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "base": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ ],
+ "denom": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
+ "exponent": 0,
+ },
+ {
+ "denom": "xtra",
+ "exponent": 6,
+ },
+ ],
+ "display": "xtra",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ "theme": {
+ "primaryColorHex": "#0c9cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ },
+ "name": "xterra Token",
+ "symbol": "XTRA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "base": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ ],
+ "denom": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
+ "exponent": 0,
+ },
+ {
+ "denom": "miaw",
+ "exponent": 6,
+ },
+ ],
+ "display": "miaw",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ "theme": {
+ "primaryColorHex": "#060606",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ },
+ "name": "MIAW Token",
+ "symbol": "MIAW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "base": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ ],
+ "denom": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
+ "exponent": 0,
+ },
+ {
+ "denom": "psi",
+ "exponent": 6,
+ },
+ ],
+ "display": "psi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ "theme": {
+ "primaryColorHex": "#1c1c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ },
+ "name": "Nexus Governance Token",
+ "symbol": "Psi",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "base": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ ],
+ "denom": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
+ "exponent": 0,
+ },
+ {
+ "denom": "nluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "nluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
+ },
+ "name": "Nexus nLuna Token",
+ "symbol": "nLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "base": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ ],
+ "denom": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
+ "exponent": 0,
+ },
+ {
+ "denom": "neth",
+ "exponent": 6,
+ },
+ ],
+ "display": "neth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
+ },
+ "name": "Nexus nETH Token",
+ "symbol": "nETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "base": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ ],
+ "denom": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cnluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "cnluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
+ },
+ "name": "nLuna autocompounder share representation",
+ "symbol": "cnLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "base": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ ],
+ "denom": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
+ "exponent": 0,
+ },
+ {
+ "denom": "cneth",
+ "exponent": 6,
+ },
+ ],
+ "display": "cneth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
+ },
+ "name": "nETH autocompounder share representation",
+ "symbol": "cnETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "base": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ ],
+ "denom": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
+ "exponent": 0,
+ },
+ {
+ "denom": "navax",
+ "exponent": 6,
+ },
+ ],
+ "display": "navax",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
+ },
+ "name": "Nexus nAVAX Token",
+ "symbol": "nAVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "base": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ ],
+ "denom": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
+ "exponent": 0,
+ },
+ {
+ "denom": "natom",
+ "exponent": 6,
+ },
+ ],
+ "display": "natom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
+ },
+ "name": "Nexus nATOM Token",
+ "symbol": "nATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "base": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ ],
+ "denom": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
+ "exponent": 0,
+ },
+ {
+ "denom": "vkr",
+ "exponent": 6,
+ },
+ ],
+ "display": "vkr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ },
+ "name": "VKR Token",
+ "symbol": "VKR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "base": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ ],
+ "denom": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
+ "exponent": 0,
+ },
+ {
+ "denom": "orion",
+ "exponent": 8,
+ },
+ ],
+ "display": "orion",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ "theme": {
+ "primaryColorHex": "#04bc74",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ },
+ "name": "Orion Money (Portal)",
+ "symbol": "ORION",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "base": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ ],
+ "denom": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
+ "exponent": 0,
+ },
+ {
+ "denom": "tland",
+ "exponent": 6,
+ },
+ ],
+ "display": "tland",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ "theme": {
+ "primaryColorHex": "#c3a990",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ },
+ "name": "TerraLand Token",
+ "symbol": "TLAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "base": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ ],
+ "denom": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "vust",
+ "exponent": 6,
+ },
+ ],
+ "display": "vust",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ "theme": {
+ "primaryColorHex": "#3ccb64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ },
+ "name": "Vault UST",
+ "symbol": "vUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "base": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ ],
+ "denom": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
+ "exponent": 0,
+ },
+ {
+ "denom": "eth",
+ "exponent": 8,
+ },
+ ],
+ "display": "eth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ "theme": {
+ "primaryColorHex": "#2d2831",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ },
+ "name": "Ether (Portal)",
+ "symbol": "ETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "base": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ ],
+ "denom": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "wbtc",
+ "exponent": 8,
+ },
+ ],
+ "display": "wbtc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#f3931e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ },
+ "name": "Wrapped BTC (Portal)",
+ "symbol": "WBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "base": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ ],
+ "denom": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
+ "exponent": 0,
+ },
+ {
+ "denom": "sol",
+ "exponent": 8,
+ },
+ ],
+ "display": "sol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ },
+ "name": "SOL (Portal)",
+ "symbol": "SOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "base": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ ],
+ "denom": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
+ "exponent": 0,
+ },
+ {
+ "denom": "maticet",
+ "exponent": 8,
+ },
+ ],
+ "display": "maticet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ "theme": {
+ "primaryColorHex": "#8447e1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ },
+ "name": "MATIC (Portal from Ethereum)",
+ "symbol": "MATICet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "base": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ ],
+ "denom": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
+ "exponent": 0,
+ },
+ {
+ "denom": "bnb",
+ "exponent": 8,
+ },
+ ],
+ "display": "bnb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ "theme": {
+ "primaryColorHex": "#f4bc2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ },
+ "name": "Binance Coin (Portal)",
+ "symbol": "BNB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "base": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ ],
+ "denom": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
+ "exponent": 0,
+ },
+ {
+ "denom": "cake",
+ "exponent": 8,
+ },
+ ],
+ "display": "cake",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ "theme": {
+ "primaryColorHex": "#d0894d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ },
+ "name": "PancakeSwap Token (Portal)",
+ "symbol": "CAKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "base": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ ],
+ "denom": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
+ "exponent": 0,
+ },
+ {
+ "denom": "link",
+ "exponent": 8,
+ },
+ ],
+ "display": "link",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ },
+ "name": "Chainlink (Portal)",
+ "symbol": "LINK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "base": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ ],
+ "denom": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sushi",
+ "exponent": 8,
+ },
+ ],
+ "display": "sushi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ "theme": {
+ "primaryColorHex": "#cd68ac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ },
+ "name": "SushiToken (Portal)",
+ "symbol": "SUSHI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "base": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ ],
+ "denom": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
+ "exponent": 0,
+ },
+ {
+ "denom": "uni",
+ "exponent": 8,
+ },
+ ],
+ "display": "uni",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ "theme": {
+ "primaryColorHex": "#b01e66",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ },
+ "name": "Uniswap (Portal)",
+ "symbol": "UNI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "base": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ ],
+ "denom": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtet",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ "theme": {
+ "primaryColorHex": "#56a995",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ },
+ "name": "Tether USD (Portal from Ethereum)",
+ "symbol": "USDTet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "base": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ ],
+ "denom": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcet",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ "theme": {
+ "primaryColorHex": "#2a75c9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ },
+ "name": "USD Coin (Portal from Ethereum)",
+ "symbol": "USDCet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "base": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ ],
+ "denom": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
+ "exponent": 0,
+ },
+ {
+ "denom": "kuji",
+ "exponent": 6,
+ },
+ ],
+ "display": "kuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ "theme": {
+ "primaryColorHex": "#24242c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ },
+ "name": "Kujira Token",
+ "symbol": "KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "base": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ ],
+ "denom": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
+ "exponent": 0,
+ },
+ {
+ "denom": "skuji",
+ "exponent": 6,
+ },
+ ],
+ "display": "skuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ "theme": {
+ "primaryColorHex": "#252933",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ },
+ "name": "Staked KUJI",
+ "symbol": "sKUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "base": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ ],
+ "denom": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "wsteth",
+ "exponent": 8,
+ },
+ ],
+ "display": "wsteth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ "theme": {
+ "primaryColorHex": "#9cdcfc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ },
+ "name": "Lido wstETH (Portal)",
+ "symbol": "wstETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "base": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ ],
+ "denom": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
+ "exponent": 0,
+ },
+ {
+ "denom": "wstsol",
+ "exponent": 8,
+ },
+ ],
+ "display": "wstsol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ "theme": {
+ "primaryColorHex": "#1dbffc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ },
+ "name": "Lido wstSOL (Portal)",
+ "symbol": "wstSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "base": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ ],
+ "denom": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
+ "exponent": 0,
+ },
+ {
+ "denom": "wsbsol",
+ "exponent": 8,
+ },
+ ],
+ "display": "wsbsol",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
+ },
+ "name": "Lido bonded SOL (Portal)",
+ "symbol": "wsbSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "base": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ ],
+ "denom": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
+ "exponent": 0,
+ },
+ {
+ "denom": "ldo",
+ "exponent": 8,
+ },
+ ],
+ "display": "ldo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ "theme": {
+ "primaryColorHex": "#f49c8c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ },
+ "name": "Lido DAO (Portal)",
+ "symbol": "LDO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "base": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ ],
+ "denom": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
+ "exponent": 0,
+ },
+ {
+ "denom": "webeth",
+ "exponent": 8,
+ },
+ ],
+ "display": "webeth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
+ },
+ "name": "Lido Bonded ETH (Wormhole)",
+ "symbol": "webETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "base": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ ],
+ "denom": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
+ "exponent": 0,
+ },
+ {
+ "denom": "stluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "stluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ "theme": {
+ "primaryColorHex": "#1fc0fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ },
+ "name": "Lido staked Luna",
+ "symbol": "stLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "base": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ ],
+ "denom": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
+ "exponent": 0,
+ },
+ {
+ "denom": "xdefi",
+ "exponent": 8,
+ },
+ ],
+ "display": "xdefi",
+ "name": "XDEFI (Portal)",
+ "symbol": "XDEFI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "base": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ ],
+ "denom": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
+ "exponent": 0,
+ },
+ {
+ "denom": "btl",
+ "exponent": 6,
+ },
+ ],
+ "display": "btl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ "theme": {
+ "primaryColorHex": "#5cbc8c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ },
+ "name": "Bitlocus Token",
+ "symbol": "BTL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "base": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ ],
+ "denom": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lunax",
+ "exponent": 6,
+ },
+ ],
+ "display": "lunax",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ "theme": {
+ "primaryColorHex": "#cdcdce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ },
+ "name": "LunaX Token",
+ "symbol": "LunaX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "base": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ ],
+ "denom": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
+ "exponent": 0,
+ },
+ {
+ "denom": "luni",
+ "exponent": 6,
+ },
+ ],
+ "display": "luni",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ "theme": {
+ "primaryColorHex": "#232742",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ },
+ "name": "LUNI",
+ "symbol": "LUNI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "base": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ ],
+ "denom": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
+ "exponent": 0,
+ },
+ {
+ "denom": "ply",
+ "exponent": 6,
+ },
+ ],
+ "display": "ply",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ "theme": {
+ "primaryColorHex": "#070706",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ },
+ "name": "PlayNity Token",
+ "symbol": "PLY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "base": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ ],
+ "denom": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfloki",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfloki",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ "theme": {
+ "primaryColorHex": "#f6c911",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ },
+ "name": "TFLOKI",
+ "symbol": "TFLOKI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "base": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ ],
+ "denom": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
+ "exponent": 0,
+ },
+ {
+ "denom": "tftic",
+ "exponent": 6,
+ },
+ ],
+ "display": "tftic",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ },
+ "name": "TFLOKI Genesis Ticket",
+ "symbol": "TFTIC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "base": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ ],
+ "denom": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfticii",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfticii",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ },
+ "name": "TFLOKI New World Ticket",
+ "symbol": "TFTICII",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "base": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ ],
+ "denom": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfticiii",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfticiii",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ },
+ "name": "TFLOKI Aviator Ticket",
+ "symbol": "TFTICIII",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "base": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ ],
+ "denom": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
+ "exponent": 0,
+ },
+ {
+ "denom": "moon",
+ "exponent": 6,
+ },
+ ],
+ "display": "moon",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ "theme": {
+ "primaryColorHex": "#ebb30c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ },
+ "name": "Moon Token",
+ "symbol": "MOON",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "base": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ ],
+ "denom": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport Token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "base": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ ],
+ "denom": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
+ "exponent": 0,
+ },
+ {
+ "denom": "xastro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "display": "xastro.cw20",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
+ },
+ "name": "Staked Astroport Token",
+ "symbol": "xASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "base": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ ],
+ "denom": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
+ "exponent": 0,
+ },
+ {
+ "denom": "halo",
+ "exponent": 6,
+ },
+ ],
+ "display": "halo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ "theme": {
+ "primaryColorHex": "#54a4dc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ },
+ "name": "Angel Protocol Token",
+ "symbol": "HALO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "base": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ ],
+ "denom": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
+ "exponent": 0,
+ },
+ {
+ "denom": "pug",
+ "exponent": 6,
+ },
+ ],
+ "display": "pug",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ "theme": {
+ "primaryColorHex": "#252424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ },
+ "name": "AstroPug Token",
+ "symbol": "PUG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "base": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ ],
+ "denom": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "orne",
+ "exponent": 6,
+ },
+ ],
+ "display": "orne",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ },
+ "name": "Orne Token",
+ "symbol": "ORNE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "base": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ ],
+ "denom": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
+ "exponent": 0,
+ },
+ {
+ "denom": "tns",
+ "exponent": 6,
+ },
+ ],
+ "display": "tns",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ "theme": {
+ "primaryColorHex": "#2442cf",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ },
+ "name": "Terra Name Service",
+ "symbol": "TNS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "base": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ ],
+ "denom": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
+ "exponent": 0,
+ },
+ {
+ "denom": "xrune",
+ "exponent": 6,
+ },
+ ],
+ "display": "xrune",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ },
+ "name": "Thorstarter",
+ "symbol": "XRUNE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "base": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ ],
+ "denom": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
+ "exponent": 0,
+ },
+ {
+ "denom": "alot",
+ "exponent": 6,
+ },
+ ],
+ "display": "alot",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ "theme": {
+ "primaryColorHex": "#c7bea1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ },
+ "name": "Alpha Pack Token",
+ "symbol": "aLOT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "base": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ ],
+ "denom": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sity",
+ "exponent": 6,
+ },
+ ],
+ "display": "sity",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
+ },
+ "name": "CurioSITY play to earn token",
+ "symbol": "SITY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "base": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ ],
+ "denom": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
+ "exponent": 0,
+ },
+ {
+ "denom": "glow",
+ "exponent": 6,
+ },
+ ],
+ "display": "glow",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ "theme": {
+ "primaryColorHex": "#262238",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ },
+ "name": "Glow Token",
+ "symbol": "GLOW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "base": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ ],
+ "denom": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "apollo",
+ "exponent": 6,
+ },
+ ],
+ "display": "apollo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ "theme": {
+ "primaryColorHex": "#10192a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ },
+ "name": "Apollo DAO Token",
+ "symbol": "APOLLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "base": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ ],
+ "denom": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "abr",
+ "exponent": 6,
+ },
+ ],
+ "display": "abr",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
+ },
+ "name": "Allbridge",
+ "symbol": "ABR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "base": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ ],
+ "denom": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
+ "exponent": 0,
+ },
+ {
+ "denom": "whgtps",
+ "exponent": 8,
+ },
+ ],
+ "display": "whgtps",
+ "name": "Global Transaction Payment Solu",
+ "symbol": "whGTPS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "base": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ ],
+ "denom": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "prism",
+ "exponent": 6,
+ },
+ ],
+ "display": "prism",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ "theme": {
+ "primaryColorHex": "#f6f6f6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ },
+ "name": "Prism Protocol Token",
+ "symbol": "PRISM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "base": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ ],
+ "denom": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
+ "exponent": 0,
+ },
+ {
+ "denom": "sdollar",
+ "exponent": 2,
+ },
+ ],
+ "display": "sdollar",
+ "name": "Space Dollar",
+ "symbol": "SDOLLAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "base": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ ],
+ "denom": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
+ "exponent": 0,
+ },
+ {
+ "denom": "whsail",
+ "exponent": 6,
+ },
+ ],
+ "display": "whsail",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ "theme": {
+ "primaryColorHex": "#0472b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ },
+ "name": "SAIL",
+ "symbol": "whSAIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "base": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ ],
+ "denom": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
+ "exponent": 0,
+ },
+ {
+ "denom": "whgsail",
+ "exponent": 8,
+ },
+ ],
+ "display": "whgsail",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ "theme": {
+ "primaryColorHex": "#046baa",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ },
+ "name": "SolanaSail Governance Token V2",
+ "symbol": "whgSAIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "base": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ ],
+ "denom": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
+ "exponent": 0,
+ },
+ {
+ "denom": "xprism",
+ "exponent": 6,
+ },
+ ],
+ "display": "xprism",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ "theme": {
+ "primaryColorHex": "#242434",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ },
+ "name": "Prism Governance Token",
+ "symbol": "xPRISM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "base": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ ],
+ "denom": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
+ "exponent": 0,
+ },
+ {
+ "denom": "cde",
+ "exponent": 9,
+ },
+ ],
+ "display": "cde",
+ "name": "CAPITRADE TOKEN",
+ "symbol": "CDE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "base": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ ],
+ "denom": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctx",
+ "exponent": 6,
+ },
+ ],
+ "display": "ctx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ },
+ "name": "C2X Token",
+ "symbol": "CTX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "base": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ ],
+ "denom": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
+ "exponent": 0,
+ },
+ {
+ "denom": "cluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "cluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ "theme": {
+ "primaryColorHex": "#211f2e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ },
+ "name": "Prism cLuna Token",
+ "symbol": "cLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "base": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ ],
+ "denom": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
+ "exponent": 0,
+ },
+ {
+ "denom": "pluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "pluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ "theme": {
+ "primaryColorHex": "#202030",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ },
+ "name": "Prism pLuna Token",
+ "symbol": "pLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "base": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ ],
+ "denom": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
+ "exponent": 0,
+ },
+ {
+ "denom": "yluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "yluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ "theme": {
+ "primaryColorHex": "#202130",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ },
+ "name": "Prism yLuna Token",
+ "symbol": "yLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "base": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ ],
+ "denom": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
+ "exponent": 0,
+ },
+ {
+ "denom": "atlo",
+ "exponent": 6,
+ },
+ ],
+ "display": "atlo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ "theme": {
+ "primaryColorHex": "#1b3667",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ },
+ "name": "Atlo Token",
+ "symbol": "ATLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "base": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ ],
+ "denom": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
+ "exponent": 0,
+ },
+ {
+ "denom": "local",
+ "exponent": 6,
+ },
+ ],
+ "display": "local",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ },
+ "name": "LOCAL Token",
+ "symbol": "LOCAL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "base": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ ],
+ "denom": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
+ "exponent": 0,
+ },
+ {
+ "denom": "luv",
+ "exponent": 6,
+ },
+ ],
+ "display": "luv",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ "theme": {
+ "primaryColorHex": "#f7a02f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ },
+ "name": "Lunaverse",
+ "symbol": "LUV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "base": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ ],
+ "denom": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
+ "exponent": 0,
+ },
+ {
+ "denom": "robo",
+ "exponent": 6,
+ },
+ ],
+ "display": "robo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ "theme": {
+ "primaryColorHex": "#2473d2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ },
+ "name": "RoboHero",
+ "symbol": "ROBO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "base": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ ],
+ "denom": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
+ "exponent": 0,
+ },
+ {
+ "denom": "luart",
+ "exponent": 6,
+ },
+ ],
+ "display": "luart",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ "theme": {
+ "primaryColorHex": "#1b1429",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ },
+ "name": "Luart Token",
+ "symbol": "LUART",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "base": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ ],
+ "denom": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
+ "exponent": 0,
+ },
+ {
+ "denom": "mars",
+ "exponent": 6,
+ },
+ ],
+ "display": "mars",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
+ },
+ "name": "Mars Token",
+ "symbol": "MARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "base": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ ],
+ "denom": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
+ "exponent": 0,
+ },
+ {
+ "denom": "xmars",
+ "exponent": 6,
+ },
+ ],
+ "display": "xmars",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
+ },
+ "name": "xMars Token",
+ "symbol": "XMARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "base": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ ],
+ "denom": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
+ "exponent": 0,
+ },
+ {
+ "denom": "dfiat",
+ "exponent": 8,
+ },
+ ],
+ "display": "dfiat",
+ "name": "DeFiato",
+ "symbol": "DFIAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "base": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ ],
+ "denom": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ceres",
+ "exponent": 6,
+ },
+ ],
+ "display": "ceres",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
+ },
+ "name": "Ceres Governance Token",
+ "symbol": "CERES",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "base": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ ],
+ "denom": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
+ "exponent": 0,
+ },
+ {
+ "denom": "wasavax",
+ "exponent": 8,
+ },
+ ],
+ "display": "wasavax",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
+ },
+ "name": "BENQI Staked AVAX (Portal)",
+ "symbol": "wasAVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "base": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ ],
+ "denom": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "mint",
+ "exponent": 6,
+ },
+ ],
+ "display": "mint",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
+ },
+ "name": "MintDAO",
+ "symbol": "MINT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "base": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ ],
+ "denom": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
+ "exponent": 0,
+ },
+ {
+ "denom": "sd",
+ "exponent": 8,
+ },
+ ],
+ "display": "sd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ },
+ "name": "Stader SD (Portal)",
+ "symbol": "SD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "base": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ ],
+ "denom": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
+ "exponent": 0,
+ },
+ {
+ "denom": "xsd",
+ "exponent": 8,
+ },
+ ],
+ "display": "xsd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ "theme": {
+ "primaryColorHex": "#f3f3f3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ },
+ "name": "Stader xSD",
+ "symbol": "xSD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "base": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ ],
+ "denom": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
+ "exponent": 0,
+ },
+ {
+ "denom": "paxg",
+ "exponent": 8,
+ },
+ ],
+ "display": "paxg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ "theme": {
+ "primaryColorHex": "#848484",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ },
+ "name": "Paxos Gold (Portal)",
+ "symbol": "PAXG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "base": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ ],
+ "denom": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "whdao",
+ "exponent": 8,
+ },
+ ],
+ "display": "whdao",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ "theme": {
+ "primaryColorHex": "#2c2c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ },
+ "name": "DAO Maker",
+ "symbol": "whDAO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "base": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ ],
+ "denom": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
+ "exponent": 0,
+ },
+ {
+ "denom": "link",
+ "exponent": 18,
+ },
+ ],
+ "display": "link",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ },
+ "name": "ChainLink Token",
+ "symbol": "LINK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "base": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ ],
+ "denom": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
+ "exponent": 0,
+ },
+ {
+ "denom": "sayve",
+ "exponent": 6,
+ },
+ ],
+ "display": "sayve",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ },
+ "name": "Sayve Token",
+ "symbol": "SAYVE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "base": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ ],
+ "denom": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "guides",
+ "exponent": 6,
+ },
+ ],
+ "display": "guides",
+ "name": "Guides Token",
+ "symbol": "GUIDES",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "base": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ ],
+ "denom": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
+ "exponent": 0,
+ },
+ {
+ "denom": "bro",
+ "exponent": 6,
+ },
+ ],
+ "display": "bro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
+ },
+ "name": "BRO token",
+ "symbol": "BRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "base": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ ],
+ "denom": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
+ "exponent": 0,
+ },
+ {
+ "denom": "bbro",
+ "exponent": 6,
+ },
+ ],
+ "display": "bbro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
+ },
+ "name": "bBRO token",
+ "symbol": "bBRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "base": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ ],
+ "denom": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "gtps",
+ "exponent": 18,
+ },
+ ],
+ "display": "gtps",
+ "name": "Global Transaction Payment Solut",
+ "symbol": "GTPS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "base": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ ],
+ "denom": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
+ "exponent": 0,
+ },
+ {
+ "denom": "gfi",
+ "exponent": 18,
+ },
+ ],
+ "display": "gfi",
+ "name": "Gtps.Finance",
+ "symbol": "GFI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "base": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ ],
+ "denom": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ulc",
+ "exponent": 18,
+ },
+ ],
+ "display": "ulc",
+ "name": "Ultimatalioniscoin",
+ "symbol": "ULC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "base": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ ],
+ "denom": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
+ "exponent": 0,
+ },
+ {
+ "denom": "sst",
+ "exponent": 6,
+ },
+ ],
+ "display": "sst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ },
+ "name": "Sooah Studio Token",
+ "symbol": "SST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "base": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ ],
+ "denom": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
+ "exponent": 0,
+ },
+ {
+ "denom": "atlas",
+ "exponent": 8,
+ },
+ ],
+ "display": "atlas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ "theme": {
+ "primaryColorHex": "#c77a91",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ },
+ "name": "Star Atlas (Portal)",
+ "symbol": "ATLAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "base": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ ],
+ "denom": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
+ "exponent": 0,
+ },
+ {
+ "denom": "audio",
+ "exponent": 8,
+ },
+ ],
+ "display": "audio",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ "theme": {
+ "primaryColorHex": "#7d1dc0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ },
+ "name": "Audius (Portal)",
+ "symbol": "AUDIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "base": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ ],
+ "denom": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "avax",
+ "exponent": 8,
+ },
+ ],
+ "display": "avax",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ "theme": {
+ "primaryColorHex": "#e74245",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ },
+ "name": "AVAX (Portal)",
+ "symbol": "AVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "base": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ ],
+ "denom": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
+ "exponent": 0,
+ },
+ {
+ "denom": "bat",
+ "exponent": 8,
+ },
+ ],
+ "display": "bat",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ "theme": {
+ "primaryColorHex": "#f75108",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ },
+ "name": "Basic Attention Token (Portal)",
+ "symbol": "BAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "base": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ ],
+ "denom": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
+ "exponent": 0,
+ },
+ {
+ "denom": "busdbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "busdbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ "theme": {
+ "primaryColorHex": "#f4bc0f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ },
+ "name": "Binance USD (Portal from BSC)",
+ "symbol": "BUSDbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "base": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ ],
+ "denom": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
+ "exponent": 0,
+ },
+ {
+ "denom": "dai",
+ "exponent": 8,
+ },
+ ],
+ "display": "dai",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ "theme": {
+ "primaryColorHex": "#fbb932",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ },
+ "name": "DAI (Portal)",
+ "symbol": "DAI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "base": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ ],
+ "denom": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "maticpo",
+ "exponent": 8,
+ },
+ ],
+ "display": "maticpo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ "theme": {
+ "primaryColorHex": "#8445e3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ },
+ "name": "MATIC (Portal from Polygon)",
+ "symbol": "MATICpo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "base": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ ],
+ "denom": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mimet",
+ "exponent": 8,
+ },
+ ],
+ "display": "mimet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ "theme": {
+ "primaryColorHex": "#6f6df0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ },
+ "name": "Magic Internet Money",
+ "symbol": "MIMet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "base": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ ],
+ "denom": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
+ "exponent": 0,
+ },
+ {
+ "denom": "ray",
+ "exponent": 6,
+ },
+ ],
+ "display": "ray",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ "theme": {
+ "primaryColorHex": "#4d75f2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ },
+ "name": "Raydium (Portal)",
+ "symbol": "RAY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "base": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ ],
+ "denom": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
+ "exponent": 0,
+ },
+ {
+ "denom": "sbr",
+ "exponent": 6,
+ },
+ ],
+ "display": "sbr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ "theme": {
+ "primaryColorHex": "#161527",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ },
+ "name": "Saber (Portal)",
+ "symbol": "SBR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "base": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ ],
+ "denom": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
+ "exponent": 0,
+ },
+ {
+ "denom": "shib",
+ "exponent": 8,
+ },
+ ],
+ "display": "shib",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ "theme": {
+ "primaryColorHex": "#f99e0e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ },
+ "name": "Shiba Inu (Portal)",
+ "symbol": "SHIB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "base": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ ],
+ "denom": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
+ "exponent": 0,
+ },
+ {
+ "denom": "srmso",
+ "exponent": 6,
+ },
+ ],
+ "display": "srmso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ "theme": {
+ "primaryColorHex": "#40c2d6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ },
+ "name": "Serum (Portal from Solana)",
+ "symbol": "SRMso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "base": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ ],
+ "denom": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcav",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcav",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ "theme": {
+ "primaryColorHex": "#2775cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ },
+ "name": "USD Coin (Portal from Avalanche)",
+ "symbol": "USDCav",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "base": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ ],
+ "denom": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "usdcbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ "theme": {
+ "primaryColorHex": "#2675cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ },
+ "name": "USD Coin (Portal from BSC)",
+ "symbol": "USDCbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "base": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ ],
+ "denom": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcpo",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcpo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ "theme": {
+ "primaryColorHex": "#2a73cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ },
+ "name": "USD Coin (Portal from Polygon)",
+ "symbol": "USDCpo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "base": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ ],
+ "denom": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcso",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ "theme": {
+ "primaryColorHex": "#2a76cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ },
+ "name": "USD Coin (Portal from Solana)",
+ "symbol": "USDCso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "base": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ ],
+ "denom": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtav",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtav",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ },
+ "name": "Tether USD (Portal from Avalanche)",
+ "symbol": "USDTav",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "base": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ ],
+ "denom": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "usdtbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ },
+ "name": "Tether USD (Portal from BSC)",
+ "symbol": "USDTbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "base": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ ],
+ "denom": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtso",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ "theme": {
+ "primaryColorHex": "#54ac96",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ },
+ "name": "Tether USD (Portal from Solana)",
+ "symbol": "USDTso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "base": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ ],
+ "denom": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
+ "exponent": 0,
+ },
+ {
+ "denom": "gohm",
+ "exponent": 8,
+ },
+ ],
+ "display": "gohm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ "theme": {
+ "primaryColorHex": "#b3bec1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ },
+ "name": "Governance OHM (Portal)",
+ "symbol": "gOHM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "base": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ ],
+ "denom": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
+ "exponent": 0,
+ },
+ {
+ "denom": "msol",
+ "exponent": 8,
+ },
+ ],
+ "display": "msol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#c8e8e1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ },
+ "name": "Marinade staked SOL (Portal)",
+ "symbol": "mSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "base": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ ],
+ "denom": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
+ "exponent": 0,
+ },
+ {
+ "denom": "steth",
+ "exponent": 8,
+ },
+ ],
+ "display": "steth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ "theme": {
+ "primaryColorHex": "#04a4fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ },
+ "name": "Lido Staked Ether (Portal)",
+ "symbol": "stETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "base": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ ],
+ "denom": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
+ "exponent": 0,
+ },
+ {
+ "denom": "lct",
+ "exponent": 6,
+ },
+ ],
+ "display": "lct",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ "theme": {
+ "primaryColorHex": "#2664a3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ },
+ "name": "LCT Token",
+ "symbol": "LCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "base": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ ],
+ "denom": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
+ "exponent": 0,
+ },
+ {
+ "denom": "batom",
+ "exponent": 6,
+ },
+ ],
+ "display": "batom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
+ },
+ "name": "Bonded ATOM",
+ "symbol": "bATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "base": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ ],
+ "denom": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
+ "exponent": 0,
+ },
+ {
+ "denom": "webatom",
+ "exponent": 6,
+ },
+ ],
+ "display": "webatom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
+ },
+ "name": "pStake Bonded ATOM (Wormhole)",
+ "symbol": "webATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "base": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ ],
+ "denom": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
+ "exponent": 0,
+ },
+ {
+ "denom": "wcoin",
+ "exponent": 6,
+ },
+ ],
+ "display": "wcoin",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
+ },
+ "name": "Willisch Coin",
+ "symbol": "WCOIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "base": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ ],
+ "denom": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lctfancard",
+ "exponent": 6,
+ },
+ ],
+ "display": "lctfancard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ "theme": {
+ "primaryColorHex": "#2968a5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ },
+ "name": "LCT Fancard Token",
+ "symbol": "LCTfancard",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "base": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ ],
+ "denom": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "kntc",
+ "exponent": 6,
+ },
+ ],
+ "display": "kntc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
+ },
+ "name": "Kinetic Token",
+ "symbol": "KNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "base": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ ],
+ "denom": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
+ "exponent": 0,
+ },
+ {
+ "denom": "kust",
+ "exponent": 6,
+ },
+ ],
+ "display": "kust",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
+ },
+ "name": "Kinetic kUST Token",
+ "symbol": "kUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "base": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ ],
+ "denom": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
+ "exponent": 0,
+ },
+ {
+ "denom": "steak",
+ "exponent": 6,
+ },
+ ],
+ "display": "steak",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
+ },
+ "name": "Steak Token",
+ "symbol": "STEAK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "base": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ ],
+ "denom": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
+ "exponent": 0,
+ },
+ {
+ "denom": "cst",
+ "exponent": 6,
+ },
+ ],
+ "display": "cst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ },
+ "name": "CST Token",
+ "symbol": "CST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "base": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ ],
+ "denom": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
+ "exponent": 0,
+ },
+ {
+ "denom": "cstfancard",
+ "exponent": 6,
+ },
+ ],
+ "display": "cstfancard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ },
+ "name": "CST Fancard Token",
+ "symbol": "CSTfancard",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "base": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ ],
+ "denom": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
+ "exponent": 0,
+ },
+ {
+ "denom": "nwld",
+ "exponent": 9,
+ },
+ ],
+ "display": "nwld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ "theme": {
+ "primaryColorHex": "#046394",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ },
+ "name": "Neworld Labs Develpper Token",
+ "symbol": "NWLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "base": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ ],
+ "denom": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
+ "exponent": 0,
+ },
+ {
+ "denom": "fury",
+ "exponent": 6,
+ },
+ ],
+ "display": "fury",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ },
+ "name": "FURY",
+ "symbol": "FURY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "base": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ ],
+ "denom": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
+ "exponent": 0,
+ },
+ {
+ "denom": "rct",
+ "exponent": 6,
+ },
+ ],
+ "display": "rct",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
+ },
+ "name": "Reactor Token",
+ "symbol": "RCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "base": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ ],
+ "denom": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "vitc",
+ "exponent": 6,
+ },
+ ],
+ "display": "vitc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ "theme": {
+ "primaryColorHex": "#e3551b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ },
+ "name": "Vitamin Coin",
+ "symbol": "VITC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "base": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ ],
+ "denom": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
+ "exponent": 0,
+ },
+ {
+ "denom": "sb",
+ "exponent": 6,
+ },
+ ],
+ "display": "sb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ "theme": {
+ "primaryColorHex": "#7c241c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ },
+ "name": "DragonSB",
+ "symbol": "SB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "base": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ ],
+ "denom": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
+ "exponent": 0,
+ },
+ {
+ "denom": "toad",
+ "exponent": 6,
+ },
+ ],
+ "display": "toad",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
+ },
+ "name": "RESToad Token",
+ "symbol": "TOAD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "base": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ ],
+ "denom": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
+ "exponent": 0,
+ },
+ {
+ "denom": "orionastro",
+ "exponent": 6,
+ },
+ ],
+ "display": "orionastro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ "theme": {
+ "primaryColorHex": "#1d90d6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ },
+ "name": "Orion Money xASTRO Derivative Token",
+ "symbol": "orionASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "base": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ ],
+ "denom": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
+ "exponent": 0,
+ },
+ {
+ "denom": "retro",
+ "exponent": 6,
+ },
+ ],
+ "display": "retro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ "theme": {
+ "primaryColorHex": "#eb4024",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ },
+ "name": "Retrograde",
+ "symbol": "RETRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "base": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ ],
+ "denom": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "tnd",
+ "exponent": 6,
+ },
+ ],
+ "display": "tnd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ "theme": {
+ "primaryColorHex": "#1c53fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ },
+ "name": "TerrnadoCash",
+ "symbol": "TND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "base": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ ],
+ "denom": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stnd",
+ "exponent": 6,
+ },
+ ],
+ "display": "stnd",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
+ },
+ "name": "TerrnadoCash",
+ "symbol": "sTND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "base": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ ],
+ "denom": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
+ "exponent": 0,
+ },
+ {
+ "denom": "nwt",
+ "exponent": 9,
+ },
+ ],
+ "display": "nwt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ "theme": {
+ "primaryColorHex": "#aeb8f5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ },
+ "name": "Neworld Token",
+ "symbol": "NWT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "base": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ ],
+ "denom": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
+ "exponent": 0,
+ },
+ {
+ "denom": "neb",
+ "exponent": 6,
+ },
+ ],
+ "display": "neb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ "theme": {
+ "primaryColorHex": "#8b90ad",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ },
+ "name": "Nebula Token",
+ "symbol": "NEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "base": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ ],
+ "denom": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
+ "exponent": 0,
+ },
+ {
+ "denom": "trit",
+ "exponent": 6,
+ },
+ ],
+ "display": "trit",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ "theme": {
+ "primaryColorHex": "#24ab9b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ },
+ "name": "Terra Tritium Token",
+ "symbol": "TRIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "base": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ ],
+ "denom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ "exponent": 0,
+ },
+ {
+ "denom": "juris",
+ "exponent": 6,
+ },
+ ],
+ "description": "Juris Protocol is the Lending Platform for the Terra Ecosystem.",
+ "display": "juris",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ "name": "Juris Protocol",
+ "symbol": "JURIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "base": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ ],
+ "denom": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
+ "exponent": 0,
+ },
+ {
+ "denom": "tadf",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tadpole Frogztrik Token meme",
+ "display": "tadf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ "theme": {
+ "primaryColorHex": "#e9f9f2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ },
+ "name": "Tadpole Frogztrik Token",
+ "symbol": "TADF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "base": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ ],
+ "denom": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
+ "exponent": 0,
+ },
+ {
+ "denom": "frog",
+ "exponent": 6,
+ },
+ ],
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ },
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "base": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ ],
+ "denom": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro.cw20",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport CW20 Token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "base": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ ],
+ "denom": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "exponent": 0,
+ },
+ ],
+ "description": "Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.",
+ "display": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "theme": {
+ "primaryColorHex": "#244c9c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ },
+ "name": "dinheiro",
+ "symbol": "DINHEIROS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "base": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ ],
+ "denom": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "exponent": 0,
+ },
+ {
+ "denom": "Reis",
+ "exponent": 6,
+ },
+ ],
+ "description": "Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
+ "display": "Reis",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "theme": {
+ "primaryColorHex": "#1d5c65",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ },
+ "name": "real",
+ "symbol": "REIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "base": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ ],
+ "denom": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "exponent": 0,
+ },
+ {
+ "denom": "Escudos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.",
+ "display": "Escudos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ },
+ "name": "escudo",
+ "symbol": "ESCUDOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "base": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ ],
+ "denom": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "exponent": 0,
+ },
+ {
+ "denom": "Alem",
+ "exponent": 6,
+ },
+ ],
+ "description": "Alem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "Alem",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ },
+ "name": "alentejo.money",
+ "symbol": "ALEM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "base": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ ],
+ "denom": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
+ "exponent": 0,
+ },
+ {
+ "denom": "AMG",
+ "exponent": 6,
+ },
+ ],
+ "description": "almagem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "AMG",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ },
+ "name": "almagem",
+ "symbol": "AMG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "base": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ ],
+ "denom": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
+ "exponent": 0,
+ },
+ {
+ "denom": "ARK",
+ "exponent": 6,
+ },
+ ],
+ "description": "arika is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "ARK",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ },
+ "name": "arika",
+ "symbol": "ARK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "base": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ ],
+ "denom": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
+ "exponent": 0,
+ },
+ {
+ "denom": "DANU",
+ "exponent": 6,
+ },
+ ],
+ "description": "danu is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DANU",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ },
+ "name": "danu",
+ "symbol": "DANU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "base": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ ],
+ "denom": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
+ "exponent": 0,
+ },
+ {
+ "denom": "TRS",
+ "exponent": 6,
+ },
+ ],
+ "description": "torus is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "TRS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ },
+ "name": "torus",
+ "symbol": "TRS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "base": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ ],
+ "denom": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLASMA",
+ "exponent": 6,
+ },
+ ],
+ "description": "plasma is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "PLASMA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ },
+ "name": "plasma",
+ "symbol": "PLASMA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "base": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ ],
+ "denom": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
+ "exponent": 0,
+ },
+ {
+ "denom": "DMT",
+ "exponent": 6,
+ },
+ ],
+ "description": "dmt is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DMT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ },
+ "name": "dmt",
+ "symbol": "DMT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ "base": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
+ "coingeckoId": "eris-amplified-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ ],
+ "denom": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampluna",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked LUNA.",
+ "display": "ampluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ },
+ "name": "ERIS Amplified LUNA",
+ "symbol": "ampLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ "base": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
+ "coingeckoId": "lion-dao",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ ],
+ "denom": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
+ "exponent": 0,
+ },
+ {
+ "denom": "roar",
+ "exponent": 6,
+ },
+ ],
+ "description": "Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling",
+ "display": "roar",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "theme": {
+ "primaryColorHex": "#f3f313",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ },
+ "name": "Lion DAO",
+ "symbol": "ROAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ "base": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ ],
+ "denom": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "gem",
+ "exponent": 6,
+ },
+ ],
+ "description": "GEM DAO, building a decentralized, community-owned, low-supply store of value",
+ "display": "gem",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "theme": {
+ "primaryColorHex": "#21b6b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ },
+ "name": "GEM DAO",
+ "symbol": "GEM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ "base": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ ],
+ "denom": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "exponent": 0,
+ },
+ {
+ "denom": "cub",
+ "exponent": 6,
+ },
+ ],
+ "description": "Lion Cub DAO is a useless meme community DAO on Terra",
+ "display": "cub",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "theme": {
+ "primaryColorHex": "#f3d343",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ },
+ "name": "Lion Cub DAO",
+ "symbol": "CUB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ "base": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ ],
+ "denom": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "exponent": 0,
+ },
+ {
+ "denom": "blue",
+ "exponent": 6,
+ },
+ ],
+ "description": "BLUE CUB DAO is a community DAO on Terra",
+ "display": "blue",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ },
+ "name": "BLUE CUB DAO",
+ "symbol": "BLUE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ "base": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ ],
+ "denom": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "exponent": 0,
+ },
+ {
+ "denom": "xxx",
+ "exponent": 10,
+ },
+ ],
+ "description": "Liquidity token, NFT, HARVEST FOR VALUE",
+ "display": "xxx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "theme": {
+ "primaryColorHex": "#efe8e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ },
+ "name": "TheOnlyOne",
+ "symbol": "xxx",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ "base": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ ],
+ "denom": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "exponent": 0,
+ },
+ {
+ "denom": "GUGU",
+ "exponent": 6,
+ },
+ ],
+ "description": "Just a meme coin on Terra",
+ "display": "GUGU",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "theme": {
+ "primaryColorHex": "#e3e2e5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ },
+ "name": "GUGU",
+ "symbol": "GUGU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "base": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
+ "coingeckoId": "backbone-labs-staked-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ ],
+ "denom": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
+ "exponent": 0,
+ },
+ {
+ "denom": "bLUNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked LUNA",
+ "display": "bLUNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ },
+ "name": "BackBone Labs Liquid Staked LUNA",
+ "symbol": "bLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ "base": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ ],
+ "denom": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "exponent": 0,
+ },
+ {
+ "denom": "sayve",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.",
+ "display": "sayve",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ },
+ "name": "sayve",
+ "symbol": "SAYVE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ "base": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ ],
+ "denom": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "exponent": 0,
+ },
+ {
+ "denom": "nico",
+ "exponent": 18,
+ },
+ ],
+ "description": "Nico Dao Money",
+ "display": "nico",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "theme": {
+ "primaryColorHex": "#f1cc79",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ },
+ "name": "nico",
+ "symbol": "NICO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ "base": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ ],
+ "denom": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "exponent": 0,
+ },
+ {
+ "denom": "seas",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sailing the Seas DAO is a community DAO built on Enterprise on Terra",
+ "display": "seas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "theme": {
+ "primaryColorHex": "#c0943f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ },
+ "name": "Sailing The SeaS DAO",
+ "symbol": "SEAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ "base": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ ],
+ "denom": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "exponent": 0,
+ },
+ {
+ "denom": "bitz",
+ "exponent": 6,
+ },
+ ],
+ "description": "A community DAO built on Enterprise",
+ "display": "bitz",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "theme": {
+ "primaryColorHex": "#dd6a30",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ },
+ "name": "BitzDAO",
+ "symbol": "BITZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ "base": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ ],
+ "denom": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "exponent": 0,
+ },
+ {
+ "denom": "seul",
+ "exponent": 6,
+ },
+ ],
+ "description": "SEUL DAO",
+ "display": "seul",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "theme": {
+ "primaryColorHex": "#0da8c9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ },
+ "name": "seul",
+ "symbol": "SEUL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ "base": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ ],
+ "denom": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "exponent": 0,
+ },
+ {
+ "denom": "xseul",
+ "exponent": 6,
+ },
+ ],
+ "description": "SEUL DAO",
+ "display": "xseul",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "theme": {
+ "primaryColorHex": "#0ba7ce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ },
+ "name": "xseul",
+ "symbol": "xSEUL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ "base": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ ],
+ "denom": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "exponent": 0,
+ },
+ {
+ "denom": "ito",
+ "exponent": 6,
+ },
+ ],
+ "description": "ITO DAO",
+ "display": "ito",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "theme": {
+ "primaryColorHex": "#f8d034",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ },
+ "name": "ito",
+ "symbol": "ITO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ "base": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ ],
+ "denom": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "exponent": 0,
+ },
+ {
+ "denom": "ARMANI",
+ "exponent": 6,
+ },
+ ],
+ "description": "Chris Armani Token",
+ "display": "ARMANI",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "theme": {
+ "primaryColorHex": "#d19a84",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ },
+ "name": "ARMANI",
+ "symbol": "ARMANI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ "base": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ ],
+ "denom": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "exponent": 0,
+ },
+ {
+ "denom": "DROGO",
+ "exponent": 6,
+ },
+ ],
+ "description": "useless meme coin",
+ "display": "DROGO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "theme": {
+ "primaryColorHex": "#ae987b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ },
+ "name": "DROGO",
+ "symbol": "DROGO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ "base": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ ],
+ "denom": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ADO",
+ "exponent": 6,
+ },
+ ],
+ "description": "ado the flower of night",
+ "display": "ADO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "theme": {
+ "primaryColorHex": "#040607",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ },
+ "name": "ADO",
+ "symbol": "ADO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ "base": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ ],
+ "denom": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "exponent": 0,
+ },
+ {
+ "denom": "DNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "DNA DAO",
+ "display": "DNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "theme": {
+ "primaryColorHex": "#232333",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ },
+ "name": "DNA",
+ "symbol": "DNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ "base": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ ],
+ "denom": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "exponent": 0,
+ },
+ {
+ "denom": "bitmos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.",
+ "display": "bitmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "theme": {
+ "primaryColorHex": "#0c0704",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ },
+ "name": "Bitmos",
+ "symbol": "BMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ "base": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ ],
+ "denom": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lads",
+ "exponent": 6,
+ },
+ ],
+ "display": "lads",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "theme": {
+ "primaryColorHex": "#040507",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ },
+ "name": "LADS",
+ "symbol": "LADS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
+ "base": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
+ ],
+ "denom": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
+ "exponent": 0,
+ },
+ {
+ "denom": "CLON",
+ "exponent": 6,
+ },
+ ],
+ "description": "ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.",
+ "display": "CLON",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "theme": {
+ "primaryColorHex": "#c7cbcf",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ },
+ "name": "CLON",
+ "symbol": "CLON",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "base": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "coingeckoId": "sienna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ ],
+ "denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "exponent": 0,
+ },
+ {
+ "denom": "sienna",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token cw20 for SIENNA on Secret Network",
+ "display": "sienna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "theme": {
+ "primaryColorHex": "#2c2c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ },
+ "name": "SIENNA",
+ "symbol": "SIENNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "base": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ ],
+ "denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "exponent": 0,
+ },
+ {
+ "denom": "shd",
+ "exponent": 8,
+ },
+ ],
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ },
+ "name": "Shade (old)",
+ "symbol": "SHD(old)",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "base": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "coingeckoId": "shade-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ ],
+ "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "exponent": 0,
+ },
+ {
+ "denom": "shd",
+ "exponent": 8,
+ },
+ ],
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ },
+ "name": "Shade",
+ "symbol": "SHD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip25",
+ },
+ {
+ "address": "secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "base": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "coingeckoId": "silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ ],
+ "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "exponent": 0,
+ },
+ {
+ "denom": "silk",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Silk on Secret Network",
"display": "silk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "theme": {
+ "primaryColorHex": "#3142fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ },
+ "name": "Silk",
+ "symbol": "SILK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip25",
+ },
+ {
+ "address": "secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "base": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "coingeckoId": "stkd-scrt",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ ],
+ "denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stkd-scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
+ "display": "stkd-scrt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "theme": {
+ "primaryColorHex": "#b8a2dc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ },
+ "name": "SCRT Staking Derivatives",
+ "symbol": "stkd-SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ ],
+ "denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "butt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Button on Secret Network",
+ "display": "butt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "theme": {
+ "primaryColorHex": "#7b04eb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ },
+ "name": "Button",
+ "symbol": "BUTT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "coingeckoId": "alter",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ ],
+ "denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "exponent": 0,
+ },
+ {
+ "denom": "alter",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Alter on Secret Network",
+ "display": "alter",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "theme": {
+ "primaryColorHex": "#694c90",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ },
+ "name": "Alter",
+ "socials": {
+ "twitter": "https://twitter.com/AlterDapp",
+ "website": "http://alter.network/",
+ },
+ "symbol": "ALTER",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "base": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ ],
+ "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "exponent": 0,
+ },
+ {
+ "denom": "amber",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Amber on Secret Network",
+ "display": "amber",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "theme": {
+ "primaryColorHex": "#f2b854",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ },
+ "name": "Amber",
+ "socials": {
+ "twitter": "https://twitter.com/AmberDAO_",
+ "website": "http://amber.money/",
+ },
+ "symbol": "AMBER",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "base": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ ],
+ "denom": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "exponent": 0,
+ },
+ {
+ "denom": "shill",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Shill on Secret Network",
+ "display": "shill",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "theme": {
+ "primaryColorHex": "#c49df3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ },
+ "name": "Shill",
+ "symbol": "SHILL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip25",
+ },
+ {
+ "address": "terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "base": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
+ "coingeckoId": "white-whale",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ ],
+ "denom": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
+ "exponent": 0,
+ },
+ {
+ "denom": "whale",
+ "exponent": 6,
+ },
+ ],
+ "description": "The governance token of the White Whale protocol on Terra.",
+ "display": "whale",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
+ "theme": {
+ "primaryColorHex": "#43b24b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
+ },
+ "name": "Whale Token",
+ "symbol": "WHALE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "base": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ ],
+ "denom": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
+ "exponent": 0,
+ },
+ {
+ "denom": "bluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "bluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
+ "theme": {
+ "primaryColorHex": "#fbdb5b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
+ },
+ "name": "Bonded Luna",
+ "symbol": "bLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "base": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ ],
+ "denom": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
+ "exponent": 0,
+ },
+ {
+ "denom": "beth",
+ "exponent": 6,
+ },
+ ],
+ "display": "beth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
+ "theme": {
+ "primaryColorHex": "#54b649",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
+ },
+ "name": "Bonded ETH",
+ "symbol": "bETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "base": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ ],
+ "denom": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
+ "exponent": 0,
+ },
+ {
+ "denom": "aust",
+ "exponent": 6,
+ },
+ ],
+ "display": "aust",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
+ "theme": {
+ "primaryColorHex": "#dd7e7f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
+ },
+ "name": "Anchor Terra USD",
+ "symbol": "aUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "base": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ ],
+ "denom": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "anc",
+ "exponent": 6,
+ },
+ ],
+ "display": "anc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
+ },
+ "name": "Anchor Token",
+ "symbol": "ANC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "base": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ ],
+ "denom": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "mir",
+ "exponent": 6,
+ },
+ ],
+ "display": "mir",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
+ "theme": {
+ "primaryColorHex": "#142444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
+ },
+ "name": "Mirror",
+ "symbol": "MIR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "base": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ ],
+ "denom": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
+ "exponent": 0,
+ },
+ {
+ "denom": "maapl",
+ "exponent": 6,
+ },
+ ],
+ "display": "maapl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
+ "theme": {
+ "primaryColorHex": "#acacac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
+ },
+ "name": "Apple Inc.",
+ "symbol": "mAAPL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "base": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ ],
+ "denom": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
+ "exponent": 0,
+ },
+ {
+ "denom": "mabnb",
+ "exponent": 6,
+ },
+ ],
+ "display": "mabnb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
+ "theme": {
+ "primaryColorHex": "#e4545c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
+ },
+ "name": "Airbnb Inc.",
+ "symbol": "mABNB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "base": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ ],
+ "denom": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
+ "exponent": 0,
+ },
+ {
+ "denom": "mamc",
+ "exponent": 6,
+ },
+ ],
+ "display": "mamc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
+ "theme": {
+ "primaryColorHex": "#cc2444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
+ },
+ "name": "AMC Entertainment Holdings Inc.",
+ "symbol": "mAMC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "base": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ ],
+ "denom": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
+ "exponent": 0,
+ },
+ {
+ "denom": "mamd",
+ "exponent": 6,
+ },
+ ],
+ "display": "mamd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
+ },
+ "name": "Advanced Micro Devices, Inc.",
+ "symbol": "mAMD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "base": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ ],
+ "denom": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
+ "exponent": 0,
+ },
+ {
+ "denom": "mamzn",
+ "exponent": 6,
+ },
+ ],
+ "display": "mamzn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
+ },
+ "name": "Amazon.com, Inc.",
+ "symbol": "mAMZN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "base": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ ],
+ "denom": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
+ "exponent": 0,
+ },
+ {
+ "denom": "markk",
+ "exponent": 6,
+ },
+ ],
+ "display": "markk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
+ "theme": {
+ "primaryColorHex": "#0d0d25",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
+ },
+ "name": "ARK Innovation ETF",
+ "symbol": "mARKK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "base": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ ],
+ "denom": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
+ "exponent": 0,
+ },
+ {
+ "denom": "mbaba",
+ "exponent": 6,
+ },
+ ],
+ "display": "mbaba",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
+ "theme": {
+ "primaryColorHex": "#f38506",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
+ },
+ "name": "Alibaba Group Holding Limited",
+ "symbol": "mBABA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "base": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ ],
+ "denom": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
+ "exponent": 0,
+ },
+ {
+ "denom": "mbtc",
+ "exponent": 6,
+ },
+ ],
+ "display": "mbtc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
+ },
+ "name": "Bitcoin",
+ "symbol": "mBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "base": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ ],
+ "denom": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
+ "exponent": 0,
+ },
+ {
+ "denom": "mcoin",
+ "exponent": 6,
+ },
+ ],
+ "display": "mcoin",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
+ "theme": {
+ "primaryColorHex": "#1454f4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
+ },
+ "name": "Coinbase Global, Inc.",
+ "symbol": "mCOIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "base": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ ],
+ "denom": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "mdis",
+ "exponent": 6,
+ },
+ ],
+ "display": "mdis",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
+ },
+ "name": "The Walt Disney Company",
+ "symbol": "mDIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "base": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ ],
+ "denom": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
+ "exponent": 0,
+ },
+ {
+ "denom": "mdot",
+ "exponent": 6,
+ },
+ ],
+ "display": "mdot",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
+ },
+ "name": "Polkadot",
+ "symbol": "mDOT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "base": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ ],
+ "denom": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
+ "exponent": 0,
+ },
+ {
+ "denom": "meth",
+ "exponent": 6,
+ },
+ ],
+ "display": "meth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
+ "theme": {
+ "primaryColorHex": "#5c648e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
+ },
+ "name": "Ether",
+ "symbol": "mETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "base": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ ],
+ "denom": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mfb",
+ "exponent": 6,
+ },
+ ],
+ "display": "mfb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
+ "theme": {
+ "primaryColorHex": "#1c74f4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
+ },
+ "name": "Facebook Inc.",
+ "symbol": "mFB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "base": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ ],
+ "denom": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mglxy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mglxy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
+ "theme": {
+ "primaryColorHex": "#1d4cac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
+ },
+ "name": "Galaxy Digital Holdings Ltd",
+ "symbol": "mGLXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "base": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ ],
+ "denom": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
+ "exponent": 0,
+ },
+ {
+ "denom": "mgme",
+ "exponent": 6,
+ },
+ ],
+ "display": "mgme",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
+ },
+ "name": "GameStop Corp",
+ "symbol": "mGME",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "base": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ ],
+ "denom": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "mgoogl",
+ "exponent": 6,
+ },
+ ],
+ "display": "mgoogl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
+ "theme": {
+ "primaryColorHex": "#34ac54",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
+ },
+ "name": "Alphabet Inc.",
+ "symbol": "mGOOGL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "base": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ ],
+ "denom": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
+ "exponent": 0,
+ },
+ {
+ "denom": "mgs",
+ "exponent": 6,
+ },
+ ],
+ "display": "mgs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
+ "theme": {
+ "primaryColorHex": "#749cc4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
+ },
+ "name": "Goldman Sachs Group Inc.",
+ "symbol": "mGS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "base": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ ],
+ "denom": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
+ "exponent": 0,
+ },
+ {
+ "denom": "mhood",
+ "exponent": 6,
+ },
+ ],
+ "display": "mhood",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
+ "theme": {
+ "primaryColorHex": "#54c48c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
+ },
+ "name": "Robinhood Markets, Inc.",
+ "symbol": "mHOOD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "base": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ ],
+ "denom": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
+ "exponent": 0,
+ },
+ {
+ "denom": "miau",
+ "exponent": 6,
+ },
+ ],
+ "display": "miau",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ },
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "base": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ ],
+ "denom": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
+ "exponent": 0,
+ },
+ {
+ "denom": "miau",
+ "exponent": 6,
+ },
+ ],
+ "display": "miau",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ },
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "base": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ ],
+ "denom": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
+ "exponent": 0,
+ },
+ {
+ "denom": "mjnj",
+ "exponent": 6,
+ },
+ ],
+ "display": "mjnj",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
+ "theme": {
+ "primaryColorHex": "#c41d2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
+ },
+ "name": "Johnson & Johnson",
+ "symbol": "mJNJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "base": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ ],
+ "denom": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mko",
+ "exponent": 6,
+ },
+ ],
+ "display": "mko",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
+ "theme": {
+ "primaryColorHex": "#fcc9cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
+ },
+ "name": "Coca-Cola",
+ "symbol": "mKO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "base": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ ],
+ "denom": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
+ "exponent": 0,
+ },
+ {
+ "denom": "mmsft",
+ "exponent": 6,
+ },
+ ],
+ "display": "mmsft",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
+ "theme": {
+ "primaryColorHex": "#04a4ec",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
+ },
+ "name": "Microsoft Corporation",
+ "symbol": "mMSFT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "base": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ ],
+ "denom": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnflx",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnflx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
+ "theme": {
+ "primaryColorHex": "#af040c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
+ },
+ "name": "Netflix, Inc.",
+ "symbol": "mNFLX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "base": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ ],
+ "denom": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnio",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnio",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ },
+ "name": "NIO Inc.",
+ "symbol": "mNIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "base": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ ],
+ "denom": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnke",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnke",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ },
+ "name": "NIKE, Inc.",
+ "symbol": "mNKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "base": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ ],
+ "denom": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnvda",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnvda",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ "theme": {
+ "primaryColorHex": "#74bc04",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ },
+ "name": "NVIDIA Corporation",
+ "symbol": "mNVDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "base": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ ],
+ "denom": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mpypl",
+ "exponent": 6,
+ },
+ ],
+ "display": "mpypl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ "theme": {
+ "primaryColorHex": "#24377a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ },
+ "name": "PayPal Holdings Inc",
+ "symbol": "mPYPL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "base": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ ],
+ "denom": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mqqq",
+ "exponent": 6,
+ },
+ ],
+ "display": "mqqq",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ "theme": {
+ "primaryColorHex": "#041c7c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ },
+ "name": "Invesco QQQ Trust",
+ "symbol": "mQQQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "base": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ ],
+ "denom": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
+ "exponent": 0,
+ },
+ {
+ "denom": "msbux",
+ "exponent": 6,
+ },
+ ],
+ "display": "msbux",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ "theme": {
+ "primaryColorHex": "#047444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ },
+ "name": "Starbucks Corporation",
+ "symbol": "mSBUX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "base": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ ],
+ "denom": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mslv",
+ "exponent": 6,
+ },
+ ],
+ "display": "mslv",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ },
+ "name": "iShares Silver Trust",
+ "symbol": "mSLV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "base": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ ],
+ "denom": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
+ "exponent": 0,
+ },
+ {
+ "denom": "mspy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mspy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ },
+ "name": "SPDR S&P 500",
+ "symbol": "mSPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "base": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ ],
+ "denom": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
+ "exponent": 0,
+ },
+ {
+ "denom": "msq",
+ "exponent": 6,
+ },
+ ],
+ "display": "msq",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ },
+ "name": "Square, Inc.",
+ "symbol": "mSQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "base": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ ],
+ "denom": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
+ "exponent": 0,
+ },
+ {
+ "denom": "mtsla",
+ "exponent": 6,
+ },
+ ],
+ "display": "mtsla",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ "theme": {
+ "primaryColorHex": "#e41c34",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ },
+ "name": "Tesla, Inc.",
+ "symbol": "mTSLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "base": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ ],
+ "denom": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
+ "exponent": 0,
+ },
+ {
+ "denom": "mtwtr",
+ "exponent": 6,
+ },
+ ],
+ "display": "mtwtr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ "theme": {
+ "primaryColorHex": "#2cace4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ },
+ "name": "Twitter, Inc.",
+ "symbol": "mTWTR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "base": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ ],
+ "denom": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
+ "exponent": 0,
+ },
+ {
+ "denom": "muso",
+ "exponent": 6,
+ },
+ ],
+ "display": "muso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ },
+ "name": "United States Oil Fund, LP",
+ "symbol": "mUSO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "base": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ ],
+ "denom": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
+ "exponent": 0,
+ },
+ {
+ "denom": "mvixy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mvixy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ },
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "base": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ ],
+ "denom": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "mvixy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mvixy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ },
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "base": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ ],
+ "denom": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lota",
+ "exponent": 6,
+ },
+ ],
+ "display": "lota",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ "theme": {
+ "primaryColorHex": "#c63adc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ },
+ "name": "loterra",
+ "symbol": "LOTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "base": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ ],
+ "denom": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
+ "exponent": 0,
+ },
+ {
+ "denom": "dph",
+ "exponent": 6,
+ },
+ ],
+ "display": "dph",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ "theme": {
+ "primaryColorHex": "#2c4c9c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ },
+ "name": "Digipharm",
+ "symbol": "DPH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "base": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ ],
+ "denom": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
+ "exponent": 0,
+ },
+ {
+ "denom": "mine",
+ "exponent": 6,
+ },
+ ],
+ "display": "mine",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ "theme": {
+ "primaryColorHex": "#042c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ },
+ "name": "Pylon MINE Token",
+ "symbol": "MINE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "base": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ ],
+ "denom": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "bpsidp-24m",
+ "exponent": 6,
+ },
+ ],
+ "display": "bpsidp-24m",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ "theme": {
+ "primaryColorHex": "#3d6d8e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ },
+ "name": "Pylon bDP Token for Gateway Psi 24m Pool",
+ "symbol": "bPsiDP-24m",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "base": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ ],
+ "denom": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
+ "exponent": 0,
+ },
+ {
+ "denom": "spec",
+ "exponent": 6,
+ },
+ ],
+ "display": "spec",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ "theme": {
+ "primaryColorHex": "#fa2d6c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ },
+ "name": "Spectrum Token",
+ "symbol": "SPEC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "base": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ ],
+ "denom": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
+ "exponent": 0,
+ },
+ {
+ "denom": "loop",
+ "exponent": 6,
+ },
+ ],
+ "display": "loop",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#04dff9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ },
+ "name": "LOOP token",
+ "symbol": "LOOP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "base": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ ],
+ "denom": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
+ "exponent": 0,
+ },
+ {
+ "denom": "loopr",
+ "exponent": 6,
+ },
+ ],
+ "display": "loopr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ "theme": {
+ "primaryColorHex": "#550555",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ },
+ "name": "LOOPR token",
+ "symbol": "LOOPR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "base": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ ],
+ "denom": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
+ "exponent": 0,
+ },
+ {
+ "denom": "stt",
+ "exponent": 6,
+ },
+ ],
+ "display": "stt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ "theme": {
+ "primaryColorHex": "#f5e604",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ },
+ "name": "StarTerra Token",
+ "symbol": "STT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "base": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ ],
+ "denom": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
+ "exponent": 0,
+ },
+ {
+ "denom": "twd",
+ "exponent": 6,
+ },
+ ],
+ "display": "twd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ "theme": {
+ "primaryColorHex": "#25abe3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ },
+ "name": "TWD Token",
+ "symbol": "TWD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "base": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ ],
+ "denom": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
+ "exponent": 0,
+ },
+ {
+ "denom": "xtra",
+ "exponent": 6,
+ },
+ ],
+ "display": "xtra",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ "theme": {
+ "primaryColorHex": "#0c9cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ },
+ "name": "xterra Token",
+ "symbol": "XTRA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "base": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ ],
+ "denom": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
+ "exponent": 0,
+ },
+ {
+ "denom": "miaw",
+ "exponent": 6,
+ },
+ ],
+ "display": "miaw",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ "theme": {
+ "primaryColorHex": "#060606",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ },
+ "name": "MIAW Token",
+ "symbol": "MIAW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "base": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ ],
+ "denom": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
+ "exponent": 0,
+ },
+ {
+ "denom": "psi",
+ "exponent": 6,
+ },
+ ],
+ "display": "psi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ "theme": {
+ "primaryColorHex": "#1c1c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ },
+ "name": "Nexus Governance Token",
+ "symbol": "Psi",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "base": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ ],
+ "denom": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
+ "exponent": 0,
+ },
+ {
+ "denom": "nluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "nluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
+ },
+ "name": "Nexus nLuna Token",
+ "symbol": "nLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "base": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ ],
+ "denom": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
+ "exponent": 0,
+ },
+ {
+ "denom": "neth",
+ "exponent": 6,
+ },
+ ],
+ "display": "neth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
+ },
+ "name": "Nexus nETH Token",
+ "symbol": "nETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "base": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ ],
+ "denom": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cnluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "cnluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
+ },
+ "name": "nLuna autocompounder share representation",
+ "symbol": "cnLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "base": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ ],
+ "denom": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
+ "exponent": 0,
+ },
+ {
+ "denom": "cneth",
+ "exponent": 6,
+ },
+ ],
+ "display": "cneth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
+ },
+ "name": "nETH autocompounder share representation",
+ "symbol": "cnETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "base": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ ],
+ "denom": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
+ "exponent": 0,
+ },
+ {
+ "denom": "navax",
+ "exponent": 6,
+ },
+ ],
+ "display": "navax",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
+ },
+ "name": "Nexus nAVAX Token",
+ "symbol": "nAVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "base": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ ],
+ "denom": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
+ "exponent": 0,
+ },
+ {
+ "denom": "natom",
+ "exponent": 6,
+ },
+ ],
+ "display": "natom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
+ },
+ "name": "Nexus nATOM Token",
+ "symbol": "nATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "base": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ ],
+ "denom": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
+ "exponent": 0,
+ },
+ {
+ "denom": "vkr",
+ "exponent": 6,
+ },
+ ],
+ "display": "vkr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ },
+ "name": "VKR Token",
+ "symbol": "VKR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "base": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ ],
+ "denom": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
+ "exponent": 0,
+ },
+ {
+ "denom": "orion",
+ "exponent": 8,
+ },
+ ],
+ "display": "orion",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ "theme": {
+ "primaryColorHex": "#04bc74",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ },
+ "name": "Orion Money (Portal)",
+ "symbol": "ORION",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "base": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ ],
+ "denom": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
+ "exponent": 0,
+ },
+ {
+ "denom": "tland",
+ "exponent": 6,
+ },
+ ],
+ "display": "tland",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ "theme": {
+ "primaryColorHex": "#c3a990",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ },
+ "name": "TerraLand Token",
+ "symbol": "TLAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "base": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ ],
+ "denom": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "vust",
+ "exponent": 6,
+ },
+ ],
+ "display": "vust",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ "theme": {
+ "primaryColorHex": "#3ccb64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ },
+ "name": "Vault UST",
+ "symbol": "vUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "base": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ ],
+ "denom": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
+ "exponent": 0,
+ },
+ {
+ "denom": "eth",
+ "exponent": 8,
+ },
+ ],
+ "display": "eth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ "theme": {
+ "primaryColorHex": "#2d2831",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ },
+ "name": "Ether (Portal)",
+ "symbol": "ETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "base": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ ],
+ "denom": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "wbtc",
+ "exponent": 8,
+ },
+ ],
+ "display": "wbtc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#f3931e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ },
+ "name": "Wrapped BTC (Portal)",
+ "symbol": "WBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "base": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ ],
+ "denom": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
+ "exponent": 0,
+ },
+ {
+ "denom": "sol",
+ "exponent": 8,
+ },
+ ],
+ "display": "sol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ },
+ "name": "SOL (Portal)",
+ "symbol": "SOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "base": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ ],
+ "denom": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
+ "exponent": 0,
+ },
+ {
+ "denom": "maticet",
+ "exponent": 8,
+ },
+ ],
+ "display": "maticet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ "theme": {
+ "primaryColorHex": "#8447e1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ },
+ "name": "MATIC (Portal from Ethereum)",
+ "symbol": "MATICet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "base": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ ],
+ "denom": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
+ "exponent": 0,
+ },
+ {
+ "denom": "bnb",
+ "exponent": 8,
+ },
+ ],
+ "display": "bnb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ "theme": {
+ "primaryColorHex": "#f4bc2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ },
+ "name": "Binance Coin (Portal)",
+ "symbol": "BNB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "base": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ ],
+ "denom": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
+ "exponent": 0,
+ },
+ {
+ "denom": "cake",
+ "exponent": 8,
+ },
+ ],
+ "display": "cake",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ "theme": {
+ "primaryColorHex": "#d0894d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ },
+ "name": "PancakeSwap Token (Portal)",
+ "symbol": "CAKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "base": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ ],
+ "denom": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
+ "exponent": 0,
+ },
+ {
+ "denom": "link",
+ "exponent": 8,
+ },
+ ],
+ "display": "link",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ },
+ "name": "Chainlink (Portal)",
+ "symbol": "LINK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "base": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ ],
+ "denom": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sushi",
+ "exponent": 8,
+ },
+ ],
+ "display": "sushi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ "theme": {
+ "primaryColorHex": "#cd68ac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ },
+ "name": "SushiToken (Portal)",
+ "symbol": "SUSHI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "base": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ ],
+ "denom": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
+ "exponent": 0,
+ },
+ {
+ "denom": "uni",
+ "exponent": 8,
+ },
+ ],
+ "display": "uni",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ "theme": {
+ "primaryColorHex": "#b01e66",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ },
+ "name": "Uniswap (Portal)",
+ "symbol": "UNI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "base": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ ],
+ "denom": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtet",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ "theme": {
+ "primaryColorHex": "#56a995",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ },
+ "name": "Tether USD (Portal from Ethereum)",
+ "symbol": "USDTet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "base": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ ],
+ "denom": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcet",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ "theme": {
+ "primaryColorHex": "#2a75c9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ },
+ "name": "USD Coin (Portal from Ethereum)",
+ "symbol": "USDCet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "base": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ ],
+ "denom": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
+ "exponent": 0,
+ },
+ {
+ "denom": "kuji",
+ "exponent": 6,
+ },
+ ],
+ "display": "kuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ "theme": {
+ "primaryColorHex": "#24242c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ },
+ "name": "Kujira Token",
+ "symbol": "KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "base": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ ],
+ "denom": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
+ "exponent": 0,
+ },
+ {
+ "denom": "skuji",
+ "exponent": 6,
+ },
+ ],
+ "display": "skuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ "theme": {
+ "primaryColorHex": "#252933",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ },
+ "name": "Staked KUJI",
+ "symbol": "sKUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "base": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ ],
+ "denom": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "wsteth",
+ "exponent": 8,
+ },
+ ],
+ "display": "wsteth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ "theme": {
+ "primaryColorHex": "#9cdcfc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ },
+ "name": "Lido wstETH (Portal)",
+ "symbol": "wstETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "base": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ ],
+ "denom": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
+ "exponent": 0,
+ },
+ {
+ "denom": "wstsol",
+ "exponent": 8,
+ },
+ ],
+ "display": "wstsol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ "theme": {
+ "primaryColorHex": "#1dbffc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ },
+ "name": "Lido wstSOL (Portal)",
+ "symbol": "wstSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "base": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ ],
+ "denom": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
+ "exponent": 0,
+ },
+ {
+ "denom": "wsbsol",
+ "exponent": 8,
+ },
+ ],
+ "display": "wsbsol",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
+ },
+ "name": "Lido bonded SOL (Portal)",
+ "symbol": "wsbSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "base": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ ],
+ "denom": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
+ "exponent": 0,
+ },
+ {
+ "denom": "ldo",
+ "exponent": 8,
+ },
+ ],
+ "display": "ldo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ "theme": {
+ "primaryColorHex": "#f49c8c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ },
+ "name": "Lido DAO (Portal)",
+ "symbol": "LDO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "base": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ ],
+ "denom": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
+ "exponent": 0,
+ },
+ {
+ "denom": "webeth",
+ "exponent": 8,
+ },
+ ],
+ "display": "webeth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
+ },
+ "name": "Lido Bonded ETH (Wormhole)",
+ "symbol": "webETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "base": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ ],
+ "denom": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
+ "exponent": 0,
+ },
+ {
+ "denom": "stluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "stluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ "theme": {
+ "primaryColorHex": "#1fc0fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ },
+ "name": "Lido staked Luna",
+ "symbol": "stLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "base": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ ],
+ "denom": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
+ "exponent": 0,
+ },
+ {
+ "denom": "xdefi",
+ "exponent": 8,
+ },
+ ],
+ "display": "xdefi",
+ "name": "XDEFI (Portal)",
+ "symbol": "XDEFI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "base": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ ],
+ "denom": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
+ "exponent": 0,
+ },
+ {
+ "denom": "btl",
+ "exponent": 6,
+ },
+ ],
+ "display": "btl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ "theme": {
+ "primaryColorHex": "#5cbc8c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ },
+ "name": "Bitlocus Token",
+ "symbol": "BTL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "base": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ ],
+ "denom": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lunax",
+ "exponent": 6,
+ },
+ ],
+ "display": "lunax",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ "theme": {
+ "primaryColorHex": "#cdcdce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ },
+ "name": "LunaX Token",
+ "symbol": "LunaX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "base": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ ],
+ "denom": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
+ "exponent": 0,
+ },
+ {
+ "denom": "luni",
+ "exponent": 6,
+ },
+ ],
+ "display": "luni",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ "theme": {
+ "primaryColorHex": "#232742",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ },
+ "name": "LUNI",
+ "symbol": "LUNI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "base": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ ],
+ "denom": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
+ "exponent": 0,
+ },
+ {
+ "denom": "ply",
+ "exponent": 6,
+ },
+ ],
+ "display": "ply",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ "theme": {
+ "primaryColorHex": "#070706",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ },
+ "name": "PlayNity Token",
+ "symbol": "PLY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "base": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ ],
+ "denom": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfloki",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfloki",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ "theme": {
+ "primaryColorHex": "#f6c911",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ },
+ "name": "TFLOKI",
+ "symbol": "TFLOKI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "base": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ ],
+ "denom": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
+ "exponent": 0,
+ },
+ {
+ "denom": "tftic",
+ "exponent": 6,
+ },
+ ],
+ "display": "tftic",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ },
+ "name": "TFLOKI Genesis Ticket",
+ "symbol": "TFTIC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "base": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ ],
+ "denom": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfticii",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfticii",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ },
+ "name": "TFLOKI New World Ticket",
+ "symbol": "TFTICII",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "base": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ ],
+ "denom": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfticiii",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfticiii",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ },
+ "name": "TFLOKI Aviator Ticket",
+ "symbol": "TFTICIII",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "base": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ ],
+ "denom": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
+ "exponent": 0,
+ },
+ {
+ "denom": "moon",
+ "exponent": 6,
+ },
+ ],
+ "display": "moon",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ "theme": {
+ "primaryColorHex": "#ebb30c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ },
+ "name": "Moon Token",
+ "symbol": "MOON",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "base": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ ],
+ "denom": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport Token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "base": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ ],
+ "denom": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
+ "exponent": 0,
+ },
+ {
+ "denom": "xastro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "display": "xastro.cw20",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
+ },
+ "name": "Staked Astroport Token",
+ "symbol": "xASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "base": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ ],
+ "denom": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
+ "exponent": 0,
+ },
+ {
+ "denom": "halo",
+ "exponent": 6,
+ },
+ ],
+ "display": "halo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ "theme": {
+ "primaryColorHex": "#54a4dc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ },
+ "name": "Angel Protocol Token",
+ "symbol": "HALO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "base": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ ],
+ "denom": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
+ "exponent": 0,
+ },
+ {
+ "denom": "pug",
+ "exponent": 6,
+ },
+ ],
+ "display": "pug",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ "theme": {
+ "primaryColorHex": "#252424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ },
+ "name": "AstroPug Token",
+ "symbol": "PUG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "base": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ ],
+ "denom": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "orne",
+ "exponent": 6,
+ },
+ ],
+ "display": "orne",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ },
+ "name": "Orne Token",
+ "symbol": "ORNE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "base": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ ],
+ "denom": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
+ "exponent": 0,
+ },
+ {
+ "denom": "tns",
+ "exponent": 6,
+ },
+ ],
+ "display": "tns",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ "theme": {
+ "primaryColorHex": "#2442cf",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ },
+ "name": "Terra Name Service",
+ "symbol": "TNS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "base": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ ],
+ "denom": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
+ "exponent": 0,
+ },
+ {
+ "denom": "xrune",
+ "exponent": 6,
+ },
+ ],
+ "display": "xrune",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ },
+ "name": "Thorstarter",
+ "symbol": "XRUNE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "base": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ ],
+ "denom": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
+ "exponent": 0,
+ },
+ {
+ "denom": "alot",
+ "exponent": 6,
+ },
+ ],
+ "display": "alot",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ "theme": {
+ "primaryColorHex": "#c7bea1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ },
+ "name": "Alpha Pack Token",
+ "symbol": "aLOT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "base": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ ],
+ "denom": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sity",
+ "exponent": 6,
+ },
+ ],
+ "display": "sity",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
+ },
+ "name": "CurioSITY play to earn token",
+ "symbol": "SITY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "base": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ ],
+ "denom": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
+ "exponent": 0,
+ },
+ {
+ "denom": "glow",
+ "exponent": 6,
+ },
+ ],
+ "display": "glow",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ "theme": {
+ "primaryColorHex": "#262238",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ },
+ "name": "Glow Token",
+ "symbol": "GLOW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "base": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ ],
+ "denom": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "apollo",
+ "exponent": 6,
+ },
+ ],
+ "display": "apollo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ "theme": {
+ "primaryColorHex": "#10192a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ },
+ "name": "Apollo DAO Token",
+ "symbol": "APOLLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "base": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ ],
+ "denom": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "abr",
+ "exponent": 6,
+ },
+ ],
+ "display": "abr",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
+ },
+ "name": "Allbridge",
+ "symbol": "ABR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "base": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ ],
+ "denom": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
+ "exponent": 0,
+ },
+ {
+ "denom": "whgtps",
+ "exponent": 8,
+ },
+ ],
+ "display": "whgtps",
+ "name": "Global Transaction Payment Solu",
+ "symbol": "whGTPS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "base": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ ],
+ "denom": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "prism",
+ "exponent": 6,
+ },
+ ],
+ "display": "prism",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ "theme": {
+ "primaryColorHex": "#f6f6f6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ },
+ "name": "Prism Protocol Token",
+ "symbol": "PRISM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "base": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ ],
+ "denom": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
+ "exponent": 0,
+ },
+ {
+ "denom": "sdollar",
+ "exponent": 2,
+ },
+ ],
+ "display": "sdollar",
+ "name": "Space Dollar",
+ "symbol": "SDOLLAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "base": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ ],
+ "denom": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
+ "exponent": 0,
+ },
+ {
+ "denom": "whsail",
+ "exponent": 6,
+ },
+ ],
+ "display": "whsail",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ "theme": {
+ "primaryColorHex": "#0472b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ },
+ "name": "SAIL",
+ "symbol": "whSAIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "base": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ ],
+ "denom": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
+ "exponent": 0,
+ },
+ {
+ "denom": "whgsail",
+ "exponent": 8,
+ },
+ ],
+ "display": "whgsail",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ "theme": {
+ "primaryColorHex": "#046baa",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ },
+ "name": "SolanaSail Governance Token V2",
+ "symbol": "whgSAIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "base": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ ],
+ "denom": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
+ "exponent": 0,
+ },
+ {
+ "denom": "xprism",
+ "exponent": 6,
+ },
+ ],
+ "display": "xprism",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ "theme": {
+ "primaryColorHex": "#242434",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ },
+ "name": "Prism Governance Token",
+ "symbol": "xPRISM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "base": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ ],
+ "denom": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
+ "exponent": 0,
+ },
+ {
+ "denom": "cde",
+ "exponent": 9,
+ },
+ ],
+ "display": "cde",
+ "name": "CAPITRADE TOKEN",
+ "symbol": "CDE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "base": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ ],
+ "denom": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctx",
+ "exponent": 6,
+ },
+ ],
+ "display": "ctx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ },
+ "name": "C2X Token",
+ "symbol": "CTX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "base": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ ],
+ "denom": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
+ "exponent": 0,
+ },
+ {
+ "denom": "cluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "cluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ "theme": {
+ "primaryColorHex": "#211f2e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ },
+ "name": "Prism cLuna Token",
+ "symbol": "cLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "base": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ ],
+ "denom": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
+ "exponent": 0,
+ },
+ {
+ "denom": "pluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "pluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ "theme": {
+ "primaryColorHex": "#202030",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ },
+ "name": "Prism pLuna Token",
+ "symbol": "pLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "base": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ ],
+ "denom": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
+ "exponent": 0,
+ },
+ {
+ "denom": "yluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "yluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ "theme": {
+ "primaryColorHex": "#202130",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ },
+ "name": "Prism yLuna Token",
+ "symbol": "yLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "base": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ ],
+ "denom": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
+ "exponent": 0,
+ },
+ {
+ "denom": "atlo",
+ "exponent": 6,
+ },
+ ],
+ "display": "atlo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ "theme": {
+ "primaryColorHex": "#1b3667",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ },
+ "name": "Atlo Token",
+ "symbol": "ATLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "base": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ ],
+ "denom": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
+ "exponent": 0,
+ },
+ {
+ "denom": "local",
+ "exponent": 6,
+ },
+ ],
+ "display": "local",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ },
+ "name": "LOCAL Token",
+ "symbol": "LOCAL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "base": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ ],
+ "denom": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
+ "exponent": 0,
+ },
+ {
+ "denom": "luv",
+ "exponent": 6,
+ },
+ ],
+ "display": "luv",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ "theme": {
+ "primaryColorHex": "#f7a02f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ },
+ "name": "Lunaverse",
+ "symbol": "LUV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "base": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ ],
+ "denom": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
+ "exponent": 0,
+ },
+ {
+ "denom": "robo",
+ "exponent": 6,
+ },
+ ],
+ "display": "robo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ "theme": {
+ "primaryColorHex": "#2473d2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ },
+ "name": "RoboHero",
+ "symbol": "ROBO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "base": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ ],
+ "denom": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
+ "exponent": 0,
+ },
+ {
+ "denom": "luart",
+ "exponent": 6,
+ },
+ ],
+ "display": "luart",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ "theme": {
+ "primaryColorHex": "#1b1429",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ },
+ "name": "Luart Token",
+ "symbol": "LUART",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "base": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ ],
+ "denom": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
+ "exponent": 0,
+ },
+ {
+ "denom": "mars",
+ "exponent": 6,
+ },
+ ],
+ "display": "mars",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
+ },
+ "name": "Mars Token",
+ "symbol": "MARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "base": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ ],
+ "denom": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
+ "exponent": 0,
+ },
+ {
+ "denom": "xmars",
+ "exponent": 6,
+ },
+ ],
+ "display": "xmars",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
+ },
+ "name": "xMars Token",
+ "symbol": "XMARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "base": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ ],
+ "denom": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
+ "exponent": 0,
+ },
+ {
+ "denom": "dfiat",
+ "exponent": 8,
+ },
+ ],
+ "display": "dfiat",
+ "name": "DeFiato",
+ "symbol": "DFIAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "base": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ ],
+ "denom": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ceres",
+ "exponent": 6,
+ },
+ ],
+ "display": "ceres",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
+ },
+ "name": "Ceres Governance Token",
+ "symbol": "CERES",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "base": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ ],
+ "denom": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
+ "exponent": 0,
+ },
+ {
+ "denom": "wasavax",
+ "exponent": 8,
+ },
+ ],
+ "display": "wasavax",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
+ },
+ "name": "BENQI Staked AVAX (Portal)",
+ "symbol": "wasAVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "base": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ ],
+ "denom": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "mint",
+ "exponent": 6,
+ },
+ ],
+ "display": "mint",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
+ },
+ "name": "MintDAO",
+ "symbol": "MINT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "base": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ ],
+ "denom": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
+ "exponent": 0,
+ },
+ {
+ "denom": "sd",
+ "exponent": 8,
+ },
+ ],
+ "display": "sd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ },
+ "name": "Stader SD (Portal)",
+ "symbol": "SD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "base": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ ],
+ "denom": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
+ "exponent": 0,
+ },
+ {
+ "denom": "xsd",
+ "exponent": 8,
+ },
+ ],
+ "display": "xsd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ "theme": {
+ "primaryColorHex": "#f3f3f3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ },
+ "name": "Stader xSD",
+ "symbol": "xSD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "base": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ ],
+ "denom": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
+ "exponent": 0,
+ },
+ {
+ "denom": "paxg",
+ "exponent": 8,
+ },
+ ],
+ "display": "paxg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ "theme": {
+ "primaryColorHex": "#848484",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ },
+ "name": "Paxos Gold (Portal)",
+ "symbol": "PAXG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "base": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ ],
+ "denom": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "whdao",
+ "exponent": 8,
+ },
+ ],
+ "display": "whdao",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ "theme": {
+ "primaryColorHex": "#2c2c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ },
+ "name": "DAO Maker",
+ "symbol": "whDAO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "base": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ ],
+ "denom": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
+ "exponent": 0,
+ },
+ {
+ "denom": "link",
+ "exponent": 18,
+ },
+ ],
+ "display": "link",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ },
+ "name": "ChainLink Token",
+ "symbol": "LINK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "base": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ ],
+ "denom": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
+ "exponent": 0,
+ },
+ {
+ "denom": "sayve",
+ "exponent": 6,
+ },
+ ],
+ "display": "sayve",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ },
+ "name": "Sayve Token",
+ "symbol": "SAYVE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "base": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ ],
+ "denom": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "guides",
+ "exponent": 6,
+ },
+ ],
+ "display": "guides",
+ "name": "Guides Token",
+ "symbol": "GUIDES",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "base": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ ],
+ "denom": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
+ "exponent": 0,
+ },
+ {
+ "denom": "bro",
+ "exponent": 6,
+ },
+ ],
+ "display": "bro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
+ },
+ "name": "BRO token",
+ "symbol": "BRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "base": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ ],
+ "denom": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
+ "exponent": 0,
+ },
+ {
+ "denom": "bbro",
+ "exponent": 6,
+ },
+ ],
+ "display": "bbro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
+ },
+ "name": "bBRO token",
+ "symbol": "bBRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "base": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ ],
+ "denom": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "gtps",
+ "exponent": 18,
+ },
+ ],
+ "display": "gtps",
+ "name": "Global Transaction Payment Solut",
+ "symbol": "GTPS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "base": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ ],
+ "denom": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
+ "exponent": 0,
+ },
+ {
+ "denom": "gfi",
+ "exponent": 18,
+ },
+ ],
+ "display": "gfi",
+ "name": "Gtps.Finance",
+ "symbol": "GFI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "base": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ ],
+ "denom": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ulc",
+ "exponent": 18,
+ },
+ ],
+ "display": "ulc",
+ "name": "Ultimatalioniscoin",
+ "symbol": "ULC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "base": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ ],
+ "denom": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
+ "exponent": 0,
+ },
+ {
+ "denom": "sst",
+ "exponent": 6,
+ },
+ ],
+ "display": "sst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ },
+ "name": "Sooah Studio Token",
+ "symbol": "SST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "base": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ ],
+ "denom": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
+ "exponent": 0,
+ },
+ {
+ "denom": "atlas",
+ "exponent": 8,
+ },
+ ],
+ "display": "atlas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ "theme": {
+ "primaryColorHex": "#c77a91",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ },
+ "name": "Star Atlas (Portal)",
+ "symbol": "ATLAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "base": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ ],
+ "denom": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
+ "exponent": 0,
+ },
+ {
+ "denom": "audio",
+ "exponent": 8,
+ },
+ ],
+ "display": "audio",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ "theme": {
+ "primaryColorHex": "#7d1dc0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ },
+ "name": "Audius (Portal)",
+ "symbol": "AUDIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "base": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ ],
+ "denom": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "avax",
+ "exponent": 8,
+ },
+ ],
+ "display": "avax",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ "theme": {
+ "primaryColorHex": "#e74245",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ },
+ "name": "AVAX (Portal)",
+ "symbol": "AVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "base": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ ],
+ "denom": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
+ "exponent": 0,
+ },
+ {
+ "denom": "bat",
+ "exponent": 8,
+ },
+ ],
+ "display": "bat",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ "theme": {
+ "primaryColorHex": "#f75108",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ },
+ "name": "Basic Attention Token (Portal)",
+ "symbol": "BAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "base": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ ],
+ "denom": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
+ "exponent": 0,
+ },
+ {
+ "denom": "busdbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "busdbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ "theme": {
+ "primaryColorHex": "#f4bc0f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ },
+ "name": "Binance USD (Portal from BSC)",
+ "symbol": "BUSDbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "base": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ ],
+ "denom": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
+ "exponent": 0,
+ },
+ {
+ "denom": "dai",
+ "exponent": 8,
+ },
+ ],
+ "display": "dai",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ "theme": {
+ "primaryColorHex": "#fbb932",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ },
+ "name": "DAI (Portal)",
+ "symbol": "DAI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "base": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ ],
+ "denom": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "maticpo",
+ "exponent": 8,
+ },
+ ],
+ "display": "maticpo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ "theme": {
+ "primaryColorHex": "#8445e3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ },
+ "name": "MATIC (Portal from Polygon)",
+ "symbol": "MATICpo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "base": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ ],
+ "denom": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mimet",
+ "exponent": 8,
+ },
+ ],
+ "display": "mimet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ "theme": {
+ "primaryColorHex": "#6f6df0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ },
+ "name": "Magic Internet Money",
+ "symbol": "MIMet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "base": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ ],
+ "denom": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
+ "exponent": 0,
+ },
+ {
+ "denom": "ray",
+ "exponent": 6,
+ },
+ ],
+ "display": "ray",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ "theme": {
+ "primaryColorHex": "#4d75f2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ },
+ "name": "Raydium (Portal)",
+ "symbol": "RAY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "base": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ ],
+ "denom": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
+ "exponent": 0,
+ },
+ {
+ "denom": "sbr",
+ "exponent": 6,
+ },
+ ],
+ "display": "sbr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ "theme": {
+ "primaryColorHex": "#161527",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ },
+ "name": "Saber (Portal)",
+ "symbol": "SBR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "base": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ ],
+ "denom": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
+ "exponent": 0,
+ },
+ {
+ "denom": "shib",
+ "exponent": 8,
+ },
+ ],
+ "display": "shib",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ "theme": {
+ "primaryColorHex": "#f99e0e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ },
+ "name": "Shiba Inu (Portal)",
+ "symbol": "SHIB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "base": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ ],
+ "denom": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
+ "exponent": 0,
+ },
+ {
+ "denom": "srmso",
+ "exponent": 6,
+ },
+ ],
+ "display": "srmso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ "theme": {
+ "primaryColorHex": "#40c2d6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ },
+ "name": "Serum (Portal from Solana)",
+ "symbol": "SRMso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "base": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ ],
+ "denom": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcav",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcav",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ "theme": {
+ "primaryColorHex": "#2775cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ },
+ "name": "USD Coin (Portal from Avalanche)",
+ "symbol": "USDCav",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "base": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ ],
+ "denom": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "usdcbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ "theme": {
+ "primaryColorHex": "#2675cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ },
+ "name": "USD Coin (Portal from BSC)",
+ "symbol": "USDCbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "base": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ ],
+ "denom": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcpo",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcpo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ "theme": {
+ "primaryColorHex": "#2a73cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ },
+ "name": "USD Coin (Portal from Polygon)",
+ "symbol": "USDCpo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "base": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ ],
+ "denom": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcso",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ "theme": {
+ "primaryColorHex": "#2a76cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ },
+ "name": "USD Coin (Portal from Solana)",
+ "symbol": "USDCso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "base": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ ],
+ "denom": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtav",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtav",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ },
+ "name": "Tether USD (Portal from Avalanche)",
+ "symbol": "USDTav",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "base": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ ],
+ "denom": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "usdtbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ },
+ "name": "Tether USD (Portal from BSC)",
+ "symbol": "USDTbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "base": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ ],
+ "denom": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtso",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ "theme": {
+ "primaryColorHex": "#54ac96",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ },
+ "name": "Tether USD (Portal from Solana)",
+ "symbol": "USDTso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "base": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ ],
+ "denom": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
+ "exponent": 0,
+ },
+ {
+ "denom": "gohm",
+ "exponent": 8,
+ },
+ ],
+ "display": "gohm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ "theme": {
+ "primaryColorHex": "#b3bec1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ },
+ "name": "Governance OHM (Portal)",
+ "symbol": "gOHM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "base": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ ],
+ "denom": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
+ "exponent": 0,
+ },
+ {
+ "denom": "msol",
+ "exponent": 8,
+ },
+ ],
+ "display": "msol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#c8e8e1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ },
+ "name": "Marinade staked SOL (Portal)",
+ "symbol": "mSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "base": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ ],
+ "denom": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
+ "exponent": 0,
+ },
+ {
+ "denom": "steth",
+ "exponent": 8,
+ },
+ ],
+ "display": "steth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ "theme": {
+ "primaryColorHex": "#04a4fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ },
+ "name": "Lido Staked Ether (Portal)",
+ "symbol": "stETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "base": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ ],
+ "denom": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
+ "exponent": 0,
+ },
+ {
+ "denom": "lct",
+ "exponent": 6,
+ },
+ ],
+ "display": "lct",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ "theme": {
+ "primaryColorHex": "#2664a3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ },
+ "name": "LCT Token",
+ "symbol": "LCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "base": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ ],
+ "denom": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
+ "exponent": 0,
+ },
+ {
+ "denom": "batom",
+ "exponent": 6,
+ },
+ ],
+ "display": "batom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
+ },
+ "name": "Bonded ATOM",
+ "symbol": "bATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "base": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ ],
+ "denom": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
+ "exponent": 0,
+ },
+ {
+ "denom": "webatom",
+ "exponent": 6,
+ },
+ ],
+ "display": "webatom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
+ },
+ "name": "pStake Bonded ATOM (Wormhole)",
+ "symbol": "webATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "base": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ ],
+ "denom": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
+ "exponent": 0,
+ },
+ {
+ "denom": "wcoin",
+ "exponent": 6,
+ },
+ ],
+ "display": "wcoin",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
+ },
+ "name": "Willisch Coin",
+ "symbol": "WCOIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "base": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ ],
+ "denom": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lctfancard",
+ "exponent": 6,
+ },
+ ],
+ "display": "lctfancard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ "theme": {
+ "primaryColorHex": "#2968a5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ },
+ "name": "LCT Fancard Token",
+ "symbol": "LCTfancard",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "base": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ ],
+ "denom": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "kntc",
+ "exponent": 6,
+ },
+ ],
+ "display": "kntc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
+ },
+ "name": "Kinetic Token",
+ "symbol": "KNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "base": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ ],
+ "denom": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
+ "exponent": 0,
+ },
+ {
+ "denom": "kust",
+ "exponent": 6,
+ },
+ ],
+ "display": "kust",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
+ },
+ "name": "Kinetic kUST Token",
+ "symbol": "kUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "base": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ ],
+ "denom": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
+ "exponent": 0,
+ },
+ {
+ "denom": "steak",
+ "exponent": 6,
+ },
+ ],
+ "display": "steak",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
+ },
+ "name": "Steak Token",
+ "symbol": "STEAK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "base": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ ],
+ "denom": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
+ "exponent": 0,
+ },
+ {
+ "denom": "cst",
+ "exponent": 6,
+ },
+ ],
+ "display": "cst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ },
+ "name": "CST Token",
+ "symbol": "CST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "base": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ ],
+ "denom": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
+ "exponent": 0,
+ },
+ {
+ "denom": "cstfancard",
+ "exponent": 6,
+ },
+ ],
+ "display": "cstfancard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ },
+ "name": "CST Fancard Token",
+ "symbol": "CSTfancard",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "base": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ ],
+ "denom": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
+ "exponent": 0,
+ },
+ {
+ "denom": "nwld",
+ "exponent": 9,
+ },
+ ],
+ "display": "nwld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ "theme": {
+ "primaryColorHex": "#046394",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ },
+ "name": "Neworld Labs Develpper Token",
+ "symbol": "NWLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "base": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ ],
+ "denom": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
+ "exponent": 0,
+ },
+ {
+ "denom": "fury",
+ "exponent": 6,
+ },
+ ],
+ "display": "fury",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ },
+ "name": "FURY",
+ "symbol": "FURY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "base": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ ],
+ "denom": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
+ "exponent": 0,
+ },
+ {
+ "denom": "rct",
+ "exponent": 6,
+ },
+ ],
+ "display": "rct",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
+ },
+ "name": "Reactor Token",
+ "symbol": "RCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "base": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ ],
+ "denom": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "vitc",
+ "exponent": 6,
+ },
+ ],
+ "display": "vitc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ "theme": {
+ "primaryColorHex": "#e3551b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ },
+ "name": "Vitamin Coin",
+ "symbol": "VITC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "base": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ ],
+ "denom": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
+ "exponent": 0,
+ },
+ {
+ "denom": "sb",
+ "exponent": 6,
+ },
+ ],
+ "display": "sb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ "theme": {
+ "primaryColorHex": "#7c241c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ },
+ "name": "DragonSB",
+ "symbol": "SB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "base": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ ],
+ "denom": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
+ "exponent": 0,
+ },
+ {
+ "denom": "toad",
+ "exponent": 6,
+ },
+ ],
+ "display": "toad",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
+ },
+ "name": "RESToad Token",
+ "symbol": "TOAD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "base": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ ],
+ "denom": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
+ "exponent": 0,
+ },
+ {
+ "denom": "orionastro",
+ "exponent": 6,
+ },
+ ],
+ "display": "orionastro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ "theme": {
+ "primaryColorHex": "#1d90d6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ },
+ "name": "Orion Money xASTRO Derivative Token",
+ "symbol": "orionASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "base": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ ],
+ "denom": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
+ "exponent": 0,
+ },
+ {
+ "denom": "retro",
+ "exponent": 6,
+ },
+ ],
+ "display": "retro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ "theme": {
+ "primaryColorHex": "#eb4024",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ },
+ "name": "Retrograde",
+ "symbol": "RETRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "base": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ ],
+ "denom": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "tnd",
+ "exponent": 6,
+ },
+ ],
+ "display": "tnd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ "theme": {
+ "primaryColorHex": "#1c53fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ },
+ "name": "TerrnadoCash",
+ "symbol": "TND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "base": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ ],
+ "denom": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stnd",
+ "exponent": 6,
+ },
+ ],
+ "display": "stnd",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
},
- "name": "Silk",
- "symbol": "SILK",
+ "name": "TerrnadoCash",
+ "symbol": "sTND",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
- "base": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
- "coingeckoId": "stkd-scrt",
+ "address": "terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "base": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
"denomUnits": [
{
"aliases": [
- "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
],
- "denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "denom": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
"exponent": 0,
},
{
- "denom": "stkd-scrt",
+ "denom": "nwt",
+ "exponent": 9,
+ },
+ ],
+ "display": "nwt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ "theme": {
+ "primaryColorHex": "#aeb8f5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ },
+ "name": "Neworld Token",
+ "symbol": "NWT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "base": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ ],
+ "denom": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
+ "exponent": 0,
+ },
+ {
+ "denom": "neb",
"exponent": 6,
},
],
- "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
- "display": "stkd-scrt",
+ "display": "neb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ "theme": {
+ "primaryColorHex": "#8b90ad",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ },
+ "name": "Nebula Token",
+ "symbol": "NEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "base": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ ],
+ "denom": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
+ "exponent": 0,
+ },
+ {
+ "denom": "trit",
+ "exponent": 6,
+ },
+ ],
+ "display": "trit",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ "theme": {
+ "primaryColorHex": "#24ab9b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ },
+ "name": "Terra Tritium Token",
+ "symbol": "TRIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "base": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ ],
+ "denom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ "exponent": 0,
+ },
+ {
+ "denom": "juris",
+ "exponent": 6,
+ },
+ ],
+ "description": "Juris Protocol is the Lending Platform for the Terra Ecosystem.",
+ "display": "juris",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ "name": "Juris Protocol",
+ "symbol": "JURIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "base": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ ],
+ "denom": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
+ "exponent": 0,
+ },
+ {
+ "denom": "tadf",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tadpole Frogztrik Token meme",
+ "display": "tadf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ "theme": {
+ "primaryColorHex": "#e9f9f2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ },
+ "name": "Tadpole Frogztrik Token",
+ "symbol": "TADF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "base": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ ],
+ "denom": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
+ "exponent": 0,
+ },
+ {
+ "denom": "frog",
+ "exponent": 6,
+ },
+ ],
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ },
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "base": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ ],
+ "denom": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro.cw20",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport CW20 Token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "base": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ ],
+ "denom": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "exponent": 0,
+ },
+ ],
+ "description": "Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.",
+ "display": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "theme": {
+ "primaryColorHex": "#244c9c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
},
- "name": "SCRT Staking Derivatives",
- "symbol": "stkd-SCRT",
+ "name": "dinheiro",
+ "symbol": "DINHEIROS",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-559",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
- "base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
- "coingeckoId": "buttcoin-2",
+ "address": "terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "base": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
"denomUnits": [
{
"aliases": [
- "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
],
- "denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "denom": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
"exponent": 0,
},
{
- "denom": "butt",
+ "denom": "Reis",
"exponent": 6,
},
],
- "description": "The native token cw20 for Button on Secret Network",
- "display": "butt",
+ "description": "Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
+ "display": "Reis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "theme": {
+ "primaryColorHex": "#1d5c65",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
},
- "name": "Button",
- "symbol": "BUTT",
+ "name": "real",
+ "symbol": "REIS",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-559",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
- "coingeckoId": "alter",
+ "address": "terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "base": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
"denomUnits": [
{
"aliases": [
- "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
],
- "denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "denom": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
"exponent": 0,
},
{
- "denom": "alter",
+ "denom": "Escudos",
"exponent": 6,
},
],
- "description": "The native token cw20 for Alter on Secret Network",
- "display": "alter",
+ "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.",
+ "display": "Escudos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
- },
- "name": "Alter",
- "socials": {
- "twitter": "https://twitter.com/AlterDapp",
- "website": "http://alter.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
},
- "symbol": "ALTER",
+ "name": "escudo",
+ "symbol": "ESCUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-559",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
"type": "ibc-cw20",
},
],
+ "typeAsset": "cw20",
},
{
- "address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
- "base": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "address": "terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "base": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
"denomUnits": [
{
"aliases": [
- "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
],
- "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "denom": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
"exponent": 0,
},
{
- "denom": "amber",
+ "denom": "Alem",
"exponent": 6,
},
],
- "description": "The native token cw20 for Amber on Secret Network",
- "display": "amber",
+ "description": "Alem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "Alem",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
- },
- "name": "Amber",
- "socials": {
- "twitter": "https://twitter.com/AmberDAO_",
- "website": "http://amber.money/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
},
- "symbol": "AMBER",
+ "name": "alentejo.money",
+ "symbol": "ALEM",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-559",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
- "base": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "address": "terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "base": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
"denomUnits": [
{
"aliases": [
- "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
],
- "denom": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "denom": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
"exponent": 0,
},
{
- "denom": "shill",
+ "denom": "AMG",
"exponent": 6,
},
],
- "description": "The native token cw20 for Shill on Secret Network",
- "display": "shill",
+ "description": "almagem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "AMG",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
},
- "name": "Shill",
- "symbol": "SHILL",
+ "name": "almagem",
+ "symbol": "AMG",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-559",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "base": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "address": "terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "base": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
"denomUnits": [
{
"aliases": [
- "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
],
- "denom": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "denom": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "ARK",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro.cw20",
+ "description": "arika is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "ARK",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
},
- "name": "Astroport CW20 Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
- },
- "symbol": "ASTRO.cw20",
+ "name": "arika",
+ "symbol": "ARK",
"traces": [
{
"chain": {
@@ -8729,7 +27475,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "base_denom": "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
"chain_name": "terra2",
"channel_id": "channel-85",
"port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
@@ -8740,29 +27486,36 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
- "base": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "address": "terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "base": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
"denomUnits": [
{
"aliases": [
- "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
],
- "denom": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "denom": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
"exponent": 0,
},
+ {
+ "denom": "DANU",
+ "exponent": 6,
+ },
],
- "description": "Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.",
- "display": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "description": "danu is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DANU",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
},
- "name": "dinheiro",
- "symbol": "DINHEIROS",
+ "name": "danu",
+ "symbol": "DANU",
"traces": [
{
"chain": {
@@ -8770,7 +27523,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "base_denom": "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
"chain_name": "terra2",
"channel_id": "channel-85",
"port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
@@ -8781,33 +27534,36 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
- "base": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "address": "terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "base": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
"denomUnits": [
{
"aliases": [
- "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
],
- "denom": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "denom": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
"exponent": 0,
},
{
- "denom": "Reis",
+ "denom": "TRS",
"exponent": 6,
},
],
- "description": "Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
- "display": "Reis",
+ "description": "torus is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "TRS",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
},
- "name": "real",
- "symbol": "REIS",
+ "name": "torus",
+ "symbol": "TRS",
"traces": [
{
"chain": {
@@ -8815,7 +27571,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "base_denom": "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
"chain_name": "terra2",
"channel_id": "channel-85",
"port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
@@ -8826,33 +27582,36 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
- "base": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "address": "terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "base": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
"denomUnits": [
{
"aliases": [
- "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
],
- "denom": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "denom": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
"exponent": 0,
},
{
- "denom": "Escudos",
+ "denom": "PLASMA",
"exponent": 6,
},
],
- "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and foward.",
- "display": "Escudos",
+ "description": "plasma is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "PLASMA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
},
- "name": "escudo",
- "symbol": "ESCUDOS",
+ "name": "plasma",
+ "symbol": "PLASMA",
"traces": [
{
"chain": {
@@ -8860,7 +27619,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "base_denom": "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
"chain_name": "terra2",
"channel_id": "channel-85",
"port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
@@ -8871,33 +27630,36 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
- "base": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "address": "terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "base": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
"denomUnits": [
{
"aliases": [
- "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
],
- "denom": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "denom": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
"exponent": 0,
},
{
- "denom": "Alem",
+ "denom": "DMT",
"exponent": 6,
},
],
- "description": "Alem is a local currency for the region of Alentejo in Portugal, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
- "display": "Alem",
+ "description": "dmt is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DMT",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
},
- "name": "alentejo.money",
- "symbol": "ALEM",
+ "name": "dmt",
+ "symbol": "DMT",
"traces": [
{
"chain": {
@@ -8905,7 +27667,7 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "base_denom": "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
"chain_name": "terra2",
"channel_id": "channel-85",
"port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
@@ -8983,6 +27745,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "theme": {
+ "primaryColorHex": "#f3f313",
+ },
},
],
"logoURIs": {
@@ -9028,6 +27793,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "theme": {
+ "primaryColorHex": "#21b6b3",
+ },
},
],
"logoURIs": {
@@ -9073,6 +27841,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "theme": {
+ "primaryColorHex": "#f3d343",
+ },
},
],
"logoURIs": {
@@ -9118,6 +27889,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -9163,6 +27937,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "theme": {
+ "primaryColorHex": "#efe8e9",
+ },
},
],
"logoURIs": {
@@ -9208,6 +27985,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "theme": {
+ "primaryColorHex": "#e3e2e5",
+ },
},
],
"logoURIs": {
@@ -9254,6 +28034,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
@@ -9300,6 +28083,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
},
],
"logoURIs": {
@@ -9346,6 +28132,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "theme": {
+ "primaryColorHex": "#f1cc79",
+ },
},
],
"logoURIs": {
@@ -9391,6 +28180,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "theme": {
+ "primaryColorHex": "#c0943f",
+ },
},
],
"logoURIs": {
@@ -9436,6 +28228,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "theme": {
+ "primaryColorHex": "#dd6a30",
+ },
},
],
"logoURIs": {
@@ -9481,6 +28276,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "theme": {
+ "primaryColorHex": "#0da8c9",
+ },
},
],
"logoURIs": {
@@ -9526,6 +28324,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "theme": {
+ "primaryColorHex": "#0ba7ce",
+ },
},
],
"logoURIs": {
@@ -9571,6 +28372,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "theme": {
+ "primaryColorHex": "#f8d034",
+ },
},
],
"logoURIs": {
@@ -9616,6 +28420,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "theme": {
+ "primaryColorHex": "#d19a84",
+ },
},
],
"logoURIs": {
@@ -9661,6 +28468,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "theme": {
+ "primaryColorHex": "#ae987b",
+ },
},
],
"logoURIs": {
@@ -9706,6 +28516,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "theme": {
+ "primaryColorHex": "#040607",
+ },
},
],
"logoURIs": {
@@ -9751,6 +28564,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "theme": {
+ "primaryColorHex": "#232333",
+ },
},
],
"logoURIs": {
@@ -9796,6 +28612,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "theme": {
+ "primaryColorHex": "#0c0704",
+ },
},
],
"logoURIs": {
@@ -9836,11 +28655,13 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"exponent": 6,
},
],
- "description": "",
"display": "lads",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "theme": {
+ "primaryColorHex": "#040507",
+ },
},
],
"logoURIs": {
@@ -9886,6 +28707,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "theme": {
+ "primaryColorHex": "#c7cbcf",
+ },
},
],
"logoURIs": {
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 b5dfbdef3..31ba6a31d 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
@@ -6,7 +6,6 @@ exports[`getAssetLists 1`] = `
"assets": [
{
"base": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -26,6 +25,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "theme": {
+ "primaryColorHex": "#dbdbdb",
+ },
},
],
"logoURIs": {
@@ -47,6 +49,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
@@ -70,6 +73,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "theme": {
+ "primaryColorHex": "#4aa29e",
+ },
},
],
"logoURIs": {
@@ -95,6 +101,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
@@ -118,6 +125,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "theme": {
+ "primaryColorHex": "#77b64f",
+ },
},
],
"logoURIs": {
@@ -143,6 +153,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
@@ -165,6 +176,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "theme": {
+ "primaryColorHex": "#ecc53b",
+ },
},
],
"logoURIs": {
@@ -186,6 +200,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
@@ -203,12 +218,16 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
+ "description": "Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.",
"display": "bld",
+ "extendedDescription": "Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform's native token, BLD, is used for staking, securing the network, and governance. Agoric's innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "theme": {
+ "primaryColorHex": "#c42b44",
+ },
},
],
"logoURIs": {
@@ -234,6 +253,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
@@ -257,6 +277,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
@@ -278,6 +301,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
@@ -305,6 +329,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "theme": {
+ "primaryColorHex": "#24241c",
+ },
},
],
"logoURIs": {
@@ -330,6 +357,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
@@ -347,12 +375,18 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "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.",
+ "description": "Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.",
"display": "akt",
+ "extendedDescription": "Akash Network is revolutionizing the cloud computing industry with its decentralized marketplace that leverages underutilized computing resources. By connecting users with providers offering unused computational capacity, Akash provides a more affordable and flexible alternative to conventional cloud services. This decentralized approach not only reduces costs but also enhances security and resilience, as data and applications are distributed across multiple nodes rather than centralized servers.
+
+The Akash Network utilizes its native token, AKT, to facilitate transactions and incentivize participants within the ecosystem. Users can pay for cloud services using AKT, while providers earn AKT by offering their computing resources. The network's open-source nature and compatibility with major cloud platforms further enhance its appeal, enabling seamless integration and broad adoption. Akash Network's innovative model is poised to disrupt the traditional cloud computing landscape, offering a decentralized, efficient, and cost-effective solution for developers and enterprises.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
@@ -378,6 +412,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
@@ -402,10 +437,17 @@ exports[`getAssetLists 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -425,6 +467,52 @@ exports[`getAssetLists 1`] = `
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
+ "coingeckoId": "andromeda-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uandr",
+ ],
+ "denom": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
+ "exponent": 0,
+ },
+ {
+ "denom": "andr",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of Andromeda",
+ "display": "andr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
+ },
+ "name": "Andr",
+ "symbol": "ANDR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-81924",
+ },
+ "counterparty": {
+ "base_denom": "uandr",
+ "chain_name": "andromeda",
+ "channel_id": "channel-17",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
{
"base": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
"coingeckoId": "archway",
@@ -445,17 +533,21 @@ exports[`getAssetLists 1`] = `
"exponent": 18,
},
],
- "description": "The native token of Archway network",
+ "description": "Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.",
"display": "arch",
+ "extendedDescription": "Archway aims to incentivize developers by sharing a portion of the transaction fees generated by their decentralized applications (dApps) built on the platform. This innovative approach helps align the interests of developers with the network's growth and sustainability. Archway's native token, ARCH, is used for staking, governance, and distributing rewards to developers. By leveraging the Cosmos SDK, Archway ensures interoperability and scalability, allowing developers to build and deploy efficient and high-performance dApps.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
},
"name": "Archway",
"socials": {
@@ -476,13 +568,14 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
],
"denom": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"exponent": 0,
@@ -501,6 +594,9 @@ exports[`getAssetLists 1`] = `
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
@@ -514,7 +610,7 @@ exports[`getAssetLists 1`] = `
"channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "base_denom": "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
"chain_name": "archway",
"channel_id": "channel-1",
},
@@ -546,13 +642,16 @@ exports[`getAssetLists 1`] = `
"baseDenom": "uvdl",
"chainName": "vidulum",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
"name": "Vidulum",
"symbol": "VDL",
@@ -571,6 +670,58 @@ exports[`getAssetLists 1`] = `
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
+ ],
+ "denom": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Circle's USDC Noble on Archway ",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC (Noble)",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1429",
+ },
+ "counterparty": {
+ "base_denom": "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
{
"base": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
"denomUnits": [
@@ -592,6 +743,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "theme": {
+ "primaryColorHex": "#bdbb82",
+ },
},
],
"logoURIs": {
@@ -617,6 +771,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
@@ -640,6 +795,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "theme": {
+ "primaryColorHex": "#edb548",
+ },
},
],
"logoURIs": {
@@ -665,6 +823,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
@@ -688,6 +847,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "theme": {
+ "primaryColorHex": "#a7c8d4",
+ },
},
],
"logoURIs": {
@@ -709,6 +871,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
@@ -726,12 +889,18 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "The native token of Axelar",
+ "description": "Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.",
"display": "axl",
+ "extendedDescription": "Axelar is a decentralized interoperability network connecting diverse blockchain ecosystems, facilitating seamless cross-chain communication and value transfer. By providing a unified platform for different blockchains to interact, Axelar enhances the connectivity and functionality of the blockchain space. The network employs advanced cryptographic protocols and consensus mechanisms to ensure the security and reliability of cross-chain transactions.
+
+The Axelar Network's native token, AXL, is used for transaction fees, incentivizing network validators, and governance. By staking AXL, users can secure the network and earn rewards while influencing key decisions regarding the platform's development. Axelar's focus on interoperability extends to supporting various blockchain protocols, enabling developers to build applications operating across multiple chains. This capability is crucial for the growth of decentralized finance (DeFi) and other blockchain-based solutions, making Axelar vital to the evolving blockchain ecosystem.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -757,6 +926,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
@@ -780,6 +950,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
@@ -801,6 +974,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
@@ -821,6 +995,10 @@ exports[`getAssetLists 1`] = `
"display": "frax",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
@@ -842,6 +1020,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
@@ -864,6 +1043,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#f4ac34",
+ },
},
],
"logoURIs": {
@@ -885,9 +1067,11 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "coingeckoId": "axelar-usdt",
"denomUnits": [
{
"aliases": [
@@ -907,6 +1091,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
"logoURIs": {
@@ -928,6 +1115,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
@@ -949,6 +1137,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
@@ -969,9 +1160,11 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "coingeckoId": "axlwbtc",
"denomUnits": [
{
"aliases": [
@@ -990,6 +1183,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
@@ -1010,6 +1206,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
@@ -1030,6 +1227,10 @@ exports[`getAssetLists 1`] = `
"display": "aave",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
],
@@ -1051,6 +1252,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
@@ -1071,6 +1273,10 @@ exports[`getAssetLists 1`] = `
"display": "ape",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x4d224452801aced8b2f0aebe155379bb5d594381",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
],
@@ -1092,6 +1298,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
@@ -1112,6 +1319,10 @@ exports[`getAssetLists 1`] = `
"display": "axs",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
},
],
@@ -1133,6 +1344,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
@@ -1153,8 +1365,15 @@ exports[`getAssetLists 1`] = `
"display": "link",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x514910771af9ca656af840dff83e8264ecf986ca",
+ "chainName": "ethereum",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#2c5cdc",
+ },
},
],
"logoURIs": {
@@ -1176,6 +1395,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
@@ -1196,6 +1416,10 @@ exports[`getAssetLists 1`] = `
"display": "mkr",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
],
@@ -1217,6 +1441,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
@@ -1237,6 +1462,10 @@ exports[`getAssetLists 1`] = `
"display": "rai",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
],
@@ -1258,6 +1487,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
@@ -1278,7 +1508,15 @@ exports[`getAssetLists 1`] = `
"display": "shib",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "primaryColorHex": "#FFA409",
+ },
},
],
"logoURIs": {
@@ -1299,6 +1537,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
@@ -1319,6 +1558,10 @@ exports[`getAssetLists 1`] = `
"display": "steth",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
@@ -1340,6 +1583,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
@@ -1360,6 +1604,10 @@ exports[`getAssetLists 1`] = `
"display": "uni",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
},
],
@@ -1381,6 +1629,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
@@ -1401,6 +1650,10 @@ exports[`getAssetLists 1`] = `
"display": "xcn",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
},
],
@@ -1422,6 +1675,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
@@ -1442,8 +1696,15 @@ exports[`getAssetLists 1`] = `
"display": "dot",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xffffffff1fcacbd218edc0eba20fc2308c778080",
+ "chainName": "moonbeam",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
@@ -1465,6 +1726,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
@@ -1485,8 +1747,15 @@ exports[`getAssetLists 1`] = `
"display": "wglmr",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xacc15dc74880c9944775448304b263d191c6077f",
+ "chainName": "moonbeam",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#e4147c",
+ },
},
],
"logoURIs": {
@@ -1508,6 +1777,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
@@ -1528,8 +1798,15 @@ exports[`getAssetLists 1`] = `
"display": "wmatic",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
+ "chainName": "polygon",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "theme": {
+ "primaryColorHex": "#2b93fb",
+ },
},
],
"logoURIs": {
@@ -1551,6 +1828,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
@@ -1571,8 +1849,15 @@ exports[`getAssetLists 1`] = `
"display": "wbnb",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
+ "chainName": "binancesmartchain",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
@@ -1594,6 +1879,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
@@ -1614,11 +1900,20 @@ exports[`getAssetLists 1`] = `
"display": "busd",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x4fabb145d64652a948d72533023f6e7a623c7c53",
+ "chainName": "ethereum",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
},
"name": "Binance USD",
"symbol": "BUSD",
@@ -1635,6 +1930,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
@@ -1655,6 +1951,10 @@ exports[`getAssetLists 1`] = `
"display": "avax",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
+ "chainName": "avalanche",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
@@ -1676,6 +1976,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
@@ -1696,11 +1997,20 @@ exports[`getAssetLists 1`] = `
"display": "ftm",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
+ "chainName": "fantom",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "theme": {
+ "primaryColorHex": "#1c6cfc",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
},
"name": "Wrapped FTM",
"symbol": "WFTM",
@@ -1717,6 +2027,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
@@ -1739,6 +2050,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
@@ -1760,6 +2074,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
@@ -1782,6 +2097,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
@@ -1803,6 +2121,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
@@ -1823,8 +2142,15 @@ exports[`getAssetLists 1`] = `
"display": "fil",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
+ "chainName": "filecoin",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "theme": {
+ "primaryColorHex": "#0694fc",
+ },
},
],
"logoURIs": {
@@ -1846,6 +2172,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
@@ -1866,8 +2193,15 @@ exports[`getAssetLists 1`] = `
"display": "arb",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x912CE59144191C1204E64559FE8253a0e49E6548",
+ "chainName": "arbitrum",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "theme": {
+ "primaryColorHex": "#253545",
+ },
},
],
"logoURIs": {
@@ -1889,6 +2223,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
@@ -1914,6 +2249,9 @@ exports[`getAssetLists 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
+ },
},
],
"logoURIs": {
@@ -1935,6 +2273,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
@@ -1959,6 +2298,9 @@ exports[`getAssetLists 1`] = `
"chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "theme": {
+ "primaryColorHex": "#c9dbfc",
+ },
},
],
"logoURIs": {
@@ -1979,6 +2321,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
@@ -2003,6 +2346,9 @@ exports[`getAssetLists 1`] = `
"chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"logoURIs": {
@@ -2023,6 +2369,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
@@ -2067,6 +2414,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
@@ -2111,6 +2459,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
@@ -2136,6 +2485,9 @@ exports[`getAssetLists 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "theme": {
+ "primaryColorHex": "#14448c",
+ },
},
],
"logoURIs": {
@@ -2157,6 +2509,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
@@ -2201,6 +2554,227 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "yum-wei",
+ ],
+ "denom": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
+ "exponent": 0,
+ },
+ {
+ "denom": "yum",
+ "exponent": 18,
+ },
+ ],
+ "display": "yum",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
+ "theme": {
+ "primaryColorHex": "#33a6e7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
+ },
+ "name": "Axelar Wrapped YUM",
+ "symbol": "YUM.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "yum-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arbitrum-weth-wei",
+ ],
+ "denom": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
+ "exponent": 0,
+ },
+ {
+ "denom": "arbitrum-weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "arbitrum-weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
+ "chainName": "arbitrum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ },
+ ],
+ "name": "Arbitrum axlETH",
+ "symbol": "axlETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "arbitrum-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "base-weth-wei",
+ ],
+ "denom": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
+ "exponent": 0,
+ },
+ {
+ "denom": "base-weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "base-weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000006",
+ "chainName": "base",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ },
+ ],
+ "name": "Base axlETH",
+ "symbol": "axlETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "base-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "polygon-weth-wei",
+ ],
+ "denom": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
+ "exponent": 0,
+ },
+ {
+ "denom": "polygon-weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "polygon-weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
+ "chainName": "polygon",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ },
+ ],
+ "name": "Polygon axlETH",
+ "symbol": "axlETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "polygon-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "op-wei",
+ ],
+ "denom": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "op",
+ "exponent": 18,
+ },
+ ],
+ "display": "op",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000042",
+ "chainName": "optimism",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg",
+ "theme": {
+ "primaryColorHex": "#fc0424",
+ },
+ },
+ ],
+ "name": "Optimism",
+ "symbol": "OP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "op-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
@@ -2224,6 +2798,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#4424e4",
+ },
},
],
"logoURIs": {
@@ -2249,6 +2826,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
@@ -2272,6 +2850,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "theme": {
+ "primaryColorHex": "#079fd7",
+ },
},
],
"logoURIs": {
@@ -2293,6 +2874,260 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
+ "coingeckoId": "vidulum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ ],
+ "denom": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
+ "exponent": 0,
+ },
+ {
+ "denom": "vdl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Vidulum App Token",
+ "display": "vdl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ },
+ "name": "Vidulum",
+ "symbol": "VDL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ ],
+ "denom": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
+ ],
+ "denom": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
+ "exponent": 0,
+ },
+ {
+ "denom": "C2M",
+ "exponent": 6,
+ },
+ ],
+ "description": "Crypto2Mars Community Token",
+ "display": "C2M",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
+ "theme": {
+ "primaryColorHex": "#FEFEFE",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
+ },
+ "name": "Crypto2Mars",
+ "symbol": "C2M",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
+ ],
+ "denom": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
+ "exponent": 0,
+ },
+ {
+ "denom": "uarch",
+ "exponent": 12,
+ },
+ {
+ "denom": "arch",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Archway network",
+ "display": "arch",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "aarch",
+ "chainName": "archway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ },
+ "name": "Archway",
+ "symbol": "ARCH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
+ ],
+ "denom": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC from Noble",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
},
{
"base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
@@ -2316,6 +3151,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#3cc494",
+ },
},
],
"logoURIs": {
@@ -2341,6 +3179,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
@@ -2364,6 +3203,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#c8307f",
+ },
},
],
"logoURIs": {
@@ -2411,6 +3253,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "theme": {
+ "primaryColorHex": "#e8e5e7",
+ },
},
],
"logoURIs": {
@@ -2431,6 +3276,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
@@ -2452,6 +3298,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "theme": {
+ "primaryColorHex": "#c3a59e",
+ },
},
],
"logoURIs": {
@@ -2472,6 +3321,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
@@ -2493,6 +3343,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "theme": {
+ "primaryColorHex": "#0d0d0d",
+ },
},
],
"logoURIs": {
@@ -2513,6 +3366,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
@@ -2534,6 +3388,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "theme": {
+ "primaryColorHex": "#1c2536",
+ },
},
],
"logoURIs": {
@@ -2554,6 +3411,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
@@ -2575,6 +3433,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "theme": {
+ "primaryColorHex": "#f5f5f5",
+ },
},
],
"logoURIs": {
@@ -2595,6 +3456,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
@@ -2616,6 +3478,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "theme": {
+ "primaryColorHex": "#1a1521",
+ },
},
],
"logoURIs": {
@@ -2636,6 +3501,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
@@ -2657,6 +3523,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "theme": {
+ "primaryColorHex": "#161616",
+ },
},
],
"logoURIs": {
@@ -2677,6 +3546,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
@@ -2698,6 +3568,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "theme": {
+ "primaryColorHex": "#cfb1b3",
+ },
},
],
"logoURIs": {
@@ -2718,6 +3591,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
@@ -2739,6 +3613,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "theme": {
+ "primaryColorHex": "#0a0a0a",
+ },
},
],
"logoURIs": {
@@ -2759,6 +3636,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
@@ -2780,6 +3658,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "theme": {
+ "primaryColorHex": "#b8b6b6",
+ },
},
],
"logoURIs": {
@@ -2800,6 +3681,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
@@ -2821,6 +3703,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "theme": {
+ "primaryColorHex": "#0f0c27",
+ },
},
],
"logoURIs": {
@@ -2841,6 +3726,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
@@ -2862,6 +3748,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "theme": {
+ "primaryColorHex": "#21283c",
+ },
},
],
"logoURIs": {
@@ -2882,6 +3771,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
@@ -2903,6 +3793,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "theme": {
+ "primaryColorHex": "#151515",
+ },
},
],
"logoURIs": {
@@ -2923,6 +3816,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
@@ -2944,6 +3838,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "theme": {
+ "primaryColorHex": "#847760",
+ },
},
],
"logoURIs": {
@@ -2964,6 +3861,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
@@ -2998,6 +3896,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
@@ -3024,6 +3923,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "theme": {
+ "primaryColorHex": "#708ffc",
+ },
},
],
"keywords": [
@@ -3053,10 +3955,10 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -3075,6 +3977,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "theme": {
+ "primaryColorHex": "#0c3ab5",
+ },
},
],
"keywords": [
@@ -3098,10 +4003,10 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -3120,6 +4025,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "theme": {
+ "primaryColorHex": "#ee8828",
+ },
},
],
"keywords": [
@@ -3143,6 +4051,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
@@ -3162,6 +4071,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "theme": {
+ "primaryColorHex": "#4cea4e",
+ },
},
],
"logoURIs": {
@@ -3183,6 +4095,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
@@ -3201,6 +4114,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "theme": {
+ "primaryColorHex": "#ffffff",
+ },
},
],
"logoURIs": {
@@ -3222,6 +4138,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
@@ -3247,6 +4164,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "theme": {
+ "primaryColorHex": "#f4ecce",
+ },
},
],
"logoURIs": {
@@ -3268,6 +4188,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
@@ -3293,6 +4214,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "theme": {
+ "primaryColorHex": "#fba809",
+ },
},
],
"logoURIs": {
@@ -3314,6 +4238,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
@@ -3332,6 +4257,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "theme": {
+ "primaryColorHex": "#1e8fa9",
+ },
},
],
"logoURIs": {
@@ -3353,6 +4281,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
@@ -3376,6 +4305,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "theme": {
+ "primaryColorHex": "#1c1f1f",
+ },
},
],
"logoURIs": {
@@ -3401,6 +4333,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
@@ -3425,10 +4358,17 @@ exports[`getAssetLists 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -3473,6 +4413,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#a5edf2",
+ },
},
],
"logoURIs": {
@@ -3521,6 +4464,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
+ "theme": {
+ "primaryColorHex": "#053e4f",
+ },
},
],
"logoURIs": {
@@ -3566,8 +4512,15 @@ exports[`getAssetLists 1`] = `
"display": "bnb",
"images": [
{
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "binancesmartchain",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
@@ -3589,6 +4542,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
@@ -3614,6 +4568,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -3635,6 +4592,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
@@ -3658,7 +4616,14 @@ exports[`getAssetLists 1`] = `
"display": "busd",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
+ "chainName": "binancesmartchain",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
@@ -3679,6 +4644,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
@@ -3704,6 +4670,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
@@ -3725,6 +4694,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
@@ -3750,6 +4720,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
+ "theme": {
+ "primaryColorHex": "#043d4d",
+ },
},
],
"logoURIs": {
@@ -3771,6 +4744,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
@@ -3815,6 +4789,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
@@ -3859,6 +4834,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
@@ -3882,10 +4858,20 @@ exports[`getAssetLists 1`] = `
"display": "usdc",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
"name": "Circle USD",
@@ -3903,6 +4889,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
@@ -3926,6 +4913,10 @@ exports[`getAssetLists 1`] = `
"display": "usdc",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
+ "chainName": "binancesmartchain",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
@@ -3947,6 +4938,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
@@ -3972,6 +4964,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "theme": {
+ "primaryColorHex": "#2cccc4",
+ },
},
],
"logoURIs": {
@@ -3993,6 +4988,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
@@ -4010,13 +5006,18 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "The native token of the Celestia blockchain.",
+ "description": "Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.",
"display": "tia",
- "extendedDescription": "Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.",
+ "extendedDescription": "Celestia is a pioneering blockchain platform that aims to address the scalability and interoperability challenges faced by current blockchain networks. It introduces a modular architecture that separates consensus and data availability from execution, allowing developers to create highly customizable and scalable blockchains. By decoupling these functions, Celestia enables independent blockchains to interact seamlessly while maintaining high throughput and security.
+
+Celestia's unique approach includes a consensus and data availability layer that supports multiple execution environments, facilitating a diverse range of decentralized applications (dApps). This design allows for greater flexibility and efficiency, as developers can choose the best execution environment for their specific use case. Celestia's focus on modularity and interoperability has the potential to significantly enhance the blockchain ecosystem by enabling more scalable and adaptable solutions.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
@@ -4042,6 +5043,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
@@ -4065,6 +5067,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "theme": {
+ "primaryColorHex": "#c6c6c9",
+ },
},
],
"logoURIs": {
@@ -4086,10 +5091,11 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
- "coingeckoId": "",
+ "coingeckoId": "chain4energy",
"denomUnits": [
{
"aliases": [
@@ -4105,9 +5111,13 @@ exports[`getAssetLists 1`] = `
],
"description": "The native token of Chain4Energy",
"display": "c4e",
+ "extendedDescription": "C4E is a DePIN L1 Blockchain platform, designed to support a variety of innovative energy and e-mobility applications by creating a decentralized and democratized community-powered ecosystem.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "theme": {
+ "primaryColorHex": "#24344c",
+ },
},
],
"logoURIs": {
@@ -4132,6 +5142,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
@@ -4155,6 +5166,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#fc5f04",
+ },
},
],
"logoURIs": {
@@ -4176,6 +5190,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
@@ -4193,12 +5208,16 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "The native token of Chihuahua Chain",
+ "description": "Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.",
"display": "huahua",
+ "extendedDescription": "Chihuahua aims to foster a vibrant and interactive community through its blockchain platform, which emphasizes social engagement and entertainment. The native token, HUAHUA, is used for various activities within the ecosystem, including rewards, staking, and governance. Chihuahua's unique approach combines blockchain technology with community engagement, offering a dynamic and enjoyable environment for its users.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
+ },
},
],
"logoURIs": {
@@ -4220,6 +5239,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
@@ -4238,15 +5258,25 @@ exports[`getAssetLists 1`] = `
],
"description": "has a hat",
"display": "achihuahuawifhat",
+ "extendedDescription": "Chihuahuawifhat is the biggest cult of the Chihuahua chain aiming to take over Cosmos. The token is $BADDOG and we're not playing around.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
"name": "Chihuahuawifhat",
+ "socials": {
+ "twitter": "https://x.com/chihuahuawifhat",
+ "website": "https://baddog.lol/",
+ },
"symbol": "BADDOG",
"traces": [
{
@@ -4261,6 +5291,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
@@ -4282,6 +5313,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "theme": {
+ "primaryColorHex": "#d9905f",
+ },
},
],
"logoURIs": {
@@ -4302,6 +5336,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
@@ -4323,6 +5358,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "theme": {
+ "primaryColorHex": "#f3bb5b",
+ },
},
],
"logoURIs": {
@@ -4343,6 +5381,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
@@ -4364,6 +5403,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "theme": {
+ "primaryColorHex": "#43b333",
+ },
},
],
"logoURIs": {
@@ -4384,6 +5426,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
@@ -4405,6 +5448,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -4425,6 +5471,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
@@ -4446,6 +5493,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "theme": {
+ "primaryColorHex": "#d9d2d2",
+ },
},
],
"logoURIs": {
@@ -4466,10 +5516,153 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0",
+ "base": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ ],
+ "denom": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
+ "exponent": 0,
+ },
+ {
+ "denom": "ashHUAHUA",
+ "exponent": 6,
+ },
+ ],
+ "description": "ashHUAHUA - Burned HUAHUA",
+ "display": "ashHUAHUA",
+ "extendedDescription": "ashHUAHUA - receipt token recieved when burning HUAHUA via ASH DAOs Furnace",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f46c0f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ },
+ "name": "Burned HUAHUA",
+ "symbol": "ashHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-113",
+ },
+ "counterparty": {
+ "base_denom": "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ ],
+ "denom": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampGASH",
+ "exponent": 6,
+ },
+ ],
+ "display": "ampGASH",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ },
+ "name": "ampGASH",
+ "symbol": "ampGASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-113",
+ },
+ "counterparty": {
+ "base_denom": "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ ],
+ "denom": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
+ "exponent": 0,
+ },
+ {
+ "denom": "GUPPY",
+ "exponent": 6,
+ },
+ ],
+ "display": "GUPPY",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ },
+ "name": "GUPPY",
+ "symbol": "GUPPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-113",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
},
{
"base": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -4483,12 +5676,15 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "Decentralized Machine Learning",
+ "description": "Cifer Blockchain Network Built for Decentralized Machine Learning.",
"display": "cif",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "theme": {
+ "primaryColorHex": "#af49b7",
+ },
},
],
"logoURIs": {
@@ -4514,6 +5710,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
@@ -4537,6 +5734,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
@@ -4558,6 +5758,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
@@ -4581,6 +5782,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "theme": {
+ "primaryColorHex": "#645ca4",
+ },
},
],
"logoURIs": {
@@ -4602,6 +5806,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
@@ -4625,6 +5830,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -4646,6 +5854,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
@@ -4663,8 +5872,9 @@ exports[`getAssetLists 1`] = `
"exponent": 12,
},
],
- "description": "The native staking and governance token of Composable.",
+ "description": "Picasso is a blockchain project within the IBC ecosystem that focuses on providing modular and interoperable solutions for decentralized finance (DeFi) and other blockchain applications.",
"display": "pica",
+ "extendedDescription": "Picasso is part of the IBC network and aims to offer modular, interoperable solutions tailored for DeFi and other blockchain applications. Picasso enables IBC-based bridging between Cosmos, Solana, Ethereum, and Polkadot. Picasso's commitment to innovation and interoperability makes it a significant player in the evolving blockchain landscape, providing tools and infrastructure that cater to diverse blockchain use cases.",
"images": [
{
"imageSync": {
@@ -4680,7 +5890,7 @@ exports[`getAssetLists 1`] = `
"name": "Pica",
"socials": {
"twitter": "https://twitter.com/picasso_network",
- "website": "https://picasso.xyz/",
+ "website": "https://picasso.network/",
},
"symbol": "PICA",
"traces": [
@@ -4696,15 +5906,16 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "base": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"denomUnits": [
{
"aliases": [
"ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
],
- "denom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "denom": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"exponent": 0,
},
{
@@ -4744,13 +5955,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "base": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"denomUnits": [
{
"aliases": [
"ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
],
- "denom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "denom": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"exponent": 0,
},
{
@@ -4766,10 +5977,15 @@ exports[`getAssetLists 1`] = `
"baseDenom": "79228162514264337593543950342",
"chainName": "picasso",
},
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"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",
},
"name": "DOT",
@@ -4790,13 +6006,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "base": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"denomUnits": [
{
"aliases": [
"ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
],
- "denom": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "denom": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"exponent": 0,
},
{
@@ -4804,7 +6020,7 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "The native staking and governance token of Statemine parachain.",
+ "description": "USDT issued by the Kusama Asset Hub.",
"display": "usdt",
"images": [
{
@@ -4832,13 +6048,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "base": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"denomUnits": [
{
"aliases": [
"ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
],
- "denom": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "denom": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"exponent": 0,
},
{
@@ -4878,13 +6094,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "base": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"denomUnits": [
{
"aliases": [
"ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
],
- "denom": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "denom": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"exponent": 0,
},
{
@@ -4894,19 +6110,29 @@ exports[`getAssetLists 1`] = `
],
"description": "The native token of Ethereum, bridged via IBC.",
"display": "eth",
+ "extendedDescription": "Ether is the native token of the Ethereum blockchain. It powers a wide range of decentralized applications and smart contracts on the platform. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
"baseDenom": "wei",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
"name": "Ethereum",
+ "socials": {
+ "twitter": "https://twitter.com/ethereum",
+ "website": "https://ethereum.org/",
+ },
"symbol": "ETH",
"traces": [
{
@@ -4924,13 +6150,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "base": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"denomUnits": [
{
"aliases": [
"ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
],
- "denom": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "denom": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"exponent": 0,
},
{
@@ -4940,6 +6166,7 @@ exports[`getAssetLists 1`] = `
],
"description": "A stablecoin issued by Maker Protocol.",
"display": "dai",
+ "extendedDescription": "DAI, a stablecoin issued by the Maker Protocol, maintains a value pegged to the US dollar. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
@@ -4953,6 +6180,10 @@ exports[`getAssetLists 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
"name": "Dai",
+ "socials": {
+ "twitter": "https://twitter.com/MakerDAO",
+ "website": "https://makerdao.com/",
+ },
"symbol": "DAI",
"traces": [
{
@@ -4970,13 +6201,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "base": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"denomUnits": [
{
"aliases": [
"ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
],
- "denom": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "denom": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"exponent": 0,
},
{
@@ -4986,19 +6217,29 @@ exports[`getAssetLists 1`] = `
],
"description": "The governance token of the Frax ecosystem.",
"display": "fxs",
+ "extendedDescription": "Frax Shares is the governance and utility token of the Frax Protocol. It plays a crucial role in maintaining the stability of the FRAX stablecoin. Holders of FXS can participate in governance decisions and benefit from the protocol's growth and revenue, as the token captures fees.",
"images": [
{
"imageSync": {
"baseDenom": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
},
"name": "Frax Shares",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "FXS",
"traces": [
{
@@ -5016,13 +6257,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "base": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"denomUnits": [
{
"aliases": [
"ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
],
- "denom": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "denom": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"exponent": 0,
},
{
@@ -5030,8 +6271,9 @@ exports[`getAssetLists 1`] = `
"exponent": 18,
},
],
- "description": "The first fractional-algorithmic stablecoin.",
+ "description": "The first fractional-algorithmic stablecoin by Frax Finance.",
"display": "frax",
+ "extendedDescription": "FRAX is a stablecoin designed to maintain a stable value to a peg of the US dollar. It is issued by the Frax Protocol, which employs a hybrid approach combining algorithmic mechanisms with collateral backing.",
"images": [
{
"imageSync": {
@@ -5045,6 +6287,10 @@ exports[`getAssetLists 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
"name": "Frax",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "FRAX",
"traces": [
{
@@ -5062,13 +6308,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "base": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"denomUnits": [
{
"aliases": [
"ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
],
- "denom": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "denom": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"exponent": 0,
},
{
@@ -5078,19 +6324,29 @@ exports[`getAssetLists 1`] = `
],
"description": "A liquid ETH staking derivative designed to leverage the Frax ecosystem.",
"display": "frxeth",
+ "extendedDescription": "FrxETH is a stablecoin that is loosely pegged to ETH, meaning that 1 frxETH always represents 1 ETH.",
"images": [
{
"imageSync": {
"baseDenom": "0x5e8422345238f34275888049021821e8e08caa1f",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
},
"name": "Frax Ether",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "frxETH",
"traces": [
{
@@ -5108,13 +6364,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "base": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"denomUnits": [
{
"aliases": [
"ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
],
- "denom": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "denom": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"exponent": 0,
},
{
@@ -5124,6 +6380,7 @@ exports[`getAssetLists 1`] = `
],
"description": "A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.",
"display": "sfrxeth",
+ "extendedDescription": "SFRXETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. It allows users to earn staking yield on their frxETH, a type of Frax Ether.",
"images": [
{
"imageSync": {
@@ -5137,6 +6394,10 @@ exports[`getAssetLists 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
"name": "Frax Staked Ether",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "sfrxETH",
"traces": [
{
@@ -5154,13 +6415,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "base": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"denomUnits": [
{
"aliases": [
"ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
],
- "denom": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "denom": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"exponent": 0,
},
{
@@ -5170,19 +6431,29 @@ exports[`getAssetLists 1`] = `
],
"description": "An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ",
"display": "sfrax",
+ "extendedDescription": "Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times.",
"images": [
{
"imageSync": {
"baseDenom": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
},
"name": "Staked FRAX",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "sFRAX",
"traces": [
{
@@ -5200,13 +6471,13 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "base": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"denomUnits": [
{
"aliases": [
"ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
],
- "denom": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "denom": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"exponent": 0,
},
{
@@ -5216,19 +6487,31 @@ exports[`getAssetLists 1`] = `
],
"description": "A stablecoin issued by Tether that is pegged 1:1 to the USD.",
"display": "usdt",
+ "extendedDescription": "USDT, or Tether, is a widely used stablecoin pegged to the US dollar, designed to maintain a stable value and facilitate transactions. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
"baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Tether",
+ "name": "Tether (Ethereum)",
+ "socials": {
+ "twitter": "https://twitter.com/Tether_to",
+ "website": "https://www.tether.to/",
+ },
"symbol": "USDT",
"traces": [
{
@@ -5246,243 +6529,243 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
- "coingeckoId": "consciousdao",
+ "base": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"denomUnits": [
{
"aliases": [
- "acvnt",
+ "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
],
- "denom": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
+ "denom": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"exponent": 0,
},
{
- "denom": "cvnt",
+ "denom": "crv",
"exponent": 18,
},
],
- "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "cvnt",
+ "description": "CRV is the governance token for Curve Finance.",
+ "display": "crv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "imageSync": {
+ "baseDenom": "0xd533a949740bb3306d119cc777fa900ba034cd52",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
+ "theme": {
+ "primaryColorHex": "#1fcbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
- },
- "name": "Cvn",
- "socials": {
- "twitter": "https://twitter.com/conscious_chain",
- "website": "https://cvn.io",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
},
- "symbol": "CVN",
+ "name": "Curve DAO",
+ "symbol": "CRV",
"traces": [
{
"chain": {
- "channel_id": "channel-35264",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "acvnt",
- "chain_name": "conscious",
- "channel_id": "channel-5",
+ "base_denom": "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
- "coingeckoId": "coreum",
+ "base": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"denomUnits": [
{
"aliases": [
- "ucore",
+ "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
],
- "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "denom": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"exponent": 0,
},
{
- "denom": "core",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 18,
},
],
- "description": "The native token of Coreum",
- "display": "core",
+ "description": "An ERC-20 token issued Ethereum that represents Bitcoin.",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
- "keywords": [
- "dex",
- "staking",
- "wasm",
- "assets",
- "nft",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
- },
- "name": "Coreum",
- "socials": {
- "twitter": "https://twitter.com/CoreumOfficial",
- "website": "https://www.coreum.com/",
+ "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",
},
- "symbol": "COREUM",
+ "name": "Wrapped Bitcoin",
+ "symbol": "wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ucore",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "base": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"denomUnits": [
{
"aliases": [
- "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
],
- "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "denom": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"exponent": 0,
},
{
- "denom": "xrp",
- "exponent": 6,
+ "denom": "steth",
+ "exponent": 18,
},
],
- "description": "XRP bridged from XRPL",
- "display": "xrp",
+ "description": "A token that represents staked ether in Lido.",
+ "display": "steth",
"images": [
{
"imageSync": {
- "baseDenom": "drop",
- "chainName": "xrpl",
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
- "name": "Ripple",
- "symbol": "XRP",
+ "name": "Lido Staked Ether",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "coingeckoId": "cosmos",
+ "base": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"denomUnits": [
{
"aliases": [
- "uatom",
+ "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
],
- "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "denom": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "reth",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Cosmos Hub.",
- "display": "atom",
+ "description": "Rocket Pool protocol's liquid staking token.",
+ "display": "reth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"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",
- },
- "name": "Cosmos Hub Atom",
- "socials": {
- "twitter": "https://twitter.com/cosmoshub",
- "website": "https://cosmos.network",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
},
- "symbol": "ATOM",
+ "name": "Rocket Pool ETH",
+ "symbol": "rETH",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "uatom",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "base": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"denomUnits": [
{
"aliases": [
- "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
],
- "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "denom": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "crvusd",
+ "exponent": 18,
},
],
- "description": "Tether USDt on the Cosmos Hub",
- "display": "usdt",
+ "description": "A collateralized-debt-position (CDP) stablecoin by Curve DAO.",
+ "display": "crvusd",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
+ "theme": {
+ "primaryColorHex": "#d6e3d9",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "crvUSD",
+ "symbol": "crvUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -5490,43 +6773,48 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "base": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"denomUnits": [
{
"aliases": [
- "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
],
- "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "denom": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"exponent": 0,
},
+ {
+ "denom": "pxeth",
+ "exponent": 18,
+ },
],
- "description": "FX on Cosmos Hub",
- "display": "FX",
+ "description": "pxETH is built on top of the Pirex platform and forms the foundation of the Dinero protocol.",
+ "display": "pxeth",
"images": [
{
"imageSync": {
- "baseDenom": "FX",
- "chainName": "fxcore",
+ "baseDenom": "0x04c154b66cb340f3ae24111cc767e0184ed00cc6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
+ "theme": {
+ "primaryColorHex": "#c3cbd2",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Dinero Staked ETH",
+ "symbol": "pxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -5534,597 +6822,602 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
- "coingeckoId": "crescent-network",
+ "base": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"denomUnits": [
{
"aliases": [
- "ucre",
+ "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
],
- "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "denom": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"exponent": 0,
},
{
- "denom": "cre",
- "exponent": 6,
+ "denom": "eeth",
+ "exponent": 18,
},
],
- "description": "The native token of Crescent",
- "display": "cre",
+ "description": "eETH is a natively restaked liquid staking token on Ethereum.",
+ "display": "eeth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x35fa164735182de50811e8e2e824cfb9b6118ac2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
+ "theme": {
+ "primaryColorHex": "#5045b7",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
},
- "name": "Crescent",
- "symbol": "CRE",
+ "name": "ether.fi Staked ETH",
+ "symbol": "eETH",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ucre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
- "coingeckoId": "liquid-staking-crescent",
+ "base": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"denomUnits": [
{
"aliases": [
- "ubcre",
+ "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
],
- "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "denom": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"exponent": 0,
},
{
- "denom": "bcre",
- "exponent": 6,
+ "denom": "ena",
+ "exponent": 18,
},
],
- "description": "The bonded token of Crescent",
- "display": "bcre",
+ "description": "The native governance token of Ethena.",
+ "display": "ena",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x57e114b691db790c35207b2e685d4a43181e6061",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
- "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",
- },
- "name": "Bonded Crescent",
- "symbol": "bCRE",
+ "name": "Ethena",
+ "symbol": "ENA",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ubcre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "coingeckoId": "crypto-com-chain",
+ "base": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"denomUnits": [
{
"aliases": [
- "basecro",
+ "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
],
- "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "denom": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"exponent": 0,
},
{
- "denom": "cro",
- "exponent": 8,
+ "denom": "usde",
+ "exponent": 18,
},
],
- "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
- "display": "cro",
+ "description": "Ethena USDe is a synthetic dollar protocol built on Ethereum.",
+ "display": "usde",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "imageSync": {
+ "baseDenom": "0x4c9edd5852cd905f086c759e8383e09bff1e68b3",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- "name": "Cronos",
- "socials": {
- "twitter": "https://twitter.com/cronos_chain",
- "website": "https://cronos.org/",
- },
- "symbol": "CRO",
+ "name": "Ethena USDe",
+ "symbol": "USDe",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "basecro",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"denomUnits": [
{
"aliases": [
- "baseXLM",
+ "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "ezeth",
+ "exponent": 18,
},
],
- "description": "Synthetic XLM pegged 1:1 by Crypto.com",
- "display": "lumen",
+ "description": "A Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer.",
+ "display": "ezeth",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0xbf5495efe5db9ce00f80364c8b423567e58d2110",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png",
+ "theme": {
+ "primaryColorHex": "#9bcf2c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
- },
- "name": "Lumen (XLM) pegged token",
- "symbol": "XLM",
+ "name": "Renzo Restaked ETH",
+ "symbol": "ezETH",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "baseXLM",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"denomUnits": [
{
"aliases": [
- "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "pepe",
+ "exponent": 18,
},
],
- "description": "The native token of Stellar network, transferred via Solo Machine.",
- "display": "lumen",
+ "description": "PEPE is a deflationary memecoin launched on Ethereum. ",
+ "display": "pepe",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
- },
- "name": "Lumen (Solo Machine)",
- "symbol": "XLM",
+ "name": "Pepe",
+ "symbol": "PEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
- "coingeckoId": "cudos",
+ "base": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"denomUnits": [
{
"aliases": [
- "acudos",
+ "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
],
- "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "denom": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"exponent": 0,
},
{
- "denom": "cudos",
- "exponent": 18,
+ "denom": "wsol",
+ "exponent": 9,
},
],
- "description": "The native token of the Cudos blockchain",
- "display": "cudos",
+ "description": "SOL is the native cryptocurrency of the Solana blockchain.",
+ "display": "wsol",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
- "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",
- },
- "name": "Cudos",
- "socials": {
- "twitter": "https://twitter.com/CUDOS_",
- "website": "http://www.cudos.org",
- },
- "symbol": "CUDOS",
+ "name": "Wrapped Solana",
+ "symbol": "wSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-298",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "acudos",
- "chain_name": "cudos",
- "channel_id": "channel-1",
+ "base_denom": "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
- "coingeckoId": "decentr",
+ "base": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"denomUnits": [
{
"aliases": [
- "udec",
+ "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
],
- "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "denom": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"exponent": 0,
},
{
- "denom": "dec",
- "exponent": 6,
+ "denom": "msol",
+ "exponent": 9,
},
],
- "description": "The native token of Decentr",
- "display": "dec",
+ "description": "mSOL represents staked SOL in the Marinade stake pool.",
+ "display": "msol",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "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",
- },
- "name": "Decentr",
- "symbol": "DEC",
+ "name": "Marinade Staked SOL",
+ "symbol": "mSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-181",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udec",
- "chain_name": "decentr",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
- "coingeckoId": "desmos",
+ "base": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"denomUnits": [
{
"aliases": [
- "udsm",
+ "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
],
- "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "denom": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"exponent": 0,
},
{
- "denom": "dsm",
- "exponent": 6,
+ "denom": "jitosol",
+ "exponent": 9,
},
],
- "description": "The native token of Desmos",
- "display": "dsm",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.",
+ "display": "jitosol",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png",
+ "theme": {
+ "primaryColorHex": "#5bb384",
+ },
},
],
- "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",
- },
- "name": "Desmos",
- "symbol": "DSM",
+ "name": "Jito Staked SOL",
+ "symbol": "jitoSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-135",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udsm",
- "chain_name": "desmos",
- "channel_id": "channel-2",
+ "base_denom": "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
- "coingeckoId": "dhealth",
+ "base": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"denomUnits": [
{
"aliases": [
- "udhp",
+ "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
],
- "denom": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
+ "denom": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"exponent": 0,
},
{
- "denom": "dhp",
- "exponent": 6,
+ "denom": "bsol",
+ "exponent": 9,
},
],
- "description": "The native token of dHealth",
- "display": "dhp",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the BlazeStake protocol.",
+ "display": "bsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "imageSync": {
+ "baseDenom": "bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bsol.png",
+ "theme": {
+ "primaryColorHex": "#21c3cc",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
- },
- "name": "Digital Health Point",
- "symbol": "DHP",
+ "name": "BlazeStake Staked SOL",
+ "symbol": "bSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-73360",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udhp",
- "chain_name": "dhealth",
- "channel_id": "channel-2",
+ "base_denom": "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
- "coingeckoId": "dig-chain",
+ "base": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"denomUnits": [
{
"aliases": [
- "udig",
+ "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
],
- "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "denom": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"exponent": 0,
},
{
- "denom": "dig",
- "exponent": 6,
+ "denom": "lst",
+ "exponent": 9,
},
],
- "description": "Native token of Dig Chain",
- "display": "dig",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.",
+ "display": "lst",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
- },
- "name": "Dig Chain",
- "symbol": "DIG",
+ "name": "Liquid Staking Token",
+ "symbol": "LST",
"traces": [
{
"chain": {
- "channel_id": "channel-128",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udig",
- "chain_name": "dig",
- "channel_id": "channel-1",
+ "base_denom": "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "base": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"denomUnits": [
{
"aliases": [
- "peaka",
+ "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
],
- "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "denom": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"exponent": 0,
},
{
- "denom": "DORA",
- "exponent": 18,
+ "denom": "edgesol",
+ "exponent": 9,
},
],
- "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
- "display": "DORA",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.",
+ "display": "edgesol",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "imageSync": {
+ "baseDenom": "edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png",
+ "theme": {
+ "primaryColorHex": "#146cfc",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
- },
- "name": "Dora Vota",
- "symbol": "DORA",
+ "name": "Edgevana Staked SOL",
+ "symbol": "edgeSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-2694",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "peaka",
- "chain_name": "doravota",
- "channel_id": "channel-0",
+ "base_denom": "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
- "coingeckoId": "dydx-chain",
+ "base": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"denomUnits": [
{
"aliases": [
- "adydx",
+ "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
],
- "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "denom": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "hsol",
+ "exponent": 9,
},
],
- "description": "The native staking token of dYdX Protocol.",
- "display": "dydx",
+ "description": "A liquid staked token that represents SOL staked to Helius's validator.",
+ "display": "hsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "imageSync": {
+ "baseDenom": "he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/hsol.png",
"theme": {
- "circle": true,
+ "primaryColorHex": "#e5502a",
},
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- "name": "dYdX",
- "socials": {
- "twitter": "https://twitter.com/dYdX",
- "website": "https://dydx.trade/",
- },
- "symbol": "DYDX",
+ "name": "Helius Staked SOL",
+ "symbol": "hSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "adydx",
- "chain_name": "dydx",
+ "base_denom": "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "base": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"denomUnits": [
{
"aliases": [
- "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
],
- "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "denom": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "jupsol",
+ "exponent": 9,
},
],
- "description": "Noble USDC on dYdX Protocol.",
- "display": "usdc",
+ "description": "A liquid staked token that represents SOL staked to Jupiter's validator.",
+ "display": "jupsol",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jupsol.png",
+ "theme": {
+ "primaryColorHex": "#85d79e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
- },
- "name": "Noble USDC",
- "symbol": "USDC",
+ "name": "Jupiter Staked SOL",
+ "symbol": "jupSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
- "chain_name": "dydx",
+ "base_denom": "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -6133,183 +7426,188 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
- "coingeckoId": "dymension",
+ "base": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"denomUnits": [
{
"aliases": [
- "adym",
+ "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
],
- "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "denom": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"exponent": 0,
},
{
- "denom": "dym",
- "exponent": 18,
+ "denom": "wif",
+ "exponent": 6,
},
],
- "description": "The native governance and staking token of the Dymension Hub",
- "display": "dym",
+ "description": "dogwifhat is a meme coin that operates on Solana.",
+ "display": "wif",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "imageSync": {
+ "baseDenom": "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/wif.png",
+ "theme": {
+ "primaryColorHex": "#a29482",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
- },
- "name": "Dymension",
- "socials": {
- "twitter": "https://twitter.com/dymension",
- "website": "https://portal.dymension.xyz",
- },
- "symbol": "DYM",
+ "name": "dogwifhat",
+ "symbol": "WIF",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "adym",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "base": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"denomUnits": [
{
"aliases": [
- "anim",
+ "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
],
- "denom": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "denom": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"exponent": 0,
},
{
- "denom": "nim",
- "exponent": 18,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "The native token of Nim Network.",
- "display": "nim",
- "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
+ "description": "Tether, issued natively on Solana.",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg",
+ "imageSync": {
+ "baseDenom": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
- "keywords": [
- "gaming",
- "AI",
- ],
- "name": "NIM Network",
- "socials": {
- "twitter": "https://twitter.com/nim_network",
- "website": "https://nim.network/",
- },
- "symbol": "NIM",
+ "name": "Tether",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "anim",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
- "coingeckoId": "",
+ "base": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"denomUnits": [
{
"aliases": [
- "dys",
+ "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
],
- "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "denom": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"exponent": 0,
},
+ {
+ "denom": "whine",
+ "exponent": 6,
+ },
],
- "description": "The native staking and governance token of the Dyson Protocol",
- "display": "dys",
+ "description": "Whinecoin is an experimental memecoin by the Sommelier Finance team.",
+ "display": "whine",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "imageSync": {
+ "baseDenom": "ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": false,
+ "primaryColorHex": "#FFFFFF",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
- },
- "name": "Dys",
- "symbol": "DYS",
+ "name": "WHINEcoin",
+ "symbol": "WHINE",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "dys",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "base": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"denomUnits": [
{
"aliases": [
- "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
],
- "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "denom": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "unicorn",
"exponent": 6,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "description": "Unicorn from Solana via Picasso IBC",
+ "display": "unicorn",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "uwunicorn",
+ "chainName": "unicorn",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unicorn/images/uwu.png",
+ "theme": {
+ "primaryColorHex": "#D44CE6",
},
- "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",
},
],
- "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",
- },
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Unicorn",
+ "symbol": "UWU",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -6317,1024 +7615,1192 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "base": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
+ "coingeckoId": "consciousdao",
"denomUnits": [
{
"aliases": [
- "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "acvnt",
],
- "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "denom": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "cvnt",
+ "exponent": 18,
},
],
- "description": "Wrapped Bitcoin on Axelar on Osmosis",
- "display": "wbtc",
+ "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "cvnt",
+ "extendedDescription": "Conscious Network is a public chain infrastructure that deeply integrates AI. It is based on a multi-layer blockchain network architecture consisting of Layer 1 and L2 Rollup, and introduces decentralized storage protocols to build a scalable Web3 AI infrastructure.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "theme": {
+ "primaryColorHex": "#047e04",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Cvn",
+ "socials": {
+ "twitter": "https://twitter.com/conscious_chain",
+ "website": "https://cvn.io",
+ },
+ "symbol": "CVN",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-73971",
},
"counterparty": {
- "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "acvnt",
+ "chain_name": "conscious",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "coingeckoId": "coreum",
"denomUnits": [
{
"aliases": [
- "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "ucore",
],
- "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "core",
"exponent": 6,
},
],
- "description": "Circle's stablecoin on Axelar on Osmosis",
- "display": "usdc",
+ "description": "The native token of Coreum",
+ "display": "core",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "theme": {
+ "primaryColorHex": "#24d494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
},
],
+ "keywords": [
+ "dex",
+ "staking",
+ "wasm",
+ "assets",
+ "nft",
+ "XRPL",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Coreum",
+ "socials": {
+ "twitter": "https://twitter.com/CoreumOfficial",
+ "website": "https://www.coreum.com/",
+ },
+ "symbol": "COREUM",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
- "chain_name": "dyson",
+ "base_denom": "ucore",
+ "chain_name": "coreum",
"channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
- "coingeckoId": "echelon",
+ "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"denomUnits": [
{
"aliases": [
- "aechelon",
+ "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
],
- "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"exponent": 0,
},
{
- "denom": "echelon",
- "exponent": 18,
+ "denom": "xrp",
+ "exponent": 6,
},
],
- "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
- "display": "echelon",
+ "description": "XRP bridged from XRPL",
+ "display": "xrp",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "imageSync": {
+ "baseDenom": "drop",
+ "chainName": "xrpl",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
},
- "name": "Echelon",
- "symbol": "ECH",
+ "name": "Ripple",
+ "symbol": "XRP",
"traces": [
{
"chain": {
- "channel_id": "channel-403",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "aechelon",
- "chain_name": "echelon",
- "channel_id": "channel-11",
+ "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "chain_name": "coreum",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
- "coingeckoId": "e-money",
+ "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "coingeckoId": "cosmos",
"denomUnits": [
{
"aliases": [
- "ungm",
+ "uatom",
],
- "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"exponent": 0,
},
{
- "denom": "ngm",
+ "denom": "atom",
"exponent": 6,
},
],
- "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",
+ "description": "ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.",
+ "display": "atom",
+ "extendedDescription": "ATOM, the native cryptocurrency of the Cosmos network, is essential for achieving the project's goal of creating an 'Internet of Blockchains.' Launched in 2019, Cosmos aims to solve the scalability, usability, and interoperability issues prevalent in existing blockchain ecosystems. The Cosmos Hub, the central blockchain of the network, uses ATOM for transaction fees, staking, and governance. By staking ATOM, users can earn rewards and participate in governance, influencing decisions on network upgrades and changes.
+
+Cosmos leverages the Tendermint consensus algorithm to achieve high transaction throughput and fast finality. Its Inter-Blockchain Communication (IBC) protocol enables seamless data and value transfer between different blockchains, fostering a highly interconnected and collaborative ecosystem. The flexibility and scalability offered by Cosmos have attracted numerous projects, enhancing its utility and adoption. ATOM's role in securing the network and facilitating governance underscores its importance in the broader blockchain landscape.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "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",
},
- "name": "e-Money",
- "symbol": "NGM",
+ "name": "Cosmos Hub Atom",
+ "socials": {
+ "twitter": "https://twitter.com/cosmoshub",
+ "website": "https://cosmos.network",
+ },
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "ungm",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "uatom",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
- "coingeckoId": "e-money-eur",
+ "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"denomUnits": [
{
"aliases": [
- "eeur",
+ "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
],
- "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"exponent": 0,
},
{
- "denom": "eur",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
- "display": "eur",
+ "description": "Tether USDt on the Cosmos Hub",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "e-Money EUR",
- "symbol": "EEUR",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "eeur",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
- "coingeckoId": "",
+ "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"denomUnits": [
{
"aliases": [
- "echf",
+ "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
],
- "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
+ "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"exponent": 0,
},
- {
- "denom": "chf",
- "exponent": 6,
- },
],
- "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
- "display": "chf",
+ "description": "FX on Cosmos Hub",
+ "display": "FX",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "imageSync": {
+ "baseDenom": "FX",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "e-Money CHF",
- "symbol": "ECHF",
+ "name": "Function X",
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "echf",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
- "coingeckoId": "",
+ "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "coingeckoId": "crescent-network",
"denomUnits": [
{
"aliases": [
- "enok",
+ "ucre",
],
- "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
+ "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
"exponent": 0,
},
{
- "denom": "nok",
+ "denom": "cre",
"exponent": 6,
},
],
- "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
- "display": "nok",
+ "description": "The native token of Crescent",
+ "display": "cre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#3c2832",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "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",
},
- "name": "e-Money NOK",
- "symbol": "ENOK",
+ "name": "Crescent",
+ "symbol": "CRE",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "enok",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ucre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
- "coingeckoId": "",
+ "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "coingeckoId": "liquid-staking-crescent",
"denomUnits": [
{
"aliases": [
- "edkk",
+ "ubcre",
],
- "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
+ "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
"exponent": 0,
},
{
- "denom": "dkk",
+ "denom": "bcre",
"exponent": 6,
},
],
- "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
- "display": "dkk",
+ "description": "The bonded token of Crescent",
+ "display": "bcre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#df969f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "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",
},
- "name": "e-Money DKK",
- "symbol": "EDKK",
+ "name": "Bonded Crescent",
+ "symbol": "bCRE",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "edkk",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ubcre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
- "coingeckoId": "",
+ "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "coingeckoId": "crypto-com-chain",
"denomUnits": [
{
"aliases": [
- "esek",
+ "basecro",
],
- "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
+ "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
"exponent": 0,
},
{
- "denom": "sek",
- "exponent": 6,
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
- "display": "sek",
+ "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
+ "display": "cro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "theme": {
+ "primaryColorHex": "#0c2c71",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "e-Money SEK",
- "symbol": "ESEK",
+ "name": "Cronos",
+ "socials": {
+ "twitter": "https://twitter.com/cronos_chain",
+ "website": "https://cronos.org/",
+ },
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "esek",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "basecro",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "umpwr",
+ "baseXLM",
],
- "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "mpwr",
- "exponent": 6,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "The native staking and governance token of Empower.",
- "display": "mpwr",
+ "description": "Synthetic XLM pegged 1:1 by Crypto.com",
+ "display": "lumen",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "imageSync": {
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "name": "MPWR",
- "symbol": "MPWR",
+ "name": "Lumen (XLM) pegged token",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-1411",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "umpwr",
- "chain_name": "empowerchain",
- "channel_id": "channel-1",
+ "base_denom": "baseXLM",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "coingeckoId": "evmos",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "aevmos",
+ "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
],
- "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "The native EVM, governance and staking token of the Evmos Hub",
- "display": "evmos",
+ "description": "The native token of Stellar network, transferred via Solo Machine.",
+ "display": "lumen",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
- },
- "name": "Evmos",
- "socials": {
- "twitter": "https://twitter.com/EvmosOrg",
- "website": "https://evmos.org/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "symbol": "EVMOS",
+ "name": "Lumen (Solo Machine)",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "aevmos",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "coingeckoId": "cudos",
"denomUnits": [
{
"aliases": [
- "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "acudos",
],
- "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Evmos",
- "display": "usdt",
+ "description": "The native token of the Cudos blockchain",
+ "display": "cudos",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Cudos",
+ "socials": {
+ "twitter": "https://twitter.com/CUDOS_",
+ "website": "http://www.cudos.org",
+ },
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-298",
},
"counterparty": {
- "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "acudos",
+ "chain_name": "cudos",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "coingeckoId": "decentr",
"denomUnits": [
{
"aliases": [
- "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "udec",
],
- "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
"exponent": 0,
},
{
- "denom": "neok",
- "exponent": 18,
+ "denom": "dec",
+ "exponent": 6,
},
],
- "description": "The token of Neokingdom DAO.",
- "display": "neok",
- "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
+ "description": "The native token of Decentr",
+ "display": "dec",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4678e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
- },
- "name": "Neokingdom DAO",
- "socials": {
- "twitter": "https://twitter.com/NEOKingdomDAO",
- "website": "https://www.neokingdom.org/",
+ "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",
},
- "symbol": "NEOK",
+ "name": "Decentr",
+ "symbol": "DEC",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-181",
},
"counterparty": {
- "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "udec",
+ "chain_name": "decentr",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "coingeckoId": "desmos",
"denomUnits": [
{
"aliases": [
- "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "udsm",
],
- "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
"exponent": 0,
},
{
- "denom": "berlin",
- "exponent": 18,
+ "denom": "dsm",
+ "exponent": 6,
},
],
- "description": "The token of Teledisko DAO.",
- "display": "berlin",
+ "description": "The native token of Desmos",
+ "display": "dsm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fb804e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
},
- "name": "Teledisko DAO",
- "symbol": "BERLIN",
+ "name": "Desmos",
+ "symbol": "DSM",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-135",
},
"counterparty": {
- "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "udsm",
+ "chain_name": "desmos",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "base": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
+ "coingeckoId": "dhealth",
"denomUnits": [
{
"aliases": [
- "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "udhp",
],
- "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
"exponent": 0,
},
{
- "denom": "crowdp",
- "exponent": 18,
+ "denom": "dhp",
+ "exponent": 6,
},
],
- "description": "The token of Crowdpunk DAO",
- "display": "crowdp",
+ "description": "The native token of dHealth",
+ "display": "dhp",
+ "extendedDescription": "dHealth Network is an Operating System for Web3 Healthcare. It provides Web3 components such as Decentralised Digital Identity, Digital Payment, and user-controlled data access to support dApps and business models at the intersection of healthcare and blockchain technology.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "theme": {
+ "primaryColorHex": "#140c7c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
},
- "name": "Crowdpunk DAO",
- "symbol": "CROWDP",
+ "name": "Digital Health Point",
+ "socials": {
+ "twitter": "https://twitter.com/dhealth_network",
+ "website": "https://dhealth.com",
+ },
+ "symbol": "DHP",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-75030",
},
"counterparty": {
- "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "udhp",
+ "chain_name": "dhealth",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
- "coingeckoId": "fetch-ai",
+ "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "coingeckoId": "dig-chain",
"denomUnits": [
{
"aliases": [
- "afet",
+ "udig",
],
- "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
"exponent": 0,
},
{
- "denom": "fet",
- "exponent": 18,
+ "denom": "dig",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of the Fetch Hub.",
- "display": "fet",
+ "description": "Native token of Dig Chain",
+ "display": "dig",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "theme": {
+ "primaryColorHex": "#1b1433",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
},
- "name": "fetch-ai",
- "symbol": "FET",
+ "name": "Dig Chain",
+ "symbol": "DIG",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-128",
},
"counterparty": {
- "base_denom": "afet",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "udig",
+ "chain_name": "dig",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"denomUnits": [
{
"aliases": [
- "nanomobx",
+ "peaka",
],
- "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"exponent": 0,
},
{
- "denom": "mobx",
- "exponent": 9,
+ "denom": "DORA",
+ "exponent": 18,
},
],
- "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
- "display": "mobx",
+ "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
+ "display": "DORA",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "theme": {
+ "primaryColorHex": "#fba214",
+ },
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
},
- "name": "MOBIX",
- "symbol": "MOBX",
+ "name": "Dora Vota",
+ "symbol": "DORA",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-2694",
},
"counterparty": {
- "base_denom": "nanomobx",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "peaka",
+ "chain_name": "doravota",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
- "coingeckoId": "fanfury",
+ "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "coingeckoId": "dydx-chain",
"denomUnits": [
{
"aliases": [
- "ufury",
+ "adydx",
],
- "denom": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
+ "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
"exponent": 0,
},
{
- "denom": "fury",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The native token of Furya",
- "display": "fury",
+ "description": "DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.",
+ "display": "dydx",
+ "extendedDescription": "DYDX is a leading decentralized trading platform specializing in derivatives and perpetual contracts. It enables users to trade with leverage, providing a sophisticated and efficient trading environment without intermediaries. Built on the Ethereum blockchain, DYDX uses smart contracts to ensure transaction security and transparency, giving users full control over their funds and trades.
+
+The DYDX platform's native token, DYDX, is integral to its ecosystem, used for governance, staking, and fee discounts, incentivizing active participation. DYDX offers a wide range of trading pairs and supports advanced trading features like margin trading and lending. Combining the benefits of decentralized finance with traditional trading platform functionality, DYDX is paving the way for a more open and inclusive financial system.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
"theme": {
- "primaryColorHex": "#eaf143",
+ "primaryColorHex": "#21212f",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "theme": {
+ "circle": true,
},
},
- ],
- "keywords": [
- "gaming",
- "staking",
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Furya",
+ "name": "dYdX",
"socials": {
- "twitter": "https://twitter.com/furyachain",
+ "twitter": "https://twitter.com/dYdX",
+ "website": "https://dydx.trade/",
},
- "symbol": "FURY",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-8690",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "ufury",
- "chain_name": "furya",
+ "base_denom": "adydx",
+ "chain_name": "dydx",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
- "coingeckoId": "fx-coin",
+ "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"denomUnits": [
{
"aliases": [
- "FX",
+ "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
],
- "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"exponent": 0,
},
{
- "denom": "WFX",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The native staking token of the Function X",
- "display": "WFX",
+ "description": "Noble USDC on dYdX Protocol.",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Noble USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "FX",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "chain_name": "dydx",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "coingeckoId": "dymension",
"denomUnits": [
{
"aliases": [
- "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "adym",
],
- "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
+ "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "PUNDIX",
+ "denom": "dym",
"exponent": 18,
},
],
- "description": "The cross chain token of the Function X",
- "display": "PUNDIX",
+ "description": "The native governance and staking token of the Dymension Hub",
+ "display": "dym",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f4e4d4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
},
- "name": "Pundi X Token",
- "symbol": "PUNDIX",
+ "name": "Dymension",
+ "socials": {
+ "twitter": "https://twitter.com/dymension",
+ "website": "https://portal.dymension.xyz",
+ },
+ "symbol": "DYM",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "adym",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "base": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"denomUnits": [
{
"aliases": [
- "uglx",
+ "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
],
- "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "denom": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"exponent": 0,
},
{
- "denom": "glx",
- "exponent": 6,
+ "denom": "nim",
+ "exponent": 18,
},
],
- "description": "GLX is the staking token of the Galaxy Chain",
- "display": "glx",
+ "description": "The native token of Nim Network.",
+ "display": "nim",
+ "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "anim",
+ "chainName": "nim",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
+ "theme": {
+ "primaryColorHex": "#519cea",
+ },
},
],
+ "keywords": [
+ "gaming",
+ "AI",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
},
- "name": "Galaxy",
- "symbol": "GLX",
+ "name": "Nim Network",
+ "socials": {
+ "twitter": "https://twitter.com/nim_network",
+ "website": "https://nim.network/",
+ },
+ "symbol": "NIM",
"traces": [
{
"chain": {
- "channel_id": "channel-236",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "uglx",
- "chain_name": "galaxy",
- "channel_id": "channel-0",
+ "base_denom": "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "base": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"denomUnits": [
{
"aliases": [
- "utest",
+ "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
],
- "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "denom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "test",
- "exponent": 6,
+ "denom": "mand",
+ "exponent": 18,
},
],
- "description": "The native fee token of Gateway.",
- "display": "test",
- "name": "Test",
- "symbol": "TEST",
+ "description": "The native token of Mande Network.",
+ "display": "mand",
+ "extendedDescription": "Mande network is an open on-chain reputation layer on Web3",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "amand",
+ "chainName": "mande",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ "theme": {
+ "primaryColorHex": "#274cbf",
+ },
+ },
+ ],
+ "keywords": [
+ "credibility",
+ "identity",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ },
+ "name": "Mande Network",
+ "socials": {
+ "twitter": "https://twitter.com/MandeNetwork",
+ "website": "https://mande.network/",
+ },
+ "symbol": "MAND",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "utest",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"denomUnits": [
{
"aliases": [
- "uworm",
+ "dys",
],
- "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"exponent": 0,
},
+ ],
+ "description": "The native staking and governance token of the Dyson Protocol",
+ "display": "dys",
+ "images": [
{
- "aliases": [],
- "denom": "worm",
- "exponent": 6,
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "description": "the native staking token of Gateway.",
- "display": "worm",
- "name": "Worm",
- "symbol": "WORM",
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ },
+ "name": "Dys",
+ "symbol": "DYS",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "uworm",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "dys",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
@@ -7342,3819 +8808,4192 @@ exports[`getAssetLists 1`] = `
"typeAsset": "sdk.coin",
},
{
- "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
- "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
],
- "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
- "exponent": 8,
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "description": "The native token of Osmosis",
+ "display": "osmo",
"images": [
{
"imageSync": {
- "baseDenom": "0x2::sui::SUI",
- "chainName": "sui",
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
+ "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",
},
- "name": "Sui (Wormhole)",
- "symbol": "SUI",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
- "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
],
- "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "denom": "wbtc",
"exponent": 8,
},
],
- "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "description": "Wrapped Bitcoin on Axelar on Osmosis",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "Wrapped Ether (Wormhole)",
- "symbol": "WETH",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
- "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
],
- "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
- "exponent": 8,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
+ "description": "Circle's stablecoin on Axelar on Osmosis",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
- "symbol": "wstETH",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
- "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "aechelon",
],
- "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
- "exponent": 8,
+ "denom": "echelon",
+ "exponent": 18,
},
],
- "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
+ "display": "echelon",
"images": [
{
- "imageSync": {
- "baseDenom": "0x1::aptos_coin::AptosCoin",
- "chainName": "aptos",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
- "name": "Aptos Coin (Wormhole)",
- "symbol": "APT",
+ "name": "Echelon",
+ "symbol": "ECH",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-403",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "aechelon",
+ "chain_name": "echelon",
+ "channel_id": "channel-11",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
- "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "coingeckoId": "e-money",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "ungm",
],
- "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "denom": "ngm",
"exponent": 6,
},
],
- "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "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",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "theme": {
+ "primaryColorHex": "#caf2ea",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
},
- "name": "Tether USD (Wormhole)",
- "symbol": "USDT",
+ "name": "e-Money",
+ "symbol": "NGM",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ungm",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
- "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "coingeckoId": "e-money-eur",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "eeur",
],
- "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
- "exponent": 8,
+ "denom": "eur",
+ "exponent": 6,
},
],
- "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
+ "display": "eur",
"images": [
{
- "imageSync": {
- "baseDenom": "So11111111111111111111111111111111111111112",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "theme": {
+ "primaryColorHex": "#f4c808",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
},
- "name": "Wrapped SOL (Wormhole)",
- "symbol": "SOL",
+ "name": "e-Money EUR",
+ "symbol": "EEUR",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "eeur",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
- "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "echf",
],
- "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
- "exponent": 5,
+ "denom": "chf",
+ "exponent": 6,
},
],
- "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
+ "display": "chf",
"images": [
{
- "imageSync": {
- "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "theme": {
+ "primaryColorHex": "#db2b1c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
},
- "name": "Bonk (Wormhole)",
- "symbol": "Bonk",
+ "name": "e-Money CHF",
+ "symbol": "ECHF",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "echf",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
- "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "enok",
],
- "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
- "exponent": 8,
+ "denom": "nok",
+ "exponent": 6,
},
],
- "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
+ "display": "nok",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "theme": {
+ "primaryColorHex": "#cb142d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
},
- "name": "Wrapped BTC (Wormhole)",
- "symbol": "WBTC",
+ "name": "e-Money NOK",
+ "symbol": "ENOK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "enok",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
- "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "edkk",
],
- "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
- "exponent": 8,
+ "denom": "dkk",
+ "exponent": 6,
},
],
- "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
+ "display": "dkk",
"images": [
{
- "imageSync": {
- "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "theme": {
+ "primaryColorHex": "#ac0c34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
},
- "name": "tBTC v2 (Wormhole)",
- "symbol": "tBTC",
+ "name": "e-Money DKK",
+ "symbol": "EDKK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "edkk",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
- "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "esek",
],
- "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
- "exponent": 8,
+ "denom": "sek",
+ "exponent": 6,
},
],
- "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
+ "display": "sek",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "theme": {
+ "primaryColorHex": "#045493",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
},
- "name": "Dai Stablecoin (Wormhole)",
- "symbol": "DAI",
+ "name": "e-Money SEK",
+ "symbol": "ESEK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "esek",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "umpwr",
],
- "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "denom": "mpwr",
"exponent": 6,
},
],
- "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "description": "The native staking and governance token of Empower.",
+ "display": "mpwr",
"images": [
{
- "imageSync": {
- "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
- "chainName": "ethereum",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": true,
+ "primaryColorHex": "#00e33a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": false,
+ "primaryColorHex": "#00e33a",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
},
- "name": "USD Coin (Wormhole)",
- "symbol": "USDC",
+ "name": "MPWR",
+ "symbol": "MPWR",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-1411",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "umpwr",
+ "chain_name": "empowerchain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "coingeckoId": "evmos",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "aevmos",
],
- "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
+ "description": "The native EVM, governance and staking token of the Evmos Hub",
+ "display": "evmos",
"images": [
{
- "imageSync": {
- "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "chainName": "avalanche",
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "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",
},
- "name": "Avalanche USD Coin (Wormhole)",
- "symbol": "avalanche.USDC.wh",
+ "name": "Evmos",
+ "socials": {
+ "twitter": "https://twitter.com/EvmosOrg",
+ "website": "https://evmos.org/",
+ },
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "aevmos",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
],
- "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"exponent": 0,
},
{
- "aliases": [
- "pyth",
- ],
- "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "description": "Tether USDt on Evmos",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
- "chainName": "solana",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Pyth Network",
- "symbol": "PYTH",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
],
- "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
- "exponent": 6,
+ "denom": "neok",
+ "exponent": 18,
},
],
- "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
+ "description": "The token of Neokingdom DAO.",
+ "display": "neok",
+ "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
"images": [
{
- "imageSync": {
- "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "theme": {
+ "primaryColorHex": "#7f0f70",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
},
- "name": "Solana USD Coin (Wormhole)",
- "symbol": "solana.USDC.wh",
+ "name": "Neokingdom DAO",
+ "socials": {
+ "twitter": "https://twitter.com/NEOKingdomDAO",
+ "website": "https://www.neokingdom.org/",
+ },
+ "symbol": "NEOK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
- "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
],
- "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"exponent": 0,
},
{
- "aliases": [
- "bskt",
- ],
- "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
- "exponent": 5,
+ "denom": "berlin-legacy",
+ "exponent": 18,
},
],
- "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "description": "The legacy token of Teledisko DAO.",
+ "display": "berlin-legacy",
"images": [
{
- "imageSync": {
- "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "theme": {
+ "primaryColorHex": "#bbce1a",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
},
- "name": "Basket",
- "symbol": "BSKT",
+ "name": "Teledisko DAO - Legacy",
+ "symbol": "BERLIN-legacy",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
- "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
- "coingeckoId": "",
+ "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
],
- "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
+ "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"exponent": 0,
},
{
- "denom": "w",
- "exponent": 6,
+ "denom": "crowdp",
+ "exponent": 18,
},
],
- "description": "W is the native token powering the Wormhole interoperability platform.",
- "display": "w",
+ "description": "The token of Crowdpunk DAO",
+ "display": "crowdp",
"images": [
{
- "imageSync": {
- "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "theme": {
+ "primaryColorHex": "#04fbfb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
},
- "name": "Wormhole Token",
- "symbol": "W",
+ "name": "Crowdpunk DAO",
+ "symbol": "CROWDP",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "erc20",
},
{
- "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "coingeckoId": "fetch-ai",
"denomUnits": [
{
"aliases": [
- "el1",
+ "afet",
],
- "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
"exponent": 0,
},
{
- "denom": "l1",
+ "denom": "fet",
"exponent": 18,
},
],
- "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
- "display": "l1",
+ "description": "The native staking and governance token of the Fetch Hub.",
+ "display": "fet",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c2444",
+ },
},
],
"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",
+ "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",
},
- "name": "GenesisL1",
- "symbol": "L1",
+ "name": "fetch-ai",
+ "symbol": "FET",
"traces": [
{
"chain": {
- "channel_id": "channel-253",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "el1",
- "chain_name": "genesisl1",
- "channel_id": "channel-1",
+ "base_denom": "afet",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
- "coingeckoId": "gitopia",
+ "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"denomUnits": [
{
"aliases": [
- "ulore",
+ "nanomobx",
],
- "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"exponent": 0,
},
{
- "denom": "LORE",
- "exponent": 6,
+ "denom": "mobx",
+ "exponent": 9,
},
],
- "description": "The native token of Gitopia",
- "display": "LORE",
+ "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
+ "display": "mobx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04ae9b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- "name": "LORE",
- "socials": {
- "twitter": "https://twitter.com/gitopiaDAO",
- "website": "https://gitopia.com/",
+ "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",
},
- "symbol": "LORE",
+ "name": "MOBIX",
+ "symbol": "MOBX",
"traces": [
{
"chain": {
- "channel_id": "channel-781",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "ulore",
- "chain_name": "gitopia",
- "channel_id": "channel-0",
+ "base_denom": "nanomobx",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
- "coingeckoId": "graviton",
+ "base": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
+ "coingeckoId": "firmachain",
"denomUnits": [
{
"aliases": [
- "ugraviton",
+ "ufct",
],
- "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "denom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
"exponent": 0,
},
{
- "denom": "graviton",
+ "denom": "fct",
"exponent": 6,
},
],
- "description": "The native token of Gravity Bridge",
- "display": "graviton",
+ "description": "FIRMACHAIN adds a signing and verifying e-contract function to the blockchain. Unlocking new limits of electronic contracts with blockchain technology, FIRMACHAIN seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FIRMACHAIN’s data blockchain.",
+ "display": "fct",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"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",
+ "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",
},
- "name": "Graviton",
- "socials": {
- "twitter": "https://twitter.com/gravity_bridge",
- "website": "https://www.gravitybridge.net/",
- },
- "symbol": "GRAV",
+ "name": "FIRMACHAIN",
+ "symbol": "FCT",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-79241",
},
"counterparty": {
- "base_denom": "ugraviton",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "ufct",
+ "chain_name": "firmachain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "base": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
+ "coingeckoId": "fanfury",
"denomUnits": [
{
"aliases": [
- "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "ufury",
],
- "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "denom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "fury",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "The native token of Furya",
+ "display": "fury",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
+ "keywords": [
+ "gaming",
+ "staking",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Furya",
+ "socials": {
+ "twitter": "https://twitter.com/furyachain",
+ },
+ "symbol": "FURY",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-74222",
},
"counterparty": {
- "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "ufury",
+ "chain_name": "furya",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "coingeckoId": "fx-coin",
"denomUnits": [
{
"aliases": [
- "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "FX",
],
- "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
"exponent": 0,
},
{
- "denom": "gweth",
+ "denom": "WFX",
"exponent": 18,
},
],
- "description": "Gravity Bridge WETH",
- "display": "gweth",
+ "description": "The native staking token of the Function X",
+ "display": "WFX",
+ "extendedDescription": "FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "Wrapped Ethereum",
- "symbol": "WETH",
+ "name": "Function X",
+ "socials": {
+ "twitter": "https://x.com/functionx_io",
+ "website": "https://functionx.io",
+ },
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "FX",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"denomUnits": [
{
"aliases": [
- "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
],
- "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"exponent": 0,
},
{
- "denom": "gusdc",
- "exponent": 6,
+ "denom": "PUNDIX",
+ "exponent": 18,
},
],
- "description": "Gravity Bridge USDC",
- "display": "gusdc",
+ "description": "The cross chain token of the Function X",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://x.com/PundiXLabs",
+ "website": "https://pundix.com",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "symbol": "PUNDIX",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"denomUnits": [
{
"aliases": [
- "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "uglx",
],
- "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"exponent": 0,
},
{
- "denom": "gusdt",
+ "denom": "glx",
"exponent": 6,
},
],
- "description": "Gravity Bridge USDT",
- "display": "gusdt",
+ "description": "GLX is the staking token of the Galaxy Chain",
+ "display": "glx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5e3be6",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Galaxy",
+ "symbol": "GLX",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-236",
},
"counterparty": {
- "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "uglx",
+ "chain_name": "galaxy",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"denomUnits": [
{
"aliases": [
- "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "utest",
],
- "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"exponent": 0,
},
{
- "denom": "gwbtc",
- "exponent": 8,
+ "denom": "test",
+ "exponent": 6,
},
],
- "description": "Gravity Bridge WBTC",
- "display": "gwbtc",
- "images": [
- {
- "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",
- },
- ],
- "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",
- },
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "description": "The native fee token of Gateway.",
+ "display": "test",
+ "name": "Test",
+ "symbol": "TEST",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "utest",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"denomUnits": [
{
"aliases": [
- "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "uworm",
],
- "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"exponent": 0,
},
{
- "denom": "gdai",
- "exponent": 18,
- },
- ],
- "description": "Gravity Bridge DAI",
- "display": "gdai",
- "images": [
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "denom": "worm",
+ "exponent": 6,
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
- },
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "description": "the native staking token of Gateway.",
+ "display": "worm",
+ "name": "Worm",
+ "symbol": "WORM",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "uworm",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
+ "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"denomUnits": [
{
"aliases": [
- "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
],
- "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"exponent": 0,
},
{
- "denom": "gsdai",
- "exponent": 18,
+ "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge sDAI",
- "display": "gsdai",
+ "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "baseDenom": "0x2::sui::SUI",
+ "chainName": "sui",
},
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
- "name": "Savings Dai",
- "symbol": "sDAI",
+ "name": "Sui (Wormhole)",
+ "symbol": "SUI",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
+ "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"denomUnits": [
{
"aliases": [
- "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
],
- "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"exponent": 0,
},
{
- "denom": "gocc",
- "exponent": 18,
+ "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge OCC",
- "display": "gocc",
+ "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
- "name": "OccamFi",
- "symbol": "OCC",
+ "name": "Wrapped Ether (Wormhole)",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
+ "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"denomUnits": [
{
"aliases": [
- "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
],
- "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"exponent": 0,
},
{
- "denom": "page",
+ "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
"exponent": 8,
},
],
- "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
- "display": "page",
+ "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
"images": [
{
"imageSync": {
- "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
"chainName": "ethereum",
},
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Page",
- "symbol": "PAGE",
+ "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
+ "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"denomUnits": [
{
"aliases": [
- "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
],
- "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"exponent": 0,
},
{
- "denom": "gpaxg",
- "exponent": 18,
+ "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge Paxos Gold",
- "display": "gpaxg",
+ "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "baseDenom": "0x1::aptos_coin::AptosCoin",
+ "chainName": "aptos",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
- "name": "Paxos Gold",
- "symbol": "PAXG",
+ "name": "Aptos Coin (Wormhole)",
+ "symbol": "APT",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
- "coingeckoId": "islamic-coin",
+ "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
+ "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"denomUnits": [
{
"aliases": [
- "aISLM",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
],
- "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"exponent": 0,
},
{
- "denom": "ISLM",
- "exponent": 18,
+ "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Haqq Network",
- "display": "ISLM",
+ "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Islamic Coin",
- "symbol": "ISLM",
+ "name": "Tether USD (Wormhole)",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-1575",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "aISLM",
- "chain_name": "haqq",
- "channel_id": "channel-2",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
- "coingeckoId": "humans-ai",
+ "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
+ "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"denomUnits": [
{
"aliases": [
- "aheart",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
],
- "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"exponent": 0,
},
{
- "denom": "heart",
- "exponent": 18,
+ "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "exponent": 8,
},
],
- "description": "The native staking and governance token of Humans.ai.",
- "display": "heart",
+ "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
"theme": {
- "darkMode": true,
+ "backgroundColorHex": "#000000",
+ "circle": true,
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "HEART",
- "socials": {
- "twitter": "https://twitter.com/humansdotai",
- "website": "https://humans.ai/",
- },
- "symbol": "HEART",
+ "name": "Wrapped SOL (Wormhole)",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-20082",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "aheart",
- "chain_name": "humans",
- "channel_id": "channel-4",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
- "coingeckoId": "ixo",
+ "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
+ "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"denomUnits": [
{
"aliases": [
- "uixo",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
],
- "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"exponent": 0,
},
{
- "denom": "ixo",
- "exponent": 6,
+ "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "exponent": 5,
},
],
- "description": "The native token of IXO Chain",
- "display": "ixo",
+ "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "imageSync": {
+ "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "theme": {
+ "primaryColorHex": "#ee950a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
- "name": "IXO",
- "symbol": "IXO",
+ "name": "Bonk (Wormhole)",
+ "symbol": "Bonk",
"traces": [
{
"chain": {
- "channel_id": "channel-38",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "uixo",
- "chain_name": "impacthub",
- "channel_id": "channel-4",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
- "coingeckoId": "imv",
+ "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
+ "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"denomUnits": [
{
"aliases": [
- "aimv",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
],
- "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"exponent": 0,
},
{
- "denom": "imv",
- "exponent": 18,
+ "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "exponent": 8,
},
],
- "description": "The native EVM, governance and staking token of the Imversed",
- "display": "imv",
+ "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "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",
},
- "name": "IMV",
- "symbol": "IMV",
+ "name": "Wrapped BTC (Wormhole)",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-517",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "aimv",
- "chain_name": "imversed",
- "channel_id": "channel-1",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
- "coingeckoId": "injective-protocol",
+ "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
+ "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"denomUnits": [
{
"aliases": [
- "inj",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
],
- "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"exponent": 0,
},
{
- "denom": "INJ",
- "exponent": 18,
+ "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "exponent": 8,
},
],
- "description": "The INJ token is the native governance token for the Injective chain.",
- "display": "INJ",
+ "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"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",
- },
- "name": "Injective",
- "socials": {
- "twitter": "https://twitter.com/Injective_",
- "website": "https://injective.com/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
- "symbol": "INJ",
+ "name": "tBTC v2 (Wormhole)",
+ "symbol": "tBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "inj",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
+ "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"denomUnits": [
{
"aliases": [
- "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
],
- "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "exponent": 8,
},
],
- "description": "Tether USDt on Injective",
- "display": "usdt",
+ "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Dai Stablecoin (Wormhole)",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"denomUnits": [
{
"aliases": [
- "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
],
- "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"exponent": 0,
},
{
- "denom": "ampINJ",
+ "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"exponent": 6,
},
],
- "description": "ERIS liquid staked INJ",
- "display": "ampINJ",
+ "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "ERIS Amplified INJ",
- "symbol": "ampINJ",
+ "name": "USD Coin (Wormhole)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
- "coingeckoId": "autism",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"denomUnits": [
{
"aliases": [
- "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
],
- "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"exponent": 0,
},
{
- "denom": "autism",
+ "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"exponent": 6,
},
],
- "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
- "display": "autism",
+ "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "imageSync": {
+ "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
+ "chainName": "avalanche",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Autism",
- "symbol": "AUTISM",
+ "name": "Avalanche USD Coin (Wormhole)",
+ "symbol": "avalanche.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
- "coingeckoId": "dog-wif-nuchucks",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"denomUnits": [
{
"aliases": [
- "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
],
- "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"exponent": 0,
},
{
- "denom": "NINJA",
+ "aliases": [
+ "pyth",
+ ],
+ "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"exponent": 6,
},
],
- "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
- "display": "NINJA",
+ "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "imageSync": {
+ "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
+ "chainName": "solana",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
- "name": "Dog wif nunchucks",
- "symbol": "NINJA",
+ "name": "Pyth Network",
+ "symbol": "PYTH",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"denomUnits": [
{
"aliases": [
- "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
],
- "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"exponent": 0,
},
{
- "denom": "WGMI",
+ "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"exponent": 6,
},
],
- "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
- "display": "WGMI",
+ "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "imageSync": {
+ "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "WGMI",
- "symbol": "WGMI",
+ "name": "Solana USD Coin (Wormhole)",
+ "symbol": "solana.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
+ "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"denomUnits": [
{
"aliases": [
- "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
],
- "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "aliases": [
+ "bskt",
+ ],
+ "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "exponent": 5,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "theme": {
+ "primaryColorHex": "#485573",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "Basket",
+ "symbol": "BSKT",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
+ "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"denomUnits": [
{
"aliases": [
- "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
],
- "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"exponent": 0,
},
{
- "denom": "glto",
+ "denom": "w",
"exponent": 6,
},
],
- "description": "GLTO-ERC20 on injective",
- "display": "glto",
+ "description": "W is the native token powering the Wormhole interoperability platform.",
+ "display": "w",
"images": [
{
"imageSync": {
- "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chainName": "ethereum",
+ "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"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",
- },
- "name": "Gelotto",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
- "symbol": "GLTO",
+ "name": "Wormhole Token",
+ "symbol": "W",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
- "coingeckoId": "hava-coin",
+ "base": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"denomUnits": [
{
"aliases": [
- "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
],
- "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "denom": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"exponent": 0,
},
{
- "denom": "hava",
+ "aliases": [
+ "pbj",
+ "PBJ",
+ ],
+ "denom": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
"exponent": 6,
},
],
- "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
- "display": "hava",
+ "description": "Pepe Bruce Jenner",
+ "display": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
+ "extendedDescription": "$PBJ is the culture coin for Solana, eat dis!",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "imageSync": {
+ "baseDenom": "ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
+ "theme": {
+ "backgroundColorHex": "#ee0000",
+ "primaryColorHex": "#488000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
- },
- "name": "Hava Coin",
- "socials": {
- "twitter": "https://twitter.com/Hava_Coin",
- "website": "https://havacoin.xyz/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
},
- "symbol": "HAVA",
+ "name": "Pepe Bruce Jenner",
+ "symbol": "PBJ",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"denomUnits": [
{
"aliases": [
- "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "el1",
],
- "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"exponent": 0,
},
{
- "denom": "BADKID",
- "exponent": 6,
+ "denom": "l1",
+ "exponent": 18,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
+ "display": "l1",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "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",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "GenesisL1",
+ "symbol": "L1",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-253",
},
"counterparty": {
- "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "el1",
+ "chain_name": "genesisl1",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "coingeckoId": "gitopia",
"denomUnits": [
{
"aliases": [
- "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "ulore",
],
- "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
"exponent": 0,
},
{
- "denom": "NINPO",
+ "denom": "LORE",
"exponent": 6,
},
],
- "description": "The second meme coin on Injective.",
- "display": "NINPO",
+ "description": "The native token of Gitopia",
+ "display": "LORE",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "theme": {
+ "primaryColorHex": "#2c173c",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "theme": {
+ "primaryColorHex": "#2e154d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
},
- "name": "Ninpo",
- "symbol": "NINPO",
+ "name": "LORE",
+ "socials": {
+ "twitter": "https://twitter.com/gitopiaDAO",
+ "website": "https://gitopia.com/",
+ },
+ "symbol": "LORE",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-781",
},
"counterparty": {
- "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ulore",
+ "chain_name": "gitopia",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "coingeckoId": "graviton",
"denomUnits": [
{
"aliases": [
- "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "ugraviton",
],
- "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
"exponent": 0,
},
{
- "denom": "JUDO",
+ "denom": "graviton",
"exponent": 6,
},
],
- "description": "JUDO is a very futuristic meme token.",
- "display": "JUDO",
+ "description": "The native token of Gravity Bridge",
+ "display": "graviton",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "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",
},
- "name": "Judo",
- "symbol": "JUDO",
+ "name": "Graviton",
+ "socials": {
+ "twitter": "https://twitter.com/gravity_bridge",
+ "website": "https://www.gravitybridge.net/",
+ },
+ "symbol": "GRAV",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ugraviton",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"denomUnits": [
{
"aliases": [
- "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
],
- "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"exponent": 0,
},
{
- "denom": "beast",
- "exponent": 6,
+ "denom": "pstake",
+ "exponent": 18,
},
],
- "description": "BEAST-ERC20 on injective",
- "display": "beast",
+ "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
+ "display": "pstake",
"images": [
{
"imageSync": {
- "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
"chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
- },
- "name": "Gelotto BEAST",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "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",
},
- "symbol": "BEAST",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"denomUnits": [
{
"aliases": [
- "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
],
- "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"exponent": 0,
},
{
- "denom": "astro",
- "exponent": 6,
+ "denom": "gweth",
+ "exponent": 18,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Gravity Bridge WETH",
+ "display": "gweth",
"images": [
{
"imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "baseDenom": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "Wrapped Ethereum",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
- "coingeckoId": "iris-network",
+ "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "coingeckoId": "gravity-bridge-usdc",
"denomUnits": [
{
"aliases": [
- "uiris",
+ "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
],
- "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
"exponent": 0,
},
{
- "denom": "iris",
+ "denom": "gusdc",
"exponent": 6,
},
],
- "description": "The IRIS token is the native governance token for the IrisNet chain.",
- "display": "iris",
+ "description": "Gravity Bridge USDC",
+ "display": "gusdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "IRISnet",
- "symbol": "IRIS",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "uiris",
- "chain_name": "irisnet",
- "channel_id": "channel-3",
+ "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
- "coingeckoId": "jackal-protocol",
+ "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"denomUnits": [
{
"aliases": [
- "ujkl",
+ "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"exponent": 0,
},
{
- "denom": "jkl",
+ "denom": "gusdt",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Jackal.",
- "display": "jkl",
+ "description": "Gravity Bridge USDT",
+ "display": "gusdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Jackal",
- "symbol": "JKL",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-412",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ujkl",
- "chain_name": "jackal",
- "channel_id": "channel-0",
+ "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "coingeckoId": "juno-network",
+ "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"denomUnits": [
{
"aliases": [
- "ujuno",
+ "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
],
- "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"exponent": 0,
},
{
- "denom": "juno",
- "exponent": 6,
+ "denom": "gwbtc",
+ "exponent": 8,
},
],
- "description": "The native token of JUNO Chain",
- "display": "juno",
+ "description": "Gravity Bridge WBTC",
+ "display": "gwbtc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"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",
- },
- "name": "Juno",
- "socials": {
- "twitter": "https://twitter.com/JunoNetwork",
- "website": "https://junonetwork.io/",
+ "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",
},
- "symbol": "JUNO",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ujuno",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
],
- "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "gdai",
+ "exponent": 18,
},
],
- "display": "atom",
+ "description": "Gravity Bridge DAI",
+ "display": "gdai",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
},
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "ATOM on Juno",
- "symbol": "ATOM",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
- "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"denomUnits": [
{
"aliases": [
- "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
],
- "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"exponent": 0,
},
{
- "denom": "nexx",
- "exponent": 6,
+ "denom": "gsdai",
+ "exponent": 18,
},
],
- "display": "nexx",
+ "description": "Gravity Bridge sDAI",
+ "display": "gsdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "imageSync": {
+ "baseDenom": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#7ec231",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "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",
},
- "name": "NEXX GEN AI",
- "symbol": "NEXX",
+ "name": "Savings Dai",
+ "symbol": "sDAI",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
- "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"denomUnits": [
{
"aliases": [
- "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
],
- "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"exponent": 0,
},
{
- "denom": "dgl",
- "exponent": 6,
+ "denom": "gocc",
+ "exponent": 18,
},
],
- "display": "dgl",
+ "description": "Gravity Bridge OCC",
+ "display": "gocc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "imageSync": {
+ "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "theme": {
+ "primaryColorHex": "#313648",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
- "name": "Licorice",
- "symbol": "DGL",
+ "name": "OccamFi",
+ "symbol": "OCC",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
- "coingeckoId": "usd-coin",
+ "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"denomUnits": [
{
"aliases": [
- "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
],
- "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "page",
+ "exponent": 8,
},
],
- "description": "USD Coin on Juno",
- "display": "usdc",
+ "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
+ "display": "page",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ebb324",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "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",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Page",
+ "symbol": "PAGE",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"denomUnits": [
{
"aliases": [
- "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
],
- "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "gpaxg",
+ "exponent": 18,
},
],
- "display": "rstk",
+ "description": "Gravity Bridge Paxos Gold",
+ "display": "gpaxg",
"images": [
{
"imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "baseDenom": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "theme": {
+ "primaryColorHex": "#ebe60e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Paxos Gold",
+ "symbol": "PAXG",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
- "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "coingeckoId": "islamic-coin",
"denomUnits": [
{
"aliases": [
- "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "aISLM",
],
- "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
"exponent": 0,
},
{
- "denom": "wind",
- "exponent": 6,
+ "denom": "ISLM",
+ "exponent": 18,
},
],
- "display": "wind",
+ "description": "The native EVM, governance and staking token of the Haqq Network",
+ "display": "ISLM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "theme": {
+ "primaryColorHex": "#04cd80",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
},
- "name": "Wind Token",
- "symbol": "WIND",
+ "name": "Islamic Coin",
+ "socials": {
+ "twitter": "https://x.com/1slamic_coin",
+ "website": "https://islamiccoin.net",
+ },
+ "symbol": "ISLM",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "aISLM",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
- "coingeckoId": "kava",
+ "address": "0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "base": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
+ "coingeckoId": "deenar-gold",
"denomUnits": [
{
"aliases": [
- "ukava",
+ "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
],
- "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "denom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
"exponent": 0,
},
{
- "denom": "kava",
+ "denom": "DEEN",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Kava",
- "display": "kava",
- "extendedDescription": "The native staking and governance token of Kava
-
-Kava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.
-
-The Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).
-
-The two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.
-
-The Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.",
+ "description": "Deenar gold-backed stablecoin",
+ "display": "DEEN",
+ "extendedDescription": "Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#ffbc05",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
},
- "name": "Kava",
+ "name": "Deenar",
"socials": {
- "twitter": "https://twitter.com/KAVA_CHAIN",
- "website": "https://www.kava.io/",
+ "twitter": "https://x.com/DeenarGold",
+ "website": "https://deenar.com",
},
- "symbol": "KAVA",
+ "symbol": "DEEN",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "ukava",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
- "coingeckoId": "kava-lend",
+ "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "coingeckoId": "humans-ai",
"denomUnits": [
{
"aliases": [
- "hard",
+ "aheart",
],
- "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
"exponent": 0,
},
{
- "denom": "HARD",
- "exponent": 6,
+ "denom": "heart",
+ "exponent": 18,
},
],
- "description": "Governance token of Kava Lend Protocol",
- "display": "HARD",
+ "description": "The native staking and governance token of Humans.ai.",
+ "display": "heart",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#f3f3f3",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
},
- "name": "Kava Hard",
- "symbol": "HARD",
+ "name": "HEART",
+ "socials": {
+ "twitter": "https://twitter.com/humansdotai",
+ "website": "https://humans.ai/",
+ },
+ "symbol": "HEART",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-20082",
},
"counterparty": {
- "base_denom": "hard",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "aheart",
+ "chain_name": "humans",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
- "coingeckoId": "kava-swap",
+ "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "coingeckoId": "ixo",
"denomUnits": [
{
"aliases": [
- "swp",
+ "uixo",
],
- "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
"exponent": 0,
},
{
- "denom": "SWP",
+ "denom": "ixo",
"exponent": 6,
},
],
- "description": "Governance token of Kava Swap Protocol",
- "display": "SWP",
+ "description": "The native token of IXO Chain",
+ "display": "ixo",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "theme": {
+ "primaryColorHex": "#2c4484",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
},
- "name": "Kava Swap",
- "symbol": "SWP",
+ "name": "IXO",
+ "symbol": "IXO",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-38",
},
"counterparty": {
- "base_denom": "swp",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "uixo",
+ "chain_name": "impacthub",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
- "coingeckoId": "usdx",
+ "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "coingeckoId": "imv",
"denomUnits": [
{
"aliases": [
- "usdx",
+ "aimv",
],
- "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
"exponent": 0,
},
{
- "denom": "USDX",
- "exponent": 6,
+ "denom": "imv",
+ "exponent": 18,
},
],
- "description": "The native stablecoin of Kava",
- "display": "USDX",
+ "description": "The native EVM, governance and staking token of the Imversed",
+ "display": "imv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "theme": {
+ "primaryColorHex": "#4c54e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
},
- "name": "Kava USDX",
- "symbol": "USDX",
+ "name": "IMV",
+ "symbol": "IMV",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-517",
},
"counterparty": {
- "base_denom": "usdx",
- "chain_name": "kava",
+ "base_denom": "aimv",
+ "chain_name": "imversed",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "coingeckoId": "tether",
+ "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "coingeckoId": "injective-protocol",
"denomUnits": [
{
"aliases": [
- "erc20/tether/usdt",
+ "inj",
],
- "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "display": "usdt",
+ "description": "Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.",
+ "display": "INJ",
+ "extendedDescription": "Injective Protocol is a cutting-edge decentralized exchange (DEX) platform facilitating fully decentralized trading of derivatives, futures, and spot markets. Built on the Cosmos SDK, Injective leverages layer-2 scaling solutions for high-speed transactions with low fees, ensuring an efficient trading experience. The platform's design eliminates intermediaries, giving users complete control over their assets and trades.
+
+The Injective ecosystem is powered by its native token, INJ, used for governance, staking, and fee reduction. By staking INJ, users can participate in network governance, influencing key decisions and protocol upgrades. Injective's features include cross-chain trading, allowing seamless asset trading across different blockchains, and a decentralized order book for transparency and security. Injective transforms the DeFi space with a comprehensive, decentralized solution for trading various financial instruments.",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Injective",
+ "socials": {
+ "twitter": "https://twitter.com/Injective_",
+ "website": "https://injective.com/",
+ },
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "erc20/tether/usdt",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "inj",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
- "coingeckoId": "ki",
+ "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"denomUnits": [
{
"aliases": [
- "uxki",
+ "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
],
- "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"exponent": 0,
},
{
- "denom": "xki",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "The native token of Ki Chain",
- "display": "xki",
+ "description": "Tether USDt on Injective",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Ki",
- "symbol": "XKI",
+ "name": "Tether USDt",
+ "symbol": "USDTkv",
"traces": [
{
"chain": {
- "channel_id": "channel-77",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "uxki",
- "chain_name": "kichain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
- "coingeckoId": "darcmatter-coin",
+ "base": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"denomUnits": [
{
"aliases": [
- "udarc",
+ "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "denom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"exponent": 0,
},
{
- "denom": "darc",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "The native token of Konstellation Network",
- "display": "darc",
+ "description": "Tether USDt from Ethereum via Peggy bridge.",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "DARC",
- "symbol": "DARC",
+ "name": "Tether USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-171",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "udarc",
- "chain_name": "konstellation",
- "channel_id": "channel-0",
+ "base_denom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
- "coingeckoId": "kujira",
+ "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"denomUnits": [
{
"aliases": [
- "ukuji",
+ "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
],
- "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"exponent": 0,
},
{
- "denom": "kuji",
+ "denom": "ampINJ",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "ERIS liquid staked INJ",
+ "display": "ampINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "theme": {
+ "primaryColorHex": "#5480cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
- },
- "name": "Kujira",
- "socials": {
- "twitter": "https://twitter.com/TeamKujira",
- "website": "https://kujira.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
},
- "symbol": "KUJI",
+ "name": "ERIS Amplified INJ",
+ "symbol": "ampINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ukuji",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
- "coingeckoId": "usk",
+ "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "coingeckoId": "autism",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
],
- "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
"exponent": 0,
},
{
- "denom": "usk",
+ "denom": "autism",
"exponent": 6,
},
],
- "description": "The native over-collateralized stablecoin from the Kujira chain.",
- "display": "usk",
+ "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
+ "display": "autism",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
},
- "name": "USK",
- "symbol": "USK",
+ "name": "Autism",
+ "symbol": "AUTISM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "base": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"denomUnits": [
{
"aliases": [
- "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
],
- "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "denom": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"exponent": 0,
},
{
- "denom": "qcKUJI",
- "exponent": 6,
+ "denom": "bINJ",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding KUJI derivative",
- "display": "qcKUJI",
+ "description": "BackBone Labs Liquid Staked Injective",
+ "display": "bINJ",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
},
- "name": "qcKUJI",
- "symbol": "qcKUJI",
+ "name": "BackBone Labs Liquid Staked Injective",
+ "symbol": "bINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "coingeckoId": "dog-wif-nuchucks",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
],
- "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
"exponent": 0,
},
{
- "denom": "ampKUJI",
+ "denom": "NINJA",
"exponent": 6,
},
],
- "description": "ampKUJI",
- "display": "ampKUJI",
+ "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
+ "display": "NINJA",
+ "extendedDescription": "$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it's not. And the dog, he has nunchucks.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "theme": {
+ "backgroundColorHex": "#00468E",
+ "circle": true,
+ "primaryColorHex": "#00468E",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
},
- "name": "ampKUJI",
- "symbol": "ampKUJI",
+ "name": "Dog wif nunchucks",
+ "socials": {
+ "twitter": "https://x.com/dogwifnunchucks",
+ "website": "https://www.dogwifnunchucks.com/",
+ },
+ "symbol": "NINJA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
- "coingeckoId": "mantadao",
+ "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"denomUnits": [
{
"aliases": [
- "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
],
- "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"exponent": 0,
},
{
- "denom": "mnta",
+ "denom": "WGMI",
"exponent": 6,
},
],
- "description": "MantaDAO Governance Token",
- "display": "mnta",
+ "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
+ "display": "WGMI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
},
- "name": "MantaDAO",
- "symbol": "MNTA",
+ "name": "WGMI",
+ "symbol": "WGMI",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
],
- "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"exponent": 0,
},
{
- "denom": "qcMNTA",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "Quark's auto-compounding MNTA derivative",
- "display": "qcMNTA",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "qcMNTA",
- "symbol": "qcMNTA",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"denomUnits": [
{
"aliases": [
- "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
],
- "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"exponent": 0,
},
{
- "denom": "ampMNTA",
+ "denom": "glto",
"exponent": 6,
},
],
- "description": "ERIS Liquid Staked MNTA",
- "display": "ampMNTA",
+ "description": "GLTO-ERC20 on injective",
+ "display": "glto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "imageSync": {
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
- "name": "ERIS Amplified MNTA",
- "symbol": "ampMNTA",
+ "name": "Gelotto",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "GLTO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "coingeckoId": "hava-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
],
- "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
"exponent": 0,
},
{
- "denom": "wink",
+ "denom": "hava",
"exponent": 6,
},
],
- "description": "The content house of Kujira",
- "display": "wink",
+ "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
+ "display": "hava",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "theme": {
+ "primaryColorHex": "#eacea5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
},
- "name": "WINK",
- "symbol": "WINK",
+ "name": "Hava Coin",
+ "socials": {
+ "twitter": "https://twitter.com/Hava_Coin",
+ "website": "https://havacoin.xyz/",
+ },
+ "symbol": "HAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
],
- "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"exponent": 0,
},
{
- "denom": "blend",
+ "denom": "BADKID",
"exponent": 6,
},
],
- "description": "Blend Token",
- "display": "blend",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "name": "BLEND",
- "symbol": "BLEND",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"denomUnits": [
{
"aliases": [
- "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
],
- "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "NINPO",
"exponent": 6,
},
],
- "description": "Tether USDt on Kujira",
- "display": "usdt",
+ "description": "The second meme coin on Injective.",
+ "display": "NINPO",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "theme": {
+ "primaryColorHex": "#31292a",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Ninpo",
+ "symbol": "NINPO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
],
- "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"exponent": 0,
},
{
- "denom": "fuzn",
+ "denom": "JUDO",
"exponent": 6,
},
],
- "description": "The staking and governance token of Fuzion",
- "display": "fuzn",
+ "description": "JUDO is a very futuristic meme token.",
+ "display": "JUDO",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "theme": {
+ "primaryColorHex": "#18120f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
},
- "name": "Fuzion",
- "symbol": "FUZN",
+ "name": "Judo",
+ "symbol": "JUDO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
],
- "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"exponent": 0,
},
{
- "denom": "rfuzn",
+ "denom": "beast",
"exponent": 6,
},
],
- "description": "The receipt token of Fuzion",
- "display": "rfuzn",
+ "description": "BEAST-ERC20 on injective",
+ "display": "beast",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "imageSync": {
+ "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "theme": {
+ "primaryColorHex": "#21172b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
},
- "name": "Fuzion Receipt",
- "symbol": "rFUZN",
+ "name": "Gelotto BEAST",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "BEAST",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
],
- "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"exponent": 0,
},
{
- "denom": "yfuzn",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The yield token of Fuzion",
- "display": "yfuzn",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Fuzion Yield",
- "symbol": "yFUZN",
+ "name": "Astroport token",
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "base": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"denomUnits": [
{
"aliases": [
- "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
],
- "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "denom": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"exponent": 0,
},
{
- "denom": "qcFUZN",
- "exponent": 6,
+ "denom": "nINJ",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding FUZN derivative",
- "display": "qcFUZN",
+ "description": "A receipt token for lent INJ issued by the Neptune Protocol.",
+ "display": "nINJ",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png",
+ "theme": {
+ "primaryColorHex": "#293a6f",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
- },
- "name": "qcFUZN",
- "symbol": "qcFUZN",
+ "name": "Neptune Receipt INJ",
+ "symbol": "nINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
- "coingeckoId": "unstake-fi",
+ "base": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"denomUnits": [
{
"aliases": [
- "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
],
- "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "denom": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"exponent": 0,
},
{
- "denom": "nstk",
+ "denom": "nATOM",
"exponent": 6,
},
],
- "description": "The Revenue & Governance token of Unstake.fi",
- "display": "nstk",
+ "description": "A receipt token for lent ATOM issued by the Neptune Protocol.",
+ "display": "nATOM",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png",
+ "theme": {
+ "primaryColorHex": "#272f4b",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
- },
- "name": "Unstake Fi",
- "symbol": "NSTK",
+ "name": "Neptune Receipt ATOM",
+ "symbol": "nATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "base": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"denomUnits": [
{
"aliases": [
- "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
],
- "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "denom": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"exponent": 0,
},
{
- "denom": "local",
- "exponent": 6,
+ "denom": "nWETH",
+ "exponent": 18,
},
],
- "description": "Local Money",
- "display": "local",
+ "description": "A receipt token for lent WETH issued by the Neptune Protocol.",
+ "display": "nWETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png",
+ "theme": {
+ "primaryColorHex": "#2a303f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
- },
- "name": "LOCAL",
- "symbol": "LOCAL",
+ "name": "Neptune Receipt WETH",
+ "symbol": "nWETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "base": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"denomUnits": [
{
"aliases": [
- "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
],
- "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "denom": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"exponent": 0,
},
{
- "denom": "PLNK",
+ "denom": "nUSDT",
"exponent": 6,
},
],
- "description": "Food for whales",
- "display": "PLNK",
+ "description": "A receipt token for lent USDT issued by the Neptune Protocol.",
+ "display": "nUSDT",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
- },
- "name": "Plankton",
- "symbol": "PLNK",
+ "name": "Neptune Receipt USDT",
+ "symbol": "nUSDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "base": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"denomUnits": [
{
"aliases": [
- "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
],
- "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "denom": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"exponent": 0,
},
{
- "denom": "sol",
- "exponent": 8,
+ "denom": "nTIA",
+ "exponent": 6,
},
],
- "display": "sol",
+ "description": "A receipt token for lent TIA issued by the Neptune Protocol.",
+ "display": "nTIA",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chainName": "gateway",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png",
+ "theme": {
+ "primaryColorHex": "#7931f9",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
- },
- "name": "Wormhole Solana",
- "symbol": "whSOL",
+ "name": "Neptune Receipt TIA",
+ "symbol": "nTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "base": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"denomUnits": [
{
"aliases": [
- "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
],
- "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "denom": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "NBZ",
+ "exponent": 6,
},
],
- "display": "evmos",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
"imageSync": {
- "baseDenom": "aevmos",
- "chainName": "evmos",
+ "baseDenom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "Evmos",
- "symbol": "EVMOS",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "base": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"denomUnits": [
{
"aliases": [
- "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
],
- "denom": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "denom": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "Talis",
+ "exponent": 6,
},
],
- "display": "avax",
+ "description": "Talis governance token",
+ "display": "Talis",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png",
+ "theme": {
+ "primaryColorHex": "#0c0f17",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "name": "Talis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Axelar Wrapped AVAX",
- "symbol": "wAVAX",
+ "symbol": "TALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "base": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
],
- "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "denom": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "xTalis",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Talis revenue sharing token",
+ "display": "xTalis",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png",
+ "theme": {
+ "primaryColorHex": "#eaf0df",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "name": "xTalis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "symbol": "XTALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "base": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"denomUnits": [
{
"aliases": [
- "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
],
- "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "denom": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "usdc",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -11162,180 +13001,185 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "base": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"denomUnits": [
{
"aliases": [
- "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
],
- "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "denom": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "SYN",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.",
+ "display": "SYN",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "Axelar USD Coin",
- "symbol": "axlUSDC",
+ "name": "Syndicate",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "base": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"denomUnits": [
{
"aliases": [
- "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
],
- "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "denom": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "ashSYN",
"exponent": 6,
},
],
- "display": "cmdx",
+ "description": "SYN burn Derivative; minted when SYN is burned via The Furnace",
+ "display": "ashSYN",
"images": [
{
- "imageSync": {
- "baseDenom": "ucmdx",
- "chainName": "comdex",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "ASH Syndicate",
+ "symbol": "ashSYN",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "base": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"denomUnits": [
{
"aliases": [
- "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
],
- "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "COSMO",
"exponent": 6,
},
],
- "display": "juno",
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "extendedDescription": "We aim to build a decentralized community by leveraging cutting-edge technologies.",
"images": [
{
- "imageSync": {
- "baseDenom": "ujuno",
- "chainName": "juno",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
},
- "name": "Juno",
- "symbol": "JUNO",
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "base": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"denomUnits": [
{
"aliases": [
- "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
],
- "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "denom": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "XTRUMP",
+ "exponent": 6,
},
],
- "display": "weth",
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "imageSync": {
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
},
- "name": "Axelar Wrapped Ether",
- "symbol": "wETH",
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -11343,235 +13187,240 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "base": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"denomUnits": [
{
"aliases": [
- "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
],
- "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "denom": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "DRUGS",
+ "exponent": 9,
},
],
- "display": "atom",
+ "description": "Distributing happiness, is a serious business",
+ "display": "DRUGS",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "DRUGS",
+ "symbol": "DRUGS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "coingeckoId": "iris-network",
"denomUnits": [
{
"aliases": [
- "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "uiris",
],
- "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "iris",
"exponent": 6,
},
],
- "display": "luna",
+ "description": "The IRIS token is the native governance token for the IrisNet chain.",
+ "display": "iris",
"images": [
{
- "imageSync": {
- "baseDenom": "uluna",
- "chainName": "luna",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5664ad",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "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",
},
- "name": "Luna",
- "symbol": "LUNA",
+ "name": "IRISnet",
+ "symbol": "IRIS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
- "chain_name": "kujira",
+ "base_denom": "uiris",
+ "chain_name": "irisnet",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "coingeckoId": "jackal-protocol",
"denomUnits": [
{
"aliases": [
- "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "ujkl",
],
- "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "jkl",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.",
+ "display": "jkl",
+ "extendedDescription": "Jackal Network is a decentralized storage platform designed to offer secure, private, and efficient data storage solutions using blockchain technology. By leveraging a distributed network of nodes, Jackal Network ensures data redundancy and security, protecting against data loss and unauthorized access. The platform uses advanced encryption techniques to maintain data privacy while allowing users to share and access their data seamlessly. Jackal Network's native token is used for paying storage fees, staking, and participating in network governance, incentivizing users to contribute to the network's security and reliability.",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "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",
+ "theme": {
+ "primaryColorHex": "#dbdbcb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Jackal",
+ "symbol": "JKL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-412",
},
"counterparty": {
- "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ujkl",
+ "chain_name": "jackal",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "coingeckoId": "juno-network",
"denomUnits": [
{
"aliases": [
- "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "ujuno",
],
- "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "juno",
"exponent": 6,
},
],
- "display": "scrt",
+ "description": "The native token of JUNO Chain",
+ "display": "juno",
"images": [
{
- "imageSync": {
- "baseDenom": "uscrt",
- "chainName": "scrt",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "Juno",
+ "socials": {
+ "twitter": "https://twitter.com/JunoNetwork",
+ "website": "https://junonetwork.io/",
+ },
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ujuno",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"denomUnits": [
{
"aliases": [
- "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "atom",
"exponent": 6,
},
],
- "display": "stkatom",
+ "display": "atom",
"images": [
{
"imageSync": {
- "baseDenom": "stk/uatom",
- "chainName": "persistence",
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "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",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "ATOM on Juno",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -11579,5384 +13428,5605 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
+ "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"denomUnits": [
{
"aliases": [
- "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
],
- "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"exponent": 0,
},
{
- "denom": "bKUJI",
+ "denom": "nexx",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked KUJI",
- "display": "bKUJI",
+ "display": "nexx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "theme": {
+ "primaryColorHex": "#040405",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
},
- "name": "BackBone Labs Liquid Staked KUJI",
- "symbol": "bKUJI",
+ "name": "NEXX GEN AI",
+ "symbol": "NEXX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
+ "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"denomUnits": [
{
"aliases": [
- "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
],
- "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "dgl",
"exponent": 6,
},
],
- "display": "rstk",
+ "display": "dgl",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "theme": {
+ "primaryColorHex": "#dfe0e0",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Licorice",
+ "symbol": "DGL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
],
- "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
"exponent": 0,
},
{
- "denom": "xusk",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Ghost Vault USK",
- "display": "xusk",
+ "description": "USD Coin on Juno",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Ghost Vault USK",
- "symbol": "xUSK",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
],
- "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"exponent": 0,
},
{
- "denom": "xmnta",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "Ghost Vault MNTA",
- "display": "xmnta",
+ "display": "rstk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "Ghost Vault MNTA",
- "symbol": "xMNTA",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
+ "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"denomUnits": [
{
"aliases": [
- "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
],
- "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"exponent": 0,
},
{
- "denom": "statom",
+ "denom": "wind",
"exponent": 6,
},
],
- "description": "Stride staked ATOM",
- "display": "statom",
+ "display": "wind",
"images": [
{
- "imageSync": {
- "baseDenom": "statom",
- "chainName": "stride",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "address": "juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k",
+ "base": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"denomUnits": [
{
"aliases": [
- "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
],
- "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "denom": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"exponent": 0,
},
{
- "denom": "wbtc.axl",
+ "denom": "arena",
"exponent": 6,
},
],
- "description": "Axelar Bridged wBTC",
- "display": "wbtc.axl",
+ "description": "The token for the Arena DAO",
+ "display": "arena",
"images": [
{
- "imageSync": {
- "baseDenom": "wbtc-satoshi",
- "chainName": "axelar",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
+ "theme": {
+ "primaryColorHex": "#dc6c24",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
},
- "name": "Axelar Bridged wBTC",
- "symbol": "wBTC.axl",
+ "name": "Arena Token",
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "base": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"denomUnits": [
{
"aliases": [
- "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
],
- "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "denom": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"exponent": 0,
},
{
- "denom": "stosmo",
+ "denom": "ashWIND",
"exponent": 6,
},
],
- "description": "Stride staked OSMO",
- "display": "stosmo",
+ "description": "ashWIND",
+ "display": "ashWIND",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
- "name": "Stride staked OSMO",
- "symbol": "stOSMO",
+ "name": "ashWIND",
+ "symbol": "ashWIND",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "coingeckoId": "kava",
"denomUnits": [
{
"aliases": [
- "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "ukava",
],
- "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
"exponent": 0,
},
{
- "denom": "lp-dot-mnta",
+ "denom": "kava",
"exponent": 6,
},
],
- "description": "LP Bow: DOT.axl-MNTA",
- "display": "lp-dot-mnta",
+ "description": "Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.",
+ "display": "kava",
+ "extendedDescription": "Kava offers a suite of DeFi services, such as lending, borrowing, and stablecoin issuance, utilizing a cross-chain platform that integrates the Cosmos SDK and Ethereum interoperability. Users can collateralize their assets to borrow Kava's stablecoin, USDX, or participate in lending and liquidity pools to earn rewards. Kava's native token, KAVA, is used for staking, governance, and securing the network. The platform's goal is to provide a decentralized, efficient, and accessible financial ecosystem that bridges multiple blockchain networks.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "theme": {
+ "primaryColorHex": "#e64942",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
},
- "name": "LP Bow: DOT.axl-MNTA",
- "symbol": "LP DOT.axl-MNTA",
+ "name": "Kava",
+ "socials": {
+ "twitter": "https://twitter.com/KAVA_CHAIN",
+ "website": "https://www.kava.io/",
+ },
+ "symbol": "KAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ukava",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "coingeckoId": "kava-lend",
"denomUnits": [
{
"aliases": [
- "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "hard",
],
- "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
"exponent": 0,
},
{
- "denom": "lp-shd-mnta",
+ "denom": "HARD",
"exponent": 6,
},
],
- "description": "LP Bow: SHD-MNTA",
- "display": "lp-shd-mnta",
+ "description": "Governance token of Kava Lend Protocol",
+ "display": "HARD",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#7b34ac",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SHD-MNTA",
- "symbol": "LP SHD-MNTA",
+ "name": "Kava Hard",
+ "symbol": "HARD",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "hard",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "coingeckoId": "kava-swap",
"denomUnits": [
{
"aliases": [
- "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "swp",
],
- "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
"exponent": 0,
},
{
- "denom": "lp-dydx-mnta",
+ "denom": "SWP",
"exponent": 6,
},
],
- "description": "LP Bow: DYDX-MNTA",
- "display": "lp-dydx-mnta",
+ "description": "Governance token of Kava Swap Protocol",
+ "display": "SWP",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#544cfc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DYDX-MNTA",
- "symbol": "LP DYDX-MNTA",
+ "name": "Kava Swap",
+ "symbol": "SWP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "swp",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "coingeckoId": "usdx",
"denomUnits": [
{
"aliases": [
- "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "usdx",
],
- "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
"exponent": 0,
},
{
- "denom": "lp-wavax-mnta",
+ "denom": "USDX",
"exponent": 6,
},
],
- "description": "LP Bow: wAVAX.axl-MNTA",
- "display": "lp-wavax-mnta",
+ "description": "The native stablecoin of Kava",
+ "display": "USDX",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "theme": {
+ "primaryColorHex": "#04d4a3",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
},
- "name": "LP Bow: wAVAX.axl-MNTA",
- "symbol": "LP wAVAX.axl-MNTA",
+ "name": "Kava USDX",
+ "symbol": "USDX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "usdx",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "coingeckoId": "tether",
"denomUnits": [
{
"aliases": [
- "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "erc20/tether/usdt",
],
- "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
"exponent": 0,
},
{
- "denom": "lp-cheq-mnta",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "LP Bow: CHEQ-MNTA",
- "display": "lp-cheq-mnta",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LP Bow: CHEQ-MNTA",
- "symbol": "LP CHEQ-MNTA",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/tether/usdt",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "coingeckoId": "ki",
"denomUnits": [
{
"aliases": [
- "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "uxki",
],
- "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
"exponent": 0,
},
{
- "denom": "lp-fuzn-mnta",
+ "denom": "xki",
"exponent": 6,
},
],
- "description": "LP Bow: FUZN-MNTA",
- "display": "lp-fuzn-mnta",
+ "description": "The native token of Ki Chain",
+ "display": "xki",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c04fc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: FUZN-MNTA",
- "symbol": "LP FUZN-MNTA",
+ "name": "Ki",
+ "symbol": "XKI",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-77",
},
"counterparty": {
- "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uxki",
+ "chain_name": "kichain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "base": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"denomUnits": [
{
"aliases": [
- "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "uKIMA",
],
- "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "denom": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"exponent": 0,
},
{
- "denom": "lp-somm-mnta",
+ "denom": "KIMA",
"exponent": 6,
},
],
- "description": "LP Bow: SOMM-MNTA",
- "display": "lp-somm-mnta",
+ "description": "Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.",
+ "display": "KIMA",
+ "extendedDescription": "Kima is an asset-agnostic interoperability infrastructure designed to bridge the gap between blockchain networks and traditional financial systems. By providing a unified platform for secure and scalable cross-ecosystem transactions, Kima enables seamless transfers across different ecosystems, including digital assets and legacy financial systems. Its patent-pending architecture eliminates vulnerabilities associated with smart contracts and key management, ensuring a secure environment for high-volume transactions. Kima’s innovative approach provides financial institutions and developers with the tools needed to create interoperable solutions that operate across both traditional and blockchain-based systems, driving the future of decentralized finance and financial services.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
- "name": "LP Bow: SOMM-MNTA",
- "symbol": "LP SOMM-MNTA",
+ "name": "KIMA",
+ "socials": {
+ "github": "https://github.com/kima-finance",
+ "medium": "https://medium.com/@kima_finance",
+ "telegram": "https://t.me/kimanetwork",
+ "twitter": "https://x.com/KimaNetwork",
+ "website": "https://www.kima.network/",
+ },
+ "symbol": "KIMA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-83350",
},
"counterparty": {
- "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uKIMA",
+ "chain_name": "kimanetwork",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "coingeckoId": "darcmatter-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "udarc",
],
- "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
"exponent": 0,
},
{
- "denom": "lp-weth-mnta",
+ "denom": "darc",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-MNTA",
- "display": "lp-weth-mnta",
+ "description": "The native token of Konstellation Network",
+ "display": "darc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042a61",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wETH.axl-MNTA",
- "symbol": "LP wETH.axl-MNTA",
+ "name": "DARC",
+ "symbol": "DARC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-171",
},
"counterparty": {
- "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udarc",
+ "chain_name": "konstellation",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "coingeckoId": "kujira",
"denomUnits": [
{
"aliases": [
- "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "ukuji",
],
- "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
"exponent": 0,
},
{
- "denom": "lp-ntrn-mnta",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "LP Bow: NTRN-MNTA",
- "display": "lp-ntrn-mnta",
+ "description": "Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.",
+ "display": "kuji",
+ "extendedDescription": "Kujira provides a comprehensive DeFi platform that includes tools for lending, borrowing, and yield farming, leveraging blockchain technology to offer a transparent, secure, and efficient user experience. The native token, KUJI, is central to the ecosystem, used for transaction fees, staking, and governance. Kujira's user-centric design and innovative features make it a popular choice in the DeFi space, enabling users to maximize their returns and effectively manage their digital assets.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
- "name": "LP Bow: NTRN-MNTA",
- "symbol": "LP NTRN-MNTA",
+ "name": "Kujira",
+ "socials": {
+ "twitter": "https://twitter.com/TeamKujira",
+ "website": "https://kujira.network/",
+ },
+ "symbol": "KUJI",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "base_denom": "ukuji",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "coingeckoId": "usk",
"denomUnits": [
{
"aliases": [
- "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
],
- "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
"exponent": 0,
},
{
- "denom": "lp-wftm-mnta",
+ "denom": "usk",
"exponent": 6,
},
],
- "description": "LP Bow: wFTM.axl-MNTA",
- "display": "lp-wftm-mnta",
+ "description": "The native over-collateralized stablecoin from the Kujira chain.",
+ "display": "usk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "theme": {
+ "primaryColorHex": "#2e363f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
},
- "name": "LP Bow: wFTM.axl-MNTA",
- "symbol": "LP wFTM.axl-MNTA",
+ "name": "USK",
+ "symbol": "USK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"denomUnits": [
{
"aliases": [
- "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
],
- "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"exponent": 0,
},
{
- "denom": "lp-stars-mnta",
+ "denom": "qcKUJI",
"exponent": 6,
},
],
- "description": "LP Bow: STARS-MNTA",
- "display": "lp-stars-mnta",
+ "description": "Quark's auto-compounding KUJI derivative",
+ "display": "qcKUJI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
- "name": "LP Bow: STARS-MNTA",
- "symbol": "LP STARS-MNTA",
+ "name": "qcKUJI",
+ "symbol": "qcKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"denomUnits": [
{
"aliases": [
- "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
],
- "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"exponent": 0,
},
{
- "denom": "lp-tia-mnta",
+ "denom": "ampKUJI",
"exponent": 6,
},
],
- "description": "LP Bow: TIA-MNTA",
- "display": "lp-tia-mnta",
+ "description": "ampKUJI",
+ "display": "ampKUJI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "theme": {
+ "primaryColorHex": "#4b7bbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
},
- "name": "LP Bow: TIA-MNTA",
- "symbol": "LP TIA-MNTA",
+ "name": "ampKUJI",
+ "symbol": "ampKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "coingeckoId": "mantadao",
"denomUnits": [
{
"aliases": [
- "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
],
- "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
"exponent": 0,
},
{
- "denom": "lp-sol-mnta",
+ "denom": "mnta",
"exponent": 6,
},
],
- "description": "LP Bow: SOL.wh-MNTA",
- "display": "lp-sol-mnta",
+ "description": "MantaDAO Governance Token",
+ "display": "mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "theme": {
+ "primaryColorHex": "#0c141c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
},
- "name": "LP Bow: SOL.wh-MNTA",
- "symbol": "LP SOL.wh-MNTA",
+ "name": "MantaDAO",
+ "symbol": "MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"denomUnits": [
{
"aliases": [
- "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
],
- "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"exponent": 0,
},
{
- "denom": "lp-dym-mnta",
+ "denom": "qcMNTA",
"exponent": 6,
},
],
- "description": "LP Bow: DYM-MNTA",
- "display": "lp-dym-mnta",
+ "description": "Quark's auto-compounding MNTA derivative",
+ "display": "qcMNTA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
- "name": "LP Bow: DYM-MNTA",
- "symbol": "LP DYM-MNTA",
+ "name": "qcMNTA",
+ "symbol": "qcMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
],
- "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"exponent": 0,
},
{
- "denom": "lp-akt-mnta",
+ "denom": "ampMNTA",
"exponent": 6,
},
],
- "description": "LP Bow: AKT-MNTA",
- "display": "lp-akt-mnta",
+ "description": "ERIS Liquid Staked MNTA",
+ "display": "ampMNTA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "theme": {
+ "primaryColorHex": "#618bc8",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
},
- "name": "LP Bow: AKT-MNTA",
- "symbol": "LP AKT-MNTA",
+ "name": "ERIS Amplified MNTA",
+ "symbol": "ampMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
],
- "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"exponent": 0,
},
{
- "denom": "lp-link-mnta",
+ "denom": "wink",
"exponent": 6,
},
],
- "description": "LP Bow: LINK.axl-MNTA",
- "display": "lp-link-mnta",
+ "description": "The content house of Kujira",
+ "display": "wink",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "theme": {
+ "primaryColorHex": "#fc7991",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
},
- "name": "LP Bow: LINK.axl-MNTA",
- "symbol": "LP LINK.axl-MNTA",
+ "name": "WINK",
+ "symbol": "WINK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
],
- "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"exponent": 0,
},
{
- "denom": "lp-wtao-mnta",
+ "denom": "blend",
"exponent": 6,
},
],
- "description": "LP Bow: wTAO.grv-MNTA",
- "display": "lp-wtao-mnta",
+ "description": "Blend Token",
+ "display": "blend",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
- "name": "LP Bow: wTAO.grv-MNTA",
- "symbol": "LP wTAO.grv-MNTA",
+ "name": "BLEND",
+ "symbol": "BLEND",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
],
- "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"exponent": 0,
},
{
- "denom": "lp-mnta-kuji",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "LP Bow: MNTA-KUJI",
- "display": "lp-mnta-kuji",
+ "description": "Tether USDt on Kujira",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LP Bow: MNTA-KUJI",
- "symbol": "LP MNTA-KUJI",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "coingeckoId": "fuzion",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
],
- "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
"exponent": 0,
},
{
- "denom": "lp-axl-mnta",
+ "denom": "fuzn",
"exponent": 6,
},
],
- "description": "LP Bow: AXL-MNTA",
- "display": "lp-axl-mnta",
+ "description": "The staking and governance token of Fuzion",
+ "display": "fuzn",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "theme": {
+ "primaryColorHex": "#f05d8d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
},
- "name": "LP Bow: AXL-MNTA",
- "symbol": "LP AXL-MNTA",
+ "name": "Fuzion",
+ "symbol": "FUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
],
- "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"exponent": 0,
},
{
- "denom": "lp-atom-mnta",
+ "denom": "rfuzn",
"exponent": 6,
},
],
- "description": "LP Bow: ATOM-MNTA",
- "display": "lp-atom-mnta",
+ "description": "The receipt token of Fuzion",
+ "display": "rfuzn",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "theme": {
+ "primaryColorHex": "#949494",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
},
- "name": "LP Bow: ATOM-MNTA",
- "symbol": "LP ATOM-MNTA",
+ "name": "Fuzion Receipt",
+ "symbol": "rFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
],
- "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"exponent": 0,
},
{
- "denom": "lp-arb-mnta",
+ "denom": "yfuzn",
"exponent": 6,
},
],
- "description": "LP Bow: ARB-MNTA",
- "display": "lp-arb-mnta",
+ "description": "The yield token of Fuzion",
+ "display": "yfuzn",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
- "name": "LP Bow: ARB-MNTA",
- "symbol": "LP ARB-MNTA",
+ "name": "Fuzion Yield",
+ "symbol": "yFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"denomUnits": [
{
"aliases": [
- "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
],
- "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"exponent": 0,
},
{
- "denom": "lp-whale-mnta",
+ "denom": "qcFUZN",
"exponent": 6,
},
],
- "description": "LP Bow: WHALE-MNTA",
- "display": "lp-whale-mnta",
+ "description": "Quark's auto-compounding FUZN derivative",
+ "display": "qcFUZN",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
- "name": "LP Bow: WHALE-MNTA",
- "symbol": "LP WHALE-MNTA",
+ "name": "qcFUZN",
+ "symbol": "qcFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "base": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"denomUnits": [
{
"aliases": [
- "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
],
- "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "denom": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"exponent": 0,
},
{
- "denom": "lp-scrt-mnta",
+ "denom": "qcAQLA",
"exponent": 6,
},
],
- "description": "LP Bow: SCRT-MNTA",
- "display": "lp-scrt-mnta",
+ "description": "Quark's auto-compounding AQLA derivative",
+ "display": "qcAQLA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
- "name": "LP Bow: SCRT-MNTA",
- "symbol": "LP SCRT-MNTA",
+ "name": "qcAQLA",
+ "symbol": "qcAQLA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "base_denom": "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "base": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
+ "coingeckoId": "aqualibre",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
],
- "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "denom": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
"exponent": 0,
},
{
- "denom": "lp-wsteth-mnta",
+ "denom": "AQLA",
"exponent": 6,
},
],
- "description": "LP Bow: wstETH.axl-MNTA",
- "display": "lp-wsteth-mnta",
+ "description": "The Aqualibre project's token",
+ "display": "AQLA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
- "name": "LP Bow: wstETH.axl-MNTA",
- "symbol": "LP wstETH.axl-MNTA",
+ "name": "AQLA",
+ "symbol": "AQLA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "base_denom": "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "coingeckoId": "unstake-fi",
"denomUnits": [
{
"aliases": [
- "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
],
- "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
"exponent": 0,
},
{
- "denom": "lp-wmatic-mnta",
+ "denom": "nstk",
"exponent": 6,
},
],
- "description": "LP Bow: wMATIC.axl-MNTA",
- "display": "lp-wmatic-mnta",
+ "description": "The Revenue & Governance token of Unstake.fi",
+ "display": "nstk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
- "name": "LP Bow: wMATIC.axl-MNTA",
- "symbol": "LP wMATIC.axl-MNTA",
+ "name": "Unstake Fi",
+ "symbol": "NSTK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
],
- "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"exponent": 0,
},
{
- "denom": "lp-uni-mnta",
+ "denom": "local",
"exponent": 6,
},
],
- "description": "LP Bow: UNI.axl-MNTA",
- "display": "lp-uni-mnta",
+ "description": "Local Money",
+ "display": "local",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
},
- "name": "LP Bow: UNI.axl-MNTA",
- "symbol": "LP UNI.axl-MNTA",
+ "name": "LOCAL",
+ "symbol": "LOCAL",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"denomUnits": [
{
"aliases": [
- "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
],
- "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"exponent": 0,
},
{
- "denom": "lp-yieldeth-mnta",
+ "denom": "PLNK",
"exponent": 6,
},
],
- "description": "LP Bow: yieldETH.axl-MNTA",
- "display": "lp-yieldeth-mnta",
+ "description": "Food for whales",
+ "display": "PLNK",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "theme": {
+ "primaryColorHex": "#c87ae9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
},
- "name": "LP Bow: yieldETH.axl-MNTA",
- "symbol": "LP yieldETH.axl-MNTA",
+ "name": "Plankton",
+ "symbol": "PLNK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
],
- "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"exponent": 0,
},
{
- "denom": "lp-wbtc-mnta",
- "exponent": 6,
+ "denom": "sol",
+ "exponent": 8,
},
],
- "description": "LP Bow: wBTC.axl-MNTA",
- "display": "lp-wbtc-mnta",
+ "display": "sol",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chainName": "gateway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "LP Bow: wBTC.axl-MNTA",
- "symbol": "LP wBTC.axl-MNTA",
+ "name": "Wormhole Solana",
+ "symbol": "SOL.wh",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
],
- "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"exponent": 0,
},
{
- "denom": "lp-paxg-mnta",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "LP Bow: PAXG.grv-MNTA",
- "display": "lp-paxg-mnta",
+ "display": "evmos",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "aevmos",
+ "chainName": "evmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: PAXG.grv-MNTA",
- "symbol": "LP PAXG.grv-MNTA",
+ "name": "Evmos",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "base": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
],
- "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "denom": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"exponent": 0,
},
{
- "denom": "lp-wbnb-mnta",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "description": "LP Bow: wBNB.axl-MNTA",
- "display": "lp-wbnb-mnta",
+ "display": "avax",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "wavax-wei",
+ "chainName": "axelar",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "LP Bow: wBNB.axl-MNTA",
- "symbol": "LP wBNB.axl-MNTA",
+ "name": "Axelar Wrapped AVAX",
+ "symbol": "wAVAX",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
],
- "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"exponent": 0,
},
{
- "denom": "lp-osmo-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: OSMO-MNTA",
- "display": "lp-osmo-mnta",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "LP Bow: OSMO-MNTA",
- "symbol": "LP OSMO-MNTA",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"denomUnits": [
{
"aliases": [
- "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
],
- "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"exponent": 0,
},
{
- "denom": "lp-inj-mnta",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "LP Bow: INJ-MNTA",
- "display": "lp-inj-mnta",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: INJ-MNTA",
- "symbol": "LP INJ-MNTA",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"denomUnits": [
{
"aliases": [
- "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
],
- "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"exponent": 0,
},
{
- "denom": "lp-stosmo-osmo",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: stOSMO-OSMO",
- "display": "lp-stosmo-osmo",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: stOSMO-OSMO",
- "symbol": "LP stOSMO-OSMO",
+ "name": "Axelar USD Coin",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
],
- "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
"exponent": 0,
},
{
- "denom": "lp-wsteth-weth",
+ "denom": "cmdx",
"exponent": 6,
},
],
- "description": "LP Bow: wstETH.axl-wETH.axl",
- "display": "lp-wsteth-weth",
+ "display": "cmdx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ucmdx",
+ "chainName": "comdex",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wstETH.axl-wETH.axl",
- "symbol": "LP wstETH.axl-wETH.axl",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
],
- "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
"exponent": 0,
},
{
- "denom": "lp-qcmnta-mnta",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "LP Bow: qcMNTA-MNTA",
- "display": "lp-qcmnta-mnta",
+ "display": "juno",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ujuno",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: qcMNTA-MNTA",
- "symbol": "LP qcMNTA-MNTA",
+ "name": "Juno",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
],
- "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
"exponent": 0,
},
{
- "denom": "lp-ampmnta-mnta",
- "exponent": 6,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "LP Bow: ampMNTA-MNTA",
- "display": "lp-ampmnta-mnta",
+ "display": "weth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "weth-wei",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
- "name": "LP Bow: ampMNTA-MNTA",
- "symbol": "LP ampMNTA-MNTA",
+ "name": "Axelar Wrapped Ether",
+ "symbol": "wETH.axl",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
"exponent": 0,
},
{
- "denom": "lp-weth-usk",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-USK",
- "display": "lp-weth-usk",
+ "display": "atom",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wETH.axl-USK",
- "symbol": "LP wETH.axl-USK",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
"denomUnits": [
{
"aliases": [
- "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
],
- "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
"exponent": 0,
},
{
- "denom": "nami",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "The token of NAMI",
- "display": "nami",
+ "display": "luna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "NAMI",
- "symbol": "NAMI",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
- "coingeckoId": "kyve-network",
+ "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
"denomUnits": [
{
"aliases": [
- "ukyve",
+ "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
],
- "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
"exponent": 0,
},
{
- "denom": "kyve",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "The native utility token of the KYVE network.",
- "display": "kyve",
+ "display": "stars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
- },
- "name": "KYVE",
- "socials": {
- "twitter": "https://twitter.com/KYVENetwork",
- "website": "https://www.kyve.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "symbol": "KYVE",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-767",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ukyve",
- "chain_name": "kyve",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
- "coingeckoId": "lambda",
+ "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
"denomUnits": [
{
"aliases": [
- "ulamb",
+ "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
],
- "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
"exponent": 0,
},
{
- "denom": "lamb",
- "exponent": 18,
+ "denom": "scrt",
+ "exponent": 6,
},
],
- "description": "The native token of Lambda",
- "display": "lamb",
+ "display": "scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "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",
},
- "name": "Lambda",
- "symbol": "LAMB",
+ "name": "Secret Network",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-378",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ulamb",
- "chain_name": "lambda",
- "channel_id": "channel-2",
+ "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
- "coingeckoId": "likecoin",
+ "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
"denomUnits": [
{
"aliases": [
- "nanolike",
+ "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
],
- "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
"exponent": 0,
},
{
- "denom": "like",
- "exponent": 9,
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
},
],
- "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",
+ "display": "stkatom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stk/uatom",
+ "chainName": "persistence",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "LikeCoin",
- "symbol": "LIKE",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-53",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "nanolike",
- "chain_name": "likecoin",
+ "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
"denomUnits": [
{
"aliases": [
- "ulumen",
+ "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
],
- "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
"exponent": 0,
},
{
- "denom": "lumen",
+ "denom": "bKUJI",
"exponent": 6,
},
],
- "description": "The native token of LumenX Network",
- "display": "lumen",
+ "description": "BackBone Labs Liquid Staked KUJI",
+ "display": "bKUJI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "theme": {
+ "primaryColorHex": "#cc3533",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
},
- "name": "LUMEN",
- "symbol": "LUMEN",
+ "name": "BackBone Labs Liquid Staked KUJI",
+ "symbol": "bKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-286",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ulumen",
- "chain_name": "lumenx",
+ "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
- "coingeckoId": "lum-network",
+ "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
"denomUnits": [
{
"aliases": [
- "ulum",
+ "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
],
- "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
"exponent": 0,
},
{
- "denom": "lum",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "Native token of the Lum Network",
- "display": "lum",
+ "display": "rstk",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "Lum",
- "symbol": "LUM",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-115",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ulum",
- "chain_name": "lumnetwork",
+ "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
- "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
+ "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
"denomUnits": [
{
"aliases": [
- "umars",
+ "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
],
- "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
"exponent": 0,
},
{
- "denom": "mars",
+ "denom": "xusk",
"exponent": 6,
},
],
- "description": "Mars protocol token",
- "display": "mars",
+ "description": "Ghost Vault USK",
+ "display": "xusk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "theme": {
+ "primaryColorHex": "#303741",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
- },
- "name": "Mars",
- "socials": {
- "twitter": "https://twitter.com/mars_protocol",
- "website": "https://www.marsprotocol.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
},
- "symbol": "MARS",
+ "name": "Ghost Vault USK",
+ "symbol": "xUSK",
"traces": [
{
"chain": {
- "channel_id": "channel-557",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umars",
- "chain_name": "mars",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
"denomUnits": [
{
"aliases": [
- "umedas",
+ "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
],
- "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
"exponent": 0,
},
{
- "denom": "medas",
+ "denom": "xmnta",
"exponent": 6,
},
],
- "description": "The native token of Medas Digital Network",
- "display": "medas",
+ "description": "Ghost Vault MNTA",
+ "display": "xmnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "theme": {
+ "primaryColorHex": "#0f151f",
+ },
},
],
- "keywords": [
- "medas",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
},
- "name": "Medas Digital",
- "symbol": "MEDAS",
+ "name": "Ghost Vault MNTA",
+ "symbol": "xMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-519",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umedas",
- "chain_name": "medasdigital",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
- "coingeckoId": "meme-network",
+ "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
"denomUnits": [
{
"aliases": [
- "umeme",
+ "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
],
- "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
"exponent": 0,
},
{
- "denom": "meme",
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
- "display": "meme",
+ "description": "Stride staked ATOM",
+ "display": "statom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stuatom",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "MEME",
- "symbol": "MEME",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-238",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umeme",
- "chain_name": "meme",
- "channel_id": "channel-1",
+ "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
- "coingeckoId": "microtick",
+ "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
"denomUnits": [
{
"aliases": [
- "utick",
+ "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
],
- "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
"exponent": 0,
},
{
- "denom": "tick",
+ "denom": "wbtc.axl",
"exponent": 6,
},
],
- "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
- "display": "tick",
+ "description": "Axelar Bridged wBTC",
+ "display": "wbtc.axl",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "wbtc-satoshi",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
- "name": "Microtick",
- "symbol": "TICK",
+ "name": "Axelar Bridged wBTC",
+ "symbol": "wBTC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-39",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "utick",
- "chain_name": "microtick",
- "channel_id": "channel-16",
+ "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
- "coingeckoId": "white-whale",
+ "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
"denomUnits": [
{
"aliases": [
- "uwhale",
+ "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
],
- "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
"exponent": 0,
},
{
- "denom": "whale",
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "The native token of Migaloo Chain",
- "display": "whale",
+ "description": "Stride staked OSMO",
+ "display": "stosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "imageSync": {
+ "baseDenom": "stuosmo",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Whale",
- "symbol": "WHALE",
+ "name": "Stride staked OSMO",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uwhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
],
- "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
"exponent": 0,
},
{
- "denom": "ampWHALE",
+ "denom": "lp-dot-mnta",
"exponent": 6,
},
],
- "description": "ampWHALE",
- "display": "ampWHALE",
+ "description": "LP Bow: DOT.axl-MNTA",
+ "display": "lp-dot-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ampWHALE",
- "symbol": "ampWHALE",
+ "name": "LP Bow: DOT.axl-MNTA",
+ "symbol": "LP DOT.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
- "coingeckoId": "backbone-labs-staked-whale",
+ "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
],
- "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
"exponent": 0,
},
{
- "denom": "bWHALE",
+ "denom": "lp-shd-mnta",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked WHALE",
- "display": "bWHALE",
+ "description": "LP Bow: SHD-MNTA",
+ "display": "lp-shd-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "BackBone Labs Liquid Staked WHALE",
- "symbol": "bWHALE",
+ "name": "LP Bow: SHD-MNTA",
+ "symbol": "LP SHD-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
"denomUnits": [
{
"aliases": [
- "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
],
- "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
"exponent": 0,
},
{
- "denom": "fable",
+ "denom": "lp-dydx-mnta",
"exponent": 6,
},
],
- "description": "FABLE",
- "display": "fable",
+ "description": "LP Bow: DYDX-MNTA",
+ "display": "lp-dydx-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "FABLE",
- "symbol": "FABLE",
+ "name": "LP Bow: DYDX-MNTA",
+ "symbol": "LP DYDX-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
"denomUnits": [
{
"aliases": [
- "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
],
- "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
"exponent": 0,
},
{
- "denom": "bluna",
+ "denom": "lp-wavax-mnta",
"exponent": 6,
},
],
- "description": "boneLUNA are autocompounding LUNA tokens",
- "display": "bluna",
+ "description": "LP Bow: wAVAX.axl-MNTA",
+ "display": "lp-wavax-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "boneLuna",
- "symbol": "bLUNA",
+ "name": "LP Bow: wAVAX.axl-MNTA",
+ "symbol": "LP wAVAX.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
],
- "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
"exponent": 0,
},
{
- "denom": "RAC",
+ "denom": "lp-cheq-mnta",
"exponent": 6,
},
],
- "description": "RAC",
- "display": "RAC",
+ "description": "LP Bow: CHEQ-MNTA",
+ "display": "lp-cheq-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "RAC",
- "symbol": "RAC",
+ "name": "LP Bow: CHEQ-MNTA",
+ "symbol": "LP CHEQ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
],
- "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
"exponent": 0,
},
{
- "denom": "ASH",
+ "denom": "lp-fuzn-mnta",
"exponent": 6,
},
],
- "description": "ASH",
- "display": "ASH",
+ "description": "LP Bow: FUZN-MNTA",
+ "display": "lp-fuzn-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ASH",
- "symbol": "ASH",
+ "name": "LP Bow: FUZN-MNTA",
+ "symbol": "LP FUZN-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
"denomUnits": [
{
"aliases": [
- "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
],
- "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "lp-somm-mnta",
"exponent": 6,
},
],
- "description": "Tether USDt on Migaloo",
- "display": "usdt",
+ "description": "LP Bow: SOMM-MNTA",
+ "display": "lp-somm-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "LP Bow: SOMM-MNTA",
+ "symbol": "LP SOMM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
],
- "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
"exponent": 0,
},
{
- "denom": "GUPPY",
+ "denom": "lp-weth-mnta",
"exponent": 6,
},
],
- "description": "GUPPY",
- "display": "GUPPY",
+ "description": "LP Bow: wETH.axl-MNTA",
+ "display": "lp-weth-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "GUPPY",
- "symbol": "GUPPY",
+ "name": "LP Bow: wETH.axl-MNTA",
+ "symbol": "LP wETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
],
- "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
"exponent": 0,
},
{
- "denom": "OPHIR",
+ "denom": "lp-ntrn-mnta",
"exponent": 6,
},
],
- "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
- "display": "OPHIR",
+ "description": "LP Bow: NTRN-MNTA",
+ "display": "lp-ntrn-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "OPHIR",
- "symbol": "OPHIR",
+ "name": "LP Bow: NTRN-MNTA",
+ "symbol": "LP NTRN-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
],
- "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
"exponent": 0,
},
{
- "denom": "SHARK",
+ "denom": "lp-wftm-mnta",
"exponent": 6,
},
],
- "description": "SHARK is the apex price prediction market within Cosmos.",
- "display": "SHARK",
+ "description": "LP Bow: wFTM.axl-MNTA",
+ "display": "lp-wftm-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "SHARK",
- "symbol": "SHARK",
+ "name": "LP Bow: wFTM.axl-MNTA",
+ "symbol": "LP wFTM.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
],
- "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
"exponent": 0,
},
{
- "denom": "lsdSHARK",
+ "denom": "lp-stars-mnta",
"exponent": 6,
},
],
- "description": "lsdSHARK is the liquid staking derivative of SHARK.",
- "display": "lsdSHARK",
+ "description": "LP Bow: STARS-MNTA",
+ "display": "lp-stars-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "lsdSHARK",
- "symbol": "lsdSHARK",
+ "name": "LP Bow: STARS-MNTA",
+ "symbol": "LP STARS-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
"denomUnits": [
{
"aliases": [
- "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
],
- "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "lp-tia-mnta",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "LP Bow: TIA-MNTA",
+ "display": "lp-tia-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
- },
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "LUNA",
+ "name": "LP Bow: TIA-MNTA",
+ "symbol": "LP TIA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
"denomUnits": [
{
"aliases": [
- "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
],
- "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
"exponent": 0,
},
{
- "denom": "Rakoff",
+ "denom": "lp-sol-mnta",
"exponent": 6,
},
],
- "description": "Rakoff Token",
- "display": "Rakoff",
+ "description": "LP Bow: SOL.wh-MNTA",
+ "display": "lp-sol-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
- "chainName": "terra",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Rakoff",
- "symbol": "RAKOFF",
+ "name": "LP Bow: SOL.wh-MNTA",
+ "symbol": "LP SOL.wh-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
],
- "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
"exponent": 0,
},
{
- "denom": "gash",
+ "denom": "lp-dym-mnta",
"exponent": 6,
},
],
- "description": "GASH",
- "display": "gash",
+ "description": "LP Bow: DYM-MNTA",
+ "display": "lp-dym-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "GASH",
- "symbol": "GASH",
+ "name": "LP Bow: DYM-MNTA",
+ "symbol": "LP DYM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
],
- "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "lp-akt-mnta",
"exponent": 6,
},
],
- "description": "Restake DAO Token",
- "display": "rstk",
+ "description": "LP Bow: AKT-MNTA",
+ "display": "lp-akt-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "RESTAKE",
- "symbol": "RSTK",
+ "name": "LP Bow: AKT-MNTA",
+ "symbol": "LP AKT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
- "coingeckoId": "neutron-3",
+ "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
"denomUnits": [
{
"aliases": [
- "untrn",
+ "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
],
- "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
"exponent": 0,
},
{
- "denom": "ntrn",
+ "denom": "lp-link-mnta",
"exponent": 6,
},
],
- "description": "The native token of Neutron chain.",
- "display": "ntrn",
+ "description": "LP Bow: LINK.axl-MNTA",
+ "display": "lp-link-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- "name": "Neutron",
- "socials": {
- "twitter": "https://twitter.com/Neutron_org",
- "website": "https://neutron.org/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "NTRN",
+ "name": "LP Bow: LINK.axl-MNTA",
+ "symbol": "LP LINK.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "untrn",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
],
- "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "lp-wtao-mnta",
"exponent": 6,
},
],
- "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
- "display": "atom",
+ "description": "LP Bow: wTAO.grv-MNTA",
+ "display": "lp-wtao-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "IBC atom",
- "symbol": "ATOM",
+ "name": "LP Bow: wTAO.grv-MNTA",
+ "symbol": "LP wTAO.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
"denomUnits": [
{
"aliases": [
- "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
],
- "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
"exponent": 0,
},
{
- "denom": "axlusdc",
+ "denom": "lp-mnta-kuji",
"exponent": 6,
},
],
- "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
- "display": "axlusdc",
+ "description": "LP Bow: MNTA-KUJI",
+ "display": "lp-mnta-kuji",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin (Axelar)",
- "symbol": "axlUSDC",
+ "name": "LP Bow: MNTA-KUJI",
+ "symbol": "LP MNTA-KUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
"denomUnits": [
{
"aliases": [
- "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
],
- "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
"exponent": 0,
},
{
- "denom": "tia",
+ "denom": "lp-axl-mnta",
"exponent": 6,
},
],
- "description": "Tia on Neutron",
- "display": "tia",
+ "description": "LP Bow: AXL-MNTA",
+ "display": "lp-axl-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "utia",
- "chainName": "celestia",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Celestia TIA",
- "symbol": "TIA",
+ "name": "LP Bow: AXL-MNTA",
+ "symbol": "LP AXL-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
"denomUnits": [
{
"aliases": [
- "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
],
- "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
"exponent": 0,
},
{
- "denom": "ASTROPEPE",
+ "denom": "lp-atom-mnta",
"exponent": 6,
},
],
- "description": "Astropepe meme coin",
- "display": "ASTROPEPE",
+ "description": "LP Bow: ATOM-MNTA",
+ "display": "lp-atom-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "AstroPepe",
- "symbol": "ASTROPEPE",
+ "name": "LP Bow: ATOM-MNTA",
+ "symbol": "LP ATOM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
],
- "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
"exponent": 0,
},
{
- "denom": "wstETH",
- "exponent": 18,
+ "denom": "lp-arb-mnta",
+ "exponent": 6,
},
],
- "description": "wstETH on Neutron",
- "display": "wstETH",
+ "description": "LP Bow: ARB-MNTA",
+ "display": "lp-arb-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "wstETH",
- "symbol": "wstETH",
+ "name": "LP Bow: ARB-MNTA",
+ "symbol": "LP ARB-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
"denomUnits": [
{
"aliases": [
- "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
],
- "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
"exponent": 0,
},
{
- "denom": "sat",
+ "denom": "lp-whale-mnta",
"exponent": 6,
},
],
- "description": "NBTC on Neutron",
- "display": "sat",
+ "description": "LP Bow: WHALE-MNTA",
+ "display": "lp-whale-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "usat",
- "chainName": "nomic",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nomic NBTC",
- "symbol": "SAT",
+ "name": "LP Bow: WHALE-MNTA",
+ "symbol": "LP WHALE-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
"denomUnits": [
{
"aliases": [
- "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
],
- "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "lp-scrt-mnta",
+ "exponent": 6,
},
],
- "description": "DYDX on Neutron",
- "display": "dydx",
+ "description": "LP Bow: SCRT-MNTA",
+ "display": "lp-scrt-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "LP Bow: SCRT-MNTA",
+ "symbol": "LP SCRT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
- "coingeckoId": "newt",
+ "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
"denomUnits": [
{
"aliases": [
- "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
],
- "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
"exponent": 0,
},
{
- "denom": "newt",
+ "denom": "lp-wsteth-mnta",
"exponent": 6,
},
],
- "description": "The cutest NEWT token on Neutron chain.",
- "display": "newt",
+ "description": "LP Bow: wstETH.axl-MNTA",
+ "display": "lp-wsteth-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Newt",
- "symbol": "NEWT",
+ "name": "LP Bow: wstETH.axl-MNTA",
+ "symbol": "LP wstETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
- "coingeckoId": "astroport-fi",
+ "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
],
- "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "lp-wmatic-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "LP Bow: wMATIC.axl-MNTA",
+ "display": "lp-wmatic-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
- },
- "name": "Astroport token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "ASTRO",
+ "name": "LP Bow: wMATIC.axl-MNTA",
+ "symbol": "LP wMATIC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
"denomUnits": [
{
"aliases": [
- "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
],
- "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
"exponent": 0,
},
{
- "denom": "xASTRO",
+ "denom": "lp-uni-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "xASTRO",
+ "description": "LP Bow: UNI.axl-MNTA",
+ "display": "lp-uni-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
- },
- "name": "Staked Astroport Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "xASTRO",
+ "name": "LP Bow: UNI.axl-MNTA",
+ "symbol": "LP UNI.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
"denomUnits": [
{
"aliases": [
- "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
],
- "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "lp-yieldeth-mnta",
"exponent": 6,
},
],
- "description": "ASTRO.cw20 on Neutron",
- "display": "astro.cw20",
+ "description": "LP Bow: yieldETH.axl-MNTA",
+ "display": "lp-yieldeth-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chainName": "terra2",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Astroport CW20 token",
- "symbol": "ASTRO.cw20",
+ "name": "LP Bow: yieldETH.axl-MNTA",
+ "symbol": "LP yieldETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
"denomUnits": [
{
"aliases": [
- "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
],
- "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
"exponent": 0,
},
{
- "denom": "corgi",
+ "denom": "lp-wbtc-mnta",
"exponent": 6,
},
],
- "description": "Baby Corgi is the real doggo of Neutron!",
- "display": "corgi",
+ "description": "LP Bow: wBTC.axl-MNTA",
+ "display": "lp-wbtc-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Baby Corgi",
- "symbol": "CORGI",
+ "name": "LP Bow: wBTC.axl-MNTA",
+ "symbol": "LP wBTC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
"denomUnits": [
{
"aliases": [
- "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
],
- "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
"exponent": 0,
},
{
- "denom": "circus",
+ "denom": "lp-paxg-mnta",
"exponent": 6,
},
],
- "description": "clownmaxxed store of value",
- "display": "circus",
+ "description": "LP Bow: PAXG.grv-MNTA",
+ "display": "lp-paxg-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "AtomEconomicZone69JaeKwonInu",
- "symbol": "CIRCUS",
+ "name": "LP Bow: PAXG.grv-MNTA",
+ "symbol": "LP PAXG.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
"denomUnits": [
{
"aliases": [
- "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
],
- "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
"exponent": 0,
},
{
- "denom": "jimmy",
+ "denom": "lp-wbnb-mnta",
"exponent": 6,
},
],
- "description": "Jimmy Neutron Finance",
- "display": "jimmy",
+ "description": "LP Bow: wBNB.axl-MNTA",
+ "display": "lp-wbnb-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "jimmy",
- "symbol": "JIMMY",
+ "name": "LP Bow: wBNB.axl-MNTA",
+ "symbol": "LP wBNB.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
"denomUnits": [
{
"aliases": [
- "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
],
- "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
"exponent": 0,
},
{
- "denom": "bad",
+ "denom": "lp-osmo-mnta",
"exponent": 6,
},
],
- "description": "Baddest coin on Cosmos",
- "display": "bad",
+ "description": "LP Bow: OSMO-MNTA",
+ "display": "lp-osmo-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Badcoin",
- "symbol": "BAD",
+ "name": "LP Bow: OSMO-MNTA",
+ "symbol": "LP OSMO-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
"denomUnits": [
{
"aliases": [
- "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
],
- "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
"exponent": 0,
},
{
- "denom": "bitcosmos",
+ "denom": "lp-inj-mnta",
"exponent": 6,
},
],
- "description": "BITCOSMOS",
- "display": "bitcosmos",
+ "description": "LP Bow: INJ-MNTA",
+ "display": "lp-inj-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Bitcosmos",
- "symbol": "BTC",
+ "name": "LP Bow: INJ-MNTA",
+ "symbol": "LP INJ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
"denomUnits": [
{
"aliases": [
- "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
],
- "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
"exponent": 0,
},
{
- "denom": "wtf",
+ "denom": "lp-stosmo-osmo",
"exponent": 6,
},
],
- "description": "What the Fuck",
- "display": "wtf",
+ "description": "LP Bow: stOSMO-OSMO",
+ "display": "lp-stosmo-osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "wtf",
- "symbol": "WTF",
+ "name": "LP Bow: stOSMO-OSMO",
+ "symbol": "LP stOSMO-OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
"denomUnits": [
{
"aliases": [
- "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
],
- "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "lp-wsteth-weth",
"exponent": 6,
},
],
- "description": "NLS on Neutron",
- "display": "nls",
+ "description": "LP Bow: wstETH.axl-wETH.axl",
+ "display": "lp-wsteth-weth",
"images": [
{
- "imageSync": {
- "baseDenom": "unls",
- "chainName": "nolus",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nolus NLS",
- "symbol": "NLS",
+ "name": "LP Bow: wstETH.axl-wETH.axl",
+ "symbol": "LP wstETH.axl-wETH.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
],
- "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "lp-qcmnta-mnta",
"exponent": 6,
},
],
- "description": "A Mechanical Canine",
- "display": "goddard",
+ "description": "LP Bow: qcMNTA-MNTA",
+ "display": "lp-qcmnta-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Goddard",
- "symbol": "GODRD",
+ "name": "LP Bow: qcMNTA-MNTA",
+ "symbol": "LP qcMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
"denomUnits": [
{
"aliases": [
- "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
],
- "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
"exponent": 0,
},
{
- "denom": "apollo",
+ "denom": "lp-ampmnta-mnta",
"exponent": 6,
},
],
- "description": "The deflationary utility token of the Apollo DAO project",
- "display": "apollo",
+ "description": "LP Bow: ampMNTA-MNTA",
+ "display": "lp-ampmnta-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
- },
- "name": "Apollo DAO",
- "socials": {
- "twitter": "https://twitter.com/ApolloDAO",
- "website": "https://apollo.farm/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "APOLLO",
+ "name": "LP Bow: ampMNTA-MNTA",
+ "symbol": "LP ampMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
],
- "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
"exponent": 0,
},
{
- "denom": "newtroll",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "NEWTROLL",
- "display": "newtroll",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Newtroll",
- "symbol": "NTRL",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "coingeckoId": "nami-protocol",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
],
- "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
"exponent": 0,
},
{
- "denom": "retro",
+ "denom": "nami",
"exponent": 6,
},
],
- "description": "Retro Game",
- "display": "retro",
+ "description": "The token of NAMI",
+ "display": "nami",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
},
- "name": "Retro",
- "symbol": "RETRO",
+ "name": "NAMI",
+ "symbol": "NAMI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "base": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
"denomUnits": [
{
"aliases": [
- "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
],
- "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "denom": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "nausd",
"exponent": 6,
},
],
- "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
- "display": "goddard",
+ "description": "The receipt token of NAMI Protocol",
+ "display": "nausd",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
- "name": "Goddard",
- "symbol": "GODDARD",
+ "name": "NAUSD",
+ "symbol": "NAUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "base": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
"denomUnits": [
{
"aliases": [
- "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
],
- "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "denom": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "mctest",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "The token of MCTest",
+ "display": "mctest",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "MCTEST",
+ "symbol": "MC01",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "base": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
"denomUnits": [
{
"aliases": [
- "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
],
- "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "denom": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
"exponent": 0,
},
{
- "denom": "boy",
+ "denom": "auto",
"exponent": 6,
},
],
- "description": "Astro BOY",
- "display": "boy",
+ "description": "The token of AUTO",
+ "display": "auto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
},
- "name": "boy",
- "symbol": "BOY",
+ "name": "AUTO",
+ "symbol": "AUTO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "base": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
"denomUnits": [
{
"aliases": [
- "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
],
- "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "denom": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
"exponent": 0,
},
{
- "denom": "BADKID",
- "exponent": 6,
+ "denom": "qcDYDX",
+ "exponent": 18,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "Quark's auto-compounding DYDX derivative",
+ "display": "qcDYDX",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "qcDYDX",
+ "symbol": "qcDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "base": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
"denomUnits": [
{
"aliases": [
- "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
],
- "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "denom": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
"exponent": 0,
},
{
- "denom": "cartel",
+ "denom": "rkuji",
"exponent": 6,
},
],
- "description": "Reflections of cartel activity on Cosmos.",
- "display": "cartel",
+ "description": "The Kujira Recovery Token",
+ "display": "rkuji",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
- "name": "cartel",
- "symbol": "CARTEL",
+ "name": "rKUJI",
+ "symbol": "rKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "base": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
"denomUnits": [
{
"aliases": [
- "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
],
- "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "denom": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
"exponent": 0,
},
{
- "denom": "ATOM1KLFG",
+ "denom": "lp-atom-usk",
"exponent": 6,
},
],
- "description": "$ATOM to $1,000 LFG!!",
- "display": "ATOM1KLFG",
+ "description": "LP Bow: ATOM-USK",
+ "display": "lp-atom-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ATOM1KLFG",
- "symbol": "ATOM1KLFG",
+ "name": "LP Bow: ATOM-USK",
+ "symbol": "LP ATOM-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
- "coingeckoId": "usd-coin",
+ "base": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
"denomUnits": [
{
"aliases": [
- "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
],
- "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "denom": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "USD Coin on Neutron",
- "display": "usdc",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
- "coingeckoId": "nibiru",
+ "base": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
"denomUnits": [
{
"aliases": [
- "unibi",
+ "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
],
- "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "denom": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
"exponent": 0,
},
{
- "denom": "nibi",
+ "denom": "lp-sol-usk",
"exponent": 6,
},
],
- "description": "The native token of Nibiru network",
- "display": "nibi",
+ "description": "LP Bow: SOL.wh-USK",
+ "display": "lp-sol-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nibiru",
- "symbol": "NIBI",
+ "name": "LP Bow: SOL.wh-USK",
+ "symbol": "LP SOL.wh-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-21113",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unibi",
- "chain_name": "nibiru",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "base": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
"denomUnits": [
{
"aliases": [
- "ustake",
+ "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
],
- "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "denom": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
"exponent": 0,
},
{
- "denom": "stake",
+ "denom": "lp-weth-usdc",
"exponent": 6,
},
],
- "description": "The permissioned staking asset for Noble Chain",
- "display": "stake",
+ "description": "LP Bow: wETH.axl-USDC",
+ "display": "lp-weth-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stake",
- "symbol": "STAKE",
+ "name": "LP Bow: wETH.axl-USDC",
+ "symbol": "LP wETH.axl-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ustake",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "base": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
"denomUnits": [
{
"aliases": [
- "ufrienzies",
+ "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
],
- "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "denom": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
"exponent": 0,
},
{
- "denom": "frienzies",
+ "denom": "lp-dydx-usk",
"exponent": 6,
},
],
- "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
- "display": "frienzies",
+ "description": "LP Bow: DYDX-USK",
+ "display": "lp-dydx-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Frienzies",
- "symbol": "FRNZ",
+ "name": "LP Bow: DYDX-USK",
+ "symbol": "LP DYDX-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ufrienzies",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "base": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
"denomUnits": [
{
"aliases": [
- "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
],
- "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "denom": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
"exponent": 0,
},
{
- "aliases": [
- "ATOM",
- ],
- "denom": "atom",
+ "denom": "lp-akt-usdc",
"exponent": 6,
},
],
- "description": "ATOM token on Noble",
- "display": "atom",
+ "description": "LP Bow: AKT-USDC",
+ "display": "lp-akt-usdc",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Atom Staking Coin",
- "symbol": "ATOM",
+ "name": "LP Bow: AKT-USDC",
+ "symbol": "LP AKT-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
- "coingeckoId": "usd-coin",
+ "base": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
],
- "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "denom": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp-wbtc-usk",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "LP Bow: wBTC-USK",
+ "display": "lp-wbtc-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "LP Bow: wBTC-USK",
+ "symbol": "LP wBTC-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "base": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
"denomUnits": [
{
"aliases": [
- "unois",
+ "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
],
- "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "denom": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
"exponent": 0,
},
{
- "denom": "nois",
- "exponent": 6,
+ "denom": "lp-wbtc-wbtc",
+ "exponent": 8,
},
],
- "description": "The native token of Nois",
- "display": "nois",
+ "description": "LP Bow: wBTC.axl-wBTC",
+ "display": "lp-wbtc-wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
- "keywords": [
- "nois",
- "randomness",
- "drand",
- "wasm",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nois",
- "symbol": "NOIS",
+ "name": "LP Bow: wBTC.axl-wBTC",
+ "symbol": "LP wBTC.axl-wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-8277",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unois",
- "chain_name": "nois",
- "channel_id": "channel-37",
+ "base_denom": "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
- "coingeckoId": "nolus",
+ "base": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
"denomUnits": [
{
"aliases": [
- "unls",
+ "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
],
- "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "denom": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "lp-inj-usdc",
"exponent": 6,
},
],
- "description": "The native token of Nolus chain",
- "display": "nls",
+ "description": "LP Bow: INJ-USDC",
+ "display": "lp-inj-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
- },
- "name": "Nolus",
- "socials": {
- "twitter": "https://twitter.com/NolusProtocol",
- "website": "https://nolus.io/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "NLS",
+ "name": "LP Bow: INJ-USDC",
+ "symbol": "LP INJ-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unls",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "base": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
"denomUnits": [
{
"aliases": [
- "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
],
- "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "denom": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "lp-atom-usdc",
"exponent": 6,
},
],
- "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "usdc",
+ "description": "LP Bow: ATOM-USDC",
+ "display": "lp-atom-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "axlUSDC",
- "symbol": "axlUSDC",
+ "name": "LP Bow: ATOM-USDC",
+ "symbol": "LP ATOM-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "base": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
],
- "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "denom": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "osmo",
+ "denom": "lp-mnta-usdc",
"exponent": 6,
},
],
- "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "osmo",
+ "description": "LP Bow: MNTA-USDC",
+ "display": "lp-mnta-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "LP Bow: MNTA-USDC",
+ "symbol": "LP MNTA-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "base": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
"denomUnits": [
{
"aliases": [
- "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
],
- "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "denom": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stosmo",
+ "denom": "lp-mnta-usk",
"exponent": 6,
},
],
- "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stosmo",
+ "description": "LP Bow: MNTA-USK",
+ "display": "lp-mnta-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Osmosis",
- "symbol": "stOSMO",
+ "name": "LP Bow: MNTA-USK",
+ "symbol": "LP MNTA-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "base": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
"denomUnits": [
{
"aliases": [
- "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
],
- "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "denom": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "atom",
+ "denom": "boon",
"exponent": 6,
},
],
- "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "atom",
+ "description": "The token that fuels the Boon app",
+ "display": "boon",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
- "name": "Atom",
- "symbol": "ATOM",
+ "name": "Boon",
+ "symbol": "BOON",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "coingeckoId": "kyve-network",
"denomUnits": [
{
"aliases": [
- "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "ukyve",
],
- "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "statom",
+ "denom": "kyve",
"exponent": 6,
},
],
- "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "statom",
+ "description": "The native utility token of the KYVE network.",
+ "display": "kyve",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "theme": {
+ "primaryColorHex": "#335350",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "KYVE",
+ "socials": {
+ "twitter": "https://twitter.com/KYVENetwork",
+ "website": "https://www.kyve.network/",
+ },
+ "symbol": "KYVE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-767",
},
"counterparty": {
- "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
- "chain_name": "nolus",
+ "base_denom": "ukyve",
+ "chain_name": "kyve",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "coingeckoId": "lambda",
"denomUnits": [
{
"aliases": [
- "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "ulamb",
],
- "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "weth",
+ "denom": "lamb",
"exponent": 18,
},
],
- "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "weth",
+ "description": "The native token of Lambda",
+ "display": "lamb",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "theme": {
+ "primaryColorHex": "#e41c54",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
},
- "name": "WETH",
- "symbol": "WETH",
+ "name": "Lambda",
+ "symbol": "LAMB",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-378",
},
"counterparty": {
- "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulamb",
+ "chain_name": "lambda",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "base": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ "coingeckoId": "lava-network",
"denomUnits": [
{
"aliases": [
- "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "ulava",
],
- "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "denom": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "lava",
+ "exponent": 6,
},
],
- "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "wbtc",
+ "description": "Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.",
+ "display": "lava",
+ "extendedDescription": "Lava Network is an innovative blockchain platform that aims to unlock the full potential of decentralized applications by providing a modular data access network. This platform allows developers to easily connect to multiple blockchains through fast and reliable RPC (Remote Procedure Call) services. By leveraging a peer-to-peer network of node operators, Lava ensures high performance and low latency for data requests across over 30 blockchain ecosystems. The native token, LAVA, is used for securing the network, rewarding node operators, and governance. Lava Network's goal is to create a seamless and efficient data infrastructure that supports the scalability and flexibility needs of the Web3 ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ "theme": {
+ "primaryColorHex": "#6f043e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
+ "keywords": [
+ "modular",
+ "data",
+ "data access",
+ "rpc",
+ "staking",
+ "dual staking",
+ "indexing",
+ "incentivized public rpc",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
},
- "name": "WBTC",
- "symbol": "WBTC",
+ "name": "Lava",
+ "socials": {
+ "twitter": "https://twitter.com/lavanetxyz",
+ "website": "https://lavanet.xyz",
+ },
+ "symbol": "LAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-76971",
},
"counterparty": {
- "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulava",
+ "chain_name": "lava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "coingeckoId": "likecoin",
"denomUnits": [
{
"aliases": [
- "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "nanolike",
],
- "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "akt",
- "exponent": 6,
+ "denom": "like",
+ "exponent": 9,
},
],
- "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "akt",
+ "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",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2d656c",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "AKT",
- "symbol": "AKT",
+ "name": "LikeCoin",
+ "symbol": "LIKE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-53",
},
"counterparty": {
- "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "nanolike",
+ "chain_name": "likecoin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "base": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
"denomUnits": [
{
"aliases": [
- "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "alrz",
],
- "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "denom": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "axl",
- "exponent": 6,
+ "denom": "LRZ",
+ "exponent": 18,
},
],
- "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "axl",
+ "description": "Native staking token of Lorenzo: LRZ (alrz)",
+ "display": "LRZ",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
},
- "name": "AXL",
- "symbol": "AXL",
+ "name": "LRZ",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "LRZ",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-79840",
},
"counterparty": {
- "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
- "chain_name": "nolus",
+ "base_denom": "alrz",
+ "chain_name": "lorenzo",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "base": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
"denomUnits": [
{
"aliases": [
- "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "stBTC",
],
- "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "denom": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "juno",
- "exponent": 6,
+ "denom": "display_stBTC",
+ "exponent": 18,
},
],
- "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "juno",
+ "description": "stBTC is the liquid principal token of the Lorenzo protocol, designed to represent staked Bitcoin within the Babylon ecosystem.
+
+",
+ "display": "display_stBTC",
+ "extendedDescription": "stBTC serves as a crucial component of the Lorenzo protocol, enabling Bitcoin holders to unlock the liquidity of their assets while participating in the security of Proof-of-Stake (PoS) networks. By staking BTC through Lorenzo, users receive stBTC, which is redeemable 1-to-1 for the original Bitcoin. This mechanism allows users to earn yield without sacrificing liquidity, as stBTC can be freely utilized within the Lorenzo DeFi ecosystem.
+
+The innovative dual-token system of stBTC and Yield Accruing Tokens (YATs) empowers users to not only stake their BTC but also engage in various decentralized finance activities such as trading, lending, and collateralization. This enhances the utility and flexibility of Bitcoin, providing additional financial opportunities while contributing to the security of PoS networks.
+
+stBTC's role in the Lorenzo protocol illustrates its importance in creating a highly interconnected and efficient financial ecosystem, making it a valuable asset in the broader landscape of decentralized finance.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
},
- "name": "JUNO",
- "symbol": "JUNO",
+ "name": "Lorenzo stBTC",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "stBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-79840",
},
"counterparty": {
- "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
- "chain_name": "nolus",
+ "base_denom": "stBTC",
+ "chain_name": "lorenzo",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"denomUnits": [
{
"aliases": [
- "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "ulumen",
],
- "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "evmos",
- "exponent": 18,
+ "denom": "lumen",
+ "exponent": 6,
},
],
- "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "evmos",
+ "description": "The native token of LumenX Network",
+ "display": "lumen",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "theme": {
+ "primaryColorHex": "#cb8b40",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
},
- "name": "EVMOS",
- "symbol": "EVMOS",
+ "name": "LUMEN",
+ "symbol": "LUMEN",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-286",
},
"counterparty": {
- "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulumen",
+ "chain_name": "lumenx",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "coingeckoId": "lum-network",
"denomUnits": [
{
"aliases": [
- "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "ulum",
],
- "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stk/atom",
+ "denom": "lum",
"exponent": 6,
},
],
- "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stk/atom",
+ "description": "Native token of the Lum Network",
+ "display": "lum",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#080808",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "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",
},
- "name": "stkATOM",
- "symbol": "stkATOM",
+ "name": "Lum",
+ "symbol": "LUM",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-115",
},
"counterparty": {
- "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulum",
+ "chain_name": "lumnetwork",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"denomUnits": [
{
"aliases": [
- "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "umars",
],
- "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "scrt",
+ "denom": "mars",
"exponent": 6,
},
],
- "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "scrt",
+ "description": "Mars Protocol token (pre-migration)",
+ "display": "mars",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
},
- "name": "SCRT",
- "symbol": "SCRT",
+ "name": "Mars",
+ "socials": {
+ "twitter": "https://twitter.com/mars_protocol",
+ "website": "https://www.marsprotocol.io/",
+ },
+ "symbol": "MARS.old",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-557",
},
"counterparty": {
- "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "umars",
+ "chain_name": "mars",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"denomUnits": [
{
"aliases": [
- "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "umedas",
],
- "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "cro",
- "exponent": 8,
+ "denom": "medas",
+ "exponent": 6,
},
],
- "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "cro",
+ "description": "The native token of Medas Digital Network",
+ "display": "medas",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "theme": {
+ "primaryColorHex": "#147ccc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
+ "keywords": [
+ "medas",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
},
- "name": "CRO",
- "symbol": "CRO",
+ "name": "Medas Digital",
+ "symbol": "MEDAS",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-519",
},
"counterparty": {
- "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
- "chain_name": "nolus",
+ "base_denom": "umedas",
+ "chain_name": "medasdigital",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "coingeckoId": "meme-network",
"denomUnits": [
{
"aliases": [
- "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "umeme",
],
- "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stars",
+ "denom": "meme",
"exponent": 6,
},
],
- "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stars",
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "STARS",
- "symbol": "STARS",
+ "name": "MEME",
+ "symbol": "MEME",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-238",
},
"counterparty": {
- "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "umeme",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "base": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
"denomUnits": [
{
"aliases": [
- "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
],
- "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "denom": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "tia",
- "exponent": 6,
+ "denom": "planq",
+ "exponent": 18,
},
],
- "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "tia",
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
- "chainName": "osmosis",
+ "baseDenom": "aplanq",
+ "chainName": "planq",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
},
- "name": "TIA",
- "symbol": "TIA",
+ "name": "Planq",
+ "symbol": "PLQ",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-238",
},
"counterparty": {
- "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -16964,665 +19034,654 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "coingeckoId": "microtick",
"denomUnits": [
{
"aliases": [
- "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "utick",
],
- "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "strd",
+ "denom": "tick",
"exponent": 6,
},
],
- "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "strd",
+ "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
+ "display": "tick",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#6bab14",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "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",
},
- "name": "STRD",
- "symbol": "STRD",
+ "name": "Microtick",
+ "symbol": "TICK",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-39",
},
"counterparty": {
- "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "utick",
+ "chain_name": "microtick",
+ "channel_id": "channel-16",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "coingeckoId": "white-whale",
"denomUnits": [
{
"aliases": [
- "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "uwhale",
],
- "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "ntrn",
+ "denom": "whale",
"exponent": 6,
},
],
- "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "ntrn",
+ "description": "Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.",
+ "display": "whale",
+ "extendedDescription": "Migaloo originated as part of the Terra ecosystem but has since transitioned to the Cosmos ecosystem, focusing on creating a decentralized platform that balances and distributes liquidity across various zones. Key features include its permissionless nature and the Alliance module, which facilitates cross-chain staking and enhances blockchain security. Migaloo's flagship application is the White Whale Protocol, an interchain liquidity protocol that uses trading and flash loans to generate yield for stakers. The platform emphasizes interoperability, scalability, and community engagement, aiming to be a pivotal player in the Cosmos ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "untrn",
- "chainName": "neutron",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
},
- "name": "NTRN",
- "symbol": "NTRN",
+ "name": "Whale",
+ "symbol": "WHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "uwhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
"denomUnits": [
{
"aliases": [
- "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
],
- "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "dydx",
- "exponent": 18,
+ "denom": "ampWHALE",
+ "exponent": 6,
},
],
- "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "dydx",
+ "description": "ampWHALE",
+ "display": "ampWHALE",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chainName": "neutron",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "ampWHALE",
+ "symbol": "ampWHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "coingeckoId": "backbone-labs-staked-whale",
"denomUnits": [
{
"aliases": [
- "unom",
+ "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
],
- "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
"exponent": 0,
},
{
- "denom": "nom",
+ "denom": "bWHALE",
"exponent": 6,
},
],
- "description": "Nomic's native token.",
- "display": "nom",
+ "description": "BackBone Labs Liquid Staked WHALE",
+ "display": "bWHALE",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "theme": {
+ "primaryColorHex": "#d8d8d8",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
},
- "name": "Nomic",
- "symbol": "NOM",
+ "name": "BackBone Labs Liquid Staked WHALE",
+ "symbol": "bWHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unom",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
"denomUnits": [
{
"aliases": [
- "usat",
+ "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
],
- "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
"exponent": 0,
},
{
- "denom": "nbtc",
- "exponent": 14,
+ "denom": "fable",
+ "exponent": 6,
},
],
- "description": "Bitcoin. On Cosmos.",
- "display": "nbtc",
+ "description": "FABLE",
+ "display": "fable",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
},
- "name": "Nomic Bitcoin",
- "symbol": "nBTC",
+ "name": "FABLE",
+ "symbol": "FABLE",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "usat",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
- "coingeckoId": "",
+ "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
"denomUnits": [
{
"aliases": [
- "unyx",
+ "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
],
- "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
"exponent": 0,
},
{
- "denom": "nyx",
+ "denom": "bluna",
"exponent": 6,
},
],
- "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
- "display": "nyx",
+ "description": "boneLUNA are autocompounding LUNA tokens",
+ "display": "bluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "imageSync": {
+ "baseDenom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
},
- "name": "NYX",
- "symbol": "NYX",
+ "name": "boneLuna",
+ "symbol": "bLUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unyx",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
- "coingeckoId": "nym",
+ "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
"denomUnits": [
{
"aliases": [
- "unym",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
],
- "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
"exponent": 0,
},
{
- "denom": "nym",
+ "denom": "RAC",
"exponent": 6,
},
],
- "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
- "display": "nym",
+ "description": "RAC",
+ "display": "RAC",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
- "theme": {
- "circle": true,
- "darkMode": false,
- },
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
"theme": {
- "circle": true,
- "darkMode": true,
+ "primaryColorHex": "#2b2434",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
},
- "name": "NYM",
- "symbol": "NYM",
+ "name": "Racoon",
+ "symbol": "RAC",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unym",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
- "coingeckoId": "odin-protocol",
+ "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
"denomUnits": [
{
"aliases": [
- "loki",
+ "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
],
- "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
"exponent": 0,
},
{
- "denom": "odin",
+ "denom": "ASH",
"exponent": 6,
},
],
- "description": "Staking and governance token for ODIN Protocol",
- "display": "odin",
+ "description": "ASH",
+ "display": "ASH",
"images": [
{
- "imageSync": {
- "baseDenom": "loki",
- "chainName": "odin",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
},
- "name": "ODIN",
- "symbol": "ODIN",
+ "name": "ASH",
+ "symbol": "ASH",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "loki",
- "chain_name": "odin",
- "channel_id": "channel-3",
+ "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
"denomUnits": [
{
"aliases": [
- "mGeo",
+ "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
],
- "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
"exponent": 0,
},
{
- "denom": "geo",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "GEO token for ODIN Protocol",
- "display": "geo",
+ "description": "Tether USDt on Migaloo",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "mGeo",
- "chainName": "odin",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "GEO",
- "symbol": "GEO",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "mGeo",
- "chain_name": "odin",
- "channel_id": "channel-3",
+ "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
"denomUnits": [
{
"aliases": [
- "mO9W",
+ "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
],
- "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
"exponent": 0,
},
{
- "denom": "O9W",
+ "denom": "GUPPY",
"exponent": 6,
},
],
- "description": "O9W token for ODIN Protocol",
- "display": "O9W",
+ "description": "GUPPY",
+ "display": "GUPPY",
"images": [
{
- "imageSync": {
- "baseDenom": "mO9W",
- "chainName": "odin",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
},
- "name": "O9W",
- "symbol": "O9W",
+ "name": "GUPPY",
+ "symbol": "GUPPY",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "mO9W",
- "chain_name": "odin",
- "channel_id": "channel-3",
+ "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
- "coingeckoId": "omniflix-network",
+ "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
"denomUnits": [
{
"aliases": [
- "uflix",
+ "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
],
- "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
"exponent": 0,
},
{
- "denom": "flix",
+ "denom": "OPHIR",
"exponent": 6,
},
],
- "description": "The native staking token of OmniFlix Hub.",
- "display": "flix",
+ "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
+ "display": "OPHIR",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
- },
- "name": "Flix",
- "socials": {
- "twitter": "https://twitter.com/OmniFlixNetwork",
- "website": "https://omniflix.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
},
- "symbol": "FLIX",
+ "name": "OPHIR",
+ "symbol": "OPHIR",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uflix",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
"denomUnits": [
{
"aliases": [
- "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
],
- "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "SHARK",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "SHARK is the apex price prediction market within Cosmos.",
+ "display": "SHARK",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "theme": {
+ "primaryColorHex": "#062d54",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "SHARK",
+ "symbol": "SHARK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
],
- "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "lsdSHARK",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "lsdSHARK is the liquid staking derivative of SHARK.",
+ "display": "lsdSHARK",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "theme": {
+ "primaryColorHex": "#0d739c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
},
- "name": "Osmosis osmo",
- "symbol": "OSMO",
+ "name": "lsdSHARK",
+ "symbol": "lsdSHARK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "coingeckoId": "terra-luna-2",
"denomUnits": [
{
"aliases": [
- "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
],
- "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "luna",
"exponent": 6,
},
],
- "display": "ist",
+ "description": "The native staking token of Terra.",
+ "display": "luna",
"images": [
{
"imageSync": {
- "baseDenom": "uist",
- "chainName": "agoric",
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "Agoric IST (Inter Stable Token)",
- "symbol": "IST",
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
@@ -17630,46 +19689,45 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
"denomUnits": [
{
"aliases": [
- "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
],
- "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "Rakoff",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Rakoff Token",
+ "display": "Rakoff",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chainName": "terra",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
- "name": "USD Coin (Axelar)",
- "symbol": "USDC.axl",
+ "name": "Rakoff",
+ "symbol": "RAKOFF",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
@@ -17677,611 +19735,630 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
"denomUnits": [
{
"aliases": [
- "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
],
- "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "gash",
"exponent": 6,
},
],
- "description": "Akash Token (AKT) is the Akash Network's native utility token",
- "display": "akt",
+ "description": "GASH",
+ "display": "gash",
"images": [
{
- "imageSync": {
- "baseDenom": "uakt",
- "chainName": "akash",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "theme": {
+ "primaryColorHex": "#1d0918",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
},
- "name": "Akash",
- "symbol": "AKT",
+ "name": "GASH",
+ "symbol": "GASH",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
"denomUnits": [
{
"aliases": [
- "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
],
- "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
"exponent": 0,
},
{
- "denom": "baddog",
+ "denom": "rstk",
"exponent": 6,
},
],
- "display": "baddog",
+ "description": "Restake DAO Token",
+ "display": "rstk",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "BadDog (Osmosis)",
- "symbol": "BADDOG.osmo",
+ "name": "RESTAKE",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
- "coingeckoId": "onomy-protocol",
+ "base": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
"denomUnits": [
{
"aliases": [
- "anom",
+ "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
],
- "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "denom": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
"exponent": 0,
},
{
- "denom": "nom",
- "exponent": 18,
+ "denom": "frog",
+ "exponent": 6,
},
],
- "description": "The native token of Onomy Protocol",
- "display": "nom",
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "imageSync": {
+ "baseDenom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chainName": "terra",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
},
],
- "keywords": [
- "dex",
- "stablecoin",
- "bridge",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
},
- "name": "Nom",
- "symbol": "NOM",
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
"traces": [
{
"chain": {
- "channel_id": "channel-525",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "anom",
- "chain_name": "onomy",
- "channel_id": "channel-0",
+ "base_denom": "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
- "coingeckoId": "oraichain-token",
+ "base": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
"denomUnits": [
{
"aliases": [
- "orai",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
],
- "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "denom": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
"exponent": 0,
},
{
- "denom": "ORAI",
+ "denom": "GRAC",
"exponent": 6,
},
],
- "description": "The native token of Oraichain",
- "display": "ORAI",
+ "description": "GRAC is the official token of Racoon.Bet's gaming platform.",
+ "display": "GRAC",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ "theme": {
+ "primaryColorHex": "#f5bf09",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
},
- "name": "Oraichain",
- "symbol": "ORAI",
+ "name": "Gaming RAC Token",
+ "symbol": "GRAC",
"traces": [
{
"chain": {
- "channel_id": "channel-216",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "orai",
- "chain_name": "oraichain",
- "channel_id": "channel-13",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
- "coingeckoId": "",
+ "base": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
"denomUnits": [
{
"aliases": [
- "uebl",
+ "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
],
- "denom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
+ "denom": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
"exponent": 0,
},
{
- "denom": "ebl",
+ "denom": "wind",
"exponent": 6,
},
],
- "description": "The native staking token of 8ball.",
- "display": "ebl",
+ "display": "wind",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "imageSync": {
+ "baseDenom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "8ball",
- "symbol": "EBL",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-641",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uebl",
- "chain_name": "8ball",
- "channel_id": "channel-16",
+ "base_denom": "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
- "coingeckoId": "arable-protocol",
+ "base": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
"denomUnits": [
{
"aliases": [
- "aacre",
+ "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
],
- "denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ "denom": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
"exponent": 0,
},
{
- "denom": "acre",
- "exponent": 18,
+ "denom": "shitmos",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Acrechain",
- "display": "acre",
+ "display": "shitmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#639BFF",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
- },
- "name": "Acre",
- "socials": {
- "twitter": "https://twitter.com/ArableProtocol",
- "website": "https://arable.finance/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
},
- "symbol": "ACRE",
+ "name": "Shitmos",
+ "symbol": "SHITMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-490",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "aacre",
- "chain_name": "acrechain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
- "coingeckoId": "arable-usd",
+ "base": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
"denomUnits": [
{
"aliases": [
- "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
+ "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
],
- "denom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ "denom": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
"exponent": 0,
},
{
- "denom": "arusd",
- "exponent": 18,
+ "denom": "ampGASH",
+ "exponent": 6,
},
],
- "description": "Overcollateralized stable coin for Arable derivatives v1",
- "display": "arusd",
+ "description": "ERIS Liquid Alliance Staked GASH",
+ "display": "ampGASH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
- },
- "name": "Arable USD",
- "socials": {
- "twitter": "https://twitter.com/ArableProtocol",
- "website": "https://arable.finance/",
- },
- "symbol": "arUSD",
+ "name": "ampGASH",
+ "symbol": "ampGASH",
"traces": [
{
"chain": {
- "channel_id": "channel-490",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
- "chain_name": "acrechain",
- "channel_id": "channel-0",
+ "base_denom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ "base": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
"denomUnits": [
{
"aliases": [
- "erc20/0xAE6D3334989a22A65228732446731438672418F2",
+ "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
],
- "denom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ "denom": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
"exponent": 0,
},
{
- "denom": "cnto",
- "exponent": 18,
+ "denom": "SYN",
+ "exponent": 6,
},
],
- "description": "Ciento Exchange Token",
- "display": "cnto",
+ "display": "SYN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "imageSync": {
+ "baseDenom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "Ciento Token",
- "symbol": "CNTO",
+ "name": "SYN",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-490",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "erc20/0xAE6D3334989a22A65228732446731438672418F2",
- "chain_name": "acrechain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
- "coingeckoId": "agoric",
+ "base": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ "coingeckoId": "neutaro",
"denomUnits": [
{
"aliases": [
- "ubld",
+ "uneutaro",
],
- "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ "denom": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
"exponent": 0,
},
{
- "denom": "bld",
+ "denom": "neutaro",
"exponent": 6,
},
],
- "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
- "display": "bld",
+ "description": "The native token of Neutaro",
+ "display": "neutaro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ "theme": {
+ "primaryColorHex": "#cbfb06",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
- },
- "name": "Agoric",
- "socials": {
- "twitter": "https://twitter.com/agoric",
- "website": "https://agoric.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
},
- "symbol": "BLD",
+ "name": "Neutaro",
+ "symbol": "NTMPI",
"traces": [
{
"chain": {
- "channel_id": "channel-320",
+ "channel_id": "channel-79092",
},
"counterparty": {
- "base_denom": "ubld",
- "chain_name": "agoric",
- "channel_id": "channel-1",
+ "base_denom": "uneutaro",
+ "chain_name": "neutaro",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
- "coingeckoId": "inter-stable-token",
+ "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "coingeckoId": "neutron-3",
"denomUnits": [
{
"aliases": [
- "uist",
+ "untrn",
],
- "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "ntrn",
"exponent": 6,
},
],
- "description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
- "display": "ist",
+ "description": "Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub's security to provide cross-chain DeFi applications.",
+ "display": "ntrn",
+ "extendedDescription": "Neutron is a blockchain network designed to bring smart contracts to the Cosmos ecosystem using CosmWasm. It leverages Interchain Security to rely on the Cosmos Hub's validator set, enhancing its security without needing its own validators. This allows Neutron to provide robust, cross-chain smart contract applications across more than 50 interconnected blockchains. Neutron's focus on interchain queries and transactions enables secure data retrieval and transaction execution across multiple chains, fostering the development of complex and decentralized applications within the Cosmos network.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "Inter Stable Token",
- "symbol": "IST",
+ "name": "Neutron",
+ "socials": {
+ "twitter": "https://twitter.com/Neutron_org",
+ "website": "https://neutron.org/",
+ },
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-320",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uist",
- "chain_name": "agoric",
- "channel_id": "channel-1",
+ "base_denom": "untrn",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
- "coingeckoId": "aioz-network",
+ "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
"denomUnits": [
{
"aliases": [
- "attoaioz",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
+ "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
"exponent": 0,
},
{
- "denom": "nanoaioz",
- "exponent": 9,
- },
- {
- "denom": "aioz",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of the AIOZ Network.",
- "display": "aioz",
+ "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
- },
- "name": "AIOZ",
- "socials": {
- "twitter": "https://twitter.com/AIOZNetwork",
- "website": "https://aioz.network/",
+ "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",
},
- "symbol": "AIOZ",
+ "name": "IBC atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-779",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "attoaioz",
- "chain_name": "aioz",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "coingeckoId": "akash-network",
+ "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
"denomUnits": [
{
"aliases": [
- "uakt",
+ "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
],
- "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "axlusdc",
"exponent": 6,
},
],
- "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",
+ "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
+ "display": "axlusdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"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",
- },
- "name": "Akash Network",
- "socials": {
- "twitter": "https://twitter.com/akashnet_",
- "website": "https://akash.network/",
+ "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",
},
- "symbol": "AKT",
+ "name": "USD Coin (Axelar)",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uakt",
- "chain_name": "akash",
- "channel_id": "channel-9",
+ "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
+ "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
"denomUnits": [
{
"aliases": [
- "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
+ "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
],
- "denom": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
+ "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "Tether USDt on Akash",
- "display": "usdt",
+ "description": "Tia on Neutron",
+ "display": "tia",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Celestia TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-1",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
- "chain_name": "akash",
- "channel_id": "channel-9",
+ "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -18289,145 +20366,141 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
- "coingeckoId": "archway",
+ "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
"denomUnits": [
{
"aliases": [
- "aarch",
+ "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
],
- "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
+ "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
"exponent": 0,
},
{
- "denom": "uarch",
- "exponent": 12,
- },
- {
- "denom": "arch",
- "exponent": 18,
+ "denom": "ASTROPEPE",
+ "exponent": 6,
},
],
- "description": "The native token of Archway network",
- "display": "arch",
+ "description": "Astropepe meme coin",
+ "display": "ASTROPEPE",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "theme": {
+ "primaryColorHex": "#47391d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
- },
- "name": "Archway",
- "socials": {
- "twitter": "https://twitter.com/archwayHQ",
- "website": "https://archway.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
},
- "symbol": "ARCH",
+ "name": "AstroPepe",
+ "symbol": "ASTROPEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-1429",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "aarch",
- "chain_name": "archway",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
+ "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
],
- "denom": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
+ "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "denom": "wstETH",
+ "exponent": 18,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "wstETH on Neutron",
+ "display": "wstETH",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "wstETH",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-1429",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
- "chain_name": "archway",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
+ "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
"denomUnits": [
{
"aliases": [
- "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
+ "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
],
- "denom": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
+ "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
"exponent": 0,
},
{
- "denom": "vdl",
+ "denom": "sat",
"exponent": 6,
},
],
- "description": "The native token of Vidulum",
- "display": "vdl",
+ "description": "NBTC on Neutron",
+ "display": "sat",
"images": [
{
"imageSync": {
- "baseDenom": "uvdl",
- "chainName": "vidulum",
+ "baseDenom": "usat",
+ "chainName": "nomic",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Vidulum",
- "symbol": "VDL",
+ "name": "Nomic NBTC",
+ "symbol": "SAT",
"traces": [
{
"chain": {
- "channel_id": "channel-1429",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
- "chain_name": "archway",
- "channel_id": "channel-1",
+ "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -18435,1818 +20508,1992 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
"denomUnits": [
{
"aliases": [
- "arkh",
+ "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
],
- "denom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
"exponent": 0,
},
{
- "denom": "ARKH",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The native token of Arkhadian",
- "display": "ARKH",
+ "description": "DYDX on Neutron",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
- },
- "name": "Arkh",
- "socials": {
- "twitter": "https://twitter.com/ArkhadianSas",
- "website": "https://arkhadian.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "symbol": "ARKH",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-648",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "arkh",
- "chain_name": "arkh",
- "channel_id": "channel-12",
+ "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
- "coingeckoId": "assetmantle",
+ "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "coingeckoId": "newt",
"denomUnits": [
{
"aliases": [
- "umntl",
+ "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
],
- "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
"exponent": 0,
},
{
- "denom": "mntl",
+ "denom": "newt",
"exponent": 6,
},
],
- "description": "The native token of Asset Mantle",
- "display": "mntl",
+ "description": "The cutest NEWT token on Neutron chain.",
+ "display": "newt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "theme": {
+ "primaryColorHex": "#16233d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
- },
- "name": "AssetMantle",
- "socials": {
- "twitter": "https://twitter.com/AssetMantle",
- "website": "https://www.assetmantle.one/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
},
- "symbol": "MNTL",
+ "name": "Newt",
+ "symbol": "NEWT",
"traces": [
{
"chain": {
- "channel_id": "channel-232",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "umntl",
- "chain_name": "assetmantle",
- "channel_id": "channel-0",
+ "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
- "coingeckoId": "aura-network",
+ "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "coingeckoId": "astroport-fi",
"denomUnits": [
{
"aliases": [
- "uaura",
+ "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
],
- "denom": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
+ "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
"exponent": 0,
},
{
- "denom": "aura",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The native token of Aura Network",
- "display": "aura",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Aura",
- "symbol": "AURA",
+ "name": "Astroport token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-11304",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uaura",
- "chain_name": "aura",
+ "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chain_name": "neutron",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
- "coingeckoId": "axelar",
+ "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
"denomUnits": [
{
"aliases": [
- "uaxl",
+ "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
],
- "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
"exponent": 0,
},
{
- "denom": "axl",
+ "denom": "xASTRO",
"exponent": 6,
},
],
- "description": "The native token of Axelar",
- "display": "axl",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "xASTRO",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
- "name": "Axelar",
+ "name": "Staked Astroport Token",
"socials": {
- "twitter": "https://twitter.com/axelarnetwork",
- "website": "https://axelar.network/",
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
},
- "symbol": "AXL",
+ "symbol": "xASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uaxl",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "coingeckoId": "axlusdc",
+ "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
],
- "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "astro.cw20",
"exponent": 6,
},
],
- "description": "Circle's stablecoin on Axelar",
- "display": "usdc",
+ "description": "ASTRO.cw20 on Neutron",
+ "display": "astro.cw20",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Astroport CW20 token",
+ "symbol": "ASTRO.cw20",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
"denomUnits": [
{
"aliases": [
- "frax-wei",
+ "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
],
- "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
"exponent": 0,
},
{
- "denom": "frax",
- "exponent": 18,
+ "denom": "corgi",
+ "exponent": 6,
},
],
- "description": "Frax's fractional-algorithmic stablecoin on Axelar",
- "display": "frax",
+ "description": "Baby Corgi is the real doggo of Neutron!",
+ "display": "corgi",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "theme": {
+ "primaryColorHex": "#fab442",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
},
- "name": "Frax",
- "symbol": "FRAX",
+ "name": "Baby Corgi",
+ "symbol": "CORGI",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "frax-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
"denomUnits": [
{
"aliases": [
- "dai-wei",
+ "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
],
- "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
"exponent": 0,
},
{
- "denom": "dai",
- "exponent": 18,
+ "denom": "circus",
+ "exponent": 6,
},
],
- "description": "Dai stablecoin on Axelar",
- "display": "dai",
+ "description": "clownmaxxed store of value",
+ "display": "circus",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "theme": {
+ "primaryColorHex": "#242033",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
},
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "name": "AtomEconomicZone69JaeKwonInu",
+ "symbol": "CIRCUS",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "dai-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
"denomUnits": [
{
"aliases": [
- "uusdt",
+ "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
],
- "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "jimmy",
"exponent": 6,
},
],
- "description": "Tether's USD stablecoin on Axelar",
- "display": "usdt",
+ "description": "Jimmy Neutron Finance",
+ "display": "jimmy",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "theme": {
+ "primaryColorHex": "#7d3c20",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "jimmy",
+ "symbol": "JIMMY",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uusdt",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
"denomUnits": [
{
"aliases": [
- "weth-wei",
+ "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
],
- "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "bad",
+ "exponent": 6,
},
],
- "description": "Wrapped Ether on Axelar",
- "display": "weth",
+ "description": "Baddest coin on Cosmos",
+ "display": "bad",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "theme": {
+ "primaryColorHex": "#211a0d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
},
- "name": "Wrapped Ether",
- "symbol": "WETH",
+ "name": "Badcoin",
+ "symbol": "BAD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "weth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
"denomUnits": [
{
"aliases": [
- "wbtc-satoshi",
+ "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
],
- "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "bitcosmos",
+ "exponent": 6,
},
],
- "description": "Wrapped Bitcoin on Axelar",
- "display": "wbtc",
+ "description": "BITCOSMOS",
+ "display": "bitcosmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "theme": {
+ "primaryColorHex": "#1b0847",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Bitcosmos",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wbtc-satoshi",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
"denomUnits": [
{
"aliases": [
- "aave-wei",
+ "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
],
- "denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
"exponent": 0,
},
{
- "denom": "aave",
- "exponent": 18,
+ "denom": "wtf",
+ "exponent": 6,
},
],
- "description": "Aave on Axelar",
- "display": "aave",
- "images": [
+ "description": "What the Fuck",
+ "display": "wtf",
+ "images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "theme": {
+ "primaryColorHex": "#dcd5ab",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
},
- "name": "Aave",
- "symbol": "AAVE",
+ "name": "wtf",
+ "symbol": "WTF",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "aave-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
"denomUnits": [
{
"aliases": [
- "ape-wei",
+ "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
],
- "denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
"exponent": 0,
},
{
- "denom": "ape",
- "exponent": 18,
+ "denom": "nls",
+ "exponent": 6,
},
],
- "description": "ApeCoin on Axelar",
- "display": "ape",
+ "description": "NLS on Neutron",
+ "display": "nls",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "imageSync": {
+ "baseDenom": "unls",
+ "chainName": "nolus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "name": "ApeCoin",
- "symbol": "APE",
+ "name": "Nolus NLS",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ape-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
+ "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
"denomUnits": [
{
"aliases": [
- "axs-wei",
+ "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
],
- "denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
+ "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
"exponent": 0,
},
{
- "denom": "axs",
- "exponent": 18,
+ "denom": "goddard",
+ "exponent": 6,
},
],
- "description": "Axie Infinity Shard on Axelar",
- "display": "axs",
+ "description": "A Mechanical Canine",
+ "display": "goddard",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "theme": {
+ "primaryColorHex": "#516b80",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
},
- "name": "Axie Infinity Shard",
- "symbol": "AXS",
+ "name": "Goddard",
+ "symbol": "GODRD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "axs-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
"denomUnits": [
{
"aliases": [
- "link-wei",
+ "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
],
- "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
"exponent": 0,
},
{
- "denom": "link",
- "exponent": 18,
+ "denom": "apollo",
+ "exponent": 6,
},
],
- "description": "Chainlink on Axelar",
- "display": "link",
+ "description": "The deflationary utility token of the Apollo DAO project",
+ "display": "apollo",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
- "name": "Chainlink",
- "symbol": "LINK",
+ "name": "Apollo DAO",
+ "socials": {
+ "twitter": "https://twitter.com/ApolloDAO",
+ "website": "https://apollo.farm/",
+ },
+ "symbol": "APOLLO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "link-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
"denomUnits": [
{
"aliases": [
- "mkr-wei",
+ "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
],
- "denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
"exponent": 0,
},
{
- "denom": "mkr",
- "exponent": 18,
+ "denom": "newtroll",
+ "exponent": 6,
},
],
- "description": "Maker on Axelar",
- "display": "mkr",
+ "description": "NEWTROLL",
+ "display": "newtroll",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
- "name": "Maker",
- "symbol": "MKR",
+ "name": "Newtroll",
+ "symbol": "NTRL",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "mkr-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
"denomUnits": [
{
"aliases": [
- "rai-wei",
+ "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
],
- "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
"exponent": 0,
},
{
- "denom": "rai",
- "exponent": 18,
+ "denom": "retro",
+ "exponent": 6,
},
],
- "description": "Rai Reflex Index on Axelar",
- "display": "rai",
+ "description": "Retro Game",
+ "display": "retro",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
- "name": "Rai Reflex Index",
- "symbol": "RAI",
+ "name": "Retro",
+ "symbol": "RETRO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "rai-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
"denomUnits": [
{
"aliases": [
- "shib-wei",
+ "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
],
- "denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
"exponent": 0,
},
{
- "denom": "shib",
- "exponent": 18,
+ "denom": "goddard",
+ "exponent": 6,
},
],
- "description": "Shiba Inu on Axelar",
- "display": "shib",
+ "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
+ "display": "goddard",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
- "name": "Shiba Inu",
- "symbol": "SHIB",
+ "name": "Goddard",
+ "symbol": "GODDARD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "shib-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
+ "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
"denomUnits": [
{
"aliases": [
- "steth-wei",
+ "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
],
- "denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
+ "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
"exponent": 0,
},
{
- "denom": "steth",
- "exponent": 18,
+ "denom": "WOSMO",
+ "exponent": 6,
},
],
- "description": "Lido Staked Ether on Axelar",
- "display": "steth",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "Lido Staked Ether",
- "symbol": "stETH",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "steth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
+ "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
"denomUnits": [
{
"aliases": [
- "uni-wei",
+ "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
],
- "denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
+ "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
"exponent": 0,
},
{
- "denom": "uni",
- "exponent": 18,
+ "denom": "boy",
+ "exponent": 6,
},
],
- "description": "Uniswap on Axelar",
- "display": "uni",
+ "description": "Astro BOY",
+ "display": "boy",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "theme": {
+ "primaryColorHex": "#333333",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
},
- "name": "Uniswap",
- "symbol": "UNI",
+ "name": "boy",
+ "symbol": "BOY",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uni-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
+ "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
"denomUnits": [
{
"aliases": [
- "xcn-wei",
+ "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
],
- "denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
+ "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
"exponent": 0,
},
{
- "denom": "xcn",
- "exponent": 18,
+ "denom": "BADKID",
+ "exponent": 6,
},
],
- "description": "Chain on Axelar",
- "display": "xcn",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "name": "Chain",
- "symbol": "XCN",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "xcn-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
"denomUnits": [
{
"aliases": [
- "dot-planck",
+ "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
],
- "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
"exponent": 0,
},
{
- "denom": "dot",
- "exponent": 10,
+ "denom": "cartel",
+ "exponent": 6,
},
],
- "description": "Wrapped Polkadot on Axelar",
- "display": "dot",
+ "description": "Reflections of cartel activity on Cosmos.",
+ "display": "cartel",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "theme": {
+ "primaryColorHex": "#8c9098",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
},
- "name": "Wrapped Polkadot",
- "symbol": "DOT",
+ "name": "cartel",
+ "symbol": "CARTEL",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "dot-planck",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
"denomUnits": [
{
"aliases": [
- "wglmr-wei",
+ "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
],
- "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
"exponent": 0,
},
{
- "denom": "wglmr",
- "exponent": 18,
+ "denom": "ATOM1KLFG",
+ "exponent": 6,
},
],
- "description": "Wrapped Moonbeam on Axelar",
- "display": "wglmr",
+ "description": "$ATOM to $1,000 LFG!!",
+ "display": "ATOM1KLFG",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
},
- "name": "Wrapped Moonbeam",
- "symbol": "WGLMR",
+ "name": "ATOM1KLFG",
+ "symbol": "ATOM1KLFG",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wglmr-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "wmatic-wei",
+ "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
],
- "denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
"exponent": 0,
},
{
- "denom": "wmatic",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "Wrapped Matic on Axelar",
- "display": "wmatic",
+ "description": "USD Coin on Neutron",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Wrapped Matic",
- "symbol": "WMATIC",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wmatic-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ "base": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
"denomUnits": [
{
"aliases": [
- "wbnb-wei",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
],
- "denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ "denom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
"exponent": 0,
},
{
- "denom": "wbnb",
- "exponent": 18,
+ "denom": "WEIRD",
+ "exponent": 6,
},
],
- "description": "Wrapped BNB on Axelar",
- "display": "wbnb",
+ "description": "WEIRD FRIENDS token",
+ "display": "WEIRD",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
},
- "name": "Wrapped BNB",
- "symbol": "WBNB",
+ "name": "WEIRD",
+ "symbol": "WEIRD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wbnb-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ "base": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
"denomUnits": [
{
"aliases": [
- "busd-wei",
+ "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
],
- "denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ "denom": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
"exponent": 0,
},
{
- "denom": "busd",
- "exponent": 18,
+ "denom": "takumi",
+ "exponent": 6,
},
],
- "description": "Binance USD on Axelar.",
- "display": "busd",
+ "display": "takumi",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png",
+ "theme": {
+ "primaryColorHex": "#556867",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
- },
- "name": "Binance USD",
- "symbol": "BUSD",
+ "name": "Takumi Asano",
+ "symbol": "TAKUMI",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "busd-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ "base": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
"denomUnits": [
{
"aliases": [
- "wavax-wei",
+ "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
],
- "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ "denom": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "NBZ",
+ "exponent": 6,
},
],
- "description": "Wrapped AVAX on Axelar.",
- "display": "avax",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "Wrapped AVAX",
- "symbol": "WAVAX",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wavax-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ "base": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
"denomUnits": [
{
"aliases": [
- "wftm-wei",
+ "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
],
- "denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ "denom": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
"exponent": 0,
},
{
- "denom": "ftm",
- "exponent": 18,
+ "denom": "MARS",
+ "exponent": 6,
},
],
- "description": "Wrapped FTM on Axelar.",
- "display": "ftm",
+ "description": "Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.",
+ "display": "MARS",
+ "extendedDescription": "Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "theme": {
+ "primaryColorHex": "#ef4136",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
},
- "name": "Wrapped FTM",
- "symbol": "WFTM",
+ "name": "Mars Protocol token",
+ "socials": {
+ "twitter": "https://x.com/mars_protocol",
+ "website": "https://marsprotocol.io/",
+ },
+ "symbol": "MARS",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wftm-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ "base": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
+ "coingeckoId": "drop-staked-atom",
"denomUnits": [
{
"aliases": [
- "polygon-uusdc",
+ "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
],
- "denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ "denom": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
"exponent": 0,
},
{
- "denom": "polygon-usdc",
+ "denom": "dATOM",
"exponent": 6,
},
],
- "description": "Circle's stablecoin from Polygon on Axelar",
- "display": "polygon-usdc",
+ "description": "Drop staked ATOM",
+ "display": "dATOM",
+ "extendedDescription": "Drop protocol token for the interchain liquidity",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "USD Coin from Polygon",
- "symbol": "USDC",
+ "name": "dATOM",
+ "socials": {
+ "twitter": "https://x.com/Dropdotmoney",
+ "website": "https://www.drop.money/",
+ },
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "polygon-uusdc",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ "base": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
"denomUnits": [
{
"aliases": [
- "avalanche-uusdc",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
],
- "denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ "denom": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
"exponent": 0,
},
{
- "denom": "avalanche-usdc",
+ "denom": "SIN",
"exponent": 6,
},
],
- "description": "Circle's stablecoin from Avalanche on Axelar",
- "display": "avalanche-usdc",
+ "description": "SinGarden token",
+ "display": "SIN",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
},
- "name": "USD Coin from Avalanche",
- "symbol": "USDC",
+ "name": "SIN",
+ "symbol": "SIN",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "avalanche-uusdc",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ "base": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
"denomUnits": [
{
"aliases": [
- "wfil-wei",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
],
- "denom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ "denom": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
"exponent": 0,
},
{
- "denom": "fil",
- "exponent": 18,
+ "denom": "GOP",
+ "exponent": 6,
},
],
- "description": "Wrapped FIL on Axelar",
- "display": "fil",
+ "description": "CryptoGopniks token",
+ "display": "GOP",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
},
- "name": "Wrapped FIL from Filecoin",
- "symbol": "axlFIL",
+ "name": "GOP",
+ "symbol": "GOP",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wfil-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ "base": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
"denomUnits": [
{
"aliases": [
- "arb-wei",
+ "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
],
- "denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ "denom": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
"exponent": 0,
},
{
- "denom": "arb",
- "exponent": 18,
+ "denom": "arena",
+ "exponent": 6,
},
],
- "description": "Arbitrum on Axelar",
- "display": "arb",
+ "description": "The governance token of the Arena DAO",
+ "display": "arena",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#FF8000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
},
- "name": "Arbitrum",
- "symbol": "ARB",
+ "name": "Arena Token",
+ "socials": {
+ "twitter": "https://x.com/ArenaDAO",
+ "website": "https://arenadao.org/",
+ },
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "arb-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "coingeckoId": "nibiru",
"denomUnits": [
{
"aliases": [
- "pepe-wei",
+ "unibi",
],
- "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
"exponent": 0,
},
{
- "denom": "pepe",
+ "denom": "nibi",
+ "exponent": 6,
+ },
+ {
+ "denom": "attonibi",
"exponent": 18,
},
],
- "display": "pepe",
+ "description": "The native token of Nibiru network",
+ "display": "nibi",
+ "extendedDescription": "Nibiru hosts a variety of ecosystem partners in a wide variety of consumer sectors. From RWAs (Coded Estate) to DeFi (Constella, NOM) to Gaming (Blockchain Game Alliance, IntoTheVerse), Nibiru is advancing multiple emerging blockchain narratives that will onboard the next billion users.",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "theme": {
+ "primaryColorHex": "#14c0ce",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
},
- "name": "Pepe",
- "symbol": "PEPE",
+ "name": "Nibiru",
+ "socials": {
+ "twitter": "https://twitter.com/nibiruchain",
+ "website": "https://nibiru.fi",
+ },
+ "symbol": "NIBI",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "pepe-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "unibi",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ "base": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
"denomUnits": [
{
"aliases": [
- "cbeth-wei",
+ "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
],
- "denom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ "denom": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
"exponent": 0,
},
- {
- "denom": "cbeth",
- "exponent": 18,
- },
- ],
- "display": "cbeth",
- "images": [
- {
- "imageSync": {
- "baseDenom": "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
- "chainName": "ethereum",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
- },
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
- },
- "name": "Coinbase Wrapped Staked ETH",
- "symbol": "cbETH",
+ "description": "uoprek",
+ "display": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "name": "uoprek",
+ "symbol": "UOPREK",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "cbeth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ "base": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
"denomUnits": [
{
"aliases": [
- "reth-wei",
+ "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
],
- "denom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ "denom": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
"exponent": 0,
},
+ ],
+ "description": "utestate",
+ "display": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "name": "utestate",
+ "symbol": "UTESTATE",
+ "traces": [
{
- "denom": "reth",
- "exponent": 18,
+ "chain": {
+ "channel_id": "channel-21113",
+ },
+ "counterparty": {
+ "base_denom": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
},
],
- "display": "reth",
- "images": [
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
+ "denomUnits": [
{
- "imageSync": {
- "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
- "chainName": "ethereum",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "aliases": [
+ "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ ],
+ "denom": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
+ "exponent": 0,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
- },
- "name": "Rocket Pool Ether",
- "symbol": "rETH",
+ "description": "npp",
+ "display": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "name": "npp",
+ "symbol": "NPP",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "reth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
"denomUnits": [
{
"aliases": [
- "sfrxeth-wei",
+ "ustake",
],
- "denom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
"exponent": 0,
},
{
- "denom": "sfrxeth",
- "exponent": 18,
+ "denom": "stake",
+ "exponent": 6,
},
],
- "display": "sfrxeth",
+ "description": "The permissioned staking asset for Noble Chain",
+ "display": "stake",
"images": [
{
- "imageSync": {
- "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "theme": {
+ "primaryColorHex": "#a8bbfb",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
},
- "name": "Staked Frax Ether",
- "symbol": "sfrxETH",
+ "name": "Stake",
+ "symbol": "STAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "sfrxeth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ustake",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
"denomUnits": [
{
"aliases": [
- "wsteth-wei",
+ "ufrienzies",
],
- "denom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
"exponent": 0,
},
{
- "denom": "wsteth",
- "exponent": 18,
+ "denom": "frienzies",
+ "exponent": 6,
},
],
- "display": "wsteth",
+ "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
+ "display": "frienzies",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "theme": {
+ "primaryColorHex": "#04041c",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
},
- "name": "Wrapped Lido Staked Ether",
- "symbol": "wstETH",
+ "name": "Frienzies",
+ "symbol": "FRNZ",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "wsteth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ufrienzies",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
+ "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
"denomUnits": [
{
"aliases": [
- "yieldeth-wei",
+ "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
],
- "denom": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
+ "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
"exponent": 0,
},
{
- "denom": "YieldETH",
- "exponent": 18,
+ "aliases": [
+ "ATOM",
+ ],
+ "denom": "atom",
+ "exponent": 6,
},
],
- "display": "YieldETH",
+ "description": "ATOM token on Noble",
+ "display": "atom",
"images": [
{
"imageSync": {
- "baseDenom": "0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec",
- "chainName": "ethereum",
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "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",
},
- "name": "Real Yield Eth",
- "symbol": "YieldETH",
+ "name": "Atom Staking Coin",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "yieldeth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
+ "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ox-wei",
+ "uusdc",
],
- "denom": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
+ "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
"exponent": 0,
},
{
- "denom": "ox",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "display": "ox",
+ "description": "USD Coin",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f",
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Open Exchange Token",
- "symbol": "OX",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "ox-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "uusdc",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
- "coingeckoId": "band-protocol",
+ "base": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ "coingeckoId": "ondo-us-dollar-yield",
"denomUnits": [
{
"aliases": [
- "uband",
+ "ausdy",
],
- "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ "denom": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
"exponent": 0,
},
{
- "denom": "band",
- "exponent": 6,
+ "denom": "usdy",
+ "exponent": 18,
},
],
- "description": "The native token of BandChain",
- "display": "band",
+ "description": "Ondo US Dollar Yield",
+ "display": "usdy",
+ "extendedDescription": "USDY is a tokenized note secured by short-term US Treasuries and bank demand deposits. USDY is accessible to non-US individual and institutional investors and is transferable onchain 40-50 days after purchase.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "theme": {
+ "primaryColorHex": "#142c5c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
},
- "name": "Band Protocol",
+ "name": "Ondo US Dollar Yield",
"socials": {
- "twitter": "https://twitter.com/BandProtocol",
- "website": "https://www.bandprotocol.com/",
+ "twitter": "https://x.com/OndoFinance",
+ "website": "https://ondo.finance/usdy",
},
- "symbol": "BAND",
+ "symbol": "USDY",
"traces": [
{
"chain": {
- "channel_id": "channel-148",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uband",
- "chain_name": "bandchain",
- "channel_id": "channel-83",
+ "base_denom": "ausdy",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
- "coingeckoId": "bzedge",
+ "base": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
"denomUnits": [
{
"aliases": [
- "ubze",
+ "ueure",
],
- "denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ "denom": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
"exponent": 0,
},
{
- "denom": "bze",
+ "denom": "eure",
"exponent": 6,
},
],
- "description": "BeeZee native blockchain",
- "display": "bze",
+ "description": "EURe is a Euro-backed stablecoin issued by Monerium on Noble.",
+ "display": "eure",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "imageSync": {
+ "baseDenom": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#0095D7",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
- },
- "name": "BeeZee",
- "symbol": "BZE",
+ "name": "Monerium EUR emoney",
+ "symbol": "EURe",
"traces": [
{
"chain": {
- "channel_id": "channel-340",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "ubze",
- "chain_name": "beezee",
- "channel_id": "channel-0",
+ "base_denom": "ueure",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
- "coingeckoId": "bitcanna",
+ "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
"denomUnits": [
{
"aliases": [
- "ubcna",
+ "unois",
],
- "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
"exponent": 0,
},
{
- "denom": "bcna",
+ "denom": "nois",
"exponent": 6,
},
],
- "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",
+ "description": "The native token of Nois",
+ "display": "nois",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "theme": {
+ "primaryColorHex": "#0c0c14",
+ },
},
],
+ "keywords": [
+ "nois",
+ "randomness",
+ "drand",
+ "wasm",
+ ],
"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",
- },
- "name": "BitCanna",
- "socials": {
- "twitter": "https://twitter.com/BitCannaGlobal",
- "website": "http://www.bitcanna.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
},
- "symbol": "BCNA",
+ "name": "Nois",
+ "symbol": "NOIS",
"traces": [
{
"chain": {
- "channel_id": "channel-51",
+ "channel_id": "channel-8277",
},
"counterparty": {
- "base_denom": "ubcna",
- "chain_name": "bitcanna",
- "channel_id": "channel-1",
+ "base_denom": "unois",
+ "chain_name": "nois",
+ "channel_id": "channel-37",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
- "coingeckoId": "bitsong",
+ "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "coingeckoId": "nolus",
"denomUnits": [
{
"aliases": [
- "ubtsg",
+ "unls",
],
- "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
"exponent": 0,
},
{
- "denom": "btsg",
+ "denom": "nls",
"exponent": 6,
},
],
- "description": "BitSong Native Token",
- "display": "btsg",
+ "description": "The native token of Nolus chain",
+ "display": "nls",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "name": "BitSong",
+ "name": "Nolus",
"socials": {
- "twitter": "https://twitter.com/BitSongOfficial",
- "website": "https://bitsong.io/",
+ "twitter": "https://twitter.com/NolusProtocol",
+ "website": "https://nolus.io/",
},
- "symbol": "BTSG",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ubtsg",
- "chain_name": "bitsong",
+ "base_denom": "unls",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -20255,1104 +22502,1349 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
+ "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
"denomUnits": [
{
"aliases": [
- "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
+ "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
],
- "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
+ "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
"exponent": 0,
},
{
- "denom": "clay",
+ "aliases": [],
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Adam Clay a BitSong Music FanToken",
- "display": "clay",
+ "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "Adam Clay FanToken",
- "symbol": "CLAY",
+ "name": "axlUSDC",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
- "chain_name": "bitsong",
+ "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
+ "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
"denomUnits": [
{
"aliases": [
- "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
],
- "denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
+ "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
"exponent": 0,
},
{
- "denom": "fasano",
+ "aliases": [],
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "Nicola Fasano a BitSong Music FanToken",
- "display": "fasano",
+ "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "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",
},
- "name": "Nicola Fasano Fantoken",
- "symbol": "FASANO",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
- "chain_name": "bitsong",
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
+ "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
"denomUnits": [
{
"aliases": [
- "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
+ "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
],
- "denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
+ "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
"exponent": 0,
},
{
- "denom": "d9x",
+ "aliases": [],
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "Delta 9 a BitSong Music FanToken",
- "display": "d9x",
+ "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "imageSync": {
+ "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Delta 9 Fantoken",
- "symbol": "D9X",
+ "name": "Osmosis",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
- "chain_name": "bitsong",
+ "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
+ "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
"denomUnits": [
{
"aliases": [
- "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
+ "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
],
- "denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
+ "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
"exponent": 0,
},
{
- "denom": "fonti",
+ "aliases": [],
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "FONTI a BitSong Music FanToken",
- "display": "fonti",
+ "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "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",
},
- "name": "FONTI Fantoken",
- "symbol": "FONTI",
+ "name": "Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
- "chain_name": "bitsong",
+ "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
+ "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
"denomUnits": [
{
"aliases": [
- "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
+ "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
],
- "denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
+ "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
"exponent": 0,
},
{
- "denom": "bjks",
+ "aliases": [],
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "BlackJack a BitSong Music FanToken",
- "display": "bjks",
+ "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "statom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "imageSync": {
+ "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "BlackJack Fantoken",
- "symbol": "BJKS",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
- "chain_name": "bitsong",
+ "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
+ "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
"denomUnits": [
{
"aliases": [
- "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
+ "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
],
- "denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
+ "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
"exponent": 0,
},
{
- "denom": "rwne",
- "exponent": 6,
+ "aliases": [],
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "Rawanne a BitSong Music FanToken",
- "display": "rwne",
+ "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "weth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "imageSync": {
+ "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
},
- "name": "Rawanne Fantoken",
- "symbol": "RWNE",
+ "name": "WETH",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
- "chain_name": "bitsong",
+ "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
+ "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
"denomUnits": [
{
"aliases": [
- "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
+ "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
],
- "denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
+ "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
"exponent": 0,
},
{
- "denom": "enmoda",
- "exponent": 6,
+ "aliases": [],
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "Enmoda a BitSong Music FanToken",
- "display": "enmoda",
+ "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "Enmoda Fantoken",
- "symbol": "ENMODA",
+ "name": "WBTC",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
- "chain_name": "bitsong",
+ "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
+ "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
"denomUnits": [
{
"aliases": [
- "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
+ "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
],
- "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
+ "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
"exponent": 0,
},
{
- "denom": "404dr",
+ "aliases": [],
+ "denom": "akt",
"exponent": 6,
},
],
- "description": "404Deep Records a BitSong Music FanToken",
- "display": "404dr",
+ "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "akt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "imageSync": {
+ "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "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",
},
- "name": "404Deep Records Fantoken",
- "symbol": "404DR",
+ "name": "AKT",
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
- "chain_name": "bitsong",
+ "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
+ "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
"denomUnits": [
{
"aliases": [
- "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
+ "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
],
- "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
+ "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
"exponent": 0,
},
{
- "denom": "n43",
+ "aliases": [],
+ "denom": "axl",
"exponent": 6,
},
],
- "description": "N43 a BitSong Music FanToken",
- "display": "n43",
+ "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "axl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "imageSync": {
+ "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "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",
},
- "name": "N43 Fantoken",
- "symbol": "N43",
+ "name": "AXL",
+ "symbol": "AXL",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
- "chain_name": "bitsong",
+ "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
+ "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
"denomUnits": [
{
"aliases": [
- "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
+ "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
],
- "denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
+ "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
"exponent": 0,
},
{
- "denom": "lobo",
+ "aliases": [],
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "Puro Lobo a BitSong Music FanToken",
- "display": "lobo",
+ "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "juno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "imageSync": {
+ "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "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",
},
- "name": "Puro Lobo Fantoken",
- "symbol": "LOBO",
+ "name": "JUNO",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
- "chain_name": "bitsong",
+ "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
+ "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
"denomUnits": [
{
"aliases": [
- "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
+ "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
],
- "denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
+ "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
"exponent": 0,
},
{
- "denom": "vibra",
- "exponent": 6,
+ "aliases": [],
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Vibranium a BitSong Music FanToken",
- "display": "vibra",
+ "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "evmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "imageSync": {
+ "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "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",
},
- "name": "Vibranium Fantoken",
- "symbol": "VIBRA",
+ "name": "EVMOS",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
- "chain_name": "bitsong",
+ "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
+ "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
"denomUnits": [
{
"aliases": [
- "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
+ "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
],
- "denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
+ "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
"exponent": 0,
},
{
- "denom": "karina",
+ "aliases": [],
+ "denom": "stk/atom",
"exponent": 6,
},
],
- "description": "Karina a BitSong Music FanToken",
- "display": "karina",
+ "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stk/atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "imageSync": {
+ "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "Karina Fantoken",
- "symbol": "KARINA",
+ "name": "stkATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
- "chain_name": "bitsong",
+ "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
+ "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
"denomUnits": [
{
"aliases": [
- "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
+ "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
],
- "denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
+ "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
"exponent": 0,
},
{
- "denom": "testa",
+ "aliases": [],
+ "denom": "scrt",
"exponent": 6,
},
],
- "description": "Luca Testa a BitSong Music FanToken",
- "display": "testa",
+ "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "imageSync": {
+ "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "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",
},
- "name": "Luca Testa Fantoken",
- "symbol": "TESTA",
+ "name": "SCRT",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
- "chain_name": "bitsong",
+ "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
+ "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
"denomUnits": [
{
"aliases": [
- "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
+ "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
],
- "denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
+ "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
"exponent": 0,
},
{
- "denom": "cmqz",
- "exponent": 6,
+ "aliases": [],
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "Carolina Marquez a BitSong Music FanToken",
- "display": "cmqz",
- "images": [
+ "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cro",
+ "images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "imageSync": {
+ "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "Carolina Marquez Fantoken",
- "symbol": "CMQZ",
+ "name": "CRO",
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
- "chain_name": "bitsong",
+ "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
+ "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
"denomUnits": [
{
"aliases": [
- "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
+ "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
],
- "denom": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
+ "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
"exponent": 0,
},
{
- "denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
+ "aliases": [],
+ "denom": "stars",
"exponent": 6,
},
],
- "deprecated": true,
- "description": "[Redacted] a BitSong Music FanToken",
- "display": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
- "name": "[Redacted] Fantoken (ft3...A00)",
- "symbol": "LDON",
+ "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stars",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "STARS",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
- "chain_name": "bitsong",
+ "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
- "coingeckoId": "bluzelle",
+ "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
"denomUnits": [
{
"aliases": [
- "ubnt",
+ "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
],
- "denom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
"exponent": 0,
},
{
- "aliases": [
- "blz",
- ],
- "denom": "bnt",
+ "aliases": [],
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "The native token of Bluzelle",
- "display": "bnt",
+ "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "tia",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
- "keywords": [
- "bluzelle",
- "game",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
- },
- "name": "Bluzelle",
- "socials": {
- "twitter": "https://twitter.com/BluzelleHQ",
- "website": "http://bluzelle.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "symbol": "BLZ",
+ "name": "TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-763",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ubnt",
- "chain_name": "bluzelle",
+ "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
- "coingeckoId": "",
+ "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
"denomUnits": [
{
"aliases": [
- "uelt",
+ "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
],
- "denom": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
+ "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
"exponent": 0,
},
{
- "denom": "elt",
+ "aliases": [],
+ "denom": "strd",
"exponent": 6,
},
],
- "description": "The ELT token of Bluzelle's Gamma 4 Gaming Ecosystem",
- "display": "elt",
+ "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "strd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "imageSync": {
+ "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
- "keywords": [
- "elt",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
- "name": "ELT",
- "symbol": "ELT",
+ "name": "STRD",
+ "symbol": "STRD",
"traces": [
{
"chain": {
- "channel_id": "channel-763",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uelt",
- "chain_name": "bluzelle",
+ "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
- "coingeckoId": "",
+ "base": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
"denomUnits": [
{
"aliases": [
- "ug4",
+ "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
],
- "denom": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
+ "denom": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
"exponent": 0,
},
{
- "denom": "g4",
- "exponent": 6,
+ "aliases": [],
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "The game token of Bluzelle's Gamma 4 Gaming Ecosystem",
- "display": "g4",
+ "description": "CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cudos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "imageSync": {
+ "baseDenom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
},
],
- "keywords": [
- "g4",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "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",
},
- "name": "G4",
- "symbol": "G4",
+ "name": "CUDOS",
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-763",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ug4",
- "chain_name": "bluzelle",
+ "base_denom": "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
- "coingeckoId": "bostrom",
+ "base": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
"denomUnits": [
{
"aliases": [
- "boot",
+ "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
],
- "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ "denom": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "allBTC",
+ "exponent": 8,
+ },
],
- "description": "The staking token of Bostrom",
- "display": "boot",
+ "description": "Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allBTC",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
},
- "name": "Bostrom",
- "symbol": "BOOT",
+ "name": "Alloyed BTC",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "boot",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
+ "base": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
"denomUnits": [
{
"aliases": [
- "hydrogen",
+ "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
],
- "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
+ "denom": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "allSOL",
+ "exponent": 9,
+ },
],
- "description": "The liquid staking token of Bostrom",
- "display": "hydrogen",
+ "description": "Alloyed SOL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allSOL",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "Bostrom Hydrogen",
- "symbol": "HYDROGEN",
+ "name": "Alloyed SOL",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "hydrogen",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
+ "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
"denomUnits": [
{
"aliases": [
- "milliampere",
+ "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
],
- "denom": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
+ "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
"exponent": 0,
},
{
- "aliases": [
- "ampere",
- ],
- "denom": "ampere",
- "exponent": 3,
+ "aliases": [],
+ "denom": "ntrn",
+ "exponent": 6,
},
],
- "description": "The resource token of Bostrom",
- "display": "ampere",
+ "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "ntrn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "imageSync": {
+ "baseDenom": "untrn",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "Bostrom Ampere",
- "symbol": "A",
+ "name": "NTRN",
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "milliampere",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
+ "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
"denomUnits": [
{
"aliases": [
- "millivolt",
+ "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
],
- "denom": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
+ "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
"exponent": 0,
},
{
- "aliases": [
- "volt",
- ],
- "denom": "volt",
- "exponent": 3,
+ "aliases": [],
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The resource token of Bostrom",
- "display": "volt",
+ "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "imageSync": {
+ "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Bostrom Volt",
- "symbol": "V",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "millivolt",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
+ "base": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
"denomUnits": [
{
"aliases": [
- "tocyb",
+ "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
],
- "denom": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
+ "denom": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "dATOM",
+ "exponent": 6,
+ },
],
- "description": "The staking token of Cyber",
- "display": "tocyb",
+ "description": "dATOM transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dATOM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "Bostrom Tocyb",
- "symbol": "TOCYB",
+ "name": "dATOM",
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "tocyb",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
- "coingeckoId": "canto",
+ "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
"denomUnits": [
{
"aliases": [
- "acanto",
+ "unom",
],
- "denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
"exponent": 0,
},
{
- "denom": "canto",
- "exponent": 18,
+ "denom": "nom",
+ "exponent": 6,
},
],
- "description": "Canto is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "canto",
+ "description": "Nomic's native token.",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#6404fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
- },
- "name": "Canto",
- "socials": {
- "twitter": "https://twitter.com/CantoPublic",
- "website": "https://canto.io/",
+ "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",
},
- "symbol": "CANTO",
+ "name": "Nomic",
+ "symbol": "NOM",
"traces": [
{
"chain": {
- "channel_id": "channel-550",
+ "channel_id": "channel-6897",
},
"counterparty": {
- "base_denom": "acanto",
- "chain_name": "canto",
- "channel_id": "channel-5",
+ "base_denom": "unom",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
+ "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"denomUnits": [
{
"aliases": [
- "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
+ "usat",
],
- "denom": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
+ "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "nbtc",
+ "exponent": 14,
},
],
- "description": "Tether USDt on Canto",
- "display": "usdt",
+ "description": "Bitcoin. On Cosmos.",
+ "display": "nbtc",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Nomic Bitcoin",
+ "symbol": "nBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-550",
+ "channel_id": "channel-6897",
},
"counterparty": {
- "base_denom": "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
- "chain_name": "canto",
- "channel_id": "channel-5",
+ "base_denom": "usat",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
- "coingeckoId": "switcheo",
+ "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
"denomUnits": [
{
"aliases": [
- "swth",
+ "unyx",
],
- "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
"exponent": 0,
},
{
- "aliases": [
- "SWTH",
- ],
- "denom": "dswth",
- "exponent": 8,
+ "denom": "nyx",
+ "exponent": 6,
},
],
- "description": "The native governance token of Carbon",
- "display": "dswth",
+ "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
+ "display": "nyx",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "theme": {
+ "primaryColorHex": "#f45135",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
},
- "name": "Carbon",
- "symbol": "SWTH",
+ "name": "NYX",
+ "symbol": "NYX",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-15464",
},
"counterparty": {
- "base_denom": "swth",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "unyx",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -21360,47 +23852,58 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
- "coingeckoId": "carbon-usd",
+ "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "coingeckoId": "nym",
"denomUnits": [
{
"aliases": [
- "usc",
+ "unym",
],
- "denom": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
+ "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
"exponent": 0,
},
{
- "aliases": [
- "USC",
- ],
- "denom": "dusc",
- "exponent": 8,
+ "denom": "nym",
+ "exponent": 6,
},
],
- "description": "The native stablecoin of Carbon",
- "display": "dusc",
+ "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
+ "display": "nym",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
- },
- ],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": false,
+ "primaryColorHex": "#151525",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": true,
+ "primaryColorHex": "#141424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
},
- "name": "Carbon USD Coin",
- "symbol": "USC",
+ "name": "NYM",
+ "symbol": "NYM",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-15464",
},
"counterparty": {
- "base_denom": "usc",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "unym",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -21408,1286 +23911,1506 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
+ "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "coingeckoId": "odin-protocol",
"denomUnits": [
{
"aliases": [
- "bnb.1.6.773edb",
+ "loki",
],
- "denom": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
+ "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
"exponent": 0,
},
{
- "aliases": [
- "BNB",
- ],
- "denom": "bnb",
- "exponent": 18,
+ "denom": "odin",
+ "exponent": 6,
},
],
- "description": "BNB token on Carbon",
- "display": "bnb",
+ "description": "Staking and governance token for ODIN Protocol",
+ "display": "odin",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "imageSync": {
+ "baseDenom": "loki",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
- "name": "Binance Coin",
- "symbol": "BNB",
+ "name": "ODIN",
+ "symbol": "ODIN",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "bnb.1.6.773edb",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "loki",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
+ "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"denomUnits": [
{
"aliases": [
- "bneo.1.14.e2e5f6",
+ "mGeo",
],
- "denom": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
+ "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"exponent": 0,
},
{
- "aliases": [
- "bNEO",
- ],
- "denom": "bneo",
- "exponent": 8,
+ "denom": "geo",
+ "exponent": 6,
},
],
- "description": "bNEO token on Carbon",
- "display": "bneo",
+ "description": "GEO token for ODIN Protocol",
+ "display": "geo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "imageSync": {
+ "baseDenom": "mGeo",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "theme": {
+ "primaryColorHex": "#c3ebf3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
- "name": "BurgerNEO",
- "symbol": "bNEO",
+ "name": "GEO",
+ "symbol": "GEO",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "bneo.1.14.e2e5f6",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "mGeo",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
+ "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"denomUnits": [
{
"aliases": [
- "busd.1.6.754a80",
+ "mO9W",
],
- "denom": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
+ "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"exponent": 0,
},
{
- "aliases": [
- "BUSD",
- ],
- "denom": "busd",
- "exponent": 18,
+ "denom": "O9W",
+ "exponent": 6,
},
],
- "description": "BUSD (BEP-20) token on Carbon",
- "display": "busd",
+ "description": "O9W token for ODIN Protocol",
+ "display": "O9W",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "imageSync": {
+ "baseDenom": "mO9W",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
- "name": "BUSD (BEP-20)",
- "symbol": "BUSD",
+ "name": "O9W",
+ "symbol": "O9W",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "busd.1.6.754a80",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "mO9W",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
+ "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "coingeckoId": "omniflix-network",
"denomUnits": [
{
"aliases": [
- "cglp.1.19.1698d3",
+ "uflix",
],
- "denom": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
+ "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
"exponent": 0,
},
{
- "aliases": [
- "CGLP",
- ],
- "denom": "cglp",
- "exponent": 18,
+ "denom": "flix",
+ "exponent": 6,
},
],
- "description": "Carbon Wrapped GLP on Carbon",
- "display": "cglp",
+ "description": "OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.",
+ "display": "flix",
+ "extendedDescription": "OmniFlix is a decentralized media platform designed to empower content creators by providing tools for the distribution, monetization, and management of digital content. By leveraging blockchain technology, OmniFlix ensures that creators retain control over their work, allowing for direct interactions with their audience and transparent revenue streams. The platform supports various media types, including video, audio, and text, enabling creators to reach a wide audience. OmniFlix's native token is used for transactions, staking, and governance, incentivizing users to participate in the platform's ecosystem and contribute to its growth and development. The platform aims to revolutionize the media industry by offering a decentralized alternative to traditional content distribution models.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "theme": {
+ "primaryColorHex": "#c33635",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
},
- "name": "Carbon Wrapped GLP",
- "symbol": "CGLP",
+ "name": "Flix",
+ "socials": {
+ "twitter": "https://twitter.com/OmniFlixNetwork",
+ "website": "https://omniflix.network/",
+ },
+ "symbol": "FLIX",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "cglp.1.19.1698d3",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "uflix",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
+ "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
"denomUnits": [
{
"aliases": [
- "cgt/1",
+ "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
],
- "denom": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
+ "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
"exponent": 0,
},
{
- "aliases": [
- "USD",
- ],
- "denom": "usd",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "Grouped USD on Carbon",
- "display": "usd",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
+ "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",
},
- "name": "Carbon Grouped USD",
- "symbol": "USD",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "cgt/1",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
+ "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
"denomUnits": [
{
"aliases": [
- "eth.1.19.c3b805",
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
],
- "denom": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
+ "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
"exponent": 0,
},
{
- "aliases": [
- "ETH",
- ],
- "denom": "eth",
- "exponent": 18,
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "ETH (Arbitrum) token on Carbon",
- "display": "eth",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "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",
},
- "name": "Ethereum (Arbitrum)",
- "symbol": "ETH",
+ "name": "Osmosis osmo",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "eth.1.19.c3b805",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
+ "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
"denomUnits": [
{
"aliases": [
- "eth.1.2.942d87",
+ "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
],
- "denom": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
+ "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
"exponent": 0,
},
{
- "aliases": [
- "ETH",
- ],
- "denom": "eth",
- "exponent": 18,
+ "denom": "ist",
+ "exponent": 6,
},
],
- "description": "ETH (ERC20) token on Carbon",
- "display": "eth",
+ "display": "ist",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "imageSync": {
+ "baseDenom": "uist",
+ "chainName": "agoric",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
- "name": "Ethereum (ERC20)",
- "symbol": "ETH",
+ "name": "Agoric IST (Inter Stable Token)",
+ "symbol": "IST",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "eth.1.2.942d87",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
+ "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
"denomUnits": [
{
"aliases": [
- "usdc.1.2.343151",
+ "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
],
- "denom": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
+ "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
"exponent": 0,
},
{
- "aliases": [
- "USDC",
- ],
"denom": "usdc",
"exponent": 6,
},
],
- "description": "USDC (ERC20) token on Carbon",
"display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "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",
},
- "name": "Circle USD",
- "symbol": "USDC",
+ "name": "USD Coin (Axelar)",
+ "symbol": "USDC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "usdc.1.2.343151",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
+ "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
"denomUnits": [
{
"aliases": [
- "usdc.1.6.53ff75",
+ "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
],
- "denom": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
+ "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
"exponent": 0,
},
{
- "aliases": [
- "USDC",
- ],
- "denom": "usdc",
- "exponent": 18,
+ "denom": "akt",
+ "exponent": 6,
},
],
- "description": "USD Coin (BEP-20) token on Carbon",
- "display": "usdc",
+ "description": "Akash Token (AKT) is the Akash Network's native utility token",
+ "display": "akt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "uakt",
+ "chainName": "akash",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "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",
},
- "name": "USD Coin (BEP-20)",
- "symbol": "USDC",
+ "name": "Akash",
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "usdc.1.6.53ff75",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
+ "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
"denomUnits": [
{
"aliases": [
- "zil.1.18.1a4a06",
+ "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
],
- "denom": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
+ "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
"exponent": 0,
},
{
- "aliases": [
- "ZIL",
- ],
- "denom": "zil",
- "exponent": 12,
+ "denom": "baddog",
+ "exponent": 6,
},
],
- "description": "ZIL token on Carbon",
- "display": "zil",
+ "display": "baddog",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "imageSync": {
+ "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
+ "theme": {
+ "primaryColorHex": "#eedebe",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
- "name": "Zilliqa",
- "symbol": "ZIL",
+ "name": "BadDog (Osmosis)",
+ "symbol": "BADDOG.osmo",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "zil.1.18.1a4a06",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
- "coingeckoId": "celestia",
+ "base": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
"denomUnits": [
{
"aliases": [
- "utia",
+ "aonex",
],
- "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "denom": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
"exponent": 0,
},
{
- "denom": "tia",
- "exponent": 6,
+ "denom": "onex",
+ "exponent": 18,
},
],
- "description": "The native token of the Celestia blockchain.",
- "display": "tia",
- "extendedDescription": "Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.",
+ "description": "The native token of ONEX",
+ "display": "onex",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
},
],
+ "keywords": [
+ "dex",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
- },
- "name": "Celestia",
- "socials": {
- "twitter": "https://twitter.com/CelestiaOrg",
- "website": "https://celestia.org/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
},
- "symbol": "TIA",
+ "name": "ONEX",
+ "symbol": "ONEX",
"traces": [
{
"chain": {
- "channel_id": "channel-6994",
+ "channel_id": "channel-74628",
},
"counterparty": {
- "base_denom": "utia",
- "chain_name": "celestia",
- "channel_id": "channel-2",
+ "base_denom": "aonex",
+ "chain_name": "onex",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
- "coingeckoId": "cerberus-2",
+ "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "coingeckoId": "onomy-protocol",
"denomUnits": [
{
"aliases": [
- "ucrbrus",
+ "anom",
],
- "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
"exponent": 0,
},
{
- "denom": "crbrus",
- "exponent": 6,
+ "denom": "nom",
+ "exponent": 18,
},
],
- "description": "The native token of Cerberus Chain",
- "display": "crbrus",
+ "description": "The native token of Onomy Protocol",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c28",
+ },
},
],
+ "keywords": [
+ "dex",
+ "stablecoin",
+ "bridge",
+ "staking",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
},
- "name": "Cerberus",
- "symbol": "CRBRUS",
+ "name": "Nom",
+ "symbol": "NOM",
"traces": [
{
"chain": {
- "channel_id": "channel-212",
+ "channel_id": "channel-525",
},
"counterparty": {
- "base_denom": "ucrbrus",
- "chain_name": "cerberus",
- "channel_id": "channel-1",
+ "base_denom": "anom",
+ "chain_name": "onomy",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
- "coingeckoId": "",
+ "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "coingeckoId": "oraichain-token",
"denomUnits": [
{
"aliases": [
- "uc4e",
+ "orai",
],
- "denom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
+ "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
"exponent": 0,
},
{
- "denom": "c4e",
+ "denom": "ORAI",
"exponent": 6,
},
],
- "description": "The native token of Chain4Energy",
- "display": "c4e",
+ "description": "The native token of Oraichain",
+ "display": "ORAI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "theme": {
+ "circle": false,
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "circle": false,
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
},
- "name": "Chain4Energy",
+ "name": "Oraichain",
"socials": {
- "twitter": "https://twitter.com/Chain4Energy",
- "website": "https://c4e.io/",
+ "twitter": "https://x.com/oraichain",
+ "website": "https://orai.io/",
},
- "symbol": "C4E",
+ "symbol": "ORAI",
"traces": [
{
"chain": {
- "channel_id": "channel-22172",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "uc4e",
- "chain_name": "chain4energy",
- "channel_id": "channel-1",
+ "base_denom": "orai",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
- "coingeckoId": "cheqd-network",
+ "base": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
"denomUnits": [
{
"aliases": [
- "ncheq",
+ "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
],
- "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ "denom": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
"exponent": 0,
},
{
- "denom": "cheq",
- "exponent": 9,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "Native token for the cheqd network",
- "display": "cheq",
+ "description": "The ATOM native token of Oraichain.",
+ "display": "atom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"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",
+ "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",
},
- "name": "cheqd",
- "symbol": "CHEQ",
+ "name": "ATOM",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-108",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "ncheq",
- "chain_name": "cheqd",
- "channel_id": "channel-0",
+ "base_denom": "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
- "coingeckoId": "chihuahua-token",
+ "base": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
"denomUnits": [
{
"aliases": [
- "uhuahua",
+ "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
],
- "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ "denom": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "The native token of Chihuahua Chain",
- "display": "huahua",
+ "description": "The OSMO native token of Oraichain.",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "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",
},
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "OSMO",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "uhuahua",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "base": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
+ "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
],
- "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "denom": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
"exponent": 0,
},
{
- "denom": "achihuahuawifhat",
+ "denom": "inj",
"exponent": 6,
},
],
- "description": "has a hat",
- "display": "achihuahuawifhat",
+ "description": "The INJ token for the Oraichain.",
+ "display": "inj",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "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",
},
- "name": "Chihuahuawifhat",
- "symbol": "BADDOG",
+ "name": "Injective",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
+ "base": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
+ "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
],
- "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
+ "denom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
"exponent": 0,
},
{
- "denom": "WOOF",
- "exponent": 6,
+ "denom": "ton",
+ "exponent": 9,
},
],
- "description": "Woof",
- "display": "WOOF",
+ "description": "The TON native token of Oraichain",
+ "display": "ton",
+ "extendedDescription": "Toincoin has been bridged from The Open Network to Oraichain.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "imageSync": {
+ "baseDenom": "nanoton",
+ "chainName": "ton",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ "theme": {
+ "backgroundColorHex": "#0088CC",
+ "circle": true,
+ "primaryColorHex": "#0088CC",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
},
- "name": "WOOF",
- "symbol": "WOOF",
+ "name": "Toncoin",
+ "symbol": "TON",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
+ "base": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
+ "uebl",
],
- "denom": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
+ "denom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
"exponent": 0,
},
{
- "denom": "TACOS",
+ "denom": "ebl",
"exponent": 6,
},
],
- "description": "Tacos",
- "display": "TACOS",
+ "description": "The native staking token of 8ball.",
+ "display": "ebl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "theme": {
+ "primaryColorHex": "#dbdbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
},
- "name": "TACOS",
- "symbol": "TACOS",
+ "name": "8ball",
+ "symbol": "EBL",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-641",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "uebl",
+ "chain_name": "8ball",
+ "channel_id": "channel-16",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
+ "base": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ "coingeckoId": "arable-protocol",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
+ "aacre",
],
- "denom": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
+ "denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
"exponent": 0,
},
{
- "denom": "WEED",
- "exponent": 6,
+ "denom": "acre",
+ "exponent": 18,
},
],
- "description": "Weed",
- "display": "WEED",
+ "description": "The native EVM, governance and staking token of the Acrechain",
+ "display": "acre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "theme": {
+ "primaryColorHex": "#4aa29e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
},
- "name": "WEED",
- "symbol": "WEED",
+ "name": "Acre",
+ "socials": {
+ "twitter": "https://twitter.com/ArableProtocol",
+ "website": "https://arable.finance/",
+ },
+ "symbol": "ACRE",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-490",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "aacre",
+ "chain_name": "acrechain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
+ "base": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ "coingeckoId": "arable-usd",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
+ "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
],
- "denom": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
+ "denom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
"exponent": 0,
},
{
- "denom": "BDOG",
- "exponent": 6,
+ "denom": "arusd",
+ "exponent": 18,
},
],
- "description": "Bulldog",
- "display": "BDOG",
+ "description": "Overcollateralized stable coin for Arable derivatives v1",
+ "display": "arusd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "theme": {
+ "primaryColorHex": "#77b64f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
},
- "name": "BDOG",
- "symbol": "BDOG",
+ "name": "Arable USD",
+ "socials": {
+ "twitter": "https://twitter.com/ArableProtocol",
+ "website": "https://arable.finance/",
+ },
+ "symbol": "arUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-490",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
+ "chain_name": "acrechain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
+ "base": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
+ "erc20/0xAE6D3334989a22A65228732446731438672418F2",
],
- "denom": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
+ "denom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
"exponent": 0,
},
{
- "denom": "CORSO",
- "exponent": 6,
+ "denom": "cnto",
+ "exponent": 18,
},
],
- "description": "CaneCorso",
- "display": "CORSO",
+ "description": "Ciento Exchange Token",
+ "display": "cnto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "theme": {
+ "primaryColorHex": "#ecc53b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
},
- "name": "CORSO",
- "symbol": "CORSO",
+ "name": "Ciento Token",
+ "symbol": "CNTO",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-490",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "erc20/0xAE6D3334989a22A65228732446731438672418F2",
+ "chain_name": "acrechain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
- "coingeckoId": "",
+ "base": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ "coingeckoId": "agoric",
"denomUnits": [
{
"aliases": [
- "ucif",
+ "ubld",
],
- "denom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
+ "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
"exponent": 0,
},
{
- "denom": "cif",
+ "denom": "bld",
"exponent": 6,
},
],
- "description": "Decentralized Machine Learning",
- "display": "cif",
+ "description": "Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.",
+ "display": "bld",
+ "extendedDescription": "Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform's native token, BLD, is used for staking, securing the network, and governance. Agoric's innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "theme": {
+ "primaryColorHex": "#c42b44",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
},
- "name": "Cifer",
+ "name": "Agoric",
"socials": {
- "twitter": "https://twitter.com/cifer_ai",
- "website": "http://cifer.ai/",
+ "twitter": "https://twitter.com/agoric",
+ "website": "https://agoric.com/",
},
- "symbol": "CIF",
+ "symbol": "BLD",
"traces": [
{
"chain": {
- "channel_id": "channel-39205",
+ "channel_id": "channel-320",
},
"counterparty": {
- "base_denom": "ucif",
- "chain_name": "cifer",
+ "base_denom": "ubld",
+ "chain_name": "agoric",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
- "coingeckoId": "comdex",
+ "base": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ "coingeckoId": "inter-stable-token",
"denomUnits": [
{
"aliases": [
- "ucmdx",
+ "uist",
],
- "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "ist",
"exponent": 6,
},
],
- "description": "Native Token of Comdex Protocol",
- "display": "cmdx",
+ "description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
+ "display": "ist",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "Inter Stable Token",
+ "symbol": "IST",
"traces": [
{
"chain": {
- "channel_id": "channel-87",
+ "channel_id": "channel-320",
},
"counterparty": {
- "base_denom": "ucmdx",
- "chain_name": "comdex",
+ "base_denom": "uist",
+ "chain_name": "agoric",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
- "coingeckoId": "harbor-2",
+ "base": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
+ "coingeckoId": "aioz-network",
"denomUnits": [
{
"aliases": [
- "uharbor",
+ "attoaioz",
],
- "denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ "denom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
"exponent": 0,
},
{
- "denom": "harbor",
- "exponent": 6,
+ "denom": "nanoaioz",
+ "exponent": 9,
+ },
+ {
+ "denom": "aioz",
+ "exponent": 18,
},
],
- "description": "Governance Token of Harbor protocol on Comdex network",
- "display": "harbor",
+ "description": "The native staking and governance token of the AIOZ Network.",
+ "display": "aioz",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "theme": {
+ "primaryColorHex": "#24241c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
},
- "name": "Harbor",
- "symbol": "HARBOR",
+ "name": "AIOZ",
+ "socials": {
+ "twitter": "https://twitter.com/AIOZNetwork",
+ "website": "https://aioz.network/",
+ },
+ "symbol": "AIOZ",
"traces": [
{
"chain": {
- "channel_id": "channel-87",
+ "channel_id": "channel-779",
},
"counterparty": {
- "base_denom": "uharbor",
- "chain_name": "comdex",
+ "base_denom": "attoaioz",
+ "chain_name": "aioz",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
- "coingeckoId": "composite",
+ "base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "coingeckoId": "akash-network",
"denomUnits": [
{
"aliases": [
- "ucmst",
+ "uakt",
],
- "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
"exponent": 0,
},
{
- "denom": "cmst",
+ "denom": "akt",
"exponent": 6,
},
],
- "description": "Stable Token of Harbor protocol on Comdex network",
- "display": "cmst",
+ "description": "Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.",
+ "display": "akt",
+ "extendedDescription": "Akash Network is revolutionizing the cloud computing industry with its decentralized marketplace that leverages underutilized computing resources. By connecting users with providers offering unused computational capacity, Akash provides a more affordable and flexible alternative to conventional cloud services. This decentralized approach not only reduces costs but also enhances security and resilience, as data and applications are distributed across multiple nodes rather than centralized servers.
+
+The Akash Network utilizes its native token, AKT, to facilitate transactions and incentivize participants within the ecosystem. Users can pay for cloud services using AKT, while providers earn AKT by offering their computing resources. The network's open-source nature and compatibility with major cloud platforms further enhance its appeal, enabling seamless integration and broad adoption. Akash Network's innovative model is poised to disrupt the traditional cloud computing landscape, offering a decentralized, efficient, and cost-effective solution for developers and enterprises.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "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",
},
- "name": "CMST",
- "symbol": "CMST",
+ "name": "Akash Network",
+ "socials": {
+ "twitter": "https://twitter.com/akashnet_",
+ "website": "https://akash.network/",
+ },
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-87",
+ "channel_id": "channel-1",
},
"counterparty": {
- "base_denom": "ucmst",
- "chain_name": "comdex",
- "channel_id": "channel-1",
+ "base_denom": "uakt",
+ "chain_name": "akash",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
- "coingeckoId": "picasso",
+ "base": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
"denomUnits": [
{
"aliases": [
- "ppica",
+ "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
],
- "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ "denom": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
"exponent": 0,
},
{
- "denom": "pica",
- "exponent": 12,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of Composable.",
- "display": "pica",
+ "description": "Tether USDt on Akash",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "ppica",
- "chainName": "picasso",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
- },
- "name": "Pica",
- "socials": {
- "twitter": "https://twitter.com/picasso_network",
- "website": "https://picasso.xyz/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "symbol": "PICA",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1",
},
"counterparty": {
- "base_denom": "ppica",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
+ "chain_name": "akash",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "base": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
+ "coingeckoId": "andromeda-2",
"denomUnits": [
{
"aliases": [
- "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
+ "uandr",
],
- "denom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "denom": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
"exponent": 0,
},
{
- "denom": "ksm",
- "exponent": 12,
+ "denom": "andr",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of Kusama Relay Chain.",
- "display": "ksm",
+ "description": "The native staking and governance token of Andromeda",
+ "display": "andr",
"images": [
{
- "imageSync": {
- "baseDenom": "4",
- "chainName": "picasso",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
},
- "name": "KSM",
- "symbol": "KSM",
+ "name": "Andr",
+ "symbol": "ANDR",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-81924",
},
"counterparty": {
- "base_denom": "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "uandr",
+ "chain_name": "andromeda",
+ "channel_id": "channel-17",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "base": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
+ "coingeckoId": "archway",
"denomUnits": [
{
"aliases": [
- "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
+ "aarch",
],
- "denom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
"exponent": 0,
},
{
- "denom": "dot",
- "exponent": 10,
+ "denom": "uarch",
+ "exponent": 12,
+ },
+ {
+ "denom": "arch",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of Polkadot Relay Chain.",
- "display": "dot",
+ "description": "Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.",
+ "display": "arch",
+ "extendedDescription": "Archway aims to incentivize developers by sharing a portion of the transaction fees generated by their decentralized applications (dApps) built on the platform. This innovative approach helps align the interests of developers with the network's growth and sustainability. Archway's native token, ARCH, is used for staking, governance, and distributing rewards to developers. By leveraging the Cosmos SDK, Archway ensures interoperability and scalability, allowing developers to build and deploy efficient and high-performance dApps.",
"images": [
{
- "imageSync": {
- "baseDenom": "79228162514264337593543950342",
- "chainName": "picasso",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg",
},
],
"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/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
},
- "name": "DOT",
- "symbol": "DOT",
+ "name": "Archway",
+ "socials": {
+ "twitter": "https://twitter.com/archwayHQ",
+ "website": "https://archway.io/",
+ },
+ "symbol": "ARCH",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "aarch",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "base": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"denomUnits": [
{
"aliases": [
- "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
+ "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
],
- "denom": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "denom": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Statemine parachain.",
- "display": "usdt",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
"imageSync": {
- "baseDenom": "130",
- "chainName": "picasso",
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
},
},
],
- "name": "USDT",
- "symbol": "USDT",
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -22695,45 +25418,50 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "base": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
"denomUnits": [
{
"aliases": [
- "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
+ "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
],
- "denom": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "denom": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
"exponent": 0,
},
{
- "denom": "tnkr",
- "exponent": 12,
+ "denom": "vdl",
+ "exponent": 6,
},
],
- "description": "The native fee, staking and governance token of the Tinkernet Parachain.",
- "display": "tnkr",
+ "description": "The native token of Vidulum",
+ "display": "vdl",
"images": [
{
"imageSync": {
- "baseDenom": "2125",
- "chainName": "picasso",
+ "baseDenom": "uvdl",
+ "chainName": "vidulum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
- "name": "TNKR",
- "symbol": "TNKR",
+ "name": "Vidulum",
+ "symbol": "VDL",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -22741,45 +25469,51 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "base": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
"denomUnits": [
{
"aliases": [
- "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
+ "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
],
- "denom": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "denom": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
"exponent": 0,
},
{
- "denom": "eth",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The native token of Ethereum, bridged via IBC.",
- "display": "eth",
+ "description": "Circle's USDC Noble on Archway ",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "wei",
- "chainName": "ethereum",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Ethereum",
- "symbol": "ETH",
+ "name": "USDC (Noble)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -22787,2382 +25521,2510 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "base": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
"denomUnits": [
{
"aliases": [
- "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
+ "arkh",
],
- "denom": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "denom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
"exponent": 0,
},
{
- "denom": "dai",
- "exponent": 18,
+ "denom": "ARKH",
+ "exponent": 6,
},
],
- "description": "A stablecoin issued by Maker Protocol.",
- "display": "dai",
+ "description": "The native token of Arkhadian",
+ "display": "ARKH",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "theme": {
+ "primaryColorHex": "#bdbb82",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
},
- "name": "Dai",
- "symbol": "DAI",
+ "name": "Arkh",
+ "socials": {
+ "twitter": "https://twitter.com/ArkhadianSas",
+ "website": "https://arkhadian.io/",
+ },
+ "symbol": "ARKH",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-648",
},
"counterparty": {
- "base_denom": "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "arkh",
+ "chain_name": "arkh",
+ "channel_id": "channel-12",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ "coingeckoId": "assetmantle",
"denomUnits": [
{
"aliases": [
- "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
+ "umntl",
],
- "denom": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
"exponent": 0,
},
{
- "denom": "fxs",
- "exponent": 18,
+ "denom": "mntl",
+ "exponent": 6,
},
],
- "description": "The governance token of the Frax ecosystem.",
- "display": "fxs",
+ "description": "The native token of Asset Mantle",
+ "display": "mntl",
"images": [
{
- "imageSync": {
- "baseDenom": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "theme": {
+ "primaryColorHex": "#edb548",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
},
- "name": "Frax Shares",
- "symbol": "FXS",
+ "name": "AssetMantle",
+ "socials": {
+ "twitter": "https://twitter.com/AssetMantle",
+ "website": "https://www.assetmantle.one/",
+ },
+ "symbol": "MNTL",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-232",
},
"counterparty": {
- "base_denom": "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "umntl",
+ "chain_name": "assetmantle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "base": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
+ "coingeckoId": "aura-network",
"denomUnits": [
{
"aliases": [
- "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
+ "uaura",
],
- "denom": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "denom": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
"exponent": 0,
},
{
- "denom": "frax",
- "exponent": 18,
+ "denom": "aura",
+ "exponent": 6,
},
],
- "description": "The first fractional-algorithmic stablecoin.",
- "display": "frax",
+ "description": "The native token of Aura Network",
+ "display": "aura",
"images": [
{
- "imageSync": {
- "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "theme": {
+ "primaryColorHex": "#a7c8d4",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
},
- "name": "Frax",
- "symbol": "FRAX",
+ "name": "Aura",
+ "symbol": "AURA",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-11304",
},
"counterparty": {
- "base_denom": "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "uaura",
+ "chain_name": "aura",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "coingeckoId": "axelar",
"denomUnits": [
{
"aliases": [
- "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
+ "uaxl",
],
- "denom": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
"exponent": 0,
},
{
- "denom": "frxeth",
- "exponent": 18,
+ "denom": "axl",
+ "exponent": 6,
},
],
- "description": "A liquid ETH staking derivative designed to leverage the Frax ecosystem.",
- "display": "frxeth",
+ "description": "Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.",
+ "display": "axl",
+ "extendedDescription": "Axelar is a decentralized interoperability network connecting diverse blockchain ecosystems, facilitating seamless cross-chain communication and value transfer. By providing a unified platform for different blockchains to interact, Axelar enhances the connectivity and functionality of the blockchain space. The network employs advanced cryptographic protocols and consensus mechanisms to ensure the security and reliability of cross-chain transactions.
+
+The Axelar Network's native token, AXL, is used for transaction fees, incentivizing network validators, and governance. By staking AXL, users can secure the network and earn rewards while influencing key decisions regarding the platform's development. Axelar's focus on interoperability extends to supporting various blockchain protocols, enabling developers to build applications operating across multiple chains. This capability is crucial for the growth of decentralized finance (DeFi) and other blockchain-based solutions, making Axelar vital to the evolving blockchain ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "0x5e8422345238f34275888049021821e8e08caa1f",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
+ "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",
},
- "name": "Frax Ether",
- "symbol": "frxETH",
+ "name": "Axelar",
+ "socials": {
+ "twitter": "https://twitter.com/axelarnetwork",
+ "website": "https://axelar.network/",
+ },
+ "symbol": "AXL",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
- "chain_name": "composable",
+ "base_denom": "uaxl",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "coingeckoId": "axlusdc",
"denomUnits": [
{
"aliases": [
- "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
+ "uusdc",
],
- "denom": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
"exponent": 0,
},
{
- "denom": "sfrxeth",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.",
- "display": "sfrxeth",
+ "description": "Circle's stablecoin on Axelar",
+ "display": "usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "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",
},
- "name": "Frax Staked Ether",
- "symbol": "sfrxETH",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
- "chain_name": "composable",
+ "base_denom": "uusdc",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
"denomUnits": [
{
"aliases": [
- "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
+ "frax-wei",
],
- "denom": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
"exponent": 0,
},
{
- "denom": "sfrax",
+ "denom": "frax",
"exponent": 18,
},
],
- "description": "An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ",
- "display": "sfrax",
+ "description": "Frax's fractional-algorithmic stablecoin on Axelar",
+ "display": "frax",
"images": [
{
"imageSync": {
- "baseDenom": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
"chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
- "name": "Staked FRAX",
- "symbol": "sFRAX",
+ "name": "Frax",
+ "symbol": "FRAX",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
- "chain_name": "composable",
+ "base_denom": "frax-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
"denomUnits": [
{
"aliases": [
- "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
+ "dai-wei",
],
- "denom": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "dai",
+ "exponent": 18,
},
],
- "description": "A stablecoin issued by Tether that is pegged 1:1 to the USD.",
- "display": "usdt",
+ "description": "Dai stablecoin on Axelar",
+ "display": "dai",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#f4ac34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether",
- "symbol": "USDT",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
- "chain_name": "composable",
+ "base_denom": "dai-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
- "coingeckoId": "consciousdao",
+ "base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "coingeckoId": "axelar-usdt",
"denomUnits": [
{
"aliases": [
- "acvnt",
+ "uusdt",
],
- "denom": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
+ "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
"exponent": 0,
},
{
- "denom": "cvnt",
- "exponent": 18,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "cvnt",
+ "description": "Tether's USD stablecoin on Axelar",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
- },
- "name": "Cvn",
- "socials": {
- "twitter": "https://twitter.com/conscious_chain",
- "website": "https://cvn.io",
+ "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",
},
- "symbol": "CVN",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-35264",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "acvnt",
- "chain_name": "conscious",
- "channel_id": "channel-5",
+ "base_denom": "uusdt",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
- "coingeckoId": "coreum",
+ "base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
"denomUnits": [
{
"aliases": [
- "ucore",
+ "weth-wei",
],
- "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
"exponent": 0,
},
{
- "denom": "core",
- "exponent": 6,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "The native token of Coreum",
- "display": "core",
+ "description": "Wrapped Ether on Axelar",
+ "display": "weth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
- "keywords": [
- "dex",
- "staking",
- "wasm",
- "assets",
- "nft",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
- },
- "name": "Coreum",
- "socials": {
- "twitter": "https://twitter.com/CoreumOfficial",
- "website": "https://www.coreum.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
- "symbol": "COREUM",
+ "name": "Wrapped Ether",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ucore",
- "chain_name": "coreum",
- "channel_id": "channel-2",
- },
+ "base_denom": "weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "coingeckoId": "axlwbtc",
"denomUnits": [
{
"aliases": [
- "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "wbtc-satoshi",
],
- "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
"exponent": 0,
},
{
- "denom": "xrp",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "XRP bridged from XRPL",
- "display": "xrp",
+ "description": "Wrapped Bitcoin on Axelar",
+ "display": "wbtc",
"images": [
{
- "imageSync": {
- "baseDenom": "drop",
- "chainName": "xrpl",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
- "name": "Ripple",
- "symbol": "XRP",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "wbtc-satoshi",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "coingeckoId": "cosmos",
+ "base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
"denomUnits": [
{
"aliases": [
- "uatom",
+ "aave-wei",
],
- "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "aave",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Cosmos Hub.",
- "display": "atom",
+ "description": "Aave on Axelar",
+ "display": "aave",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
],
"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",
- },
- "name": "Cosmos Hub Atom",
- "socials": {
- "twitter": "https://twitter.com/cosmoshub",
- "website": "https://cosmos.network",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
- "symbol": "ATOM",
+ "name": "Aave",
+ "symbol": "AAVE",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "uatom",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "aave-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
"denomUnits": [
{
"aliases": [
- "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "ape-wei",
],
- "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "ape",
+ "exponent": 18,
},
],
- "description": "Tether USDt on the Cosmos Hub",
- "display": "usdt",
+ "description": "ApeCoin on Axelar",
+ "display": "ape",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x4d224452801aced8b2f0aebe155379bb5d594381",
+ "chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "ApeCoin",
+ "symbol": "APE",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ape-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
"denomUnits": [
{
"aliases": [
- "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "axs-wei",
],
- "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
"exponent": 0,
},
+ {
+ "denom": "axs",
+ "exponent": 18,
+ },
],
- "description": "FX on Cosmos Hub",
- "display": "FX",
+ "description": "Axie Infinity Shard on Axelar",
+ "display": "axs",
"images": [
{
"imageSync": {
- "baseDenom": "FX",
- "chainName": "fxcore",
+ "baseDenom": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Axie Infinity Shard",
+ "symbol": "AXS",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "axs-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
- "coingeckoId": "crescent-network",
+ "base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
"denomUnits": [
{
"aliases": [
- "ucre",
+ "link-wei",
],
- "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
"exponent": 0,
},
{
- "denom": "cre",
- "exponent": 6,
+ "denom": "link",
+ "exponent": 18,
},
],
- "description": "The native token of Crescent",
- "display": "cre",
+ "description": "Chainlink on Axelar",
+ "display": "link",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x514910771af9ca656af840dff83e8264ecf986ca",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2c5cdc",
+ },
},
],
"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",
+ "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",
},
- "name": "Crescent",
- "symbol": "CRE",
+ "name": "Chainlink",
+ "symbol": "LINK",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ucre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "link-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
- "coingeckoId": "liquid-staking-crescent",
+ "base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
"denomUnits": [
{
"aliases": [
- "ubcre",
+ "mkr-wei",
],
- "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
"exponent": 0,
},
{
- "denom": "bcre",
- "exponent": 6,
+ "denom": "mkr",
+ "exponent": 18,
},
],
- "description": "The bonded token of Crescent",
- "display": "bcre",
+ "description": "Maker on Axelar",
+ "display": "mkr",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
- "name": "Bonded Crescent",
- "symbol": "bCRE",
+ "name": "Maker",
+ "symbol": "MKR",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ubcre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "mkr-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "coingeckoId": "crypto-com-chain",
+ "base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
"denomUnits": [
{
"aliases": [
- "basecro",
+ "rai-wei",
],
- "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
"exponent": 0,
},
{
- "denom": "cro",
- "exponent": 8,
+ "denom": "rai",
+ "exponent": 18,
},
],
- "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
- "display": "cro",
+ "description": "Rai Reflex Index on Axelar",
+ "display": "rai",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "imageSync": {
+ "baseDenom": "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- "name": "Cronos",
- "socials": {
- "twitter": "https://twitter.com/cronos_chain",
- "website": "https://cronos.org/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
- "symbol": "CRO",
+ "name": "Rai Reflex Index",
+ "symbol": "RAI",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "basecro",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "rai-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
"denomUnits": [
{
"aliases": [
- "baseXLM",
+ "shib-wei",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "shib",
+ "exponent": 18,
},
],
- "description": "Synthetic XLM pegged 1:1 by Crypto.com",
- "display": "lumen",
+ "description": "Shiba Inu on Axelar",
+ "display": "shib",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "primaryColorHex": "#FFA409",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
},
- "name": "Lumen (XLM) pegged token",
- "symbol": "XLM",
+ "name": "Shiba Inu",
+ "symbol": "SHIB",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "baseXLM",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "shib-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
"denomUnits": [
{
"aliases": [
- "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "steth-wei",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "steth",
+ "exponent": 18,
},
],
- "description": "The native token of Stellar network, transferred via Solo Machine.",
- "display": "lumen",
+ "description": "Lido Staked Ether on Axelar",
+ "display": "steth",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
- "name": "Lumen (Solo Machine)",
- "symbol": "XLM",
+ "name": "Lido Staked Ether",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "steth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
- "coingeckoId": "cudos",
+ "base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
"denomUnits": [
{
"aliases": [
- "acudos",
+ "uni-wei",
],
- "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
"exponent": 0,
},
{
- "denom": "cudos",
+ "denom": "uni",
"exponent": 18,
},
],
- "description": "The native token of the Cudos blockchain",
- "display": "cudos",
+ "description": "Uniswap on Axelar",
+ "display": "uni",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
},
],
"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",
- },
- "name": "Cudos",
- "socials": {
- "twitter": "https://twitter.com/CUDOS_",
- "website": "http://www.cudos.org",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
},
- "symbol": "CUDOS",
+ "name": "Uniswap",
+ "symbol": "UNI",
"traces": [
{
"chain": {
- "channel_id": "channel-298",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "acudos",
- "chain_name": "cudos",
- "channel_id": "channel-1",
+ "base_denom": "uni-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
- "coingeckoId": "decentr",
+ "base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
"denomUnits": [
{
"aliases": [
- "udec",
+ "xcn-wei",
],
- "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
"exponent": 0,
},
{
- "denom": "dec",
- "exponent": 6,
+ "denom": "xcn",
+ "exponent": 18,
},
],
- "description": "The native token of Decentr",
- "display": "dec",
+ "description": "Chain on Axelar",
+ "display": "xcn",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
},
- "name": "Decentr",
- "symbol": "DEC",
+ "name": "Chain",
+ "symbol": "XCN",
"traces": [
{
"chain": {
- "channel_id": "channel-181",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udec",
- "chain_name": "decentr",
- "channel_id": "channel-1",
+ "base_denom": "xcn-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
- "coingeckoId": "desmos",
+ "base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
"denomUnits": [
{
"aliases": [
- "udsm",
+ "dot-planck",
],
- "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
"exponent": 0,
},
{
- "denom": "dsm",
- "exponent": 6,
+ "denom": "dot",
+ "exponent": 10,
},
],
- "description": "The native token of Desmos",
- "display": "dsm",
+ "description": "Wrapped Polkadot on Axelar",
+ "display": "dot",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xffffffff1fcacbd218edc0eba20fc2308c778080",
+ "chainName": "moonbeam",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"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",
+ "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",
},
- "name": "Desmos",
- "symbol": "DSM",
+ "name": "Wrapped Polkadot",
+ "symbol": "DOT",
"traces": [
{
"chain": {
- "channel_id": "channel-135",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udsm",
- "chain_name": "desmos",
- "channel_id": "channel-2",
+ "base_denom": "dot-planck",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
- "coingeckoId": "dhealth",
+ "base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
"denomUnits": [
{
"aliases": [
- "udhp",
+ "wglmr-wei",
],
- "denom": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
+ "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
"exponent": 0,
},
{
- "denom": "dhp",
- "exponent": 6,
+ "denom": "wglmr",
+ "exponent": 18,
},
],
- "description": "The native token of dHealth",
- "display": "dhp",
+ "description": "Wrapped Moonbeam on Axelar",
+ "display": "wglmr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "imageSync": {
+ "baseDenom": "0xacc15dc74880c9944775448304b263d191c6077f",
+ "chainName": "moonbeam",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4147c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "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",
},
- "name": "Digital Health Point",
- "symbol": "DHP",
+ "name": "Wrapped Moonbeam",
+ "symbol": "WGLMR",
"traces": [
{
"chain": {
- "channel_id": "channel-73360",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udhp",
- "chain_name": "dhealth",
- "channel_id": "channel-2",
+ "base_denom": "wglmr-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
- "coingeckoId": "dig-chain",
+ "base": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
"denomUnits": [
{
"aliases": [
- "udig",
+ "wmatic-wei",
],
- "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
"exponent": 0,
},
{
- "denom": "dig",
- "exponent": 6,
+ "denom": "wmatic",
+ "exponent": 18,
},
],
- "description": "Native token of Dig Chain",
- "display": "dig",
+ "description": "Wrapped Matic on Axelar",
+ "display": "wmatic",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "imageSync": {
+ "baseDenom": "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
+ "chainName": "polygon",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "theme": {
+ "primaryColorHex": "#2b93fb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
},
- "name": "Dig Chain",
- "symbol": "DIG",
+ "name": "Wrapped Matic",
+ "symbol": "WMATIC",
"traces": [
{
"chain": {
- "channel_id": "channel-128",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udig",
- "chain_name": "dig",
- "channel_id": "channel-1",
+ "base_denom": "wmatic-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "base": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
"denomUnits": [
{
"aliases": [
- "peaka",
+ "wbnb-wei",
],
- "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
"exponent": 0,
},
{
- "denom": "DORA",
+ "denom": "wbnb",
"exponent": 18,
},
],
- "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
- "display": "DORA",
+ "description": "Wrapped BNB on Axelar",
+ "display": "wbnb",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "imageSync": {
+ "baseDenom": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
},
- "name": "Dora Vota",
- "symbol": "DORA",
+ "name": "Wrapped BNB",
+ "symbol": "WBNB",
"traces": [
{
"chain": {
- "channel_id": "channel-2694",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "peaka",
- "chain_name": "doravota",
- "channel_id": "channel-0",
+ "base_denom": "wbnb-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
- "coingeckoId": "dydx-chain",
+ "base": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
"denomUnits": [
{
"aliases": [
- "adydx",
+ "busd-wei",
],
- "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
"exponent": 0,
},
{
- "denom": "dydx",
+ "denom": "busd",
"exponent": 18,
},
],
- "description": "The native staking token of dYdX Protocol.",
- "display": "dydx",
+ "description": "Binance USD on Axelar.",
+ "display": "busd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "imageSync": {
+ "baseDenom": "0x4fabb145d64652a948d72533023f6e7a623c7c53",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
"theme": {
- "circle": true,
+ "primaryColorHex": "#f3bb0c",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- "name": "dYdX",
- "socials": {
- "twitter": "https://twitter.com/dYdX",
- "website": "https://dydx.trade/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
},
- "symbol": "DYDX",
+ "name": "Binance USD",
+ "symbol": "BUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "adydx",
- "chain_name": "dydx",
+ "base_denom": "busd-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "base": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
"denomUnits": [
{
"aliases": [
- "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "wavax-wei",
],
- "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "description": "Noble USDC on dYdX Protocol.",
- "display": "usdc",
+ "description": "Wrapped AVAX on Axelar.",
+ "display": "avax",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
+ "chainName": "avalanche",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "Noble USDC",
- "symbol": "USDC",
+ "name": "Wrapped AVAX",
+ "symbol": "WAVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
- "chain_name": "dydx",
+ "base_denom": "wavax-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
- "coingeckoId": "dymension",
+ "base": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
"denomUnits": [
{
"aliases": [
- "adym",
+ "wftm-wei",
],
- "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
"exponent": 0,
},
{
- "denom": "dym",
+ "denom": "ftm",
"exponent": 18,
},
],
- "description": "The native governance and staking token of the Dymension Hub",
- "display": "dym",
+ "description": "Wrapped FTM on Axelar.",
+ "display": "ftm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "imageSync": {
+ "baseDenom": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
+ "chainName": "fantom",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "theme": {
+ "primaryColorHex": "#1c6cfc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
- },
- "name": "Dymension",
- "socials": {
- "twitter": "https://twitter.com/dymension",
- "website": "https://portal.dymension.xyz",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
},
- "symbol": "DYM",
+ "name": "Wrapped FTM",
+ "symbol": "WFTM",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "adym",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "wftm-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "base": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
"denomUnits": [
{
"aliases": [
- "anim",
+ "polygon-uusdc",
],
- "denom": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
"exponent": 0,
},
{
- "denom": "nim",
- "exponent": 18,
+ "denom": "polygon-usdc",
+ "exponent": 6,
},
],
- "description": "The native token of Nim Network.",
- "display": "nim",
- "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
+ "description": "Circle's stablecoin from Polygon on Axelar",
+ "display": "polygon-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
- "keywords": [
- "gaming",
- "AI",
- ],
- "name": "NIM Network",
- "socials": {
- "twitter": "https://twitter.com/nim_network",
- "website": "https://nim.network/",
+ "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",
},
- "symbol": "NIM",
+ "name": "USD Coin from Polygon",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "anim",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "polygon-uusdc",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
- "coingeckoId": "",
+ "base": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
"denomUnits": [
{
"aliases": [
- "dys",
+ "avalanche-uusdc",
],
- "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
"exponent": 0,
},
+ {
+ "denom": "avalanche-usdc",
+ "exponent": 6,
+ },
],
- "description": "The native staking and governance token of the Dyson Protocol",
- "display": "dys",
+ "description": "Circle's stablecoin from Avalanche on Axelar",
+ "display": "avalanche-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "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",
},
- "name": "Dys",
- "symbol": "DYS",
+ "name": "USD Coin from Avalanche",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "dys",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "avalanche-uusdc",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "base": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
"denomUnits": [
{
"aliases": [
- "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "wfil-wei",
],
- "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "denom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
"exponent": 0,
},
{
- "denom": "osmo",
- "exponent": 6,
+ "denom": "fil",
+ "exponent": 18,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "description": "Wrapped FIL on Axelar",
+ "display": "fil",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
+ "chainName": "filecoin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "theme": {
+ "primaryColorHex": "#0694fc",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Wrapped FIL from Filecoin",
+ "symbol": "axlFIL",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "wfil-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "base": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
"denomUnits": [
{
"aliases": [
- "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "arb-wei",
],
- "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "arb",
+ "exponent": 18,
},
],
- "description": "Wrapped Bitcoin on Axelar on Osmosis",
- "display": "wbtc",
+ "description": "Arbitrum on Axelar",
+ "display": "arb",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "baseDenom": "0x912CE59144191C1204E64559FE8253a0e49E6548",
+ "chainName": "arbitrum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "theme": {
+ "primaryColorHex": "#253545",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Arbitrum",
+ "symbol": "ARB",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "arb-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "base": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
"denomUnits": [
{
"aliases": [
- "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "pepe-wei",
],
- "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "pepe",
+ "exponent": 18,
},
],
- "description": "Circle's stablecoin on Axelar on Osmosis",
- "display": "usdc",
+ "display": "pepe",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
+ "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Pepe",
+ "symbol": "PEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "pepe-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
- "coingeckoId": "echelon",
+ "base": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
"denomUnits": [
{
"aliases": [
- "aechelon",
+ "cbeth-wei",
],
- "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ "denom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
"exponent": 0,
},
{
- "denom": "echelon",
+ "denom": "cbeth",
"exponent": 18,
},
],
- "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
- "display": "echelon",
+ "display": "cbeth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "imageSync": {
+ "baseDenom": "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "theme": {
+ "primaryColorHex": "#c9dbfc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
},
- "name": "Echelon",
- "symbol": "ECH",
+ "name": "Coinbase Wrapped Staked ETH",
+ "symbol": "cbETH",
"traces": [
{
"chain": {
- "channel_id": "channel-403",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "aechelon",
- "chain_name": "echelon",
- "channel_id": "channel-11",
+ "base_denom": "cbeth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
- "coingeckoId": "e-money",
+ "base": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
"denomUnits": [
{
"aliases": [
- "ungm",
+ "reth-wei",
],
- "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "denom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
"exponent": 0,
},
{
- "denom": "ngm",
- "exponent": 6,
+ "denom": "reth",
+ "exponent": 18,
},
],
- "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",
+ "display": "reth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "imageSync": {
+ "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
},
- "name": "e-Money",
- "symbol": "NGM",
+ "name": "Rocket Pool Ether",
+ "symbol": "rETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ungm",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "reth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
- "coingeckoId": "e-money-eur",
+ "base": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
"denomUnits": [
{
"aliases": [
- "eeur",
+ "sfrxeth-wei",
],
- "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "denom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
"exponent": 0,
},
{
- "denom": "eur",
- "exponent": 6,
+ "denom": "sfrxeth",
+ "exponent": 18,
},
],
- "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
- "display": "eur",
+ "display": "sfrxeth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "imageSync": {
+ "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
- "name": "e-Money EUR",
- "symbol": "EEUR",
+ "name": "Staked Frax Ether",
+ "symbol": "sfrxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "eeur",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "sfrxeth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
- "coingeckoId": "",
+ "base": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
"denomUnits": [
{
"aliases": [
- "echf",
+ "wsteth-wei",
],
- "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
+ "denom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
"exponent": 0,
},
{
- "denom": "chf",
- "exponent": 6,
+ "denom": "wsteth",
+ "exponent": 18,
},
],
- "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
- "display": "chf",
+ "display": "wsteth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "e-Money CHF",
- "symbol": "ECHF",
+ "name": "Wrapped Lido Staked Ether",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "echf",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "wsteth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
- "coingeckoId": "",
+ "base": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
"denomUnits": [
{
"aliases": [
- "enok",
+ "yieldeth-wei",
],
- "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
+ "denom": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
"exponent": 0,
},
{
- "denom": "nok",
- "exponent": 6,
+ "denom": "YieldETH",
+ "exponent": 18,
},
],
- "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
- "display": "nok",
+ "display": "YieldETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "imageSync": {
+ "baseDenom": "0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "theme": {
+ "primaryColorHex": "#14448c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
},
- "name": "e-Money NOK",
- "symbol": "ENOK",
+ "name": "Real Yield Eth",
+ "symbol": "YieldETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "enok",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "yieldeth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
- "coingeckoId": "",
+ "base": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
"denomUnits": [
{
"aliases": [
- "edkk",
+ "ox-wei",
],
- "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
+ "denom": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
"exponent": 0,
},
{
- "denom": "dkk",
- "exponent": 6,
+ "denom": "ox",
+ "exponent": 18,
},
],
- "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
- "display": "dkk",
+ "display": "ox",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "imageSync": {
+ "baseDenom": "0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
},
- "name": "e-Money DKK",
- "symbol": "EDKK",
+ "name": "Open Exchange Token",
+ "symbol": "OX",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "edkk",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ox-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
- "coingeckoId": "",
+ "base": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
"denomUnits": [
{
"aliases": [
- "esek",
+ "yum-wei",
],
- "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
+ "denom": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
"exponent": 0,
},
{
- "denom": "sek",
- "exponent": 6,
+ "denom": "yum",
+ "exponent": 18,
},
],
- "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
- "display": "sek",
+ "display": "yum",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "imageSync": {
+ "baseDenom": "0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
+ "theme": {
+ "primaryColorHex": "#33a6e7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
},
- "name": "e-Money SEK",
- "symbol": "ESEK",
+ "name": "Axelar Wrapped YUM",
+ "symbol": "YUM.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "esek",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "yum-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "base": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
"denomUnits": [
{
"aliases": [
- "umpwr",
+ "arbitrum-weth-wei",
],
- "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "denom": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
"exponent": 0,
},
{
- "denom": "mpwr",
- "exponent": 6,
+ "denom": "arbitrum-weth",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of Empower.",
- "display": "mpwr",
+ "display": "arbitrum-weth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "imageSync": {
+ "baseDenom": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
+ "chainName": "arbitrum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
- },
- "name": "MPWR",
- "symbol": "MPWR",
+ "name": "Arbitrum axlETH",
+ "symbol": "axlETH",
"traces": [
{
"chain": {
- "channel_id": "channel-1411",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "umpwr",
- "chain_name": "empowerchain",
- "channel_id": "channel-1",
+ "base_denom": "arbitrum-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "coingeckoId": "evmos",
+ "base": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
"denomUnits": [
{
"aliases": [
- "aevmos",
+ "base-weth-wei",
],
- "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "denom": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
"exponent": 0,
},
{
- "denom": "evmos",
+ "denom": "base-weth",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Evmos Hub",
- "display": "evmos",
+ "display": "base-weth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000006",
+ "chainName": "base",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
- "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",
- },
- "name": "Evmos",
- "socials": {
- "twitter": "https://twitter.com/EvmosOrg",
- "website": "https://evmos.org/",
- },
- "symbol": "EVMOS",
+ "name": "Base axlETH",
+ "symbol": "axlETH",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "aevmos",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "base-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "base": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
"denomUnits": [
{
"aliases": [
- "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "polygon-weth-wei",
],
- "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "denom": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "polygon-weth",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Evmos",
- "display": "usdt",
+ "display": "polygon-weth",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
+ "chainName": "polygon",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
- },
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Polygon axlETH",
+ "symbol": "axlETH",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "polygon-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "base": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
"denomUnits": [
{
"aliases": [
- "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "op-wei",
],
- "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "denom": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
"exponent": 0,
},
{
- "denom": "neok",
+ "denom": "op",
"exponent": 18,
},
],
- "description": "The token of Neokingdom DAO.",
- "display": "neok",
- "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
+ "display": "op",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000042",
+ "chainName": "optimism",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg",
+ "theme": {
+ "primaryColorHex": "#fc0424",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
- },
- "name": "Neokingdom DAO",
- "socials": {
- "twitter": "https://twitter.com/NEOKingdomDAO",
- "website": "https://www.neokingdom.org/",
- },
- "symbol": "NEOK",
+ "name": "Optimism",
+ "symbol": "OP",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "op-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ "coingeckoId": "band-protocol",
"denomUnits": [
{
"aliases": [
- "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "uband",
],
- "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
"exponent": 0,
},
{
- "denom": "berlin",
- "exponent": 18,
+ "denom": "band",
+ "exponent": 6,
},
],
- "description": "The token of Teledisko DAO.",
- "display": "berlin",
+ "description": "The native token of BandChain",
+ "display": "band",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4424e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
+ },
+ "name": "Band Protocol",
+ "socials": {
+ "twitter": "https://twitter.com/BandProtocol",
+ "website": "https://www.bandprotocol.com/",
},
- "name": "Teledisko DAO",
- "symbol": "BERLIN",
+ "symbol": "BAND",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-148",
},
"counterparty": {
- "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "uband",
+ "chain_name": "bandchain",
+ "channel_id": "channel-83",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "base": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ "coingeckoId": "bzedge",
"denomUnits": [
{
"aliases": [
- "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "ubze",
],
- "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
"exponent": 0,
},
{
- "denom": "crowdp",
- "exponent": 18,
+ "denom": "bze",
+ "exponent": 6,
},
],
- "description": "The token of Crowdpunk DAO",
- "display": "crowdp",
+ "description": "BeeZee native blockchain",
+ "display": "bze",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "theme": {
+ "primaryColorHex": "#079fd7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
},
- "name": "Crowdpunk DAO",
- "symbol": "CROWDP",
+ "name": "BeeZee",
+ "symbol": "BZE",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "chain_name": "evmos",
+ "base_denom": "ubze",
+ "chain_name": "beezee",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
- "coingeckoId": "fetch-ai",
+ "base": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
+ "coingeckoId": "vidulum",
"denomUnits": [
{
"aliases": [
- "afet",
+ "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
],
- "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "denom": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
"exponent": 0,
},
{
- "denom": "fet",
- "exponent": 18,
+ "denom": "vdl",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of the Fetch Hub.",
- "display": "fet",
+ "description": "Vidulum App Token",
+ "display": "vdl",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
- "name": "fetch-ai",
- "symbol": "FET",
+ "name": "Vidulum",
+ "symbol": "VDL",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "afet",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "base": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
"denomUnits": [
{
"aliases": [
- "nanomobx",
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
],
- "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "denom": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
"exponent": 0,
},
{
- "denom": "mobx",
- "exponent": 9,
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
- "display": "mobx",
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"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",
+ "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",
},
- "name": "MOBIX",
- "symbol": "MOBX",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "nanomobx",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
- "coingeckoId": "fanfury",
+ "base": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
"denomUnits": [
{
"aliases": [
- "ufury",
+ "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
],
- "denom": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
+ "denom": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
"exponent": 0,
},
{
- "denom": "fury",
+ "denom": "C2M",
"exponent": 6,
},
],
- "description": "The native token of Furya",
- "display": "fury",
+ "description": "Crypto2Mars Community Token",
+ "display": "C2M",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
"theme": {
- "primaryColorHex": "#eaf143",
+ "primaryColorHex": "#FEFEFE",
},
},
],
- "keywords": [
- "gaming",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
},
- "name": "Furya",
- "socials": {
- "twitter": "https://twitter.com/furyachain",
- },
- "symbol": "FURY",
+ "name": "Crypto2Mars",
+ "symbol": "C2M",
"traces": [
{
"chain": {
- "channel_id": "channel-8690",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "ufury",
- "chain_name": "furya",
- "channel_id": "channel-3",
+ "base_denom": "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
- "coingeckoId": "fx-coin",
+ "base": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
"denomUnits": [
{
"aliases": [
- "FX",
+ "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
],
- "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "denom": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
"exponent": 0,
},
{
- "denom": "WFX",
+ "denom": "uarch",
+ "exponent": 12,
+ },
+ {
+ "denom": "arch",
"exponent": 18,
},
],
- "description": "The native staking token of the Function X",
- "display": "WFX",
+ "description": "The native token of Archway network",
+ "display": "arch",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "imageSync": {
+ "baseDenom": "aarch",
+ "chainName": "archway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Archway",
+ "symbol": "ARCH",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "FX",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
"denomUnits": [
{
"aliases": [
- "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
],
- "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
+ "denom": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
"exponent": 0,
},
{
"aliases": [],
- "denom": "PUNDIX",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The cross chain token of the Function X",
- "display": "PUNDIX",
+ "description": "USDC from Noble",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Pundi X Token",
- "symbol": "PUNDIX",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ "coingeckoId": "bitcanna",
"denomUnits": [
{
"aliases": [
- "uglx",
+ "ubcna",
],
- "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
"exponent": 0,
},
{
- "denom": "glx",
+ "denom": "bcna",
"exponent": 6,
},
],
- "description": "GLX is the staking token of the Galaxy Chain",
- "display": "glx",
+ "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",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#3cc494",
+ },
},
],
"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",
+ "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",
},
- "name": "Galaxy",
- "symbol": "GLX",
+ "name": "BitCanna",
+ "socials": {
+ "twitter": "https://twitter.com/BitCannaGlobal",
+ "website": "http://www.bitcanna.io/",
+ },
+ "symbol": "BCNA",
"traces": [
{
"chain": {
- "channel_id": "channel-236",
+ "channel_id": "channel-51",
},
"counterparty": {
- "base_denom": "uglx",
- "chain_name": "galaxy",
- "channel_id": "channel-0",
+ "base_denom": "ubcna",
+ "chain_name": "bitcanna",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ "coingeckoId": "bitsong",
"denomUnits": [
{
"aliases": [
- "utest",
+ "ubtsg",
],
- "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "test",
+ "denom": "btsg",
"exponent": 6,
},
],
- "description": "The native fee token of Gateway.",
- "display": "test",
- "name": "Test",
- "symbol": "TEST",
+ "description": "BitSong Native Token",
+ "display": "btsg",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#c8307f",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "BitSong",
+ "socials": {
+ "twitter": "https://twitter.com/BitSongOfficial",
+ "website": "https://bitsong.io/",
+ },
+ "symbol": "BTSG",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "utest",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ubtsg",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -25170,34 +28032,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
"denomUnits": [
{
"aliases": [
- "uworm",
+ "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
],
- "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "worm",
+ "denom": "clay",
"exponent": 6,
},
],
- "description": "the native staking token of Gateway.",
- "display": "worm",
- "name": "Worm",
- "symbol": "WORM",
+ "description": "Adam Clay a BitSong Music FanToken",
+ "display": "clay",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "theme": {
+ "primaryColorHex": "#e8e5e7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ },
+ "name": "Adam Clay FanToken",
+ "symbol": "CLAY",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "uworm",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -25205,755 +28077,726 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
- "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
],
- "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
- "exponent": 8,
+ "denom": "fasano",
+ "exponent": 6,
},
],
- "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "description": "Nicola Fasano a BitSong Music FanToken",
+ "display": "fasano",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2::sui::SUI",
- "chainName": "sui",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "theme": {
+ "primaryColorHex": "#c3a59e",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
},
- "name": "Sui (Wormhole)",
- "symbol": "SUI",
+ "name": "Nicola Fasano Fantoken",
+ "symbol": "FASANO",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
- "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
],
- "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
- "exponent": 8,
+ "denom": "d9x",
+ "exponent": 6,
},
],
- "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "description": "Delta 9 a BitSong Music FanToken",
+ "display": "d9x",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "theme": {
+ "primaryColorHex": "#0d0d0d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
},
- "name": "Wrapped Ether (Wormhole)",
- "symbol": "WETH",
+ "name": "Delta 9 Fantoken",
+ "symbol": "D9X",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
- "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
],
- "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
- "exponent": 8,
+ "denom": "fonti",
+ "exponent": 6,
},
],
- "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
+ "description": "FONTI a BitSong Music FanToken",
+ "display": "fonti",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "theme": {
+ "primaryColorHex": "#1c2536",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
},
- "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
- "symbol": "wstETH",
+ "name": "FONTI Fantoken",
+ "symbol": "FONTI",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
- "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
],
- "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
- "exponent": 8,
+ "denom": "bjks",
+ "exponent": 6,
},
],
- "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "description": "BlackJack a BitSong Music FanToken",
+ "display": "bjks",
"images": [
{
- "imageSync": {
- "baseDenom": "0x1::aptos_coin::AptosCoin",
- "chainName": "aptos",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "theme": {
+ "primaryColorHex": "#f5f5f5",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
},
- "name": "Aptos Coin (Wormhole)",
- "symbol": "APT",
+ "name": "BlackJack Fantoken",
+ "symbol": "BJKS",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
- "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
],
- "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "denom": "rwne",
"exponent": 6,
},
],
- "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "description": "Rawanne a BitSong Music FanToken",
+ "display": "rwne",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "theme": {
+ "primaryColorHex": "#1a1521",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
},
- "name": "Tether USD (Wormhole)",
- "symbol": "USDT",
+ "name": "Rawanne Fantoken",
+ "symbol": "RWNE",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
- "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
],
- "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
- "exponent": 8,
+ "denom": "enmoda",
+ "exponent": 6,
},
],
- "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "description": "Enmoda a BitSong Music FanToken",
+ "display": "enmoda",
"images": [
{
- "imageSync": {
- "baseDenom": "So11111111111111111111111111111111111111112",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "theme": {
+ "primaryColorHex": "#161616",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
},
- "name": "Wrapped SOL (Wormhole)",
- "symbol": "SOL",
+ "name": "Enmoda Fantoken",
+ "symbol": "ENMODA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
- "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
],
- "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
- "exponent": 5,
+ "denom": "404dr",
+ "exponent": 6,
},
],
- "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "description": "404Deep Records a BitSong Music FanToken",
+ "display": "404dr",
"images": [
{
- "imageSync": {
- "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "theme": {
+ "primaryColorHex": "#cfb1b3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
},
- "name": "Bonk (Wormhole)",
- "symbol": "Bonk",
+ "name": "404Deep Records Fantoken",
+ "symbol": "404DR",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
- "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
],
- "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
- "exponent": 8,
+ "denom": "n43",
+ "exponent": 6,
},
],
- "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "description": "N43 a BitSong Music FanToken",
+ "display": "n43",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "theme": {
+ "primaryColorHex": "#0a0a0a",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
},
- "name": "Wrapped BTC (Wormhole)",
- "symbol": "WBTC",
+ "name": "N43 Fantoken",
+ "symbol": "N43",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
- "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
],
- "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
- "exponent": 8,
+ "denom": "lobo",
+ "exponent": 6,
},
],
- "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "description": "Puro Lobo a BitSong Music FanToken",
+ "display": "lobo",
"images": [
{
- "imageSync": {
- "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "theme": {
+ "primaryColorHex": "#b8b6b6",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
},
- "name": "tBTC v2 (Wormhole)",
- "symbol": "tBTC",
+ "name": "Puro Lobo Fantoken",
+ "symbol": "LOBO",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
- "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
],
- "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
- "exponent": 8,
+ "denom": "vibra",
+ "exponent": 6,
},
],
- "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "description": "Vibranium a BitSong Music FanToken",
+ "display": "vibra",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "theme": {
+ "primaryColorHex": "#0f0c27",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
},
- "name": "Dai Stablecoin (Wormhole)",
- "symbol": "DAI",
+ "name": "Vibranium Fantoken",
+ "symbol": "VIBRA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
],
- "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "denom": "karina",
"exponent": 6,
},
],
- "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "description": "Karina a BitSong Music FanToken",
+ "display": "karina",
"images": [
{
- "imageSync": {
- "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "theme": {
+ "primaryColorHex": "#21283c",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
},
- "name": "USD Coin (Wormhole)",
- "symbol": "USDC",
+ "name": "Karina Fantoken",
+ "symbol": "KARINA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
],
- "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
+ "denom": "testa",
"exponent": 6,
},
],
- "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
+ "description": "Luca Testa a BitSong Music FanToken",
+ "display": "testa",
"images": [
{
- "imageSync": {
- "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "chainName": "avalanche",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "theme": {
+ "primaryColorHex": "#151515",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
},
- "name": "Avalanche USD Coin (Wormhole)",
- "symbol": "avalanche.USDC.wh",
+ "name": "Luca Testa Fantoken",
+ "symbol": "TESTA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
],
- "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
"exponent": 0,
},
{
- "aliases": [
- "pyth",
- ],
- "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "denom": "cmqz",
"exponent": 6,
},
],
- "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "description": "Carolina Marquez a BitSong Music FanToken",
+ "display": "cmqz",
"images": [
{
- "imageSync": {
- "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "theme": {
+ "primaryColorHex": "#847760",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
},
- "name": "Pyth Network",
- "symbol": "PYTH",
+ "name": "Carolina Marquez Fantoken",
+ "symbol": "CMQZ",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "base": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
],
- "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "denom": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
+ "denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
"exponent": 6,
},
],
- "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
- "images": [
- {
- "imageSync": {
- "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
- "chainName": "solana",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
- },
- "name": "Solana USD Coin (Wormhole)",
- "symbol": "solana.USDC.wh",
+ "deprecated": true,
+ "description": "[Redacted] a BitSong Music FanToken",
+ "display": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
+ "name": "[Redacted] Fantoken (ft3...A00)",
+ "symbol": "LDON",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
- "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "base": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ "coingeckoId": "bluzelle",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "ubnt",
],
- "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "denom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
"exponent": 0,
},
{
"aliases": [
- "bskt",
+ "blz",
],
- "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
- "exponent": 5,
+ "denom": "bnt",
+ "exponent": 6,
},
],
- "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "description": "The native token of Bluzelle",
+ "display": "bnt",
"images": [
{
- "imageSync": {
- "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "theme": {
+ "primaryColorHex": "#708ffc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
],
+ "keywords": [
+ "bluzelle",
+ "game",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
},
- "name": "Basket",
- "symbol": "BSKT",
+ "name": "Bluzelle",
+ "socials": {
+ "twitter": "https://twitter.com/BluzelleHQ",
+ "website": "http://bluzelle.com/",
+ },
+ "symbol": "BLZ",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-763",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ubnt",
+ "chain_name": "bluzelle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
- "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
- "coingeckoId": "",
+ "base": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "uelt",
],
- "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
+ "denom": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
"exponent": 0,
},
{
- "denom": "w",
+ "denom": "elt",
"exponent": 6,
},
],
- "description": "W is the native token powering the Wormhole interoperability platform.",
- "display": "w",
+ "description": "The ELT token of Bluzelle's Gamma 4 Gaming Ecosystem",
+ "display": "elt",
"images": [
{
- "imageSync": {
- "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "theme": {
+ "primaryColorHex": "#0c3ab5",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
],
+ "keywords": [
+ "elt",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
},
- "name": "Wormhole Token",
- "symbol": "W",
+ "name": "ELT",
+ "symbol": "ELT",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-763",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "uelt",
+ "chain_name": "bluzelle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -25961,2547 +28804,2814 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "base": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
"denomUnits": [
{
"aliases": [
- "el1",
+ "ug4",
],
- "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "denom": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
"exponent": 0,
},
{
- "denom": "l1",
- "exponent": 18,
+ "denom": "g4",
+ "exponent": 6,
},
],
- "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
- "display": "l1",
+ "description": "The game token of Bluzelle's Gamma 4 Gaming Ecosystem",
+ "display": "g4",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "theme": {
+ "primaryColorHex": "#ee8828",
+ },
},
],
+ "keywords": [
+ "g4",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
},
- "name": "GenesisL1",
- "symbol": "L1",
+ "name": "G4",
+ "symbol": "G4",
"traces": [
{
"chain": {
- "channel_id": "channel-253",
+ "channel_id": "channel-763",
},
"counterparty": {
- "base_denom": "el1",
- "chain_name": "genesisl1",
- "channel_id": "channel-1",
+ "base_denom": "ug4",
+ "chain_name": "bluzelle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
- "coingeckoId": "gitopia",
+ "base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ "coingeckoId": "bostrom",
"denomUnits": [
{
"aliases": [
- "ulore",
+ "boot",
],
- "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
"exponent": 0,
},
- {
- "denom": "LORE",
- "exponent": 6,
- },
],
- "description": "The native token of Gitopia",
- "display": "LORE",
+ "description": "The staking token of Bostrom",
+ "display": "boot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "theme": {
+ "primaryColorHex": "#4cea4e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- "name": "LORE",
- "socials": {
- "twitter": "https://twitter.com/gitopiaDAO",
- "website": "https://gitopia.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
},
- "symbol": "LORE",
+ "name": "Bostrom",
+ "symbol": "BOOT",
"traces": [
{
"chain": {
- "channel_id": "channel-781",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "ulore",
- "chain_name": "gitopia",
- "channel_id": "channel-0",
+ "base_denom": "boot",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
- "coingeckoId": "graviton",
+ "base": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
"denomUnits": [
{
"aliases": [
- "ugraviton",
+ "hydrogen",
],
- "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
"exponent": 0,
},
- {
- "denom": "graviton",
- "exponent": 6,
- },
],
- "description": "The native token of Gravity Bridge",
- "display": "graviton",
+ "description": "The liquid staking token of Bostrom",
+ "display": "hydrogen",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "theme": {
+ "primaryColorHex": "#ffffff",
+ },
},
],
"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",
- },
- "name": "Graviton",
- "socials": {
- "twitter": "https://twitter.com/gravity_bridge",
- "website": "https://www.gravitybridge.net/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
},
- "symbol": "GRAV",
+ "name": "Bostrom Hydrogen",
+ "symbol": "HYDROGEN",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "ugraviton",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "hydrogen",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "base": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
"denomUnits": [
{
"aliases": [
- "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "milliampere",
],
- "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "denom": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "aliases": [
+ "ampere",
+ ],
+ "denom": "ampere",
+ "exponent": 3,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "The resource token of Bostrom",
+ "display": "ampere",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "theme": {
+ "primaryColorHex": "#f4ecce",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Bostrom Ampere",
+ "symbol": "A",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "milliampere",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "base": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
"denomUnits": [
{
"aliases": [
- "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "millivolt",
],
- "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "denom": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
"exponent": 0,
},
{
- "denom": "gweth",
- "exponent": 18,
+ "aliases": [
+ "volt",
+ ],
+ "denom": "volt",
+ "exponent": 3,
},
],
- "description": "Gravity Bridge WETH",
- "display": "gweth",
+ "description": "The resource token of Bostrom",
+ "display": "volt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "theme": {
+ "primaryColorHex": "#fba809",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
},
- "name": "Wrapped Ethereum",
- "symbol": "WETH",
+ "name": "Bostrom Volt",
+ "symbol": "V",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "millivolt",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "base": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
"denomUnits": [
{
"aliases": [
- "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "tocyb",
],
- "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "denom": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
"exponent": 0,
},
- {
- "denom": "gusdc",
- "exponent": 6,
- },
],
- "description": "Gravity Bridge USDC",
- "display": "gusdc",
+ "description": "The staking token of Cyber",
+ "display": "tocyb",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "theme": {
+ "primaryColorHex": "#1e8fa9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Bostrom Tocyb",
+ "symbol": "TOCYB",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "tocyb",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "base": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ "coingeckoId": "canto",
"denomUnits": [
{
"aliases": [
- "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "acanto",
],
- "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
"exponent": 0,
},
{
- "denom": "gusdt",
- "exponent": 6,
+ "denom": "canto",
+ "exponent": 18,
},
],
- "description": "Gravity Bridge USDT",
- "display": "gusdt",
+ "description": "Canto is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "canto",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "theme": {
+ "primaryColorHex": "#1c1f1f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Canto",
+ "socials": {
+ "twitter": "https://twitter.com/CantoPublic",
+ "website": "https://canto.io/",
+ },
+ "symbol": "CANTO",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-550",
},
"counterparty": {
- "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "acanto",
+ "chain_name": "canto",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "base": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
"denomUnits": [
{
"aliases": [
- "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
],
- "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "denom": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
"exponent": 0,
},
{
- "denom": "gwbtc",
- "exponent": 8,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "Gravity Bridge WBTC",
- "display": "gwbtc",
+ "description": "Tether USDt on Canto",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-550",
},
"counterparty": {
- "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
+ "chain_name": "canto",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ "coingeckoId": "switcheo",
"denomUnits": [
{
"aliases": [
- "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "swth",
],
- "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
"exponent": 0,
},
{
- "denom": "gdai",
- "exponent": 18,
+ "aliases": [
+ "SWTH",
+ ],
+ "denom": "dswth",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge DAI",
- "display": "gdai",
+ "description": "The native governance token of Carbon",
+ "display": "dswth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#a5edf2",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "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",
},
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "name": "Carbon",
+ "symbol": "SWTH",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
- },
- "type": "ibc",
+ "base_denom": "swth",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "base": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
+ "coingeckoId": "carbon-usd",
"denomUnits": [
{
"aliases": [
- "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "usc",
],
- "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "denom": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
"exponent": 0,
},
{
- "denom": "gsdai",
- "exponent": 18,
+ "aliases": [
+ "USC",
+ ],
+ "denom": "dusc",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge sDAI",
- "display": "gsdai",
+ "description": "The native stablecoin of Carbon",
+ "display": "dusc",
"images": [
{
- "imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
+ "theme": {
+ "primaryColorHex": "#053e4f",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
},
- "name": "Savings Dai",
- "symbol": "sDAI",
+ "name": "Carbon USD Coin",
+ "symbol": "USC",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "usc",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "base": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
"denomUnits": [
{
"aliases": [
- "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "bnb.1.6.773edb",
],
- "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "denom": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
"exponent": 0,
},
{
- "denom": "gocc",
+ "aliases": [
+ "BNB",
+ ],
+ "denom": "bnb",
"exponent": 18,
},
],
- "description": "Gravity Bridge OCC",
- "display": "gocc",
+ "description": "BNB token on Carbon",
+ "display": "bnb",
"images": [
{
"imageSync": {
- "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chainName": "ethereum",
+ "baseDenom": "wei",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
},
- "name": "OccamFi",
- "symbol": "OCC",
+ "name": "Binance Coin",
+ "symbol": "BNB",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "bnb.1.6.773edb",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "base": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
"denomUnits": [
{
"aliases": [
- "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "bneo.1.14.e2e5f6",
],
- "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "denom": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
"exponent": 0,
},
{
- "denom": "page",
+ "aliases": [
+ "bNEO",
+ ],
+ "denom": "bneo",
"exponent": 8,
},
],
- "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
- "display": "page",
+ "description": "bNEO token on Carbon",
+ "display": "bneo",
"images": [
{
- "imageSync": {
- "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
},
- "name": "Page",
- "symbol": "PAGE",
+ "name": "BurgerNEO",
+ "symbol": "bNEO",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "bneo.1.14.e2e5f6",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "base": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
"denomUnits": [
{
"aliases": [
- "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "busd.1.6.754a80",
],
- "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "denom": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
"exponent": 0,
},
{
- "denom": "gpaxg",
+ "aliases": [
+ "BUSD",
+ ],
+ "denom": "busd",
"exponent": 18,
},
],
- "description": "Gravity Bridge Paxos Gold",
- "display": "gpaxg",
+ "description": "BUSD (BEP-20) token on Carbon",
+ "display": "busd",
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "baseDenom": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
},
- "name": "Paxos Gold",
- "symbol": "PAXG",
+ "name": "BUSD (BEP-20)",
+ "symbol": "BUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "busd.1.6.754a80",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
- "coingeckoId": "islamic-coin",
+ "base": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
"denomUnits": [
{
"aliases": [
- "aISLM",
+ "cglp.1.19.1698d3",
],
- "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "denom": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
"exponent": 0,
},
{
- "denom": "ISLM",
+ "aliases": [
+ "CGLP",
+ ],
+ "denom": "cglp",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Haqq Network",
- "display": "ISLM",
+ "description": "Carbon Wrapped GLP on Carbon",
+ "display": "cglp",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
},
- "name": "Islamic Coin",
- "symbol": "ISLM",
+ "name": "Carbon Wrapped GLP",
+ "symbol": "CGLP",
"traces": [
{
"chain": {
- "channel_id": "channel-1575",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "aISLM",
- "chain_name": "haqq",
- "channel_id": "channel-2",
+ "base_denom": "cglp.1.19.1698d3",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
- "coingeckoId": "humans-ai",
+ "base": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
"denomUnits": [
{
"aliases": [
- "aheart",
+ "cgt/1",
],
- "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "denom": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
"exponent": 0,
},
{
- "denom": "heart",
+ "aliases": [
+ "USD",
+ ],
+ "denom": "usd",
"exponent": 18,
},
],
- "description": "The native staking and governance token of Humans.ai.",
- "display": "heart",
+ "description": "Grouped USD on Carbon",
+ "display": "usd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
"theme": {
- "darkMode": true,
+ "primaryColorHex": "#043d4d",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
- },
- "name": "HEART",
- "socials": {
- "twitter": "https://twitter.com/humansdotai",
- "website": "https://humans.ai/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
},
- "symbol": "HEART",
+ "name": "Carbon Grouped USD",
+ "symbol": "USD",
"traces": [
{
"chain": {
- "channel_id": "channel-20082",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "aheart",
- "chain_name": "humans",
- "channel_id": "channel-4",
+ "base_denom": "cgt/1",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
- "coingeckoId": "ixo",
+ "base": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
"denomUnits": [
{
"aliases": [
- "uixo",
+ "eth.1.19.c3b805",
],
- "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "denom": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
"exponent": 0,
},
{
- "denom": "ixo",
- "exponent": 6,
+ "aliases": [
+ "ETH",
+ ],
+ "denom": "eth",
+ "exponent": 18,
},
],
- "description": "The native token of IXO Chain",
- "display": "ixo",
+ "description": "ETH (Arbitrum) token on Carbon",
+ "display": "eth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
- "name": "IXO",
- "symbol": "IXO",
+ "name": "Ethereum (Arbitrum)",
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-38",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "uixo",
- "chain_name": "impacthub",
- "channel_id": "channel-4",
+ "base_denom": "eth.1.19.c3b805",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
- "coingeckoId": "imv",
+ "base": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
"denomUnits": [
{
"aliases": [
- "aimv",
+ "eth.1.2.942d87",
],
- "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "denom": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
"exponent": 0,
},
{
- "denom": "imv",
+ "aliases": [
+ "ETH",
+ ],
+ "denom": "eth",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Imversed",
- "display": "imv",
+ "description": "ETH (ERC20) token on Carbon",
+ "display": "eth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
- "name": "IMV",
- "symbol": "IMV",
+ "name": "Ethereum (ERC20)",
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-517",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "aimv",
- "chain_name": "imversed",
- "channel_id": "channel-1",
+ "base_denom": "eth.1.2.942d87",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
- "coingeckoId": "injective-protocol",
+ "base": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
"denomUnits": [
{
"aliases": [
- "inj",
+ "usdc.1.2.343151",
],
- "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "denom": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
"exponent": 0,
},
{
- "denom": "INJ",
- "exponent": 18,
+ "aliases": [
+ "USDC",
+ ],
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The INJ token is the native governance token for the Injective chain.",
- "display": "INJ",
+ "description": "USDC (ERC20) token on Carbon",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
- },
- "name": "Injective",
- "socials": {
- "twitter": "https://twitter.com/Injective_",
- "website": "https://injective.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "symbol": "INJ",
+ "name": "Circle USD",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "inj",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "usdc.1.2.343151",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "base": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
"denomUnits": [
{
"aliases": [
- "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "usdc.1.6.53ff75",
],
- "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "denom": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "aliases": [
+ "USDC",
+ ],
+ "denom": "usdc",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Injective",
- "display": "usdt",
+ "description": "USD Coin (BEP-20) token on Carbon",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
+ "chainName": "binancesmartchain",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "USD Coin (BEP-20)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "usdc.1.6.53ff75",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "base": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
"denomUnits": [
{
"aliases": [
- "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "zil.1.18.1a4a06",
],
- "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "denom": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
"exponent": 0,
},
{
- "denom": "ampINJ",
- "exponent": 6,
+ "aliases": [
+ "ZIL",
+ ],
+ "denom": "zil",
+ "exponent": 12,
},
],
- "description": "ERIS liquid staked INJ",
- "display": "ampINJ",
+ "description": "ZIL token on Carbon",
+ "display": "zil",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "theme": {
+ "primaryColorHex": "#2cccc4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
},
- "name": "ERIS Amplified INJ",
- "symbol": "ampINJ",
+ "name": "Zilliqa",
+ "symbol": "ZIL",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "zil.1.18.1a4a06",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
- "coingeckoId": "autism",
+ "base": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "coingeckoId": "celestia",
"denomUnits": [
{
"aliases": [
- "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "utia",
],
- "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
"exponent": 0,
},
{
- "denom": "autism",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
- "display": "autism",
+ "description": "Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.",
+ "display": "tia",
+ "extendedDescription": "Celestia is a pioneering blockchain platform that aims to address the scalability and interoperability challenges faced by current blockchain networks. It introduces a modular architecture that separates consensus and data availability from execution, allowing developers to create highly customizable and scalable blockchains. By decoupling these functions, Celestia enables independent blockchains to interact seamlessly while maintaining high throughput and security.
+
+Celestia's unique approach includes a consensus and data availability layer that supports multiple execution environments, facilitating a diverse range of decentralized applications (dApps). This design allows for greater flexibility and efficiency, as developers can choose the best execution environment for their specific use case. Celestia's focus on modularity and interoperability has the potential to significantly enhance the blockchain ecosystem by enabling more scalable and adaptable solutions.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "Autism",
- "symbol": "AUTISM",
+ "name": "Celestia",
+ "socials": {
+ "twitter": "https://twitter.com/CelestiaOrg",
+ "website": "https://celestia.org/",
+ },
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-6994",
},
"counterparty": {
- "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "utia",
+ "chain_name": "celestia",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
- "coingeckoId": "dog-wif-nuchucks",
+ "base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ "coingeckoId": "cerberus-2",
"denomUnits": [
{
"aliases": [
- "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "ucrbrus",
],
- "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
"exponent": 0,
},
{
- "denom": "NINJA",
+ "denom": "crbrus",
"exponent": 6,
},
],
- "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
- "display": "NINJA",
+ "description": "The native token of Cerberus Chain",
+ "display": "crbrus",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "theme": {
+ "primaryColorHex": "#c6c6c9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
},
- "name": "Dog wif nunchucks",
- "symbol": "NINJA",
+ "name": "Cerberus",
+ "symbol": "CRBRUS",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-212",
},
"counterparty": {
- "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
- "chain_name": "injective",
- "channel_id": "channel-8",
- },
- "type": "ibc",
+ "base_denom": "ucrbrus",
+ "chain_name": "cerberus",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "base": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
+ "coingeckoId": "chain4energy",
"denomUnits": [
{
"aliases": [
- "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "uc4e",
],
- "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "denom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
"exponent": 0,
},
{
- "denom": "WGMI",
+ "denom": "c4e",
"exponent": 6,
},
],
- "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
- "display": "WGMI",
+ "description": "The native token of Chain4Energy",
+ "display": "c4e",
+ "extendedDescription": "C4E is a DePIN L1 Blockchain platform, designed to support a variety of innovative energy and e-mobility applications by creating a decentralized and democratized community-powered ecosystem.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "theme": {
+ "primaryColorHex": "#24344c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
},
- "name": "WGMI",
- "symbol": "WGMI",
+ "name": "Chain4Energy",
+ "socials": {
+ "twitter": "https://twitter.com/Chain4Energy",
+ "website": "https://c4e.io/",
+ },
+ "symbol": "C4E",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-22172",
},
"counterparty": {
- "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "uc4e",
+ "chain_name": "chain4energy",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ "coingeckoId": "cheqd-network",
"denomUnits": [
{
"aliases": [
- "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "ncheq",
],
- "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "denom": "cheq",
+ "exponent": 9,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Native token for the cheqd network",
+ "display": "cheq",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc5f04",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "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",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "cheqd",
+ "symbol": "CHEQ",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-108",
},
"counterparty": {
- "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ncheq",
+ "chain_name": "cheqd",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ "coingeckoId": "chihuahua-token",
"denomUnits": [
{
"aliases": [
- "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "uhuahua",
],
- "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
"exponent": 0,
},
{
- "denom": "glto",
+ "denom": "huahua",
"exponent": 6,
},
],
- "description": "GLTO-ERC20 on injective",
- "display": "glto",
+ "description": "Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.",
+ "display": "huahua",
+ "extendedDescription": "Chihuahua aims to foster a vibrant and interactive community through its blockchain platform, which emphasizes social engagement and entertainment. The native token, HUAHUA, is used for various activities within the ecosystem, including rewards, staking, and governance. Chihuahua's unique approach combines blockchain technology with community engagement, offering a dynamic and enjoyable environment for its users.",
"images": [
{
- "imageSync": {
- "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
},
- "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",
},
],
"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",
- },
- "name": "Gelotto",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
- "symbol": "GLTO",
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "uhuahua",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
- "coingeckoId": "hava-coin",
+ "base": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
"denomUnits": [
{
"aliases": [
- "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
],
- "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
"exponent": 0,
},
{
- "denom": "hava",
+ "denom": "achihuahuawifhat",
"exponent": 6,
},
],
- "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
- "display": "hava",
+ "description": "has a hat",
+ "display": "achihuahuawifhat",
+ "extendedDescription": "Chihuahuawifhat is the biggest cult of the Chihuahua chain aiming to take over Cosmos. The token is $BADDOG and we're not playing around.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
- "name": "Hava Coin",
+ "name": "Chihuahuawifhat",
"socials": {
- "twitter": "https://twitter.com/Hava_Coin",
- "website": "https://havacoin.xyz/",
+ "twitter": "https://x.com/chihuahuawifhat",
+ "website": "https://baddog.lol/",
},
- "symbol": "HAVA",
+ "symbol": "BADDOG",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "base": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
"denomUnits": [
{
"aliases": [
- "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
],
- "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
"exponent": 0,
},
{
- "denom": "BADKID",
+ "denom": "WOOF",
"exponent": 6,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "Woof",
+ "display": "WOOF",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "theme": {
+ "primaryColorHex": "#d9905f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "WOOF",
+ "symbol": "WOOF",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "base": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
"denomUnits": [
{
"aliases": [
- "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
],
- "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "denom": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
"exponent": 0,
},
{
- "denom": "NINPO",
+ "denom": "TACOS",
"exponent": 6,
},
],
- "description": "The second meme coin on Injective.",
- "display": "NINPO",
+ "description": "Tacos",
+ "display": "TACOS",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "theme": {
+ "primaryColorHex": "#f3bb5b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
},
- "name": "Ninpo",
- "symbol": "NINPO",
+ "name": "TACOS",
+ "symbol": "TACOS",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "base": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
"denomUnits": [
{
"aliases": [
- "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
],
- "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "denom": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
"exponent": 0,
},
{
- "denom": "JUDO",
+ "denom": "WEED",
"exponent": 6,
},
],
- "description": "JUDO is a very futuristic meme token.",
- "display": "JUDO",
+ "description": "Weed",
+ "display": "WEED",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "theme": {
+ "primaryColorHex": "#43b333",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
},
- "name": "Judo",
- "symbol": "JUDO",
+ "name": "WEED",
+ "symbol": "WEED",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "base": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
"denomUnits": [
{
"aliases": [
- "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
],
- "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "denom": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
"exponent": 0,
},
{
- "denom": "beast",
+ "denom": "BDOG",
"exponent": 6,
},
],
- "description": "BEAST-ERC20 on injective",
- "display": "beast",
+ "description": "Bulldog",
+ "display": "BDOG",
"images": [
{
- "imageSync": {
- "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
- },
- "name": "Gelotto BEAST",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
},
- "symbol": "BEAST",
+ "name": "BDOG",
+ "symbol": "BDOG",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "base": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
"denomUnits": [
{
"aliases": [
- "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
],
- "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "denom": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "CORSO",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "CaneCorso",
+ "display": "CORSO",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "theme": {
+ "primaryColorHex": "#d9d2d2",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "CORSO",
+ "symbol": "CORSO",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
- "coingeckoId": "iris-network",
+ "address": "chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0",
+ "base": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
"denomUnits": [
{
"aliases": [
- "uiris",
+ "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
],
- "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "denom": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
"exponent": 0,
},
{
- "denom": "iris",
+ "denom": "ashHUAHUA",
"exponent": 6,
},
],
- "description": "The IRIS token is the native governance token for the IrisNet chain.",
- "display": "iris",
+ "description": "ashHUAHUA - Burned HUAHUA",
+ "display": "ashHUAHUA",
+ "extendedDescription": "ashHUAHUA - receipt token recieved when burning HUAHUA via ASH DAOs Furnace",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f46c0f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
},
- "name": "IRISnet",
- "symbol": "IRIS",
+ "name": "Burned HUAHUA",
+ "symbol": "ashHUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "uiris",
- "chain_name": "irisnet",
- "channel_id": "channel-3",
+ "base_denom": "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
- "coingeckoId": "jackal-protocol",
+ "base": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
"denomUnits": [
{
"aliases": [
- "ujkl",
+ "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
],
- "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "denom": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
"exponent": 0,
},
{
- "denom": "jkl",
+ "denom": "ampGASH",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Jackal.",
- "display": "jkl",
+ "display": "ampGASH",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
},
- "name": "Jackal",
- "symbol": "JKL",
+ "name": "ampGASH",
+ "symbol": "ampGASH",
"traces": [
{
"chain": {
- "channel_id": "channel-412",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ujkl",
- "chain_name": "jackal",
- "channel_id": "channel-0",
+ "base_denom": "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "coingeckoId": "juno-network",
+ "base": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
"denomUnits": [
{
"aliases": [
- "ujuno",
+ "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
],
- "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "denom": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "GUPPY",
"exponent": 6,
},
],
- "description": "The native token of JUNO Chain",
- "display": "juno",
+ "display": "GUPPY",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
},
],
"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",
- },
- "name": "Juno",
- "socials": {
- "twitter": "https://twitter.com/JunoNetwork",
- "website": "https://junonetwork.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
},
- "symbol": "JUNO",
+ "name": "GUPPY",
+ "symbol": "GUPPY",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ujuno",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "base": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "ucif",
],
- "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "denom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "cif",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "Cifer Blockchain Network Built for Decentralized Machine Learning.",
+ "display": "cif",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "theme": {
+ "primaryColorHex": "#af49b7",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
},
- "name": "ATOM on Juno",
- "symbol": "ATOM",
+ "name": "Cifer",
+ "socials": {
+ "twitter": "https://twitter.com/cifer_ai",
+ "website": "http://cifer.ai/",
+ },
+ "symbol": "CIF",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-39205",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ucif",
+ "chain_name": "cifer",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
- "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ "coingeckoId": "comdex",
"denomUnits": [
{
"aliases": [
- "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "ucmdx",
],
- "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
"exponent": 0,
},
{
- "denom": "nexx",
+ "denom": "cmdx",
"exponent": 6,
},
],
- "display": "nexx",
+ "description": "Native Token of Comdex Protocol",
+ "display": "cmdx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "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",
},
- "name": "NEXX GEN AI",
- "symbol": "NEXX",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-87",
},
"counterparty": {
- "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ucmdx",
+ "chain_name": "comdex",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
- "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "base": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ "coingeckoId": "harbor-2",
"denomUnits": [
{
"aliases": [
- "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "uharbor",
],
- "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
"exponent": 0,
},
{
- "denom": "dgl",
+ "denom": "harbor",
"exponent": 6,
},
],
- "display": "dgl",
+ "description": "Governance Token of Harbor protocol on Comdex network",
+ "display": "harbor",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "theme": {
+ "primaryColorHex": "#645ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
},
- "name": "Licorice",
- "symbol": "DGL",
+ "name": "Harbor",
+ "symbol": "HARBOR",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-87",
},
"counterparty": {
- "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "uharbor",
+ "chain_name": "comdex",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
- "coingeckoId": "usd-coin",
+ "base": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ "coingeckoId": "composite",
"denomUnits": [
{
"aliases": [
- "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "ucmst",
],
- "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "cmst",
"exponent": 6,
},
],
- "description": "USD Coin on Juno",
- "display": "usdc",
+ "description": "Stable Token of Harbor protocol on Comdex network",
+ "display": "cmst",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "CMST",
+ "symbol": "CMST",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-87",
},
"counterparty": {
- "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ucmst",
+ "chain_name": "comdex",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "base": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ "coingeckoId": "picasso",
"denomUnits": [
{
"aliases": [
- "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "ppica",
],
- "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "pica",
+ "exponent": 12,
},
],
- "display": "rstk",
+ "description": "Picasso is a blockchain project within the IBC ecosystem that focuses on providing modular and interoperable solutions for decentralized finance (DeFi) and other blockchain applications.",
+ "display": "pica",
+ "extendedDescription": "Picasso is part of the IBC network and aims to offer modular, interoperable solutions tailored for DeFi and other blockchain applications. Picasso enables IBC-based bridging between Cosmos, Solana, Ethereum, and Polkadot. Picasso's commitment to innovation and interoperability makes it a significant player in the evolving blockchain landscape, providing tools and infrastructure that cater to diverse blockchain use cases.",
"images": [
{
"imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "baseDenom": "ppica",
+ "chainName": "picasso",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Pica",
+ "socials": {
+ "twitter": "https://twitter.com/picasso_network",
+ "website": "https://picasso.network/",
+ },
+ "symbol": "PICA",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ppica",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
- "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "base": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"denomUnits": [
{
"aliases": [
- "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
],
- "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "denom": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"exponent": 0,
},
{
- "denom": "wind",
- "exponent": 6,
+ "denom": "ksm",
+ "exponent": 12,
},
],
- "display": "wind",
+ "description": "The native staking and governance token of Kusama Relay Chain.",
+ "display": "ksm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "imageSync": {
+ "baseDenom": "4",
+ "chainName": "picasso",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
},
- "name": "Wind Token",
- "symbol": "WIND",
+ "name": "KSM",
+ "symbol": "KSM",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
- "coingeckoId": "kava",
+ "base": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"denomUnits": [
{
"aliases": [
- "ukava",
+ "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
],
- "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "denom": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"exponent": 0,
},
{
- "denom": "kava",
- "exponent": 6,
+ "denom": "dot",
+ "exponent": 10,
},
],
- "description": "The native staking and governance token of Kava",
- "display": "kava",
- "extendedDescription": "The native staking and governance token of Kava
-
-Kava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.
-
-The Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).
-
-The two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.
-
-The Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.",
+ "description": "The native staking and governance token of Polkadot Relay Chain.",
+ "display": "dot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "imageSync": {
+ "baseDenom": "79228162514264337593543950342",
+ "chainName": "picasso",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
- },
- "name": "Kava",
- "socials": {
- "twitter": "https://twitter.com/KAVA_CHAIN",
- "website": "https://www.kava.io/",
+ "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",
},
- "symbol": "KAVA",
+ "name": "DOT",
+ "symbol": "DOT",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ukava",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
- "coingeckoId": "kava-lend",
+ "base": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"denomUnits": [
{
"aliases": [
- "hard",
+ "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
],
- "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "denom": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"exponent": 0,
},
{
- "denom": "HARD",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Governance token of Kava Lend Protocol",
- "display": "HARD",
+ "description": "USDT issued by the Kusama Asset Hub.",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "130",
+ "chainName": "picasso",
+ },
},
],
- "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",
- },
- "name": "Kava Hard",
- "symbol": "HARD",
+ "name": "USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "hard",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
- "coingeckoId": "kava-swap",
+ "base": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"denomUnits": [
{
"aliases": [
- "swp",
+ "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
],
- "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "denom": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"exponent": 0,
},
{
- "denom": "SWP",
- "exponent": 6,
+ "denom": "tnkr",
+ "exponent": 12,
},
],
- "description": "Governance token of Kava Swap Protocol",
- "display": "SWP",
+ "description": "The native fee, staking and governance token of the Tinkernet Parachain.",
+ "display": "tnkr",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "2125",
+ "chainName": "picasso",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
},
- "name": "Kava Swap",
- "symbol": "SWP",
+ "name": "TNKR",
+ "symbol": "TNKR",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "swp",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
- "coingeckoId": "usdx",
+ "base": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"denomUnits": [
{
"aliases": [
- "usdx",
+ "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
],
- "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "denom": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"exponent": 0,
},
{
- "denom": "USDX",
- "exponent": 6,
+ "denom": "eth",
+ "exponent": 18,
},
],
- "description": "The native stablecoin of Kava",
- "display": "USDX",
+ "description": "The native token of Ethereum, bridged via IBC.",
+ "display": "eth",
+ "extendedDescription": "Ether is the native token of the Ethereum blockchain. It powers a wide range of decentralized applications and smart contracts on the platform. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
- "name": "Kava USDX",
- "symbol": "USDX",
+ "name": "Ethereum",
+ "socials": {
+ "twitter": "https://twitter.com/ethereum",
+ "website": "https://ethereum.org/",
+ },
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "usdx",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "coingeckoId": "tether",
+ "base": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"denomUnits": [
{
"aliases": [
- "erc20/tether/usdt",
+ "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
],
- "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "denom": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "dai",
+ "exponent": 18,
},
],
- "display": "usdt",
+ "description": "A stablecoin issued by Maker Protocol.",
+ "display": "dai",
+ "extendedDescription": "DAI, a stablecoin issued by the Maker Protocol, maintains a value pegged to the US dollar. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
"chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Dai",
+ "socials": {
+ "twitter": "https://twitter.com/MakerDAO",
+ "website": "https://makerdao.com/",
+ },
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "erc20/tether/usdt",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
- "coingeckoId": "ki",
+ "base": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"denomUnits": [
{
"aliases": [
- "uxki",
+ "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
],
- "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "denom": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"exponent": 0,
},
{
- "denom": "xki",
- "exponent": 6,
+ "denom": "fxs",
+ "exponent": 18,
},
],
- "description": "The native token of Ki Chain",
- "display": "xki",
+ "description": "The governance token of the Frax ecosystem.",
+ "display": "fxs",
+ "extendedDescription": "Frax Shares is the governance and utility token of the Frax Protocol. It plays a crucial role in maintaining the stability of the FRAX stablecoin. Holders of FXS can participate in governance decisions and benefit from the protocol's growth and revenue, as the token captures fees.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
},
- "name": "Ki",
- "symbol": "XKI",
+ "name": "Frax Shares",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "FXS",
"traces": [
{
"chain": {
- "channel_id": "channel-77",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "uxki",
- "chain_name": "kichain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
- "coingeckoId": "darcmatter-coin",
+ "base": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"denomUnits": [
{
"aliases": [
- "udarc",
+ "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
],
- "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "denom": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"exponent": 0,
},
{
- "denom": "darc",
- "exponent": 6,
+ "denom": "frax",
+ "exponent": 18,
},
],
- "description": "The native token of Konstellation Network",
- "display": "darc",
+ "description": "The first fractional-algorithmic stablecoin by Frax Finance.",
+ "display": "frax",
+ "extendedDescription": "FRAX is a stablecoin designed to maintain a stable value to a peg of the US dollar. It is issued by the Frax Protocol, which employs a hybrid approach combining algorithmic mechanisms with collateral backing.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
- "name": "DARC",
- "symbol": "DARC",
+ "name": "Frax",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "FRAX",
"traces": [
{
"chain": {
- "channel_id": "channel-171",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udarc",
- "chain_name": "konstellation",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
- "coingeckoId": "kujira",
+ "base": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"denomUnits": [
{
"aliases": [
- "ukuji",
+ "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
],
- "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "denom": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"exponent": 0,
},
{
- "denom": "kuji",
- "exponent": 6,
+ "denom": "frxeth",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "A liquid ETH staking derivative designed to leverage the Frax ecosystem.",
+ "display": "frxeth",
+ "extendedDescription": "FrxETH is a stablecoin that is loosely pegged to ETH, meaning that 1 frxETH always represents 1 ETH.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "imageSync": {
+ "baseDenom": "0x5e8422345238f34275888049021821e8e08caa1f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
},
- "name": "Kujira",
+ "name": "Frax Ether",
"socials": {
- "twitter": "https://twitter.com/TeamKujira",
- "website": "https://kujira.network/",
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
},
- "symbol": "KUJI",
+ "symbol": "frxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ukuji",
- "chain_name": "kujira",
+ "base_denom": "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
- "coingeckoId": "usk",
+ "base": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
],
- "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "denom": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"exponent": 0,
},
{
- "denom": "usk",
- "exponent": 6,
+ "denom": "sfrxeth",
+ "exponent": 18,
},
],
- "description": "The native over-collateralized stablecoin from the Kujira chain.",
- "display": "usk",
+ "description": "A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.",
+ "display": "sfrxeth",
+ "extendedDescription": "SFRXETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. It allows users to earn staking yield on their frxETH, a type of Frax Ether.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "imageSync": {
+ "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
- "name": "USK",
- "symbol": "USK",
+ "name": "Frax Staked Ether",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "sfrxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
- "chain_name": "kujira",
+ "base_denom": "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "base": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"denomUnits": [
{
"aliases": [
- "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
],
- "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "denom": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"exponent": 0,
},
{
- "denom": "qcKUJI",
- "exponent": 6,
+ "denom": "sfrax",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding KUJI derivative",
- "display": "qcKUJI",
+ "description": "An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ",
+ "display": "sfrax",
+ "extendedDescription": "Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "imageSync": {
+ "baseDenom": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
},
- "name": "qcKUJI",
- "symbol": "qcKUJI",
+ "name": "Staked FRAX",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "sFRAX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
- "chain_name": "kujira",
+ "base_denom": "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "base": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
],
- "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "denom": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"exponent": 0,
},
{
- "denom": "ampKUJI",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "ampKUJI",
- "display": "ampKUJI",
+ "description": "A stablecoin issued by Tether that is pegged 1:1 to the USD.",
+ "display": "usdt",
+ "extendedDescription": "USDT, or Tether, is a widely used stablecoin pegged to the US dollar, designed to maintain a stable value and facilitate transactions. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "ampKUJI",
- "symbol": "ampKUJI",
+ "name": "Tether (Ethereum)",
+ "socials": {
+ "twitter": "https://twitter.com/Tether_to",
+ "website": "https://www.tether.to/",
+ },
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
- "chain_name": "kujira",
+ "base_denom": "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
- "coingeckoId": "mantadao",
+ "base": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
],
- "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "denom": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"exponent": 0,
},
{
- "denom": "mnta",
- "exponent": 6,
+ "denom": "crv",
+ "exponent": 18,
},
],
- "description": "MantaDAO Governance Token",
- "display": "mnta",
+ "description": "CRV is the governance token for Curve Finance.",
+ "display": "crv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "imageSync": {
+ "baseDenom": "0xd533a949740bb3306d119cc777fa900ba034cd52",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
+ "theme": {
+ "primaryColorHex": "#1fcbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
},
- "name": "MantaDAO",
- "symbol": "MNTA",
+ "name": "Curve DAO",
+ "symbol": "CRV",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
- "chain_name": "kujira",
+ "base_denom": "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "base": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
],
- "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "denom": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"exponent": 0,
},
{
- "denom": "qcMNTA",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding MNTA derivative",
- "display": "qcMNTA",
+ "description": "An ERC-20 token issued Ethereum that represents Bitcoin.",
+ "display": "wbtc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "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",
},
- "name": "qcMNTA",
- "symbol": "qcMNTA",
+ "name": "Wrapped Bitcoin",
+ "symbol": "wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
- "chain_name": "kujira",
+ "base_denom": "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "base": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"denomUnits": [
{
"aliases": [
- "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
],
- "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "denom": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"exponent": 0,
},
{
- "denom": "ampMNTA",
- "exponent": 6,
+ "denom": "steth",
+ "exponent": 18,
},
],
- "description": "ERIS Liquid Staked MNTA",
- "display": "ampMNTA",
+ "description": "A token that represents staked ether in Lido.",
+ "display": "steth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "imageSync": {
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
- "name": "ERIS Amplified MNTA",
- "symbol": "ampMNTA",
+ "name": "Lido Staked Ether",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
- "chain_name": "kujira",
+ "base_denom": "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "base": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"denomUnits": [
{
"aliases": [
- "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
],
- "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "denom": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"exponent": 0,
},
{
- "denom": "wink",
- "exponent": 6,
+ "denom": "reth",
+ "exponent": 18,
},
],
- "description": "The content house of Kujira",
- "display": "wink",
+ "description": "Rocket Pool protocol's liquid staking token.",
+ "display": "reth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "imageSync": {
+ "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
},
- "name": "WINK",
- "symbol": "WINK",
+ "name": "Rocket Pool ETH",
+ "symbol": "rETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
- "chain_name": "kujira",
+ "base_denom": "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "base": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"denomUnits": [
{
"aliases": [
- "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
],
- "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "denom": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"exponent": 0,
},
{
- "denom": "blend",
- "exponent": 6,
+ "denom": "crvusd",
+ "exponent": 18,
},
],
- "description": "Blend Token",
- "display": "blend",
+ "description": "A collateralized-debt-position (CDP) stablecoin by Curve DAO.",
+ "display": "crvusd",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "imageSync": {
+ "baseDenom": "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
+ "theme": {
+ "primaryColorHex": "#d6e3d9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
},
- "name": "BLEND",
- "symbol": "BLEND",
+ "name": "crvUSD",
+ "symbol": "crvUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
- "chain_name": "kujira",
+ "base_denom": "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "base": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"denomUnits": [
{
"aliases": [
- "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
],
- "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "denom": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "pxeth",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Kujira",
- "display": "usdt",
+ "description": "pxETH is built on top of the Pirex platform and forms the foundation of the Dinero protocol.",
+ "display": "pxeth",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x04c154b66cb340f3ae24111cc767e0184ed00cc6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
+ "theme": {
+ "primaryColorHex": "#c3cbd2",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Dinero Staked ETH",
+ "symbol": "pxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
- "chain_name": "kujira",
+ "base_denom": "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -28510,419 +31620,464 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "base": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
],
- "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "denom": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"exponent": 0,
},
{
- "denom": "fuzn",
- "exponent": 6,
+ "denom": "eeth",
+ "exponent": 18,
},
],
- "description": "The staking and governance token of Fuzion",
- "display": "fuzn",
+ "description": "eETH is a natively restaked liquid staking token on Ethereum.",
+ "display": "eeth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "imageSync": {
+ "baseDenom": "0x35fa164735182de50811e8e2e824cfb9b6118ac2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
+ "theme": {
+ "primaryColorHex": "#5045b7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
},
- "name": "Fuzion",
- "symbol": "FUZN",
+ "name": "ether.fi Staked ETH",
+ "symbol": "eETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
- "chain_name": "kujira",
+ "base_denom": "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "base": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
],
- "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "denom": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"exponent": 0,
},
{
- "denom": "rfuzn",
- "exponent": 6,
+ "denom": "ena",
+ "exponent": 18,
},
],
- "description": "The receipt token of Fuzion",
- "display": "rfuzn",
+ "description": "The native governance token of Ethena.",
+ "display": "ena",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "imageSync": {
+ "baseDenom": "0x57e114b691db790c35207b2e685d4a43181e6061",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
- },
- "name": "Fuzion Receipt",
- "symbol": "rFUZN",
+ "name": "Ethena",
+ "symbol": "ENA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
- "chain_name": "kujira",
+ "base_denom": "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "base": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
],
- "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "denom": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"exponent": 0,
},
{
- "denom": "yfuzn",
- "exponent": 6,
+ "denom": "usde",
+ "exponent": 18,
},
],
- "description": "The yield token of Fuzion",
- "display": "yfuzn",
+ "description": "Ethena USDe is a synthetic dollar protocol built on Ethereum.",
+ "display": "usde",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "imageSync": {
+ "baseDenom": "0x4c9edd5852cd905f086c759e8383e09bff1e68b3",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
- },
- "name": "Fuzion Yield",
- "symbol": "yFUZN",
+ "name": "Ethena USDe",
+ "symbol": "USDe",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
- "chain_name": "kujira",
+ "base_denom": "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "base": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"denomUnits": [
{
"aliases": [
- "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
],
- "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "denom": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"exponent": 0,
},
{
- "denom": "qcFUZN",
- "exponent": 6,
+ "denom": "ezeth",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding FUZN derivative",
- "display": "qcFUZN",
+ "description": "A Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer.",
+ "display": "ezeth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
+ "imageSync": {
+ "baseDenom": "0xbf5495efe5db9ce00f80364c8b423567e58d2110",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png",
+ "theme": {
+ "primaryColorHex": "#9bcf2c",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
- },
- "name": "qcFUZN",
- "symbol": "qcFUZN",
+ "name": "Renzo Restaked ETH",
+ "symbol": "ezETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
- "chain_name": "kujira",
+ "base_denom": "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
- "coingeckoId": "unstake-fi",
+ "base": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"denomUnits": [
{
"aliases": [
- "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
],
- "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "denom": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"exponent": 0,
},
{
- "denom": "nstk",
- "exponent": 6,
+ "denom": "pepe",
+ "exponent": 18,
},
],
- "description": "The Revenue & Governance token of Unstake.fi",
- "display": "nstk",
+ "description": "PEPE is a deflationary memecoin launched on Ethereum. ",
+ "display": "pepe",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
+ "imageSync": {
+ "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
- },
- "name": "Unstake Fi",
- "symbol": "NSTK",
+ "name": "Pepe",
+ "symbol": "PEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
- "chain_name": "kujira",
+ "base_denom": "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "base": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"denomUnits": [
{
"aliases": [
- "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
],
- "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "denom": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"exponent": 0,
},
{
- "denom": "local",
- "exponent": 6,
+ "denom": "wsol",
+ "exponent": 9,
},
],
- "description": "Local Money",
- "display": "local",
+ "description": "SOL is the native cryptocurrency of the Solana blockchain.",
+ "display": "wsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
- },
- "name": "LOCAL",
- "symbol": "LOCAL",
+ "name": "Wrapped Solana",
+ "symbol": "wSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
- "chain_name": "kujira",
+ "base_denom": "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "base": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"denomUnits": [
{
"aliases": [
- "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
],
- "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "denom": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"exponent": 0,
},
{
- "denom": "PLNK",
- "exponent": 6,
+ "denom": "msol",
+ "exponent": 9,
},
],
- "description": "Food for whales",
- "display": "PLNK",
+ "description": "mSOL represents staked SOL in the Marinade stake pool.",
+ "display": "msol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
- },
- "name": "Plankton",
- "symbol": "PLNK",
+ "name": "Marinade Staked SOL",
+ "symbol": "mSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
- "chain_name": "kujira",
+ "base_denom": "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "base": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"denomUnits": [
{
"aliases": [
- "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
],
- "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "denom": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"exponent": 0,
},
{
- "denom": "sol",
- "exponent": 8,
+ "denom": "jitosol",
+ "exponent": 9,
},
],
- "display": "sol",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.",
+ "display": "jitosol",
"images": [
{
"imageSync": {
- "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chainName": "gateway",
+ "baseDenom": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png",
+ "theme": {
+ "primaryColorHex": "#5bb384",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
- },
- "name": "Wormhole Solana",
- "symbol": "whSOL",
+ "name": "Jito Staked SOL",
+ "symbol": "jitoSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
- "chain_name": "kujira",
+ "base_denom": "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "base": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"denomUnits": [
{
"aliases": [
- "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
],
- "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "denom": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "bsol",
+ "exponent": 9,
},
],
- "display": "evmos",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the BlazeStake protocol.",
+ "display": "bsol",
"images": [
{
"imageSync": {
- "baseDenom": "aevmos",
- "chainName": "evmos",
+ "baseDenom": "bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bsol.png",
+ "theme": {
+ "primaryColorHex": "#21c3cc",
},
- "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",
},
],
- "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",
- },
- "name": "Evmos",
- "symbol": "EVMOS",
+ "name": "BlazeStake Staked SOL",
+ "symbol": "bSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
- "chain_name": "kujira",
+ "base_denom": "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "base": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"denomUnits": [
{
"aliases": [
- "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
],
- "denom": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "denom": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "lst",
+ "exponent": 9,
},
],
- "display": "avax",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.",
+ "display": "lst",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
- },
- "name": "Axelar Wrapped AVAX",
- "symbol": "wAVAX",
+ "name": "Liquid Staking Token",
+ "symbol": "LST",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
- "chain_name": "kujira",
+ "base_denom": "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -28931,45 +32086,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "base": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
],
- "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "denom": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "edgesol",
+ "exponent": 9,
},
],
- "display": "usdc",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.",
+ "display": "edgesol",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png",
+ "theme": {
+ "primaryColorHex": "#146cfc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
- },
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "Edgevana Staked SOL",
+ "symbol": "edgeSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "kujira",
+ "base_denom": "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -28978,45 +32132,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "base": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"denomUnits": [
{
"aliases": [
- "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
],
- "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "denom": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"exponent": 0,
},
{
- "denom": "osmo",
- "exponent": 6,
+ "denom": "hsol",
+ "exponent": 9,
},
],
- "display": "osmo",
+ "description": "A liquid staked token that represents SOL staked to Helius's validator.",
+ "display": "hsol",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/hsol.png",
+ "theme": {
+ "primaryColorHex": "#e5502a",
},
- "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",
},
],
- "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",
- },
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Helius Staked SOL",
+ "symbol": "hSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
- "chain_name": "kujira",
+ "base_denom": "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29025,45 +32178,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "base": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"denomUnits": [
{
"aliases": [
- "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
],
- "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "denom": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "jupsol",
+ "exponent": 9,
},
],
- "display": "usdc",
+ "description": "A liquid staked token that represents SOL staked to Jupiter's validator.",
+ "display": "jupsol",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jupsol.png",
+ "theme": {
+ "primaryColorHex": "#85d79e",
},
- "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",
},
],
- "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",
- },
- "name": "Axelar USD Coin",
- "symbol": "axlUSDC",
+ "name": "Jupiter Staked SOL",
+ "symbol": "jupSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
- "chain_name": "kujira",
+ "base_denom": "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29072,45 +32224,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "base": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"denomUnits": [
{
"aliases": [
- "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
],
- "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "denom": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "wif",
"exponent": 6,
},
],
- "display": "cmdx",
+ "description": "dogwifhat is a meme coin that operates on Solana.",
+ "display": "wif",
"images": [
{
"imageSync": {
- "baseDenom": "ucmdx",
- "chainName": "comdex",
+ "baseDenom": "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/wif.png",
+ "theme": {
+ "primaryColorHex": "#a29482",
},
- "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",
},
],
- "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",
- },
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "dogwifhat",
+ "symbol": "WIF",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
- "chain_name": "kujira",
+ "base_denom": "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29119,85 +32270,95 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "base": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"denomUnits": [
{
"aliases": [
- "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
],
- "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "denom": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "usdt",
"exponent": 6,
},
],
- "display": "juno",
+ "description": "Tether, issued natively on Solana.",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "ujuno",
- "chainName": "juno",
+ "baseDenom": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "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",
},
],
- "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",
- },
- "name": "Juno",
- "symbol": "JUNO",
+ "name": "Tether",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
- "chain_name": "kujira",
+ "base_denom": "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "base": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"denomUnits": [
{
"aliases": [
- "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
],
- "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "denom": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "whine",
+ "exponent": 6,
},
],
- "display": "weth",
+ "description": "Whinecoin is an experimental memecoin by the Sommelier Finance team.",
+ "display": "whine",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "imageSync": {
+ "baseDenom": "ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": false,
+ "primaryColorHex": "#FFFFFF",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
- },
- "name": "Axelar Wrapped Ether",
- "symbol": "wETH",
+ "name": "WHINEcoin",
+ "symbol": "WHINE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
- "chain_name": "kujira",
+ "base_denom": "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29206,45 +32367,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "base": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"denomUnits": [
{
"aliases": [
- "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
],
- "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "denom": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "unicorn",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "Unicorn from Solana via Picasso IBC",
+ "display": "unicorn",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "uwunicorn",
+ "chainName": "unicorn",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unicorn/images/uwu.png",
+ "theme": {
+ "primaryColorHex": "#D44CE6",
},
- "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",
},
],
- "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",
- },
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Unicorn",
+ "symbol": "UWU",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chain_name": "kujira",
+ "base_denom": "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29253,276 +32413,318 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "base": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
+ "coingeckoId": "consciousdao",
"denomUnits": [
{
"aliases": [
- "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "acvnt",
],
- "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "denom": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
"exponent": 0,
},
{
- "denom": "luna",
- "exponent": 6,
+ "denom": "cvnt",
+ "exponent": 18,
},
],
- "display": "luna",
+ "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "cvnt",
+ "extendedDescription": "Conscious Network is a public chain infrastructure that deeply integrates AI. It is based on a multi-layer blockchain network architecture consisting of Layer 1 and L2 Rollup, and introduces decentralized storage protocols to build a scalable Web3 AI infrastructure.",
"images": [
{
- "imageSync": {
- "baseDenom": "uluna",
- "chainName": "luna",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "theme": {
+ "primaryColorHex": "#047e04",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
},
- "name": "Luna",
- "symbol": "LUNA",
+ "name": "Cvn",
+ "socials": {
+ "twitter": "https://twitter.com/conscious_chain",
+ "website": "https://cvn.io",
+ },
+ "symbol": "CVN",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-73971",
},
"counterparty": {
- "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "acvnt",
+ "chain_name": "conscious",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "coingeckoId": "coreum",
"denomUnits": [
{
"aliases": [
- "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "ucore",
],
- "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "core",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "The native token of Coreum",
+ "display": "core",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "theme": {
+ "primaryColorHex": "#24d494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
+ "keywords": [
+ "dex",
+ "staking",
+ "wasm",
+ "assets",
+ "nft",
+ "XRPL",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Coreum",
+ "socials": {
+ "twitter": "https://twitter.com/CoreumOfficial",
+ "website": "https://www.coreum.com/",
+ },
+ "symbol": "COREUM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ucore",
+ "chain_name": "coreum",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"denomUnits": [
{
"aliases": [
- "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
],
- "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "xrp",
"exponent": 6,
},
],
- "display": "scrt",
+ "description": "XRP bridged from XRPL",
+ "display": "xrp",
"images": [
{
"imageSync": {
- "baseDenom": "uscrt",
- "chainName": "scrt",
+ "baseDenom": "drop",
+ "chainName": "xrpl",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "Ripple",
+ "symbol": "XRP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "chain_name": "coreum",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "coingeckoId": "cosmos",
"denomUnits": [
{
"aliases": [
- "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "uatom",
],
- "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "atom",
"exponent": 6,
},
],
- "display": "stkatom",
+ "description": "ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.",
+ "display": "atom",
+ "extendedDescription": "ATOM, the native cryptocurrency of the Cosmos network, is essential for achieving the project's goal of creating an 'Internet of Blockchains.' Launched in 2019, Cosmos aims to solve the scalability, usability, and interoperability issues prevalent in existing blockchain ecosystems. The Cosmos Hub, the central blockchain of the network, uses ATOM for transaction fees, staking, and governance. By staking ATOM, users can earn rewards and participate in governance, influencing decisions on network upgrades and changes.
+
+Cosmos leverages the Tendermint consensus algorithm to achieve high transaction throughput and fast finality. Its Inter-Blockchain Communication (IBC) protocol enables seamless data and value transfer between different blockchains, fostering a highly interconnected and collaborative ecosystem. The flexibility and scalability offered by Cosmos have attracted numerous projects, enhancing its utility and adoption. ATOM's role in securing the network and facilitating governance underscores its importance in the broader blockchain landscape.",
"images": [
{
- "imageSync": {
- "baseDenom": "stk/uatom",
- "chainName": "persistence",
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "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",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "Cosmos Hub Atom",
+ "socials": {
+ "twitter": "https://twitter.com/cosmoshub",
+ "website": "https://cosmos.network",
+ },
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uatom",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"denomUnits": [
{
"aliases": [
- "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
],
- "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"exponent": 0,
},
{
- "denom": "bKUJI",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked KUJI",
- "display": "bKUJI",
+ "description": "Tether USDt on the Cosmos Hub",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "BackBone Labs Liquid Staked KUJI",
- "symbol": "bKUJI",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"denomUnits": [
{
"aliases": [
- "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
],
- "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"exponent": 0,
},
- {
- "denom": "rstk",
- "exponent": 6,
- },
],
- "display": "rstk",
+ "description": "FX on Cosmos Hub",
+ "display": "FX",
"images": [
{
"imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "baseDenom": "FX",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Function X",
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
@@ -29530,3968 +32732,4660 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "coingeckoId": "crescent-network",
"denomUnits": [
{
"aliases": [
- "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "ucre",
],
- "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
"exponent": 0,
},
{
- "denom": "xusk",
+ "denom": "cre",
"exponent": 6,
},
],
- "description": "Ghost Vault USK",
- "display": "xusk",
+ "description": "The native token of Crescent",
+ "display": "cre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#3c2832",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "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",
},
- "name": "Ghost Vault USK",
- "symbol": "xUSK",
+ "name": "Crescent",
+ "symbol": "CRE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ucre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "coingeckoId": "liquid-staking-crescent",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "ubcre",
],
- "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
"exponent": 0,
},
{
- "denom": "xmnta",
+ "denom": "bcre",
"exponent": 6,
},
],
- "description": "Ghost Vault MNTA",
- "display": "xmnta",
+ "description": "The bonded token of Crescent",
+ "display": "bcre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#df969f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "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",
},
- "name": "Ghost Vault MNTA",
- "symbol": "xMNTA",
+ "name": "Bonded Crescent",
+ "symbol": "bCRE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ubcre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "coingeckoId": "crypto-com-chain",
"denomUnits": [
{
"aliases": [
- "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "basecro",
],
- "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
"exponent": 0,
},
{
- "denom": "statom",
- "exponent": 6,
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "Stride staked ATOM",
- "display": "statom",
+ "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
+ "display": "cro",
"images": [
{
- "imageSync": {
- "baseDenom": "statom",
- "chainName": "stride",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "theme": {
+ "primaryColorHex": "#0c2c71",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Cronos",
+ "socials": {
+ "twitter": "https://twitter.com/cronos_chain",
+ "website": "https://cronos.org/",
+ },
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "basecro",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "baseXLM",
],
- "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "wbtc.axl",
- "exponent": 6,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "Axelar Bridged wBTC",
- "display": "wbtc.axl",
+ "description": "Synthetic XLM pegged 1:1 by Crypto.com",
+ "display": "lumen",
"images": [
{
"imageSync": {
- "baseDenom": "wbtc-satoshi",
- "chainName": "axelar",
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "name": "Axelar Bridged wBTC",
- "symbol": "wBTC.axl",
+ "name": "Lumen (XLM) pegged token",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "baseXLM",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
],
- "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "stosmo",
- "exponent": 6,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "Stride staked OSMO",
- "display": "stosmo",
+ "description": "The native token of Stellar network, transferred via Solo Machine.",
+ "display": "lumen",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "imageSync": {
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "name": "Stride staked OSMO",
- "symbol": "stOSMO",
+ "name": "Lumen (Solo Machine)",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "coingeckoId": "cudos",
"denomUnits": [
{
"aliases": [
- "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "acudos",
],
- "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
"exponent": 0,
},
{
- "denom": "lp-dot-mnta",
- "exponent": 6,
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "LP Bow: DOT.axl-MNTA",
- "display": "lp-dot-mnta",
+ "description": "The native token of the Cudos blockchain",
+ "display": "cudos",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DOT.axl-MNTA",
- "symbol": "LP DOT.axl-MNTA",
+ "name": "Cudos",
+ "socials": {
+ "twitter": "https://twitter.com/CUDOS_",
+ "website": "http://www.cudos.org",
+ },
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-298",
},
"counterparty": {
- "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "acudos",
+ "chain_name": "cudos",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "coingeckoId": "decentr",
"denomUnits": [
{
"aliases": [
- "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "udec",
],
- "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
"exponent": 0,
},
{
- "denom": "lp-shd-mnta",
+ "denom": "dec",
"exponent": 6,
},
],
- "description": "LP Bow: SHD-MNTA",
- "display": "lp-shd-mnta",
+ "description": "The native token of Decentr",
+ "display": "dec",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4678e9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SHD-MNTA",
- "symbol": "LP SHD-MNTA",
+ "name": "Decentr",
+ "symbol": "DEC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-181",
},
"counterparty": {
- "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udec",
+ "chain_name": "decentr",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "coingeckoId": "desmos",
"denomUnits": [
{
"aliases": [
- "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "udsm",
],
- "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
"exponent": 0,
},
{
- "denom": "lp-dydx-mnta",
+ "denom": "dsm",
"exponent": 6,
},
],
- "description": "LP Bow: DYDX-MNTA",
- "display": "lp-dydx-mnta",
+ "description": "The native token of Desmos",
+ "display": "dsm",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fb804e",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DYDX-MNTA",
- "symbol": "LP DYDX-MNTA",
+ "name": "Desmos",
+ "symbol": "DSM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-135",
},
"counterparty": {
- "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udsm",
+ "chain_name": "desmos",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "base": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
+ "coingeckoId": "dhealth",
"denomUnits": [
{
"aliases": [
- "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "udhp",
],
- "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
"exponent": 0,
},
{
- "denom": "lp-wavax-mnta",
+ "denom": "dhp",
"exponent": 6,
},
],
- "description": "LP Bow: wAVAX.axl-MNTA",
- "display": "lp-wavax-mnta",
+ "description": "The native token of dHealth",
+ "display": "dhp",
+ "extendedDescription": "dHealth Network is an Operating System for Web3 Healthcare. It provides Web3 components such as Decentralised Digital Identity, Digital Payment, and user-controlled data access to support dApps and business models at the intersection of healthcare and blockchain technology.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "theme": {
+ "primaryColorHex": "#140c7c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
},
- "name": "LP Bow: wAVAX.axl-MNTA",
- "symbol": "LP wAVAX.axl-MNTA",
+ "name": "Digital Health Point",
+ "socials": {
+ "twitter": "https://twitter.com/dhealth_network",
+ "website": "https://dhealth.com",
+ },
+ "symbol": "DHP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-75030",
},
"counterparty": {
- "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udhp",
+ "chain_name": "dhealth",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "coingeckoId": "dig-chain",
"denomUnits": [
{
"aliases": [
- "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "udig",
],
- "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
"exponent": 0,
},
{
- "denom": "lp-cheq-mnta",
+ "denom": "dig",
"exponent": 6,
},
],
- "description": "LP Bow: CHEQ-MNTA",
- "display": "lp-cheq-mnta",
+ "description": "Native token of Dig Chain",
+ "display": "dig",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "theme": {
+ "primaryColorHex": "#1b1433",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
},
- "name": "LP Bow: CHEQ-MNTA",
- "symbol": "LP CHEQ-MNTA",
+ "name": "Dig Chain",
+ "symbol": "DIG",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-128",
},
"counterparty": {
- "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udig",
+ "chain_name": "dig",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "peaka",
],
- "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"exponent": 0,
},
{
- "denom": "lp-fuzn-mnta",
- "exponent": 6,
+ "denom": "DORA",
+ "exponent": 18,
},
],
- "description": "LP Bow: FUZN-MNTA",
- "display": "lp-fuzn-mnta",
+ "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
+ "display": "DORA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "theme": {
+ "primaryColorHex": "#fba214",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
},
- "name": "LP Bow: FUZN-MNTA",
- "symbol": "LP FUZN-MNTA",
+ "name": "Dora Vota",
+ "symbol": "DORA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2694",
},
"counterparty": {
- "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "peaka",
+ "chain_name": "doravota",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "coingeckoId": "dydx-chain",
"denomUnits": [
{
"aliases": [
- "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "adydx",
],
- "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
"exponent": 0,
},
{
- "denom": "lp-somm-mnta",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "LP Bow: SOMM-MNTA",
- "display": "lp-somm-mnta",
+ "description": "DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.",
+ "display": "dydx",
+ "extendedDescription": "DYDX is a leading decentralized trading platform specializing in derivatives and perpetual contracts. It enables users to trade with leverage, providing a sophisticated and efficient trading environment without intermediaries. Built on the Ethereum blockchain, DYDX uses smart contracts to ensure transaction security and transparency, giving users full control over their funds and trades.
+
+The DYDX platform's native token, DYDX, is integral to its ecosystem, used for governance, staking, and fee discounts, incentivizing active participation. DYDX offers a wide range of trading pairs and supports advanced trading features like margin trading and lending. Combining the benefits of decentralized finance with traditional trading platform functionality, DYDX is paving the way for a more open and inclusive financial system.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "theme": {
+ "circle": true,
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "LP Bow: SOMM-MNTA",
- "symbol": "LP SOMM-MNTA",
+ "name": "dYdX",
+ "socials": {
+ "twitter": "https://twitter.com/dYdX",
+ "website": "https://dydx.trade/",
+ },
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
- "chain_name": "kujira",
+ "base_denom": "adydx",
+ "chain_name": "dydx",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"denomUnits": [
{
"aliases": [
- "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
],
- "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"exponent": 0,
},
{
- "denom": "lp-weth-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-MNTA",
- "display": "lp-weth-mnta",
+ "description": "Noble USDC on dYdX Protocol.",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "LP Bow: wETH.axl-MNTA",
- "symbol": "LP wETH.axl-MNTA",
+ "name": "Noble USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
- "chain_name": "kujira",
+ "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "chain_name": "dydx",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "coingeckoId": "dymension",
"denomUnits": [
{
"aliases": [
- "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "adym",
],
- "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
"exponent": 0,
},
{
- "denom": "lp-ntrn-mnta",
- "exponent": 6,
+ "denom": "dym",
+ "exponent": 18,
},
],
- "description": "LP Bow: NTRN-MNTA",
- "display": "lp-ntrn-mnta",
+ "description": "The native governance and staking token of the Dymension Hub",
+ "display": "dym",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f4e4d4",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
},
- "name": "LP Bow: NTRN-MNTA",
- "symbol": "LP NTRN-MNTA",
+ "name": "Dymension",
+ "socials": {
+ "twitter": "https://twitter.com/dymension",
+ "website": "https://portal.dymension.xyz",
+ },
+ "symbol": "DYM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "adym",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "base": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"denomUnits": [
{
"aliases": [
- "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
],
- "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "denom": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"exponent": 0,
},
{
- "denom": "lp-wftm-mnta",
- "exponent": 6,
+ "denom": "nim",
+ "exponent": 18,
},
],
- "description": "LP Bow: wFTM.axl-MNTA",
- "display": "lp-wftm-mnta",
+ "description": "The native token of Nim Network.",
+ "display": "nim",
+ "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "anim",
+ "chainName": "nim",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
+ "theme": {
+ "primaryColorHex": "#519cea",
+ },
},
],
+ "keywords": [
+ "gaming",
+ "AI",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
},
- "name": "LP Bow: wFTM.axl-MNTA",
- "symbol": "LP wFTM.axl-MNTA",
+ "name": "Nim Network",
+ "socials": {
+ "twitter": "https://twitter.com/nim_network",
+ "website": "https://nim.network/",
+ },
+ "symbol": "NIM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "base": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"denomUnits": [
{
"aliases": [
- "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
],
- "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "denom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"exponent": 0,
},
{
- "denom": "lp-stars-mnta",
- "exponent": 6,
+ "denom": "mand",
+ "exponent": 18,
},
],
- "description": "LP Bow: STARS-MNTA",
- "display": "lp-stars-mnta",
+ "description": "The native token of Mande Network.",
+ "display": "mand",
+ "extendedDescription": "Mande network is an open on-chain reputation layer on Web3",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "amand",
+ "chainName": "mande",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ "theme": {
+ "primaryColorHex": "#274cbf",
+ },
},
],
+ "keywords": [
+ "credibility",
+ "identity",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
},
- "name": "LP Bow: STARS-MNTA",
- "symbol": "LP STARS-MNTA",
+ "name": "Mande Network",
+ "socials": {
+ "twitter": "https://twitter.com/MandeNetwork",
+ "website": "https://mande.network/",
+ },
+ "symbol": "MAND",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "dys",
],
- "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"exponent": 0,
},
- {
- "denom": "lp-tia-mnta",
- "exponent": 6,
- },
],
- "description": "LP Bow: TIA-MNTA",
- "display": "lp-tia-mnta",
+ "description": "The native staking and governance token of the Dyson Protocol",
+ "display": "dys",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
},
- "name": "LP Bow: TIA-MNTA",
- "symbol": "LP TIA-MNTA",
+ "name": "Dys",
+ "symbol": "DYS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "dys",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"denomUnits": [
{
"aliases": [
- "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
],
- "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"exponent": 0,
},
{
- "denom": "lp-sol-mnta",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "LP Bow: SOL.wh-MNTA",
- "display": "lp-sol-mnta",
+ "description": "The native token of Osmosis",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SOL.wh-MNTA",
- "symbol": "LP SOL.wh-MNTA",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
],
- "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"exponent": 0,
},
{
- "denom": "lp-dym-mnta",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "LP Bow: DYM-MNTA",
- "display": "lp-dym-mnta",
+ "description": "Wrapped Bitcoin on Axelar on Osmosis",
+ "display": "wbtc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "LP Bow: DYM-MNTA",
- "symbol": "LP DYM-MNTA",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
],
- "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"exponent": 0,
},
{
- "denom": "lp-akt-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: AKT-MNTA",
- "display": "lp-akt-mnta",
+ "description": "Circle's stablecoin on Axelar on Osmosis",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "LP Bow: AKT-MNTA",
- "symbol": "LP AKT-MNTA",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "aechelon",
],
- "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"exponent": 0,
},
{
- "denom": "lp-link-mnta",
- "exponent": 6,
+ "denom": "echelon",
+ "exponent": 18,
},
],
- "description": "LP Bow: LINK.axl-MNTA",
- "display": "lp-link-mnta",
+ "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
+ "display": "echelon",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
- "name": "LP Bow: LINK.axl-MNTA",
- "symbol": "LP LINK.axl-MNTA",
+ "name": "Echelon",
+ "symbol": "ECH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-403",
},
"counterparty": {
- "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "aechelon",
+ "chain_name": "echelon",
+ "channel_id": "channel-11",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "coingeckoId": "e-money",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "ungm",
],
- "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
"exponent": 0,
},
{
- "denom": "lp-wtao-mnta",
+ "denom": "ngm",
"exponent": 6,
},
],
- "description": "LP Bow: wTAO.grv-MNTA",
- "display": "lp-wtao-mnta",
+ "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",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "theme": {
+ "primaryColorHex": "#caf2ea",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
},
- "name": "LP Bow: wTAO.grv-MNTA",
- "symbol": "LP wTAO.grv-MNTA",
+ "name": "e-Money",
+ "symbol": "NGM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ungm",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "coingeckoId": "e-money-eur",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "eeur",
],
- "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
"exponent": 0,
},
{
- "denom": "lp-mnta-kuji",
+ "denom": "eur",
"exponent": 6,
},
],
- "description": "LP Bow: MNTA-KUJI",
- "display": "lp-mnta-kuji",
+ "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
+ "display": "eur",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "theme": {
+ "primaryColorHex": "#f4c808",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
},
- "name": "LP Bow: MNTA-KUJI",
- "symbol": "LP MNTA-KUJI",
+ "name": "e-Money EUR",
+ "symbol": "EEUR",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "eeur",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "echf",
],
- "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"exponent": 0,
},
{
- "denom": "lp-axl-mnta",
+ "denom": "chf",
"exponent": 6,
},
],
- "description": "LP Bow: AXL-MNTA",
- "display": "lp-axl-mnta",
+ "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
+ "display": "chf",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "theme": {
+ "primaryColorHex": "#db2b1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
},
- "name": "LP Bow: AXL-MNTA",
- "symbol": "LP AXL-MNTA",
+ "name": "e-Money CHF",
+ "symbol": "ECHF",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "echf",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "enok",
],
- "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"exponent": 0,
},
{
- "denom": "lp-atom-mnta",
+ "denom": "nok",
"exponent": 6,
},
],
- "description": "LP Bow: ATOM-MNTA",
- "display": "lp-atom-mnta",
+ "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
+ "display": "nok",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "theme": {
+ "primaryColorHex": "#cb142d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
},
- "name": "LP Bow: ATOM-MNTA",
- "symbol": "LP ATOM-MNTA",
+ "name": "e-Money NOK",
+ "symbol": "ENOK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "enok",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "edkk",
],
- "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"exponent": 0,
},
{
- "denom": "lp-arb-mnta",
+ "denom": "dkk",
"exponent": 6,
},
],
- "description": "LP Bow: ARB-MNTA",
- "display": "lp-arb-mnta",
+ "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
+ "display": "dkk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "theme": {
+ "primaryColorHex": "#ac0c34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
},
- "name": "LP Bow: ARB-MNTA",
- "symbol": "LP ARB-MNTA",
+ "name": "e-Money DKK",
+ "symbol": "EDKK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "edkk",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "esek",
],
- "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"exponent": 0,
},
{
- "denom": "lp-whale-mnta",
+ "denom": "sek",
"exponent": 6,
},
],
- "description": "LP Bow: WHALE-MNTA",
- "display": "lp-whale-mnta",
+ "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
+ "display": "sek",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "theme": {
+ "primaryColorHex": "#045493",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
},
- "name": "LP Bow: WHALE-MNTA",
- "symbol": "LP WHALE-MNTA",
+ "name": "e-Money SEK",
+ "symbol": "ESEK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "esek",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"denomUnits": [
{
"aliases": [
- "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "umpwr",
],
- "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"exponent": 0,
},
{
- "denom": "lp-scrt-mnta",
+ "denom": "mpwr",
"exponent": 6,
},
],
- "description": "LP Bow: SCRT-MNTA",
- "display": "lp-scrt-mnta",
+ "description": "The native staking and governance token of Empower.",
+ "display": "mpwr",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": true,
+ "primaryColorHex": "#00e33a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": false,
+ "primaryColorHex": "#00e33a",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
},
- "name": "LP Bow: SCRT-MNTA",
- "symbol": "LP SCRT-MNTA",
+ "name": "MPWR",
+ "symbol": "MPWR",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1411",
},
"counterparty": {
- "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "umpwr",
+ "chain_name": "empowerchain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "coingeckoId": "evmos",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "aevmos",
],
- "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
"exponent": 0,
},
{
- "denom": "lp-wsteth-mnta",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "LP Bow: wstETH.axl-MNTA",
- "display": "lp-wsteth-mnta",
+ "description": "The native EVM, governance and staking token of the Evmos Hub",
+ "display": "evmos",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wstETH.axl-MNTA",
- "symbol": "LP wstETH.axl-MNTA",
+ "name": "Evmos",
+ "socials": {
+ "twitter": "https://twitter.com/EvmosOrg",
+ "website": "https://evmos.org/",
+ },
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "aevmos",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
],
- "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"exponent": 0,
},
{
- "denom": "lp-wmatic-mnta",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "LP Bow: wMATIC.axl-MNTA",
- "display": "lp-wmatic-mnta",
+ "description": "Tether USDt on Evmos",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LP Bow: wMATIC.axl-MNTA",
- "symbol": "LP wMATIC.axl-MNTA",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"denomUnits": [
{
"aliases": [
- "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
],
- "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"exponent": 0,
},
{
- "denom": "lp-uni-mnta",
- "exponent": 6,
+ "denom": "neok",
+ "exponent": 18,
},
],
- "description": "LP Bow: UNI.axl-MNTA",
- "display": "lp-uni-mnta",
+ "description": "The token of Neokingdom DAO.",
+ "display": "neok",
+ "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "theme": {
+ "primaryColorHex": "#7f0f70",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
},
- "name": "LP Bow: UNI.axl-MNTA",
- "symbol": "LP UNI.axl-MNTA",
+ "name": "Neokingdom DAO",
+ "socials": {
+ "twitter": "https://twitter.com/NEOKingdomDAO",
+ "website": "https://www.neokingdom.org/",
+ },
+ "symbol": "NEOK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"denomUnits": [
{
"aliases": [
- "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
],
- "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"exponent": 0,
},
{
- "denom": "lp-yieldeth-mnta",
- "exponent": 6,
+ "denom": "berlin-legacy",
+ "exponent": 18,
},
],
- "description": "LP Bow: yieldETH.axl-MNTA",
- "display": "lp-yieldeth-mnta",
+ "description": "The legacy token of Teledisko DAO.",
+ "display": "berlin-legacy",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "theme": {
+ "primaryColorHex": "#bbce1a",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
},
- "name": "LP Bow: yieldETH.axl-MNTA",
- "symbol": "LP yieldETH.axl-MNTA",
+ "name": "Teledisko DAO - Legacy",
+ "symbol": "BERLIN-legacy",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
],
- "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"exponent": 0,
},
{
- "denom": "lp-wbtc-mnta",
- "exponent": 6,
+ "denom": "crowdp",
+ "exponent": 18,
},
],
- "description": "LP Bow: wBTC.axl-MNTA",
- "display": "lp-wbtc-mnta",
+ "description": "The token of Crowdpunk DAO",
+ "display": "crowdp",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "theme": {
+ "primaryColorHex": "#04fbfb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
},
- "name": "LP Bow: wBTC.axl-MNTA",
- "symbol": "LP wBTC.axl-MNTA",
+ "name": "Crowdpunk DAO",
+ "symbol": "CROWDP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "coingeckoId": "fetch-ai",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "afet",
],
- "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
"exponent": 0,
},
{
- "denom": "lp-paxg-mnta",
- "exponent": 6,
+ "denom": "fet",
+ "exponent": 18,
},
],
- "description": "LP Bow: PAXG.grv-MNTA",
- "display": "lp-paxg-mnta",
+ "description": "The native staking and governance token of the Fetch Hub.",
+ "display": "fet",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- ],
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c2444",
+ },
+ },
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: PAXG.grv-MNTA",
- "symbol": "LP PAXG.grv-MNTA",
+ "name": "fetch-ai",
+ "symbol": "FET",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "afet",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "nanomobx",
],
- "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"exponent": 0,
},
{
- "denom": "lp-wbnb-mnta",
- "exponent": 6,
+ "denom": "mobx",
+ "exponent": 9,
},
],
- "description": "LP Bow: wBNB.axl-MNTA",
- "display": "lp-wbnb-mnta",
+ "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
+ "display": "mobx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04ae9b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wBNB.axl-MNTA",
- "symbol": "LP wBNB.axl-MNTA",
+ "name": "MOBIX",
+ "symbol": "MOBX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "nanomobx",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "base": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
+ "coingeckoId": "firmachain",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "ufct",
],
- "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "denom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
"exponent": 0,
},
{
- "denom": "lp-osmo-mnta",
+ "denom": "fct",
"exponent": 6,
},
],
- "description": "LP Bow: OSMO-MNTA",
- "display": "lp-osmo-mnta",
+ "description": "FIRMACHAIN adds a signing and verifying e-contract function to the blockchain. Unlocking new limits of electronic contracts with blockchain technology, FIRMACHAIN seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FIRMACHAIN’s data blockchain.",
+ "display": "fct",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: OSMO-MNTA",
- "symbol": "LP OSMO-MNTA",
+ "name": "FIRMACHAIN",
+ "symbol": "FCT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-79241",
},
"counterparty": {
- "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ufct",
+ "chain_name": "firmachain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "base": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
+ "coingeckoId": "fanfury",
"denomUnits": [
{
"aliases": [
- "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "ufury",
],
- "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "denom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
"exponent": 0,
},
{
- "denom": "lp-inj-mnta",
+ "denom": "fury",
"exponent": 6,
},
],
- "description": "LP Bow: INJ-MNTA",
- "display": "lp-inj-mnta",
+ "description": "The native token of Furya",
+ "display": "fury",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
+ "keywords": [
+ "gaming",
+ "staking",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
},
- "name": "LP Bow: INJ-MNTA",
- "symbol": "LP INJ-MNTA",
+ "name": "Furya",
+ "socials": {
+ "twitter": "https://twitter.com/furyachain",
+ },
+ "symbol": "FURY",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-74222",
},
"counterparty": {
- "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ufury",
+ "chain_name": "furya",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "coingeckoId": "fx-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "FX",
],
- "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
"exponent": 0,
},
{
- "denom": "lp-stosmo-osmo",
- "exponent": 6,
+ "denom": "WFX",
+ "exponent": 18,
},
],
- "description": "LP Bow: stOSMO-OSMO",
- "display": "lp-stosmo-osmo",
+ "description": "The native staking token of the Function X",
+ "display": "WFX",
+ "extendedDescription": "FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "LP Bow: stOSMO-OSMO",
- "symbol": "LP stOSMO-OSMO",
+ "name": "Function X",
+ "socials": {
+ "twitter": "https://x.com/functionx_io",
+ "website": "https://functionx.io",
+ },
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "FX",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"denomUnits": [
{
"aliases": [
- "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
],
- "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"exponent": 0,
},
{
- "denom": "lp-wsteth-weth",
- "exponent": 6,
+ "denom": "PUNDIX",
+ "exponent": 18,
},
],
- "description": "LP Bow: wstETH.axl-wETH.axl",
- "display": "lp-wsteth-weth",
+ "description": "The cross chain token of the Function X",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://x.com/PundiXLabs",
+ "website": "https://pundix.com",
},
- "name": "LP Bow: wstETH.axl-wETH.axl",
- "symbol": "LP wstETH.axl-wETH.axl",
+ "symbol": "PUNDIX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "uglx",
],
- "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"exponent": 0,
},
{
- "denom": "lp-qcmnta-mnta",
+ "denom": "glx",
"exponent": 6,
},
],
- "description": "LP Bow: qcMNTA-MNTA",
- "display": "lp-qcmnta-mnta",
+ "description": "GLX is the staking token of the Galaxy Chain",
+ "display": "glx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5e3be6",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: qcMNTA-MNTA",
- "symbol": "LP qcMNTA-MNTA",
+ "name": "Galaxy",
+ "symbol": "GLX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-236",
},
"counterparty": {
- "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uglx",
+ "chain_name": "galaxy",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "utest",
],
- "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"exponent": 0,
},
{
- "denom": "lp-ampmnta-mnta",
+ "denom": "test",
"exponent": 6,
},
],
- "description": "LP Bow: ampMNTA-MNTA",
- "display": "lp-ampmnta-mnta",
- "images": [
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- "name": "LP Bow: ampMNTA-MNTA",
- "symbol": "LP ampMNTA-MNTA",
+ "description": "The native fee token of Gateway.",
+ "display": "test",
+ "name": "Test",
+ "symbol": "TEST",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
- "chain_name": "kujira",
+ "base_denom": "utest",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "uworm",
],
- "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"exponent": 0,
},
{
- "denom": "lp-weth-usk",
+ "denom": "worm",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-USK",
- "display": "lp-weth-usk",
- "images": [
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- "name": "LP Bow: wETH.axl-USK",
- "symbol": "LP wETH.axl-USK",
+ "description": "the native staking token of Gateway.",
+ "display": "worm",
+ "name": "Worm",
+ "symbol": "WORM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
- "chain_name": "kujira",
+ "base_denom": "uworm",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
+ "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"denomUnits": [
{
"aliases": [
- "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
],
- "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"exponent": 0,
},
{
- "denom": "nami",
- "exponent": 6,
+ "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "exponent": 8,
},
],
- "description": "The token of NAMI",
- "display": "nami",
+ "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "imageSync": {
+ "baseDenom": "0x2::sui::SUI",
+ "chainName": "sui",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
- "name": "NAMI",
- "symbol": "NAMI",
+ "name": "Sui (Wormhole)",
+ "symbol": "SUI",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
- "chain_name": "kujira",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
- "coingeckoId": "kyve-network",
+ "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
+ "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"denomUnits": [
{
"aliases": [
- "ukyve",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
],
- "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"exponent": 0,
},
{
- "denom": "kyve",
- "exponent": 6,
+ "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "exponent": 8,
},
],
- "description": "The native utility token of the KYVE network.",
- "display": "kyve",
+ "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
- },
- "name": "KYVE",
- "socials": {
- "twitter": "https://twitter.com/KYVENetwork",
- "website": "https://www.kyve.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
- "symbol": "KYVE",
+ "name": "Wrapped Ether (Wormhole)",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-767",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ukyve",
- "chain_name": "kyve",
- "channel_id": "channel-0",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
- "coingeckoId": "lambda",
+ "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
+ "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"denomUnits": [
{
"aliases": [
- "ulamb",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
],
- "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"exponent": 0,
},
{
- "denom": "lamb",
- "exponent": 18,
+ "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
+ "exponent": 8,
},
],
- "description": "The native token of Lambda",
- "display": "lamb",
+ "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Lambda",
- "symbol": "LAMB",
+ "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-378",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ulamb",
- "chain_name": "lambda",
- "channel_id": "channel-2",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
- "coingeckoId": "likecoin",
+ "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
+ "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"denomUnits": [
{
"aliases": [
- "nanolike",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
],
- "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"exponent": 0,
},
{
- "denom": "like",
- "exponent": 9,
+ "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "exponent": 8,
},
],
- "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",
+ "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x1::aptos_coin::AptosCoin",
+ "chainName": "aptos",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
- "name": "LikeCoin",
- "symbol": "LIKE",
+ "name": "Aptos Coin (Wormhole)",
+ "symbol": "APT",
"traces": [
{
"chain": {
- "channel_id": "channel-53",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "nanolike",
- "chain_name": "likecoin",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
+ "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"denomUnits": [
{
"aliases": [
- "ulumen",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
],
- "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"exponent": 0,
},
{
- "denom": "lumen",
+ "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
"exponent": 6,
},
],
- "description": "The native token of LumenX Network",
- "display": "lumen",
+ "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LUMEN",
- "symbol": "LUMEN",
+ "name": "Tether USD (Wormhole)",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-286",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ulumen",
- "chain_name": "lumenx",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
- "coingeckoId": "lum-network",
+ "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
+ "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"denomUnits": [
{
"aliases": [
- "ulum",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
],
- "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"exponent": 0,
},
{
- "denom": "lum",
- "exponent": 6,
+ "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "exponent": 8,
},
],
- "description": "Native token of the Lum Network",
- "display": "lum",
+ "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "Lum",
- "symbol": "LUM",
+ "name": "Wrapped SOL (Wormhole)",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-115",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ulum",
- "chain_name": "lumnetwork",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
- "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
+ "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
+ "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"denomUnits": [
{
"aliases": [
- "umars",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
],
- "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"exponent": 0,
},
{
- "denom": "mars",
- "exponent": 6,
+ "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "exponent": 5,
},
],
- "description": "Mars protocol token",
- "display": "mars",
+ "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
+ "imageSync": {
+ "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "theme": {
+ "primaryColorHex": "#ee950a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
- },
- "name": "Mars",
- "socials": {
- "twitter": "https://twitter.com/mars_protocol",
- "website": "https://www.marsprotocol.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
- "symbol": "MARS",
+ "name": "Bonk (Wormhole)",
+ "symbol": "Bonk",
"traces": [
{
"chain": {
- "channel_id": "channel-557",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "umars",
- "chain_name": "mars",
- "channel_id": "channel-1",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
+ "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"denomUnits": [
{
"aliases": [
- "umedas",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
],
- "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"exponent": 0,
},
{
- "denom": "medas",
- "exponent": 6,
+ "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "exponent": 8,
},
],
- "description": "The native token of Medas Digital Network",
- "display": "medas",
+ "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
- "keywords": [
- "medas",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "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",
},
- "name": "Medas Digital",
- "symbol": "MEDAS",
+ "name": "Wrapped BTC (Wormhole)",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-519",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "umedas",
- "chain_name": "medasdigital",
- "channel_id": "channel-0",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
- "coingeckoId": "meme-network",
+ "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
+ "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"denomUnits": [
{
"aliases": [
- "umeme",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
],
- "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"exponent": 0,
},
{
- "denom": "meme",
- "exponent": 6,
+ "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "exponent": 8,
},
],
- "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
- "display": "meme",
+ "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
- "name": "MEME",
- "symbol": "MEME",
+ "name": "tBTC v2 (Wormhole)",
+ "symbol": "tBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-238",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "umeme",
- "chain_name": "meme",
- "channel_id": "channel-1",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
- "coingeckoId": "microtick",
+ "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
+ "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"denomUnits": [
{
"aliases": [
- "utick",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
],
- "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"exponent": 0,
},
{
- "denom": "tick",
- "exponent": 6,
+ "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "exponent": 8,
},
],
- "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
- "display": "tick",
+ "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Microtick",
- "symbol": "TICK",
+ "name": "Dai Stablecoin (Wormhole)",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-39",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "utick",
- "chain_name": "microtick",
- "channel_id": "channel-16",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
- "coingeckoId": "white-whale",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"denomUnits": [
{
"aliases": [
- "uwhale",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
],
- "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"exponent": 0,
},
{
- "denom": "whale",
+ "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"exponent": 6,
},
],
- "description": "The native token of Migaloo Chain",
- "display": "whale",
+ "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Whale",
- "symbol": "WHALE",
+ "name": "USD Coin (Wormhole)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "uwhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
],
- "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"exponent": 0,
},
{
- "denom": "ampWHALE",
+ "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"exponent": 6,
},
],
- "description": "ampWHALE",
- "display": "ampWHALE",
+ "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "imageSync": {
+ "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
+ "chainName": "avalanche",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "ampWHALE",
- "symbol": "ampWHALE",
+ "name": "Avalanche USD Coin (Wormhole)",
+ "symbol": "avalanche.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
- "coingeckoId": "backbone-labs-staked-whale",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
],
- "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"exponent": 0,
},
{
- "denom": "bWHALE",
+ "aliases": [
+ "pyth",
+ ],
+ "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked WHALE",
- "display": "bWHALE",
+ "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "imageSync": {
+ "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
+ "chainName": "solana",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
- "name": "BackBone Labs Liquid Staked WHALE",
- "symbol": "bWHALE",
+ "name": "Pyth Network",
+ "symbol": "PYTH",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"denomUnits": [
{
"aliases": [
- "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
],
- "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"exponent": 0,
},
{
- "denom": "fable",
+ "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"exponent": 6,
},
],
- "description": "FABLE",
- "display": "fable",
+ "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "imageSync": {
+ "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "FABLE",
- "symbol": "FABLE",
+ "name": "Solana USD Coin (Wormhole)",
+ "symbol": "solana.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
+ "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"denomUnits": [
{
"aliases": [
- "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
],
- "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"exponent": 0,
},
{
- "denom": "bluna",
- "exponent": 6,
+ "aliases": [
+ "bskt",
+ ],
+ "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "exponent": 5,
},
],
- "description": "boneLUNA are autocompounding LUNA tokens",
- "display": "bluna",
+ "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "imageSync": {
+ "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "theme": {
+ "primaryColorHex": "#485573",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
- "name": "boneLuna",
- "symbol": "bLUNA",
+ "name": "Basket",
+ "symbol": "BSKT",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
+ "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
],
- "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"exponent": 0,
},
{
- "denom": "RAC",
+ "denom": "w",
"exponent": 6,
},
],
- "description": "RAC",
- "display": "RAC",
+ "description": "W is the native token powering the Wormhole interoperability platform.",
+ "display": "w",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "imageSync": {
+ "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
- "name": "RAC",
- "symbol": "RAC",
+ "name": "Wormhole Token",
+ "symbol": "W",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "base": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
],
- "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "denom": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"exponent": 0,
},
{
- "denom": "ASH",
+ "aliases": [
+ "pbj",
+ "PBJ",
+ ],
+ "denom": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
"exponent": 6,
},
],
- "description": "ASH",
- "display": "ASH",
+ "description": "Pepe Bruce Jenner",
+ "display": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
+ "extendedDescription": "$PBJ is the culture coin for Solana, eat dis!",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "imageSync": {
+ "baseDenom": "ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
+ "theme": {
+ "backgroundColorHex": "#ee0000",
+ "primaryColorHex": "#488000",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
},
- "name": "ASH",
- "symbol": "ASH",
+ "name": "Pepe Bruce Jenner",
+ "symbol": "PBJ",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"denomUnits": [
{
"aliases": [
- "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "el1",
],
- "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "l1",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Migaloo",
- "display": "usdt",
+ "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
+ "display": "l1",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "GenesisL1",
+ "symbol": "L1",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-253",
},
"counterparty": {
- "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "el1",
+ "chain_name": "genesisl1",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "coingeckoId": "gitopia",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "ulore",
],
- "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
"exponent": 0,
},
{
- "denom": "GUPPY",
+ "denom": "LORE",
"exponent": 6,
},
],
- "description": "GUPPY",
- "display": "GUPPY",
+ "description": "The native token of Gitopia",
+ "display": "LORE",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "theme": {
+ "primaryColorHex": "#2c173c",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "theme": {
+ "primaryColorHex": "#2e154d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
},
- "name": "GUPPY",
- "symbol": "GUPPY",
+ "name": "LORE",
+ "socials": {
+ "twitter": "https://twitter.com/gitopiaDAO",
+ "website": "https://gitopia.com/",
+ },
+ "symbol": "LORE",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-781",
},
"counterparty": {
- "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "ulore",
+ "chain_name": "gitopia",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "coingeckoId": "graviton",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "ugraviton",
],
- "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
"exponent": 0,
},
{
- "denom": "OPHIR",
+ "denom": "graviton",
"exponent": 6,
},
],
- "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
- "display": "OPHIR",
- "images": [
+ "description": "The native token of Gravity Bridge",
+ "display": "graviton",
+ "images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "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",
},
- "name": "OPHIR",
- "symbol": "OPHIR",
+ "name": "Graviton",
+ "socials": {
+ "twitter": "https://twitter.com/gravity_bridge",
+ "website": "https://www.gravitybridge.net/",
+ },
+ "symbol": "GRAV",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "ugraviton",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
],
- "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"exponent": 0,
},
{
- "denom": "SHARK",
- "exponent": 6,
+ "denom": "pstake",
+ "exponent": 18,
},
],
- "description": "SHARK is the apex price prediction market within Cosmos.",
- "display": "SHARK",
+ "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
+ "display": "pstake",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "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",
},
- "name": "SHARK",
- "symbol": "SHARK",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
],
- "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"exponent": 0,
},
{
- "denom": "lsdSHARK",
- "exponent": 6,
+ "denom": "gweth",
+ "exponent": 18,
},
],
- "description": "lsdSHARK is the liquid staking derivative of SHARK.",
- "display": "lsdSHARK",
+ "description": "Gravity Bridge WETH",
+ "display": "gweth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "imageSync": {
+ "baseDenom": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
- "name": "lsdSHARK",
- "symbol": "lsdSHARK",
+ "name": "Wrapped Ethereum",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "coingeckoId": "gravity-bridge-usdc",
"denomUnits": [
{
"aliases": [
- "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
],
- "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "gusdc",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "Gravity Bridge USDC",
+ "display": "gusdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
- },
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "symbol": "LUNA",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"denomUnits": [
{
"aliases": [
- "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"exponent": 0,
},
{
- "denom": "Rakoff",
+ "denom": "gusdt",
"exponent": 6,
},
],
- "description": "Rakoff Token",
- "display": "Rakoff",
+ "description": "Gravity Bridge USDT",
+ "display": "gusdt",
"images": [
{
"imageSync": {
- "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
- "chainName": "terra",
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Rakoff",
- "symbol": "RAKOFF",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
],
- "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"exponent": 0,
},
{
- "denom": "gash",
- "exponent": 6,
+ "denom": "gwbtc",
+ "exponent": 8,
},
],
- "description": "GASH",
- "display": "gash",
+ "description": "Gravity Bridge WBTC",
+ "display": "gwbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "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",
},
- "name": "GASH",
- "symbol": "GASH",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
],
- "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "gdai",
+ "exponent": 18,
},
],
- "description": "Restake DAO Token",
- "display": "rstk",
+ "description": "Gravity Bridge DAI",
+ "display": "gdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "imageSync": {
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "RESTAKE",
- "symbol": "RSTK",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
- "coingeckoId": "neutron-3",
+ "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"denomUnits": [
{
"aliases": [
- "untrn",
+ "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
],
- "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"exponent": 0,
},
{
- "denom": "ntrn",
- "exponent": 6,
+ "denom": "gsdai",
+ "exponent": 18,
},
],
- "description": "The native token of Neutron chain.",
- "display": "ntrn",
+ "description": "Gravity Bridge sDAI",
+ "display": "gsdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "imageSync": {
+ "baseDenom": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#7ec231",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- "name": "Neutron",
- "socials": {
- "twitter": "https://twitter.com/Neutron_org",
- "website": "https://neutron.org/",
+ "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",
},
- "symbol": "NTRN",
+ "name": "Savings Dai",
+ "symbol": "sDAI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "untrn",
- "chain_name": "neutron",
+ "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
],
- "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "gocc",
+ "exponent": 18,
},
],
- "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
- "display": "atom",
+ "description": "Gravity Bridge OCC",
+ "display": "gocc",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "theme": {
+ "primaryColorHex": "#313648",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
- "name": "IBC atom",
- "symbol": "ATOM",
+ "name": "OccamFi",
+ "symbol": "OCC",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "neutron",
+ "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"denomUnits": [
{
"aliases": [
- "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
],
- "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"exponent": 0,
},
{
- "denom": "axlusdc",
- "exponent": 6,
+ "denom": "page",
+ "exponent": 8,
},
],
- "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
- "display": "axlusdc",
+ "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
+ "display": "page",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ebb324",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "USD Coin (Axelar)",
- "symbol": "axlUSDC",
+ "name": "Page",
+ "symbol": "PAGE",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
- "chain_name": "neutron",
+ "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"denomUnits": [
{
"aliases": [
- "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
],
- "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"exponent": 0,
},
{
- "denom": "tia",
- "exponent": 6,
+ "denom": "gpaxg",
+ "exponent": 18,
},
],
- "description": "Tia on Neutron",
- "display": "tia",
+ "description": "Gravity Bridge Paxos Gold",
+ "display": "gpaxg",
"images": [
{
"imageSync": {
- "baseDenom": "utia",
- "chainName": "celestia",
+ "baseDenom": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "theme": {
+ "primaryColorHex": "#ebe60e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
},
- "name": "Celestia TIA",
- "symbol": "TIA",
+ "name": "Paxos Gold",
+ "symbol": "PAXG",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
- "chain_name": "neutron",
+ "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "coingeckoId": "islamic-coin",
"denomUnits": [
{
"aliases": [
- "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "aISLM",
],
- "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
"exponent": 0,
},
{
- "denom": "ASTROPEPE",
- "exponent": 6,
+ "denom": "ISLM",
+ "exponent": 18,
},
],
- "description": "Astropepe meme coin",
- "display": "ASTROPEPE",
+ "description": "The native EVM, governance and staking token of the Haqq Network",
+ "display": "ISLM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "theme": {
+ "primaryColorHex": "#04cd80",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
},
- "name": "AstroPepe",
- "symbol": "ASTROPEPE",
+ "name": "Islamic Coin",
+ "socials": {
+ "twitter": "https://x.com/1slamic_coin",
+ "website": "https://islamiccoin.net",
+ },
+ "symbol": "ISLM",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "aISLM",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "address": "0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "base": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
+ "coingeckoId": "deenar-gold",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
],
- "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "denom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
"exponent": 0,
},
{
- "denom": "wstETH",
- "exponent": 18,
+ "denom": "DEEN",
+ "exponent": 6,
},
],
- "description": "wstETH on Neutron",
- "display": "wstETH",
+ "description": "Deenar gold-backed stablecoin",
+ "display": "DEEN",
+ "extendedDescription": "Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#ffbc05",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
},
- "name": "wstETH",
- "symbol": "wstETH",
+ "name": "Deenar",
+ "socials": {
+ "twitter": "https://x.com/DeenarGold",
+ "website": "https://deenar.com",
+ },
+ "symbol": "DEEN",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "coingeckoId": "humans-ai",
"denomUnits": [
{
"aliases": [
- "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "aheart",
],
- "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
"exponent": 0,
},
{
- "denom": "sat",
- "exponent": 6,
+ "denom": "heart",
+ "exponent": 18,
},
],
- "description": "NBTC on Neutron",
- "display": "sat",
+ "description": "The native staking and governance token of Humans.ai.",
+ "display": "heart",
"images": [
{
- "imageSync": {
- "baseDenom": "usat",
- "chainName": "nomic",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#f3f3f3",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
},
- "name": "Nomic NBTC",
- "symbol": "SAT",
- "traces": [
- {
- "chain": {
- "channel_id": "channel-874",
+ "name": "HEART",
+ "socials": {
+ "twitter": "https://twitter.com/humansdotai",
+ "website": "https://humans.ai/",
+ },
+ "symbol": "HEART",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20082",
},
"counterparty": {
- "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "aheart",
+ "chain_name": "humans",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "coingeckoId": "ixo",
"denomUnits": [
{
"aliases": [
- "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "uixo",
],
- "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "ixo",
+ "exponent": 6,
},
],
- "description": "DYDX on Neutron",
- "display": "dydx",
+ "description": "The native token of IXO Chain",
+ "display": "ixo",
"images": [
{
- "imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "theme": {
+ "primaryColorHex": "#2c4484",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "IXO",
+ "symbol": "IXO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-38",
},
"counterparty": {
- "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "uixo",
+ "chain_name": "impacthub",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
- "coingeckoId": "newt",
+ "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "coingeckoId": "imv",
"denomUnits": [
{
"aliases": [
- "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "aimv",
],
- "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
"exponent": 0,
},
{
- "denom": "newt",
- "exponent": 6,
+ "denom": "imv",
+ "exponent": 18,
},
],
- "description": "The cutest NEWT token on Neutron chain.",
- "display": "newt",
+ "description": "The native EVM, governance and staking token of the Imversed",
+ "display": "imv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "theme": {
+ "primaryColorHex": "#4c54e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
},
- "name": "Newt",
- "symbol": "NEWT",
+ "name": "IMV",
+ "symbol": "IMV",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-517",
},
"counterparty": {
- "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "aimv",
+ "chain_name": "imversed",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
- "coingeckoId": "astroport-fi",
+ "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "coingeckoId": "injective-protocol",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "inj",
],
- "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
"exponent": 0,
},
{
- "denom": "astro",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.",
+ "display": "INJ",
+ "extendedDescription": "Injective Protocol is a cutting-edge decentralized exchange (DEX) platform facilitating fully decentralized trading of derivatives, futures, and spot markets. Built on the Cosmos SDK, Injective leverages layer-2 scaling solutions for high-speed transactions with low fees, ensuring an efficient trading experience. The platform's design eliminates intermediaries, giving users complete control over their assets and trades.
+
+The Injective ecosystem is powered by its native token, INJ, used for governance, staking, and fee reduction. By staking INJ, users can participate in network governance, influencing key decisions and protocol upgrades. Injective's features include cross-chain trading, allowing seamless asset trading across different blockchains, and a decentralized order book for transparency and security. Injective transforms the DeFi space with a comprehensive, decentralized solution for trading various financial instruments.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "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",
},
- "name": "Astroport token",
+ "name": "Injective",
"socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "twitter": "https://twitter.com/Injective_",
+ "website": "https://injective.com/",
},
- "symbol": "ASTRO",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"denomUnits": [
{
"aliases": [
- "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
],
- "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"exponent": 0,
},
{
- "denom": "xASTRO",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "xASTRO",
+ "description": "Tether USDt on Injective",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
- },
- "name": "Staked Astroport Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "symbol": "xASTRO",
+ "name": "Tether USDt",
+ "symbol": "USDTkv",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "base": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"denomUnits": [
{
"aliases": [
- "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "denom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "ASTRO.cw20 on Neutron",
- "display": "astro.cw20",
+ "description": "Tether USDt from Ethereum via Peggy bridge.",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chainName": "terra2",
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Astroport CW20 token",
- "symbol": "ASTRO.cw20",
+ "name": "Tether USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"denomUnits": [
{
"aliases": [
- "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
],
- "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"exponent": 0,
},
{
- "denom": "corgi",
+ "denom": "ampINJ",
"exponent": 6,
},
],
- "description": "Baby Corgi is the real doggo of Neutron!",
- "display": "corgi",
+ "description": "ERIS liquid staked INJ",
+ "display": "ampINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "theme": {
+ "primaryColorHex": "#5480cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
},
- "name": "Baby Corgi",
- "symbol": "CORGI",
+ "name": "ERIS Amplified INJ",
+ "symbol": "ampINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "coingeckoId": "autism",
"denomUnits": [
{
"aliases": [
- "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
],
- "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
"exponent": 0,
},
{
- "denom": "circus",
+ "denom": "autism",
"exponent": 6,
},
],
- "description": "clownmaxxed store of value",
- "display": "circus",
+ "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
+ "display": "autism",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
},
- "name": "AtomEconomicZone69JaeKwonInu",
- "symbol": "CIRCUS",
+ "name": "Autism",
+ "symbol": "AUTISM",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "base": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"denomUnits": [
{
"aliases": [
- "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
],
- "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "denom": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"exponent": 0,
},
{
- "denom": "jimmy",
- "exponent": 6,
+ "denom": "bINJ",
+ "exponent": 18,
},
],
- "description": "Jimmy Neutron Finance",
- "display": "jimmy",
+ "description": "BackBone Labs Liquid Staked Injective",
+ "display": "bINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
},
- "name": "jimmy",
- "symbol": "JIMMY",
+ "name": "BackBone Labs Liquid Staked Injective",
+ "symbol": "bINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "coingeckoId": "dog-wif-nuchucks",
"denomUnits": [
{
"aliases": [
- "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
],
- "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
"exponent": 0,
},
{
- "denom": "bad",
+ "denom": "NINJA",
"exponent": 6,
},
],
- "description": "Baddest coin on Cosmos",
- "display": "bad",
+ "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
+ "display": "NINJA",
+ "extendedDescription": "$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it's not. And the dog, he has nunchucks.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "theme": {
+ "backgroundColorHex": "#00468E",
+ "circle": true,
+ "primaryColorHex": "#00468E",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
},
- "name": "Badcoin",
- "symbol": "BAD",
+ "name": "Dog wif nunchucks",
+ "socials": {
+ "twitter": "https://x.com/dogwifnunchucks",
+ "website": "https://www.dogwifnunchucks.com/",
+ },
+ "symbol": "NINJA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"denomUnits": [
{
"aliases": [
- "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
],
- "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"exponent": 0,
},
{
- "denom": "bitcosmos",
+ "denom": "WGMI",
"exponent": 6,
},
],
- "description": "BITCOSMOS",
- "display": "bitcosmos",
+ "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
+ "display": "WGMI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
},
- "name": "Bitcosmos",
- "symbol": "BTC",
+ "name": "WGMI",
+ "symbol": "WGMI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"denomUnits": [
{
"aliases": [
- "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
],
- "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"exponent": 0,
},
{
- "denom": "wtf",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "What the Fuck",
- "display": "wtf",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "wtf",
- "symbol": "WTF",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"denomUnits": [
{
"aliases": [
- "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
],
- "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "glto",
"exponent": 6,
},
],
- "description": "NLS on Neutron",
- "display": "nls",
+ "description": "GLTO-ERC20 on injective",
+ "display": "glto",
"images": [
{
"imageSync": {
- "baseDenom": "unls",
- "chainName": "nolus",
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
- "name": "Nolus NLS",
- "symbol": "NLS",
+ "name": "Gelotto",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "GLTO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "coingeckoId": "hava-coin",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
],
- "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "hava",
"exponent": 6,
},
],
- "description": "A Mechanical Canine",
- "display": "goddard",
+ "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
+ "display": "hava",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "theme": {
+ "primaryColorHex": "#eacea5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
},
- "name": "Goddard",
- "symbol": "GODRD",
+ "name": "Hava Coin",
+ "socials": {
+ "twitter": "https://twitter.com/Hava_Coin",
+ "website": "https://havacoin.xyz/",
+ },
+ "symbol": "HAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"denomUnits": [
{
"aliases": [
- "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
],
- "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"exponent": 0,
},
{
- "denom": "apollo",
+ "denom": "BADKID",
"exponent": 6,
},
],
- "description": "The deflationary utility token of the Apollo DAO project",
- "display": "apollo",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
- },
- "name": "Apollo DAO",
- "socials": {
- "twitter": "https://twitter.com/ApolloDAO",
- "website": "https://apollo.farm/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "symbol": "APOLLO",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
],
- "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"exponent": 0,
},
{
- "denom": "newtroll",
+ "denom": "NINPO",
"exponent": 6,
},
],
- "description": "NEWTROLL",
- "display": "newtroll",
+ "description": "The second meme coin on Injective.",
+ "display": "NINPO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "theme": {
+ "primaryColorHex": "#31292a",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
},
- "name": "Newtroll",
- "symbol": "NTRL",
+ "name": "Ninpo",
+ "symbol": "NINPO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
],
- "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"exponent": 0,
},
{
- "denom": "retro",
+ "denom": "JUDO",
"exponent": 6,
},
],
- "description": "Retro Game",
- "display": "retro",
+ "description": "JUDO is a very futuristic meme token.",
+ "display": "JUDO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "theme": {
+ "primaryColorHex": "#18120f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
},
- "name": "Retro",
- "symbol": "RETRO",
+ "name": "Judo",
+ "symbol": "JUDO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"denomUnits": [
{
"aliases": [
- "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
],
- "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "beast",
"exponent": 6,
},
],
- "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
- "display": "goddard",
+ "description": "BEAST-ERC20 on injective",
+ "display": "beast",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "imageSync": {
+ "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "theme": {
+ "primaryColorHex": "#21172b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
},
- "name": "Goddard",
- "symbol": "GODDARD",
+ "name": "Gelotto BEAST",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "BEAST",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"denomUnits": [
{
"aliases": [
- "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
],
- "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "Astroport token",
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -33499,394 +37393,405 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "base": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"denomUnits": [
{
"aliases": [
- "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
],
- "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "denom": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"exponent": 0,
},
{
- "denom": "boy",
- "exponent": 6,
+ "denom": "nINJ",
+ "exponent": 18,
},
],
- "description": "Astro BOY",
- "display": "boy",
+ "description": "A receipt token for lent INJ issued by the Neptune Protocol.",
+ "display": "nINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png",
+ "theme": {
+ "primaryColorHex": "#293a6f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
- },
- "name": "boy",
- "symbol": "BOY",
+ "name": "Neptune Receipt INJ",
+ "symbol": "nINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "base": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"denomUnits": [
{
"aliases": [
- "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
],
- "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "denom": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"exponent": 0,
},
{
- "denom": "BADKID",
+ "denom": "nATOM",
"exponent": 6,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "A receipt token for lent ATOM issued by the Neptune Protocol.",
+ "display": "nATOM",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png",
+ "theme": {
+ "primaryColorHex": "#272f4b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
- },
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "Neptune Receipt ATOM",
+ "symbol": "nATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "base": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"denomUnits": [
{
"aliases": [
- "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
],
- "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "denom": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"exponent": 0,
},
{
- "denom": "cartel",
- "exponent": 6,
+ "denom": "nWETH",
+ "exponent": 18,
},
],
- "description": "Reflections of cartel activity on Cosmos.",
- "display": "cartel",
+ "description": "A receipt token for lent WETH issued by the Neptune Protocol.",
+ "display": "nWETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png",
+ "theme": {
+ "primaryColorHex": "#2a303f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
- },
- "name": "cartel",
- "symbol": "CARTEL",
+ "name": "Neptune Receipt WETH",
+ "symbol": "nWETH",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "base": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"denomUnits": [
{
"aliases": [
- "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
],
- "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "denom": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"exponent": 0,
},
{
- "denom": "ATOM1KLFG",
+ "denom": "nUSDT",
"exponent": 6,
},
],
- "description": "$ATOM to $1,000 LFG!!",
- "display": "ATOM1KLFG",
+ "description": "A receipt token for lent USDT issued by the Neptune Protocol.",
+ "display": "nUSDT",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
- },
- "name": "ATOM1KLFG",
- "symbol": "ATOM1KLFG",
+ "name": "Neptune Receipt USDT",
+ "symbol": "nUSDT",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
- "coingeckoId": "usd-coin",
+ "base": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"denomUnits": [
{
"aliases": [
- "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
],
- "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "denom": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "nTIA",
"exponent": 6,
},
],
- "description": "USD Coin on Neutron",
- "display": "usdc",
+ "description": "A receipt token for lent TIA issued by the Neptune Protocol.",
+ "display": "nTIA",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png",
+ "theme": {
+ "primaryColorHex": "#7931f9",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
- },
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Neptune Receipt TIA",
+ "symbol": "nTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
- "coingeckoId": "nibiru",
+ "base": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"denomUnits": [
{
"aliases": [
- "unibi",
+ "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
],
- "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "denom": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"exponent": 0,
},
{
- "denom": "nibi",
+ "denom": "NBZ",
"exponent": 6,
},
],
- "description": "The native token of Nibiru network",
- "display": "nibi",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "Nibiru",
- "symbol": "NIBI",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-21113",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "unibi",
- "chain_name": "nibiru",
- "channel_id": "channel-0",
+ "base_denom": "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "base": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"denomUnits": [
{
"aliases": [
- "ustake",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
],
- "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "denom": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"exponent": 0,
},
{
- "denom": "stake",
+ "denom": "Talis",
"exponent": 6,
},
],
- "description": "The permissioned staking asset for Noble Chain",
- "display": "stake",
+ "description": "Talis governance token",
+ "display": "Talis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png",
+ "theme": {
+ "primaryColorHex": "#0c0f17",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "name": "Talis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Stake",
- "symbol": "STAKE",
+ "symbol": "TALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ustake",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "base": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"denomUnits": [
{
"aliases": [
- "ufrienzies",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
],
- "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "denom": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"exponent": 0,
},
{
- "denom": "frienzies",
+ "denom": "xTalis",
"exponent": 6,
},
],
- "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
- "display": "frienzies",
+ "description": "Talis revenue sharing token",
+ "display": "xTalis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png",
+ "theme": {
+ "primaryColorHex": "#eaf0df",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "name": "xTalis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Frienzies",
- "symbol": "FRNZ",
+ "symbol": "XTALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ufrienzies",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "base": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"denomUnits": [
{
"aliases": [
- "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
],
- "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "denom": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"exponent": 0,
},
{
- "aliases": [
- "ATOM",
- ],
- "denom": "atom",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "ATOM token on Noble",
- "display": "atom",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Atom Staking Coin",
- "symbol": "ATOM",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -33894,193 +37799,185 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
- "coingeckoId": "usd-coin",
+ "base": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
],
- "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "denom": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "SYN",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.",
+ "display": "SYN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Syndicate",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "base": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"denomUnits": [
{
"aliases": [
- "unois",
+ "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
],
- "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "denom": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"exponent": 0,
},
{
- "denom": "nois",
+ "denom": "ashSYN",
"exponent": 6,
},
],
- "description": "The native token of Nois",
- "display": "nois",
+ "description": "SYN burn Derivative; minted when SYN is burned via The Furnace",
+ "display": "ashSYN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
],
- "keywords": [
- "nois",
- "randomness",
- "drand",
- "wasm",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
- "name": "Nois",
- "symbol": "NOIS",
+ "name": "ASH Syndicate",
+ "symbol": "ashSYN",
"traces": [
{
"chain": {
- "channel_id": "channel-8277",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "unois",
- "chain_name": "nois",
- "channel_id": "channel-37",
+ "base_denom": "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
- "coingeckoId": "nolus",
+ "base": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"denomUnits": [
{
"aliases": [
- "unls",
+ "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
],
- "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "COSMO",
"exponent": 6,
},
],
- "description": "The native token of Nolus chain",
- "display": "nls",
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "extendedDescription": "We aim to build a decentralized community by leveraging cutting-edge technologies.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
},
- "name": "Nolus",
+ "name": "Cosmo",
"socials": {
- "twitter": "https://twitter.com/NolusProtocol",
- "website": "https://nolus.io/",
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
},
- "symbol": "NLS",
+ "symbol": "COSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "unls",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "base": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"denomUnits": [
{
"aliases": [
- "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
],
- "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "denom": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "XTRUMP",
"exponent": 6,
},
],
- "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "usdc",
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
"chainName": "osmosis",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
},
- "name": "axlUSDC",
- "symbol": "axlUSDC",
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -34088,246 +37985,239 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "base": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
],
- "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "denom": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "osmo",
- "exponent": 6,
+ "denom": "DRUGS",
+ "exponent": 9,
},
],
- "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "osmo",
+ "description": "Distributing happiness, is a serious business",
+ "display": "DRUGS",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "DRUGS",
+ "symbol": "DRUGS",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "coingeckoId": "iris-network",
"denomUnits": [
{
"aliases": [
- "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "uiris",
],
- "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stosmo",
+ "denom": "iris",
"exponent": 6,
},
],
- "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stosmo",
+ "description": "The IRIS token is the native governance token for the IrisNet chain.",
+ "display": "iris",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5664ad",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "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",
},
- "name": "Osmosis",
- "symbol": "stOSMO",
+ "name": "IRISnet",
+ "symbol": "IRIS",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "uiris",
+ "chain_name": "irisnet",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "coingeckoId": "jackal-protocol",
"denomUnits": [
{
"aliases": [
- "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "ujkl",
],
- "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "atom",
+ "denom": "jkl",
"exponent": 6,
},
],
- "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "atom",
+ "description": "Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.",
+ "display": "jkl",
+ "extendedDescription": "Jackal Network is a decentralized storage platform designed to offer secure, private, and efficient data storage solutions using blockchain technology. By leveraging a distributed network of nodes, Jackal Network ensures data redundancy and security, protecting against data loss and unauthorized access. The platform uses advanced encryption techniques to maintain data privacy while allowing users to share and access their data seamlessly. Jackal Network's native token is used for paying storage fees, staking, and participating in network governance, incentivizing users to contribute to the network's security and reliability.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#dbdbcb",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Atom",
- "symbol": "ATOM",
+ "name": "Jackal",
+ "symbol": "JKL",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-412",
},
"counterparty": {
- "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
- "chain_name": "nolus",
+ "base_denom": "ujkl",
+ "chain_name": "jackal",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "coingeckoId": "juno-network",
"denomUnits": [
{
"aliases": [
- "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "ujuno",
],
- "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "statom",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "statom",
+ "description": "The native token of JUNO Chain",
+ "display": "juno",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "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",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Juno",
+ "socials": {
+ "twitter": "https://twitter.com/JunoNetwork",
+ "website": "https://junonetwork.io/",
+ },
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
- "chain_name": "nolus",
+ "base_denom": "ujuno",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"denomUnits": [
{
"aliases": [
- "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "weth",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "weth",
+ "display": "atom",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
- "chainName": "osmosis",
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "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",
},
- "name": "WETH",
- "symbol": "WETH",
+ "name": "ATOM on Juno",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
- "chain_name": "nolus",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -34336,148 +38226,141 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
+ "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"denomUnits": [
{
"aliases": [
- "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
],
- "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "nexx",
+ "exponent": 6,
},
],
- "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "wbtc",
+ "display": "nexx",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "theme": {
+ "primaryColorHex": "#040405",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
},
- "name": "WBTC",
- "symbol": "WBTC",
+ "name": "NEXX GEN AI",
+ "symbol": "NEXX",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
+ "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"denomUnits": [
{
"aliases": [
- "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
],
- "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "akt",
+ "denom": "dgl",
"exponent": 6,
},
],
- "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "akt",
+ "display": "dgl",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "theme": {
+ "primaryColorHex": "#dfe0e0",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
},
- "name": "AKT",
- "symbol": "AKT",
+ "name": "Licorice",
+ "symbol": "DGL",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
],
- "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "axl",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "axl",
+ "description": "USD Coin on Juno",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
- "chainName": "osmosis",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "AXL",
- "symbol": "AXL",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
- "chain_name": "nolus",
+ "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -34486,47 +38369,48 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"denomUnits": [
{
"aliases": [
- "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
],
- "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "juno",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "juno",
+ "display": "rstk",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "chainName": "osmosis",
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "JUNO",
- "symbol": "JUNO",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
- "chain_name": "nolus",
+ "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -34535,1004 +38419,999 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
+ "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"denomUnits": [
{
"aliases": [
- "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
],
- "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "evmos",
- "exponent": 18,
+ "denom": "wind",
+ "exponent": 6,
},
],
- "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "evmos",
+ "display": "wind",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "EVMOS",
- "symbol": "EVMOS",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "address": "juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k",
+ "base": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"denomUnits": [
{
"aliases": [
- "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
],
- "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "denom": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stk/atom",
+ "denom": "arena",
"exponent": 6,
},
],
- "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stk/atom",
+ "description": "The token for the Arena DAO",
+ "display": "arena",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
+ "theme": {
+ "primaryColorHex": "#dc6c24",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
},
- "name": "stkATOM",
- "symbol": "stkATOM",
+ "name": "Arena Token",
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "base": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"denomUnits": [
{
"aliases": [
- "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
],
- "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "denom": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "scrt",
+ "denom": "ashWIND",
"exponent": 6,
},
],
- "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "scrt",
+ "description": "ashWIND",
+ "display": "ashWIND",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
- "name": "SCRT",
- "symbol": "SCRT",
+ "name": "ashWIND",
+ "symbol": "ashWIND",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
- "chain_name": "nolus",
+ "base_denom": "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "coingeckoId": "kava",
"denomUnits": [
{
"aliases": [
- "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "ukava",
],
- "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "cro",
- "exponent": 8,
+ "denom": "kava",
+ "exponent": 6,
},
],
- "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "cro",
+ "description": "Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.",
+ "display": "kava",
+ "extendedDescription": "Kava offers a suite of DeFi services, such as lending, borrowing, and stablecoin issuance, utilizing a cross-chain platform that integrates the Cosmos SDK and Ethereum interoperability. Users can collateralize their assets to borrow Kava's stablecoin, USDX, or participate in lending and liquidity pools to earn rewards. Kava's native token, KAVA, is used for staking, governance, and securing the network. The platform's goal is to provide a decentralized, efficient, and accessible financial ecosystem that bridges multiple blockchain networks.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "theme": {
+ "primaryColorHex": "#e64942",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
},
- "name": "CRO",
- "symbol": "CRO",
+ "name": "Kava",
+ "socials": {
+ "twitter": "https://twitter.com/KAVA_CHAIN",
+ "website": "https://www.kava.io/",
+ },
+ "symbol": "KAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ukava",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "coingeckoId": "kava-lend",
"denomUnits": [
{
"aliases": [
- "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "hard",
],
- "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stars",
+ "denom": "HARD",
"exponent": 6,
},
],
- "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stars",
+ "description": "Governance token of Kava Lend Protocol",
+ "display": "HARD",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#7b34ac",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "STARS",
- "symbol": "STARS",
+ "name": "Kava Hard",
+ "symbol": "HARD",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "hard",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "coingeckoId": "kava-swap",
"denomUnits": [
{
"aliases": [
- "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "swp",
],
- "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "tia",
+ "denom": "SWP",
"exponent": 6,
},
],
- "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "tia",
+ "description": "Governance token of Kava Swap Protocol",
+ "display": "SWP",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#544cfc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "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",
},
- "name": "TIA",
- "symbol": "TIA",
+ "name": "Kava Swap",
+ "symbol": "SWP",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "swp",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "coingeckoId": "usdx",
"denomUnits": [
{
"aliases": [
- "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "usdx",
],
- "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "strd",
+ "denom": "USDX",
"exponent": 6,
},
],
- "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "strd",
+ "description": "The native stablecoin of Kava",
+ "display": "USDX",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "theme": {
+ "primaryColorHex": "#04d4a3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
},
- "name": "STRD",
- "symbol": "STRD",
+ "name": "Kava USDX",
+ "symbol": "USDX",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "usdx",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "coingeckoId": "tether",
"denomUnits": [
{
"aliases": [
- "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "erc20/tether/usdt",
],
- "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "ntrn",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "ntrn",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "untrn",
- "chainName": "neutron",
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "NTRN",
- "symbol": "NTRN",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "erc20/tether/usdt",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "coingeckoId": "ki",
"denomUnits": [
{
"aliases": [
- "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "uxki",
],
- "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "dydx",
- "exponent": 18,
+ "denom": "xki",
+ "exponent": 6,
},
],
- "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "dydx",
+ "description": "The native token of Ki Chain",
+ "display": "xki",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chainName": "neutron",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c04fc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "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",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "Ki",
+ "symbol": "XKI",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-77",
},
"counterparty": {
- "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
- "chain_name": "nolus",
+ "base_denom": "uxki",
+ "chain_name": "kichain",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "base": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"denomUnits": [
{
"aliases": [
- "unom",
+ "uKIMA",
],
- "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "denom": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"exponent": 0,
},
{
- "denom": "nom",
+ "denom": "KIMA",
"exponent": 6,
},
],
- "description": "Nomic's native token.",
- "display": "nom",
+ "description": "Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.",
+ "display": "KIMA",
+ "extendedDescription": "Kima is an asset-agnostic interoperability infrastructure designed to bridge the gap between blockchain networks and traditional financial systems. By providing a unified platform for secure and scalable cross-ecosystem transactions, Kima enables seamless transfers across different ecosystems, including digital assets and legacy financial systems. Its patent-pending architecture eliminates vulnerabilities associated with smart contracts and key management, ensuring a secure environment for high-volume transactions. Kima’s innovative approach provides financial institutions and developers with the tools needed to create interoperable solutions that operate across both traditional and blockchain-based systems, driving the future of decentralized finance and financial services.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
- "name": "Nomic",
- "symbol": "NOM",
+ "name": "KIMA",
+ "socials": {
+ "github": "https://github.com/kima-finance",
+ "medium": "https://medium.com/@kima_finance",
+ "telegram": "https://t.me/kimanetwork",
+ "twitter": "https://x.com/KimaNetwork",
+ "website": "https://www.kima.network/",
+ },
+ "symbol": "KIMA",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-83350",
},
"counterparty": {
- "base_denom": "unom",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "uKIMA",
+ "chain_name": "kimanetwork",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "coingeckoId": "darcmatter-coin",
"denomUnits": [
{
"aliases": [
- "usat",
+ "udarc",
],
- "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
"exponent": 0,
},
{
- "denom": "nbtc",
- "exponent": 14,
+ "denom": "darc",
+ "exponent": 6,
},
],
- "description": "Bitcoin. On Cosmos.",
- "display": "nbtc",
+ "description": "The native token of Konstellation Network",
+ "display": "darc",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042a61",
+ },
},
],
"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",
+ "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",
},
- "name": "Nomic Bitcoin",
- "symbol": "nBTC",
+ "name": "DARC",
+ "symbol": "DARC",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-171",
},
"counterparty": {
- "base_denom": "usat",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "udarc",
+ "chain_name": "konstellation",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
- "coingeckoId": "",
+ "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "coingeckoId": "kujira",
"denomUnits": [
{
"aliases": [
- "unyx",
+ "ukuji",
],
- "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
"exponent": 0,
},
{
- "denom": "nyx",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
- "display": "nyx",
+ "description": "Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.",
+ "display": "kuji",
+ "extendedDescription": "Kujira provides a comprehensive DeFi platform that includes tools for lending, borrowing, and yield farming, leveraging blockchain technology to offer a transparent, secure, and efficient user experience. The native token, KUJI, is central to the ecosystem, used for transaction fees, staking, and governance. Kujira's user-centric design and innovative features make it a popular choice in the DeFi space, enabling users to maximize their returns and effectively manage their digital assets.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
- "name": "NYX",
- "symbol": "NYX",
+ "name": "Kujira",
+ "socials": {
+ "twitter": "https://twitter.com/TeamKujira",
+ "website": "https://kujira.network/",
+ },
+ "symbol": "KUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unyx",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "ukuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
- "coingeckoId": "nym",
+ "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "coingeckoId": "usk",
"denomUnits": [
{
"aliases": [
- "unym",
+ "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
],
- "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
"exponent": 0,
},
{
- "denom": "nym",
+ "denom": "usk",
"exponent": 6,
},
],
- "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
- "display": "nym",
+ "description": "The native over-collateralized stablecoin from the Kujira chain.",
+ "display": "usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
- "theme": {
- "circle": true,
- "darkMode": false,
- },
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
"theme": {
- "circle": true,
- "darkMode": true,
+ "primaryColorHex": "#2e363f",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
},
- "name": "NYM",
- "symbol": "NYM",
+ "name": "USK",
+ "symbol": "USK",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unym",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
- "coingeckoId": "odin-protocol",
+ "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"denomUnits": [
{
"aliases": [
- "loki",
+ "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
],
- "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"exponent": 0,
},
{
- "denom": "odin",
+ "denom": "qcKUJI",
"exponent": 6,
},
],
- "description": "Staking and governance token for ODIN Protocol",
- "display": "odin",
+ "description": "Quark's auto-compounding KUJI derivative",
+ "display": "qcKUJI",
"images": [
{
- "imageSync": {
- "baseDenom": "loki",
- "chainName": "odin",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
- "name": "ODIN",
- "symbol": "ODIN",
+ "name": "qcKUJI",
+ "symbol": "qcKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "loki",
- "chain_name": "odin",
+ "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"denomUnits": [
{
"aliases": [
- "mGeo",
+ "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
],
- "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"exponent": 0,
},
{
- "denom": "geo",
+ "denom": "ampKUJI",
"exponent": 6,
},
],
- "description": "GEO token for ODIN Protocol",
- "display": "geo",
+ "description": "ampKUJI",
+ "display": "ampKUJI",
"images": [
{
- "imageSync": {
- "baseDenom": "mGeo",
- "chainName": "odin",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "theme": {
+ "primaryColorHex": "#4b7bbb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
},
- "name": "GEO",
- "symbol": "GEO",
+ "name": "ampKUJI",
+ "symbol": "ampKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "mGeo",
- "chain_name": "odin",
+ "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "coingeckoId": "mantadao",
"denomUnits": [
{
"aliases": [
- "mO9W",
+ "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
],
- "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
"exponent": 0,
},
{
- "denom": "O9W",
+ "denom": "mnta",
"exponent": 6,
},
],
- "description": "O9W token for ODIN Protocol",
- "display": "O9W",
+ "description": "MantaDAO Governance Token",
+ "display": "mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "mO9W",
- "chainName": "odin",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "theme": {
+ "primaryColorHex": "#0c141c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
},
- "name": "O9W",
- "symbol": "O9W",
+ "name": "MantaDAO",
+ "symbol": "MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "mO9W",
- "chain_name": "odin",
+ "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
- "coingeckoId": "omniflix-network",
+ "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"denomUnits": [
{
"aliases": [
- "uflix",
+ "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
],
- "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"exponent": 0,
},
{
- "denom": "flix",
+ "denom": "qcMNTA",
"exponent": 6,
},
],
- "description": "The native staking token of OmniFlix Hub.",
- "display": "flix",
+ "description": "Quark's auto-compounding MNTA derivative",
+ "display": "qcMNTA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
- },
- "name": "Flix",
- "socials": {
- "twitter": "https://twitter.com/OmniFlixNetwork",
- "website": "https://omniflix.network/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
- "symbol": "FLIX",
+ "name": "qcMNTA",
+ "symbol": "qcMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uflix",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"denomUnits": [
{
"aliases": [
- "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
],
- "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "ampMNTA",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "ERIS Liquid Staked MNTA",
+ "display": "ampMNTA",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "theme": {
+ "primaryColorHex": "#618bc8",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "ERIS Amplified MNTA",
+ "symbol": "ampMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
],
- "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "wink",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "The content house of Kujira",
+ "display": "wink",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "theme": {
+ "primaryColorHex": "#fc7991",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
},
- "name": "Osmosis osmo",
- "symbol": "OSMO",
+ "name": "WINK",
+ "symbol": "WINK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"denomUnits": [
{
"aliases": [
- "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
],
- "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "blend",
"exponent": 6,
},
],
- "display": "ist",
+ "description": "Blend Token",
+ "display": "blend",
"images": [
{
- "imageSync": {
- "baseDenom": "uist",
- "chainName": "agoric",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
- "name": "Agoric IST (Inter Stable Token)",
- "symbol": "IST",
+ "name": "BLEND",
+ "symbol": "BLEND",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"denomUnits": [
{
"aliases": [
- "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
],
- "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "usdt",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Tether USDt on Kujira",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "USD Coin (Axelar)",
- "symbol": "USDC.axl",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -35540,469 +39419,445 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "coingeckoId": "fuzion",
"denomUnits": [
{
"aliases": [
- "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
],
- "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "fuzn",
"exponent": 6,
},
],
- "description": "Akash Token (AKT) is the Akash Network's native utility token",
- "display": "akt",
+ "description": "The staking and governance token of Fuzion",
+ "display": "fuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "uakt",
- "chainName": "akash",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "theme": {
+ "primaryColorHex": "#f05d8d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
},
- "name": "Akash",
- "symbol": "AKT",
+ "name": "Fuzion",
+ "symbol": "FUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"denomUnits": [
{
"aliases": [
- "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
],
- "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"exponent": 0,
},
{
- "denom": "baddog",
+ "denom": "rfuzn",
"exponent": 6,
},
],
- "display": "baddog",
+ "description": "The receipt token of Fuzion",
+ "display": "rfuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "theme": {
+ "primaryColorHex": "#949494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
},
- "name": "BadDog (Osmosis)",
- "symbol": "BADDOG.osmo",
+ "name": "Fuzion Receipt",
+ "symbol": "rFUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
- "coingeckoId": "onomy-protocol",
+ "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"denomUnits": [
{
"aliases": [
- "anom",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
],
- "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"exponent": 0,
},
{
- "denom": "nom",
- "exponent": 18,
+ "denom": "yfuzn",
+ "exponent": 6,
},
],
- "description": "The native token of Onomy Protocol",
- "display": "nom",
+ "description": "The yield token of Fuzion",
+ "display": "yfuzn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
],
- "keywords": [
- "dex",
- "stablecoin",
- "bridge",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
- "name": "Nom",
- "symbol": "NOM",
+ "name": "Fuzion Yield",
+ "symbol": "yFUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-525",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "anom",
- "chain_name": "onomy",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
- "coingeckoId": "oraichain-token",
+ "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"denomUnits": [
{
"aliases": [
- "orai",
+ "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
],
- "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"exponent": 0,
},
{
- "denom": "ORAI",
+ "denom": "qcFUZN",
"exponent": 6,
},
],
- "description": "The native token of Oraichain",
- "display": "ORAI",
+ "description": "Quark's auto-compounding FUZN derivative",
+ "display": "qcFUZN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
- "name": "Oraichain",
- "symbol": "ORAI",
+ "name": "qcFUZN",
+ "symbol": "qcFUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-216",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "orai",
- "chain_name": "oraichain",
- "channel_id": "channel-13",
+ "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
- "coingeckoId": "medibloc",
+ "base": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"denomUnits": [
{
"aliases": [
- "umed",
+ "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
],
- "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "denom": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"exponent": 0,
},
{
- "denom": "med",
+ "denom": "qcAQLA",
"exponent": 6,
},
],
- "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
- "display": "med",
+ "description": "Quark's auto-compounding AQLA derivative",
+ "display": "qcAQLA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
- "name": "MediBloc",
- "symbol": "MED",
+ "name": "qcAQLA",
+ "symbol": "qcAQLA",
"traces": [
{
"chain": {
- "channel_id": "channel-82",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umed",
- "chain_name": "panacea",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
- "coingeckoId": "passage",
+ "base": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
+ "coingeckoId": "aqualibre",
"denomUnits": [
{
"aliases": [
- "upasg",
+ "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
],
- "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "denom": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
"exponent": 0,
},
{
- "denom": "pasg",
+ "denom": "AQLA",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Passage chain.",
- "display": "pasg",
+ "description": "The Aqualibre project's token",
+ "display": "AQLA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
- "name": "Passage",
- "symbol": "PASG",
+ "name": "AQLA",
+ "symbol": "AQLA",
"traces": [
{
"chain": {
- "channel_id": "channel-2494",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "upasg",
- "chain_name": "passage",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
- "coingeckoId": "persistence",
+ "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "coingeckoId": "unstake-fi",
"denomUnits": [
{
"aliases": [
- "uxprt",
+ "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
],
- "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
"exponent": 0,
},
{
- "denom": "xprt",
+ "denom": "nstk",
"exponent": 6,
},
],
- "description": "The XPRT token is primarily a governance token for the Persistence chain.",
- "display": "xprt",
+ "description": "The Revenue & Governance token of Unstake.fi",
+ "display": "nstk",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
],
"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",
- },
- "name": "Persistence",
- "socials": {
- "twitter": "https://twitter.com/PersistenceOne",
- "website": "https://persistence.one/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
- "symbol": "XPRT",
+ "name": "Unstake Fi",
+ "symbol": "NSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "coingeckoId": "stkatom",
+ "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"denomUnits": [
{
"aliases": [
- "stk/uatom",
+ "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
],
- "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "local",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked ATOM",
- "display": "stkatom",
+ "description": "Local Money",
+ "display": "local",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "LOCAL",
+ "symbol": "LOCAL",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/uatom",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"denomUnits": [
{
"aliases": [
- "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
],
- "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "PLNK",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "Food for whales",
+ "display": "PLNK",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "theme": {
+ "primaryColorHex": "#c87ae9",
},
- "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",
},
],
- "keywords": [
- "canon",
- ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Plankton",
+ "symbol": "PLNK",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"denomUnits": [
{
"aliases": [
- "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
],
- "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "sol",
+ "exponent": 8,
},
],
- "display": "atom",
+ "display": "sol",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chainName": "gateway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Wormhole Solana",
+ "symbol": "SOL.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36010,45 +39865,49 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"denomUnits": [
{
"aliases": [
- "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
],
- "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Tether USDT on Persistence",
- "display": "usdt",
+ "display": "evmos",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "aevmos",
+ "chainName": "evmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDT",
- "symbol": "USDT",
+ "name": "Evmos",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36056,46 +39915,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "base": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"denomUnits": [
{
"aliases": [
- "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
],
- "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "denom": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "display": "usdc",
+ "display": "avax",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "wavax-wei",
+ "chainName": "axelar",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "Axelar Wrapped AVAX",
+ "symbol": "wAVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36103,47 +39960,50 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"denomUnits": [
{
"aliases": [
- "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
],
- "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "dydx staking token",
- "display": "dydx",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "dYdX",
- "symbol": "DYDX",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36151,185 +40011,199 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
- "coingeckoId": "pstake-staked-osmo",
+ "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"denomUnits": [
{
"aliases": [
- "stk/uosmo",
+ "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
],
- "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"exponent": 0,
},
{
- "aliases": [
- "stk/osmo",
- ],
- "denom": "stkosmo",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked OSMO",
- "display": "stkosmo",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "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",
},
- "name": "PSTAKE staked OSMO",
- "symbol": "stkOSMO",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/uosmo",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"denomUnits": [
{
"aliases": [
- "stk/adydx",
+ "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
],
- "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"exponent": 0,
},
{
- "aliases": [
- "stk/dydx",
- ],
- "denom": "stkdydx",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked DYDX",
- "display": "stkdydx",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "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",
},
- "name": "PSTAKE staked DYDX",
- "symbol": "stkDYDX",
+ "name": "Axelar USD Coin",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/adydx",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
"denomUnits": [
{
"aliases": [
- "stk/ustars",
+ "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
],
- "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
"exponent": 0,
},
{
- "aliases": [
- "stk/stars",
- ],
- "denom": "stkstars",
+ "denom": "cmdx",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked STARS",
- "display": "stkstars",
+ "display": "cmdx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "imageSync": {
+ "baseDenom": "ucmdx",
+ "chainName": "comdex",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "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",
},
- "name": "PSTAKE staked STARS",
- "symbol": "stkSTARS",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/ustars",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
"denomUnits": [
{
"aliases": [
- "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
],
- "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "juno",
"exponent": 6,
},
],
- "display": "stars",
+ "display": "juno",
"images": [
{
"imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "baseDenom": "ujuno",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Juno",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36337,47 +40211,47 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
"denomUnits": [
{
"aliases": [
- "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
],
- "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "weth",
"images": [
{
"imageSync": {
- "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chainName": "secretnetwork",
+ "baseDenom": "weth-wei",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "Axelar Wrapped Ether",
+ "symbol": "wETH.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36385,92 +40259,99 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
"denomUnits": [
{
"aliases": [
- "stk/uhuahua",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
"exponent": 0,
},
{
- "aliases": [
- "stk/huahua",
- ],
- "denom": "stkhuahua",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked HUAHUA",
- "display": "stkhuahua",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "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",
},
- "name": "PSTAKE staked HUAHUA",
- "symbol": "stkHUAHUA",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/uhuahua",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
"denomUnits": [
{
"aliases": [
- "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
],
- "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "luna",
"exponent": 6,
},
],
- "display": "huahua",
+ "display": "luna",
"images": [
{
"imageSync": {
- "baseDenom": "uhuahua",
- "chainName": "chihuahua",
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36478,240 +40359,247 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
"denomUnits": [
{
"aliases": [
- "stk/uxprt",
+ "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
],
- "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
"exponent": 0,
},
{
- "aliases": [
- "stk/xprt",
- ],
- "denom": "stkxprt",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked XPRT",
- "display": "stkxprt",
+ "display": "stars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "name": "PSTAKE staked XPRT",
- "symbol": "stkXPRT",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
- "coingeckoId": "planq",
+ "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
"denomUnits": [
{
"aliases": [
- "aplanq",
+ "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
],
- "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
"exponent": 0,
},
{
- "denom": "planq",
- "exponent": 18,
+ "denom": "scrt",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Planq Network",
- "display": "planq",
- "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "display": "scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
- },
- "name": "Planq",
- "socials": {
- "twitter": "https://twitter.com/planqfoundation",
- "website": "https://planq.network",
+ "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",
},
- "symbol": "PLQ",
+ "name": "Secret Network",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "aplanq",
- "chain_name": "planq",
- "channel_id": "channel-1",
+ "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
"denomUnits": [
{
"aliases": [
- "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
],
- "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
},
],
- "description": "The token of Source Protocol bridged from BSC.",
- "display": "srcx",
+ "display": "stkatom",
"images": [
{
"imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
+ "baseDenom": "stk/uatom",
+ "chainName": "persistence",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "Source Token",
- "symbol": "SRCX",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
- "chain_name": "planq",
- "channel_id": "channel-1",
+ "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
- "coingeckoId": "provenance-blockchain",
+ "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
"denomUnits": [
{
"aliases": [
- "nhash",
+ "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
],
- "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
"exponent": 0,
},
{
- "denom": "hash",
- "exponent": 9,
+ "denom": "bKUJI",
+ "exponent": 6,
},
],
- "description": "Hash is the staking token of the Provenance Blockchain",
- "display": "hash",
+ "description": "BackBone Labs Liquid Staked KUJI",
+ "display": "bKUJI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "theme": {
+ "primaryColorHex": "#cc3533",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
},
- "name": "Hash",
- "symbol": "HASH",
+ "name": "BackBone Labs Liquid Staked KUJI",
+ "symbol": "bKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-222",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "nhash",
- "chain_name": "provenance",
- "channel_id": "channel-7",
+ "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
"denomUnits": [
{
"aliases": [
- "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
],
- "denom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
"exponent": 0,
},
{
- "denom": "PUNDIX",
- "exponent": 18,
+ "denom": "rstk",
+ "exponent": 6,
},
],
- "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
-- Payment for goods and services from merchants through XPOS
-- Gas Fee on PundiX Chain
-- Listing tokens in the XPOS
-- Merchant payments for loyalty programs and ads",
- "display": "PUNDIX",
+ "display": "rstk",
"images": [
{
"imageSync": {
- "baseDenom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chainName": "fxcore",
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
- },
- "name": "Pundi X Token",
- "socials": {
- "twitter": "https://twitter.com/PundiXLabs",
- "website": "https://pundix.com",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "symbol": "PUNDIX",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-12618",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
- "chain_name": "pundix",
- "channel_id": "channel-1",
+ "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36719,52 +40607,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
- "coingeckoId": "pundi-x-purse",
+ "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
"denomUnits": [
{
"aliases": [
- "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
],
- "denom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
"exponent": 0,
},
{
- "denom": "PURSE",
- "exponent": 18,
+ "denom": "xusk",
+ "exponent": 6,
},
],
- "description": "Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.",
- "display": "PURSE",
+ "description": "Ghost Vault USK",
+ "display": "xusk",
"images": [
{
- "imageSync": {
- "baseDenom": "0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
- "chainName": "binancesmartchain",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "theme": {
+ "primaryColorHex": "#303741",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
- },
- "name": "PURSE Token",
- "socials": {
- "twitter": "https://twitter.com/Purse_Land",
- "website": "https://purse.land",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
},
- "symbol": "PURSE",
+ "name": "Ghost Vault USK",
+ "symbol": "xUSK",
"traces": [
{
"chain": {
- "channel_id": "channel-12618",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
- "chain_name": "pundix",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36772,141 +40652,144 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
"denomUnits": [
{
"aliases": [
- "ubedrock",
+ "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
],
- "denom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
"exponent": 0,
},
{
- "denom": "rock",
+ "denom": "xmnta",
"exponent": 6,
},
],
- "description": "The revenue token for Pylons",
- "display": "rock",
+ "description": "Ghost Vault MNTA",
+ "display": "xmnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "theme": {
+ "primaryColorHex": "#0f151f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
- },
- "name": "Pylons",
- "socials": {
- "twitter": "https://twitter.com/pylonstech",
- "website": "https://pylons.tech",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
},
- "symbol": "ROCK",
+ "name": "Ghost Vault MNTA",
+ "symbol": "xMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-17683",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ubedrock",
- "chain_name": "pylons",
- "channel_id": "channel-29",
+ "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
- "coingeckoId": "quasar-2",
+ "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
"denomUnits": [
{
"aliases": [
- "uqsr",
+ "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
],
- "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qsr",
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "The native token of Quasar",
- "display": "qsr",
+ "description": "Stride staked ATOM",
+ "display": "statom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
- },
+ "imageSync": {
+ "baseDenom": "stuatom",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
- },
- "name": "Quasar",
- "socials": {
- "twitter": "https://twitter.com/QuasarFi",
- "website": "https://www.quasar.fi/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "symbol": "QSR",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqsr",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
],
- "denom": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "osmo",
+ "denom": "wbtc.axl",
"exponent": 6,
},
],
- "description": "OSMO from Osmosis",
- "display": "osmo",
+ "description": "Axelar Bridged wBTC",
+ "display": "wbtc.axl",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "wbtc-satoshi",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Axelar Bridged wBTC",
+ "symbol": "wBTC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36914,48 +40797,50 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
"denomUnits": [
{
"aliases": [
- "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
],
- "denom": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "atom",
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "ATOM from Osmosis",
- "display": "atom",
+ "description": "Stride staked OSMO",
+ "display": "stosmo",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
+ "baseDenom": "stuosmo",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Atom",
- "symbol": "ATOM",
+ "name": "Stride staked OSMO",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36963,3072 +40848,2983 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
"denomUnits": [
{
"aliases": [
- "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
],
- "denom": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "lp-dot-mnta",
"exponent": 6,
},
],
- "description": "USDC.axl from Osmosis",
- "display": "usdc",
+ "description": "LP Bow: DOT.axl-MNTA",
+ "display": "lp-dot-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC.axl",
+ "name": "LP Bow: DOT.axl-MNTA",
+ "symbol": "LP DOT.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
- "coingeckoId": "quicksilver",
+ "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
"denomUnits": [
{
"aliases": [
- "uqck",
+ "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
],
- "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qck",
+ "denom": "lp-shd-mnta",
"exponent": 6,
},
],
- "description": "QCK - native token of Quicksilver",
- "display": "qck",
+ "description": "LP Bow: SHD-MNTA",
+ "display": "lp-shd-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
- },
- "name": "Quicksilver",
- "socials": {
- "twitter": "https://twitter.com/quicksilverzone",
- "website": "https://quicksilver.zone/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "QCK",
+ "name": "LP Bow: SHD-MNTA",
+ "symbol": "LP SHD-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqck",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
"denomUnits": [
{
"aliases": [
- "uqstars",
+ "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
],
- "denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qstars",
+ "denom": "lp-dydx-mnta",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked STARS",
- "display": "qstars",
+ "description": "LP Bow: DYDX-MNTA",
+ "display": "lp-dydx-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Quicksilver Liquid Staked STARS",
- "symbol": "qSTARS",
+ "name": "LP Bow: DYDX-MNTA",
+ "symbol": "LP DYDX-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqstars",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
"denomUnits": [
{
"aliases": [
- "uqatom",
+ "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
],
- "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qatom",
+ "denom": "lp-wavax-mnta",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked ATOM",
- "display": "qatom",
+ "description": "LP Bow: wAVAX.axl-MNTA",
+ "display": "lp-wavax-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Quicksilver Liquid Staked ATOM",
- "symbol": "qATOM",
+ "name": "LP Bow: wAVAX.axl-MNTA",
+ "symbol": "LP wAVAX.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqatom",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
"denomUnits": [
{
"aliases": [
- "uqregen",
+ "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
],
- "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qregen",
+ "denom": "lp-cheq-mnta",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked REGEN",
- "display": "qregen",
+ "description": "LP Bow: CHEQ-MNTA",
+ "display": "lp-cheq-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Quicksilver Liquid Staked Regen",
- "symbol": "qREGEN",
+ "name": "LP Bow: CHEQ-MNTA",
+ "symbol": "LP CHEQ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqregen",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
"denomUnits": [
{
"aliases": [
- "uqosmo",
+ "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
],
- "denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qosmo",
+ "denom": "lp-fuzn-mnta",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked OSMO",
- "display": "qosmo",
+ "description": "LP Bow: FUZN-MNTA",
+ "display": "lp-fuzn-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Quicksilver Liquid Staked OSMO",
- "symbol": "qOSMO",
+ "name": "LP Bow: FUZN-MNTA",
+ "symbol": "LP FUZN-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqosmo",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
"denomUnits": [
{
"aliases": [
- "uqsomm",
+ "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
],
- "denom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qsomm",
+ "denom": "lp-somm-mnta",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked SOMM",
- "display": "qsomm",
+ "description": "LP Bow: SOMM-MNTA",
+ "display": "lp-somm-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Quicksilver Liquid Staked SOMM",
- "symbol": "qSOMM",
+ "name": "LP Bow: SOMM-MNTA",
+ "symbol": "LP SOMM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqsomm",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
- "coingeckoId": "qwoyn",
+ "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
"denomUnits": [
{
"aliases": [
- "uqwoyn",
+ "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
],
- "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
"exponent": 0,
},
{
- "denom": "qwoyn",
+ "denom": "lp-weth-mnta",
"exponent": 6,
},
],
- "description": "The native governance token for Qwoyn Network",
- "display": "qwoyn",
- "extendedDescription": "The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",
+ "description": "LP Bow: wETH.axl-MNTA",
+ "display": "lp-weth-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
- "keywords": [
- "gaming",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
- },
- "name": "Qwoyn Network",
- "socials": {
- "twitter": "https://twitter.com/Qwoyn_Studios",
- "website": "https://qwoyn.studio",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "QWOYN",
+ "name": "LP Bow: wETH.axl-MNTA",
+ "symbol": "LP wETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-880",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uqwoyn",
- "chain_name": "qwoyn",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
- "coingeckoId": "realio-network",
+ "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
"denomUnits": [
{
"aliases": [
- "ario",
+ "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
],
- "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
"exponent": 0,
},
{
- "denom": "rio",
- "exponent": 18,
+ "denom": "lp-ntrn-mnta",
+ "exponent": 6,
},
],
- "description": "The native currency of the Realio Network.",
- "display": "rio",
+ "description": "LP Bow: NTRN-MNTA",
+ "display": "lp-ntrn-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Realio Network",
- "symbol": "RIO",
+ "name": "LP Bow: NTRN-MNTA",
+ "symbol": "LP NTRN-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-1424",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ario",
- "chain_name": "realio",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
- "coingeckoId": "",
+ "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
"denomUnits": [
{
"aliases": [
- "arst",
+ "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
],
- "denom": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
"exponent": 0,
},
{
- "denom": "rst",
- "exponent": 18,
+ "denom": "lp-wftm-mnta",
+ "exponent": 6,
},
],
- "description": "A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.",
- "display": "rst",
+ "description": "LP Bow: wFTM.axl-MNTA",
+ "display": "lp-wftm-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Realio Security Token",
- "symbol": "RST",
+ "name": "LP Bow: wFTM.axl-MNTA",
+ "symbol": "LP wFTM.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-1424",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "arst",
- "chain_name": "realio",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
- "coingeckoId": "rebus",
+ "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
"denomUnits": [
{
"aliases": [
- "arebus",
+ "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
],
- "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
"exponent": 0,
},
{
- "denom": "rebus",
- "exponent": 18,
+ "denom": "lp-stars-mnta",
+ "exponent": 6,
},
],
- "description": "REBUS, the native coin of the Rebus chain.",
- "display": "rebus",
+ "description": "LP Bow: STARS-MNTA",
+ "display": "lp-stars-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Rebus",
- "symbol": "REBUS",
+ "name": "LP Bow: STARS-MNTA",
+ "symbol": "LP STARS-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-355",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "arebus",
- "chain_name": "rebus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
- "coingeckoId": "regen",
+ "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
"denomUnits": [
{
"aliases": [
- "uregen",
+ "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
],
- "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
"exponent": 0,
},
{
- "denom": "regen",
+ "denom": "lp-tia-mnta",
"exponent": 6,
},
],
- "description": "REGEN coin is the token for the Regen Network Platform",
- "display": "regen",
+ "description": "LP Bow: TIA-MNTA",
+ "display": "lp-tia-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
- },
- "name": "Regen Network",
- "socials": {
- "twitter": "https://twitter.com/regen_network",
- "website": "https://www.regen.network/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "REGEN",
+ "name": "LP Bow: TIA-MNTA",
+ "symbol": "LP TIA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-8",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uregen",
- "chain_name": "regen",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
- "coingeckoId": "toucan-protocol-nature-carbon-tonne",
+ "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
"denomUnits": [
{
"aliases": [
- "eco.uC.NCT",
+ "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
],
- "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
"exponent": 0,
},
{
- "denom": "nct",
+ "denom": "lp-sol-mnta",
"exponent": 6,
},
],
- "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
- "display": "nct",
+ "description": "LP Bow: SOL.wh-MNTA",
+ "display": "lp-sol-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nature Carbon Ton",
- "symbol": "NCT",
+ "name": "LP Bow: SOL.wh-MNTA",
+ "symbol": "LP SOL.wh-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-8",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "eco.uC.NCT",
- "chain_name": "regen",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
- "coingeckoId": "rizon",
+ "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
"denomUnits": [
{
"aliases": [
- "uatolo",
+ "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
],
- "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
"exponent": 0,
},
{
- "denom": "atolo",
+ "denom": "lp-dym-mnta",
"exponent": 6,
},
],
- "description": "Native token of Rizon Chain",
- "display": "atolo",
+ "description": "LP Bow: DYM-MNTA",
+ "display": "lp-dym-mnta",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
- },
- "name": "Rizon Chain",
- "socials": {
- "twitter": "https://twitter.com/hdac_rizon",
- "website": "https://rizon.world/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "ATOLO",
+ "name": "LP Bow: DYM-MNTA",
+ "symbol": "LP DYM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-221",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uatolo",
- "chain_name": "rizon",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
- "coingeckoId": "saga-2",
+ "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
"denomUnits": [
{
"aliases": [
- "usaga",
+ "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
],
- "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
"exponent": 0,
},
{
- "denom": "saga",
+ "denom": "lp-akt-mnta",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Saga.",
- "display": "saga",
- "extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
-
-Saga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.",
+ "description": "LP Bow: AKT-MNTA",
+ "display": "lp-akt-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
- "theme": {
- "darkMode": false,
- "primaryColorHex": "#000000",
- },
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
- "theme": {
- "darkMode": true,
- "primaryColorHex": "#FFFFFF",
- },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
- },
- "name": "Saga",
- "socials": {
- "twitter": "https://twitter.com/Sagaxyz__",
- "website": "https://www.saga.xyz/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SAGA",
+ "name": "LP Bow: AKT-MNTA",
+ "symbol": "LP AKT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-38946",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "usaga",
- "chain_name": "saga",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
"denomUnits": [
{
"aliases": [
- "nscr",
+ "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
],
- "denom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
"exponent": 0,
},
{
- "denom": "scr",
- "exponent": 9,
+ "denom": "lp-link-mnta",
+ "exponent": 6,
},
],
- "description": "The native token of Scorum",
- "display": "scr",
- "extendedDescription": "Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.",
+ "description": "LP Bow: LINK.axl-MNTA",
+ "display": "lp-link-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
- },
- "name": "Scorum",
- "socials": {
- "twitter": "https://twitter.com/scorum_en",
- "website": "https://scorum.network",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SCR",
+ "name": "LP Bow: LINK.axl-MNTA",
+ "symbol": "LP LINK.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "nscr",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
+ "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
"denomUnits": [
{
"aliases": [
- "nsp",
+ "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
],
- "denom": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
+ "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
"exponent": 0,
},
{
- "denom": "sp",
- "exponent": 9,
+ "denom": "lp-wtao-mnta",
+ "exponent": 6,
},
],
- "description": "Scorum Power used for internal mechanics and staking",
- "display": "sp",
+ "description": "LP Bow: wTAO.grv-MNTA",
+ "display": "lp-wtao-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Scorum Power",
- "symbol": "SP",
+ "name": "LP Bow: wTAO.grv-MNTA",
+ "symbol": "LP wTAO.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "nsp",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
"denomUnits": [
{
"aliases": [
- "gas",
+ "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
],
- "denom": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
"exponent": 0,
},
+ {
+ "denom": "lp-mnta-kuji",
+ "exponent": 6,
+ },
],
- "description": "Virtual(non-transferable) coin used to pay gas",
- "display": "gas",
+ "description": "LP Bow: MNTA-KUJI",
+ "display": "lp-mnta-kuji",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "GAS",
- "symbol": "GAS",
+ "name": "LP Bow: MNTA-KUJI",
+ "symbol": "LP MNTA-KUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "gas",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "coingeckoId": "secret",
+ "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
"denomUnits": [
{
"aliases": [
- "uscrt",
+ "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
],
- "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "lp-axl-mnta",
"exponent": 6,
},
],
- "description": "The native token of Secret Network",
- "display": "scrt",
+ "description": "LP Bow: AXL-MNTA",
+ "display": "lp-axl-mnta",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
- },
- "name": "Secret Network",
- "socials": {
- "twitter": "https://twitter.com/SecretNetwork",
- "website": "https://scrt.network/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SCRT",
+ "name": "LP Bow: AXL-MNTA",
+ "symbol": "LP AXL-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-88",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uscrt",
- "chain_name": "secretnetwork",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
- "coingeckoId": "sei-network",
+ "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
"denomUnits": [
{
"aliases": [
- "usei",
+ "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
],
- "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
"exponent": 0,
},
{
- "denom": "sei",
+ "denom": "lp-atom-mnta",
"exponent": 6,
},
],
- "description": "The native staking token of Sei.",
- "display": "sei",
+ "description": "LP Bow: ATOM-MNTA",
+ "display": "lp-atom-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
- },
- "name": "Sei",
- "socials": {
- "twitter": "https://twitter.com/SeiNetwork",
- "website": "https://www.sei.io/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SEI",
+ "name": "LP Bow: ATOM-MNTA",
+ "symbol": "LP ATOM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "usei",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
- "base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
- "coingeckoId": "",
+ "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
"denomUnits": [
{
"aliases": [
- "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
],
- "denom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
"exponent": 0,
},
{
- "denom": "oin",
+ "denom": "lp-arb-mnta",
"exponent": 6,
},
],
- "description": "OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.",
- "display": "oin",
+ "description": "LP Bow: ARB-MNTA",
+ "display": "lp-arb-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "OIN STORE OF VALUE",
- "symbol": "OIN",
+ "name": "LP Bow: ARB-MNTA",
+ "symbol": "LP ARB-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
"denomUnits": [
{
"aliases": [
- "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
],
- "denom": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
"exponent": 0,
},
{
- "denom": "ampSEI",
+ "denom": "lp-whale-mnta",
"exponent": 6,
},
],
- "description": "ERIS liquid staked SEI",
- "display": "ampSEI",
+ "description": "LP Bow: WHALE-MNTA",
+ "display": "lp-whale-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ERIS Amplified SEI",
- "symbol": "ampSEI",
+ "name": "LP Bow: WHALE-MNTA",
+ "symbol": "LP WHALE-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
"denomUnits": [
{
"aliases": [
- "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
],
- "denom": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
"exponent": 0,
},
{
- "denom": "popeye",
+ "denom": "lp-scrt-mnta",
"exponent": 6,
},
],
- "description": "Popeye the Seilor",
- "display": "popeye",
+ "description": "LP Bow: SCRT-MNTA",
+ "display": "lp-scrt-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Popeye",
- "symbol": "POPEYE",
+ "name": "LP Bow: SCRT-MNTA",
+ "symbol": "LP SCRT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
"denomUnits": [
{
"aliases": [
- "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
],
- "denom": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
"exponent": 0,
},
{
- "denom": "sensei",
+ "denom": "lp-wsteth-mnta",
"exponent": 6,
},
],
- "description": "A wise dog and a marshal arts master",
- "display": "sensei",
+ "description": "LP Bow: wstETH.axl-MNTA",
+ "display": "lp-wsteth-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Sensei Dog",
- "symbol": "SENSEI",
+ "name": "LP Bow: wstETH.axl-MNTA",
+ "symbol": "LP wstETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
"denomUnits": [
{
"aliases": [
- "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
+ "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
],
- "denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "lp-wmatic-mnta",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "LP Bow: wMATIC.axl-MNTA",
+ "display": "lp-wmatic-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "LP Bow: wMATIC.axl-MNTA",
+ "symbol": "LP wMATIC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
"denomUnits": [
{
"aliases": [
- "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
],
- "denom": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
"exponent": 0,
},
{
- "denom": "oozaru",
+ "denom": "lp-uni-mnta",
"exponent": 6,
},
],
- "description": "OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series",
- "display": "oozaru",
+ "description": "LP Bow: UNI.axl-MNTA",
+ "display": "lp-uni-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Oozaru",
- "symbol": "OOZARU",
+ "name": "LP Bow: UNI.axl-MNTA",
+ "symbol": "LP UNI.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
"denomUnits": [
{
"aliases": [
- "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
+ "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
],
- "denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "lp-yieldeth-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "LP Bow: yieldETH.axl-MNTA",
+ "display": "lp-yieldeth-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "LP Bow: yieldETH.axl-MNTA",
+ "symbol": "LP yieldETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
- "coingeckoId": "sentinel",
+ "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
"denomUnits": [
{
"aliases": [
- "udvpn",
+ "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
],
- "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
"exponent": 0,
},
{
- "denom": "dvpn",
+ "denom": "lp-wbtc-mnta",
"exponent": 6,
},
],
- "description": "DVPN is the native token of the Sentinel Hub.",
- "display": "dvpn",
+ "description": "LP Bow: wBTC.axl-MNTA",
+ "display": "lp-wbtc-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
- },
- "name": "Sentinel",
- "socials": {
- "twitter": "https://twitter.com/SentinelVPN",
- "website": "https://www.sentinel.co/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "DVPN",
- "traces": [
+ "name": "LP Bow: wBTC.axl-MNTA",
+ "symbol": "LP wBTC.axl-MNTA",
+ "traces": [
{
"chain": {
- "channel_id": "channel-2",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "udvpn",
- "chain_name": "sentinel",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
- "coingeckoId": "six-sigma",
+ "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
"denomUnits": [
{
"aliases": [
- "usge",
+ "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
],
- "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
"exponent": 0,
},
{
- "denom": "sge",
+ "denom": "lp-paxg-mnta",
"exponent": 6,
},
],
- "description": "The native token of SGE Network",
- "display": "sge",
+ "description": "LP Bow: PAXG.grv-MNTA",
+ "display": "lp-paxg-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "SGE",
- "symbol": "SGE",
+ "name": "LP Bow: PAXG.grv-MNTA",
+ "symbol": "LP PAXG.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-5485",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "usge",
- "chain_name": "sge",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
- "coingeckoId": "shareledger",
+ "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
"denomUnits": [
{
"aliases": [
- "nshr",
+ "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
],
- "denom": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
"exponent": 0,
},
{
- "denom": "shr",
- "exponent": 9,
+ "denom": "lp-wbnb-mnta",
+ "exponent": 6,
},
],
- "description": "The native token of Shareledger",
- "display": "shr",
+ "description": "LP Bow: wBNB.axl-MNTA",
+ "display": "lp-wbnb-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
- "keywords": [
- "id",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Shareledger",
- "symbol": "SHR",
+ "name": "LP Bow: wBNB.axl-MNTA",
+ "symbol": "LP wBNB.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-647",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "nshr",
- "chain_name": "shareledger",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
- "coingeckoId": "certik",
+ "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
"denomUnits": [
{
"aliases": [
- "uctk",
+ "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
],
- "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
"exponent": 0,
},
{
- "denom": "ctk",
+ "denom": "lp-osmo-mnta",
"exponent": 6,
},
],
- "description": "The native token of Shentu",
- "display": "ctk",
+ "description": "LP Bow: OSMO-MNTA",
+ "display": "lp-osmo-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Shentu",
- "symbol": "CTK",
+ "name": "LP Bow: OSMO-MNTA",
+ "symbol": "LP OSMO-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-146",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uctk",
- "chain_name": "shentu",
- "channel_id": "channel-8",
+ "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
- "coingeckoId": "shido-2",
+ "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
"denomUnits": [
{
"aliases": [
- "shido",
+ "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
],
- "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
"exponent": 0,
},
{
- "denom": "SHIDO",
- "exponent": 18,
+ "denom": "lp-inj-mnta",
+ "exponent": 6,
},
],
- "description": "The native EVM and Wasm, governance and staking token of the Shido Chain",
- "display": "SHIDO",
+ "description": "LP Bow: INJ-MNTA",
+ "display": "lp-inj-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
- },
- "name": "Shido",
- "socials": {
- "twitter": "https://twitter.com/ShidoGlobal",
- "website": "https://shido.io/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SHIDO",
+ "name": "LP Bow: INJ-MNTA",
+ "symbol": "LP INJ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-73755",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "shido",
- "chain_name": "shido",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
- "coingeckoId": "sifchain",
+ "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
"denomUnits": [
{
"aliases": [
- "rowan",
+ "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
],
- "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
"exponent": 0,
},
{
- "denom": "ROWAN",
- "exponent": 18,
+ "denom": "lp-stosmo-osmo",
+ "exponent": 6,
},
],
- "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",
+ "description": "LP Bow: stOSMO-OSMO",
+ "display": "lp-stosmo-osmo",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Sifchain Rowan",
- "symbol": "ROWAN",
+ "name": "LP Bow: stOSMO-OSMO",
+ "symbol": "LP stOSMO-OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-47",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "rowan",
- "chain_name": "sifchain",
- "channel_id": "channel-17",
+ "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
- "coingeckoId": "sommelier",
+ "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
"denomUnits": [
{
"aliases": [
- "usomm",
+ "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
],
- "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
"exponent": 0,
},
{
- "aliases": [
- "millisomm",
- ],
- "denom": "msomm",
- "exponent": 3,
- },
- {
- "denom": "somm",
+ "denom": "lp-wsteth-weth",
"exponent": 6,
},
],
- "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
- "display": "somm",
+ "description": "LP Bow: wstETH.axl-wETH.axl",
+ "display": "lp-wsteth-weth",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
- },
- "name": "Sommelier",
- "socials": {
- "twitter": "https://twitter.com/sommfinance",
- "website": "https://www.sommelier.finance/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SOMM",
+ "name": "LP Bow: wstETH.axl-wETH.axl",
+ "symbol": "LP wstETH.axl-wETH.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-165",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "usomm",
- "chain_name": "sommelier",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
- "coingeckoId": "source",
+ "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
"denomUnits": [
{
"aliases": [
- "usource",
+ "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
],
- "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
"exponent": 0,
},
{
- "denom": "source",
+ "denom": "lp-qcmnta-mnta",
"exponent": 6,
},
],
- "description": "The native token of SOURCE Chain",
- "display": "source",
- "extendedDescription": "Enterprises, developers, and individuals are empowered to use SOURCE's sustainable and value backed network to easily access, build, and integrate web3 applications and services.",
+ "description": "LP Bow: qcMNTA-MNTA",
+ "display": "lp-qcmnta-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
- },
- "name": "Source",
- "socials": {
- "twitter": "https://twitter.com/sourceprotocol_",
- "website": "https://www.sourceprotocol.io/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "SOURCE",
+ "name": "LP Bow: qcMNTA-MNTA",
+ "symbol": "LP qcMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-8945",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "usource",
- "chain_name": "source",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
"denomUnits": [
{
"aliases": [
- "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
],
- "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "denom": "lp-ampmnta-mnta",
+ "exponent": 6,
},
],
- "description": "Source Protocol's SRCX Token Bridged from BNB Through Planq",
- "display": "srcx",
+ "description": "LP Bow: ampMNTA-MNTA",
+ "display": "lp-ampmnta-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "SRCX",
- "symbol": "SRCX",
+ "name": "LP Bow: ampMNTA-MNTA",
+ "symbol": "LP ampMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-8945",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
- "chain_name": "source",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
- "coingeckoId": "stafi",
+ "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
"denomUnits": [
{
"aliases": [
- "ufis",
+ "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
],
- "denom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
"exponent": 0,
},
{
- "denom": "fis",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the StaFi Hub.",
- "display": "fis",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "FIS",
- "symbol": "FIS",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ufis",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
- "coingeckoId": "",
+ "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "coingeckoId": "nami-protocol",
"denomUnits": [
{
"aliases": [
- "uratom",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
],
- "denom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
"exponent": 0,
},
{
- "denom": "ratom",
+ "denom": "nami",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked ATOMs",
- "display": "ratom",
+ "description": "The token of NAMI",
+ "display": "nami",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
},
- "name": "rATOM",
- "symbol": "rATOM",
+ "name": "NAMI",
+ "symbol": "NAMI",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uratom",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
- "coingeckoId": "",
+ "base": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
"denomUnits": [
{
"aliases": [
- "uriris",
+ "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
],
- "denom": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "denom": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
"exponent": 0,
},
{
- "denom": "riris",
+ "denom": "nausd",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked IRISs",
- "display": "riris",
+ "description": "The receipt token of NAMI Protocol",
+ "display": "nausd",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
- "name": "rIRIS",
- "symbol": "rIRIS",
+ "name": "NAUSD",
+ "symbol": "NAUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uriris",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
- "coingeckoId": "",
+ "base": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
"denomUnits": [
{
"aliases": [
- "urhuahua",
+ "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
],
- "denom": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "denom": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
"exponent": 0,
},
{
- "denom": "rhuahua",
+ "denom": "mctest",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked HUAHUAs",
- "display": "rhuahua",
+ "description": "The token of MCTest",
+ "display": "mctest",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
},
- "name": "rHUAHUA",
- "symbol": "rHUAHUA",
+ "name": "MCTEST",
+ "symbol": "MC01",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "urhuahua",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
- "coingeckoId": "",
+ "base": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
"denomUnits": [
{
"aliases": [
- "urswth",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
],
- "denom": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "denom": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
"exponent": 0,
},
{
- "denom": "rswth",
- "exponent": 8,
+ "denom": "auto",
+ "exponent": 6,
},
],
- "description": "A liquid staking representation of staked SWTHs",
- "display": "rswth",
+ "description": "The token of AUTO",
+ "display": "auto",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
},
- "name": "rSWTH",
- "symbol": "rSWTH",
+ "name": "AUTO",
+ "symbol": "AUTO",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "urswth",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "coingeckoId": "stargaze",
+ "base": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
"denomUnits": [
{
"aliases": [
- "ustars",
+ "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
],
- "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "denom": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
"exponent": 0,
},
{
- "denom": "stars",
- "exponent": 6,
+ "denom": "qcDYDX",
+ "exponent": 18,
},
],
- "description": "The native token of Stargaze",
- "display": "stars",
+ "description": "Quark's auto-compounding DYDX derivative",
+ "display": "qcDYDX",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
- },
- "name": "Stargaze",
- "socials": {
- "twitter": "https://twitter.com/StargazeZone",
- "website": "https://www.stargaze.zone/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
- "symbol": "STARS",
+ "name": "qcDYDX",
+ "symbol": "qcDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ustars",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
- "coingeckoId": "",
+ "base": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
],
- "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "denom": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
"exponent": 0,
},
{
- "denom": "strdst",
+ "denom": "rkuji",
"exponent": 6,
},
],
- "description": "The native token of ohhNFT.",
- "display": "strdst",
+ "description": "The Kujira Recovery Token",
+ "display": "rkuji",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
- "name": "Stardust STRDST",
- "symbol": "STRDST",
+ "name": "rKUJI",
+ "symbol": "rKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
- "coingeckoId": "",
+ "base": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
],
- "denom": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "denom": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
"exponent": 0,
},
{
- "denom": "GAZE",
+ "denom": "lp-atom-usk",
"exponent": 6,
},
],
- "description": "The native meme token of stargaze.",
- "display": "GAZE",
+ "description": "LP Bow: ATOM-USK",
+ "display": "lp-atom-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Gaze GAZE",
- "symbol": "GAZE",
+ "name": "LP Bow: ATOM-USK",
+ "symbol": "LP ATOM-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
- "coingeckoId": "",
+ "base": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
],
- "denom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "denom": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
"exponent": 0,
},
{
- "denom": "BRNCH",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "ohhNFT LP token.",
- "display": "BRNCH",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Branch",
- "symbol": "BRNCH",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
- "coingeckoId": "",
+ "base": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
],
- "denom": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "denom": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
"exponent": 0,
},
{
- "denom": "OHH",
+ "denom": "lp-sol-usk",
"exponent": 6,
},
],
- "description": "Social token for the ohhVAULT.",
- "display": "OHH",
+ "description": "LP Bow: SOL.wh-USK",
+ "display": "lp-sol-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ohhVAULT ohh",
- "symbol": "OHH",
+ "name": "LP Bow: SOL.wh-USK",
+ "symbol": "LP SOL.wh-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
- "coingeckoId": "",
+ "base": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
"denomUnits": [
{
"aliases": [
- "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
],
- "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "denom": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
"exponent": 0,
},
{
- "denom": "sneaky",
+ "denom": "lp-weth-usdc",
"exponent": 6,
},
],
- "description": "The native coin of Sneaky Productions.",
- "display": "sneaky",
+ "description": "LP Bow: wETH.axl-USDC",
+ "display": "lp-weth-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Sneaky Productions",
- "symbol": "SNEAKY",
+ "name": "LP Bow: wETH.axl-USDC",
+ "symbol": "LP wETH.axl-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "base": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
"denomUnits": [
{
"aliases": [
- "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
],
- "denom": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "denom": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
"exponent": 0,
},
{
- "denom": "LAB",
+ "denom": "lp-dydx-usk",
"exponent": 6,
},
],
- "description": "LAB - Everything is an Experiment",
- "display": "LAB",
- "extendedDescription": "LAB - Everything is an Experiment
-
-Use 10 $LAB tokens to mint 1 Mad Scientist NFT on Backbone Labs Osmosis Launchpad. You will then be able to trade your NFTs on the marketplace. You can also choose to hold onto your $LAB tokens as unrevealed NFTs and trade it.
-
- Fair Launch: The event was marked by the absence of whitelists (WLs), no bots and no lock, ensuring an equitable opportunity for all interested parties.
-
-Preparation for the Launch: Participants were given a 52.91-hour window to deposit $OSMO into a pool on Streamswap.
-
-The Swap Process: After the initial deposit period, $OSMO was converted into $LAB tokens over an additional hour, allowing for a smooth transition and fair distribution.",
+ "description": "LP Bow: DYDX-USK",
+ "display": "lp-dydx-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LAB",
- "symbol": "LAB",
+ "name": "LP Bow: DYDX-USK",
+ "symbol": "LP DYDX-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
- "coingeckoId": "starname",
+ "base": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
"denomUnits": [
{
"aliases": [
- "uiov",
+ "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
],
- "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "denom": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
"exponent": 0,
},
{
- "denom": "iov",
+ "denom": "lp-akt-usdc",
"exponent": 6,
},
],
- "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
- "display": "iov",
+ "description": "LP Bow: AKT-USDC",
+ "display": "lp-akt-usdc",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
- },
- "name": "Starname",
- "socials": {
- "twitter": "https://twitter.com/starname_me",
- "website": "https://app.starname.me/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "IOV",
+ "name": "LP Bow: AKT-USDC",
+ "symbol": "LP AKT-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-15",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uiov",
- "chain_name": "starname",
- "channel_id": "channel-2",
+ "base_denom": "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "coingeckoId": "stride",
+ "base": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
"denomUnits": [
{
"aliases": [
- "ustrd",
+ "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
],
- "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "denom": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
"exponent": 0,
},
{
- "denom": "strd",
+ "denom": "lp-wbtc-usk",
"exponent": 6,
},
],
- "description": "The native token of Stride",
- "display": "strd",
+ "description": "LP Bow: wBTC-USK",
+ "display": "lp-wbtc-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
- },
- "name": "Stride",
- "socials": {
- "twitter": "https://twitter.com/stride_zone",
- "website": "https://stride.zone/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "STRD",
+ "name": "LP Bow: wBTC-USK",
+ "symbol": "LP wBTC-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ustrd",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "coingeckoId": "stride-staked-atom",
+ "base": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
"denomUnits": [
{
"aliases": [
- "stuatom",
+ "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
],
- "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "denom": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
"exponent": 0,
},
{
- "denom": "statom",
- "exponent": 6,
+ "denom": "lp-wbtc-wbtc",
+ "exponent": 8,
},
],
- "display": "statom",
+ "description": "LP Bow: wBTC.axl-wBTC",
+ "display": "lp-wbtc-wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stride Staked ATOM",
- "symbol": "stATOM",
+ "name": "LP Bow: wBTC.axl-wBTC",
+ "symbol": "LP wBTC.axl-wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stuatom",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
- "coingeckoId": "stride-staked-stars",
+ "base": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
"denomUnits": [
{
"aliases": [
- "stustars",
+ "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
],
- "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "denom": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
"exponent": 0,
},
{
- "denom": "ststars",
+ "denom": "lp-inj-usdc",
"exponent": 6,
},
],
- "display": "ststars",
+ "description": "LP Bow: INJ-USDC",
+ "display": "lp-inj-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stride Staked STARS",
- "symbol": "stSTARS",
+ "name": "LP Bow: INJ-USDC",
+ "symbol": "LP INJ-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stustars",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "coingeckoId": "stride-staked-osmo",
+ "base": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
"denomUnits": [
{
"aliases": [
- "stuosmo",
+ "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
],
- "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "denom": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
"exponent": 0,
},
{
- "denom": "stosmo",
+ "denom": "lp-atom-usdc",
"exponent": 6,
},
],
- "display": "stosmo",
+ "description": "LP Bow: ATOM-USDC",
+ "display": "lp-atom-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stride Staked OSMO",
- "symbol": "stOSMO",
+ "name": "LP Bow: ATOM-USDC",
+ "symbol": "LP ATOM-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stuosmo",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
- "coingeckoId": "stride-staked-juno",
+ "base": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
"denomUnits": [
{
"aliases": [
- "stujuno",
+ "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
],
- "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "denom": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
"exponent": 0,
},
{
- "denom": "stjuno",
+ "denom": "lp-mnta-usdc",
"exponent": 6,
},
],
- "display": "stjuno",
+ "description": "LP Bow: MNTA-USDC",
+ "display": "lp-mnta-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stride Staked JUNO",
- "symbol": "stJUNO",
+ "name": "LP Bow: MNTA-USDC",
+ "symbol": "LP MNTA-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stujuno",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
- "coingeckoId": "stride-staked-luna",
+ "base": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
"denomUnits": [
{
"aliases": [
- "stuluna",
+ "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
],
- "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "denom": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
"exponent": 0,
},
{
- "denom": "stluna",
+ "denom": "lp-mnta-usk",
"exponent": 6,
},
],
- "display": "stluna",
+ "description": "LP Bow: MNTA-USK",
+ "display": "lp-mnta-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stride Staked LUNA",
- "symbol": "stLUNA",
+ "name": "LP Bow: MNTA-USK",
+ "symbol": "LP MNTA-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stuluna",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "base": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
"denomUnits": [
{
"aliases": [
- "stinj",
+ "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
],
- "denom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "denom": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
"exponent": 0,
},
{
- "denom": "stINJ",
- "exponent": 18,
+ "denom": "boon",
+ "exponent": 6,
},
],
- "display": "stINJ",
+ "description": "The token that fuels the Boon app",
+ "display": "boon",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
- "name": "Stride Staked INJ",
- "symbol": "stINJ",
+ "name": "Boon",
+ "symbol": "BOON",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stinj",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
- "coingeckoId": "stride-staked-evmos",
+ "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "coingeckoId": "kyve-network",
"denomUnits": [
{
"aliases": [
- "staevmos",
+ "ukyve",
],
- "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
"exponent": 0,
},
{
- "denom": "stevmos",
- "exponent": 18,
+ "denom": "kyve",
+ "exponent": 6,
},
],
- "display": "stevmos",
+ "description": "The native utility token of the KYVE network.",
+ "display": "kyve",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "theme": {
+ "primaryColorHex": "#335350",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
},
- "name": "Stride Staked EVMOS",
- "symbol": "stEVMOS",
+ "name": "KYVE",
+ "socials": {
+ "twitter": "https://twitter.com/KYVENetwork",
+ "website": "https://www.kyve.network/",
+ },
+ "symbol": "KYVE",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-767",
},
"counterparty": {
- "base_denom": "staevmos",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ukyve",
+ "chain_name": "kyve",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "coingeckoId": "lambda",
"denomUnits": [
{
"aliases": [
- "stadydx",
+ "ulamb",
],
- "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
"exponent": 0,
},
{
- "denom": "stDYDX",
+ "denom": "lamb",
"exponent": 18,
},
],
- "description": "Stride's liquid staked DYDX",
- "display": "stDYDX",
+ "description": "The native token of Lambda",
+ "display": "lamb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "theme": {
+ "primaryColorHex": "#e41c54",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
},
- "name": "Stride Staked DYDX",
- "symbol": "stDYDX",
+ "name": "Lambda",
+ "symbol": "LAMB",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-378",
},
"counterparty": {
- "base_denom": "stadydx",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ulamb",
+ "chain_name": "lambda",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "base": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ "coingeckoId": "lava-network",
"denomUnits": [
{
"aliases": [
- "stutia",
+ "ulava",
],
- "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "denom": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
"exponent": 0,
},
{
- "denom": "stTIA",
+ "denom": "lava",
"exponent": 6,
},
],
- "description": "Stride's liquid staked TIA",
- "display": "stTIA",
+ "description": "Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.",
+ "display": "lava",
+ "extendedDescription": "Lava Network is an innovative blockchain platform that aims to unlock the full potential of decentralized applications by providing a modular data access network. This platform allows developers to easily connect to multiple blockchains through fast and reliable RPC (Remote Procedure Call) services. By leveraging a peer-to-peer network of node operators, Lava ensures high performance and low latency for data requests across over 30 blockchain ecosystems. The native token, LAVA, is used for securing the network, rewarding node operators, and governance. Lava Network's goal is to create a seamless and efficient data infrastructure that supports the scalability and flexibility needs of the Web3 ecosystem.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ "theme": {
+ "primaryColorHex": "#6f043e",
+ },
},
],
+ "keywords": [
+ "modular",
+ "data",
+ "data access",
+ "rpc",
+ "staking",
+ "dual staking",
+ "indexing",
+ "incentivized public rpc",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
},
- "name": "Stride Staked TIA",
- "symbol": "stTIA",
+ "name": "Lava",
+ "socials": {
+ "twitter": "https://twitter.com/lavanetxyz",
+ "website": "https://lavanet.xyz",
+ },
+ "symbol": "LAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-76971",
},
"counterparty": {
- "base_denom": "stutia",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ulava",
+ "chain_name": "lava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "coingeckoId": "likecoin",
"denomUnits": [
{
"aliases": [
- "stadym",
+ "nanolike",
],
- "denom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
"exponent": 0,
},
{
- "denom": "stDYM",
- "exponent": 18,
+ "denom": "like",
+ "exponent": 9,
},
],
- "description": "Stride's liquid staked DYM",
- "display": "stDYM",
+ "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",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2d656c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "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",
},
- "name": "Stride Staked DYM",
- "symbol": "stDYM",
+ "name": "LikeCoin",
+ "symbol": "LIKE",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-53",
},
"counterparty": {
- "base_denom": "stadym",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "nanolike",
+ "chain_name": "likecoin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
- "coingeckoId": "stride-staked-umee",
+ "base": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
"denomUnits": [
{
"aliases": [
- "stuumee",
+ "alrz",
],
- "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "denom": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
"exponent": 0,
},
{
- "denom": "stumee",
- "exponent": 6,
+ "denom": "LRZ",
+ "exponent": 18,
},
],
- "display": "stumee",
+ "description": "Native staking token of Lorenzo: LRZ (alrz)",
+ "display": "LRZ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
},
- "name": "Stride Staked UMEE",
- "symbol": "stUMEE",
+ "name": "LRZ",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "LRZ",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-79840",
},
"counterparty": {
- "base_denom": "stuumee",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "alrz",
+ "chain_name": "lorenzo",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "base": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
"denomUnits": [
{
"aliases": [
- "stucmdx",
+ "stBTC",
],
- "denom": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "denom": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
"exponent": 0,
},
{
- "denom": "stcmdx",
- "exponent": 6,
+ "denom": "display_stBTC",
+ "exponent": 18,
},
],
- "display": "stcmdx",
+ "description": "stBTC is the liquid principal token of the Lorenzo protocol, designed to represent staked Bitcoin within the Babylon ecosystem.
+
+",
+ "display": "display_stBTC",
+ "extendedDescription": "stBTC serves as a crucial component of the Lorenzo protocol, enabling Bitcoin holders to unlock the liquidity of their assets while participating in the security of Proof-of-Stake (PoS) networks. By staking BTC through Lorenzo, users receive stBTC, which is redeemable 1-to-1 for the original Bitcoin. This mechanism allows users to earn yield without sacrificing liquidity, as stBTC can be freely utilized within the Lorenzo DeFi ecosystem.
+
+The innovative dual-token system of stBTC and Yield Accruing Tokens (YATs) empowers users to not only stake their BTC but also engage in various decentralized finance activities such as trading, lending, and collateralization. This enhances the utility and flexibility of Bitcoin, providing additional financial opportunities while contributing to the security of PoS networks.
+
+stBTC's role in the Lorenzo protocol illustrates its importance in creating a highly interconnected and efficient financial ecosystem, making it a valuable asset in the broader landscape of decentralized finance.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
},
- "name": "Stride Staked CMDX",
- "symbol": "stCMDX",
+ "name": "Lorenzo stBTC",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "stBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-79840",
},
"counterparty": {
- "base_denom": "stucmdx",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "stBTC",
+ "chain_name": "lorenzo",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
- "coingeckoId": "stride-staked-sommelier",
+ "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"denomUnits": [
{
"aliases": [
- "stusomm",
+ "ulumen",
],
- "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"exponent": 0,
},
{
- "denom": "stsomm",
+ "denom": "lumen",
"exponent": 6,
},
],
- "display": "stsomm",
+ "description": "The native token of LumenX Network",
+ "display": "lumen",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "theme": {
+ "primaryColorHex": "#cb8b40",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
},
- "name": "Stride Staked SOMM",
- "symbol": "stSOMM",
+ "name": "LUMEN",
+ "symbol": "LUMEN",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-286",
},
"counterparty": {
- "base_denom": "stusomm",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ulumen",
+ "chain_name": "lumenx",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "coingeckoId": "lum-network",
"denomUnits": [
{
"aliases": [
- "stusaga",
+ "ulum",
],
- "denom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
"exponent": 0,
},
{
- "denom": "stSAGA",
+ "denom": "lum",
"exponent": 6,
},
],
- "description": "Stride's liquid staked SAGA",
- "display": "stSAGA",
+ "description": "Native token of the Lum Network",
+ "display": "lum",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#080808",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "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",
},
- "name": "Stride Staked SAGA",
- "symbol": "stSAGA",
+ "name": "Lum",
+ "symbol": "LUM",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-115",
},
"counterparty": {
- "base_denom": "stusaga",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ulum",
+ "chain_name": "lumnetwork",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
- "coingeckoId": "teritori",
+ "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"denomUnits": [
{
"aliases": [
- "utori",
+ "umars",
],
- "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"exponent": 0,
},
{
- "denom": "tori",
+ "denom": "mars",
"exponent": 6,
},
],
- "description": "The native token of Teritori",
- "display": "tori",
+ "description": "Mars Protocol token (pre-migration)",
+ "display": "mars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
},
- "name": "Teritori",
- "symbol": "TORI",
+ "name": "Mars",
+ "socials": {
+ "twitter": "https://twitter.com/mars_protocol",
+ "website": "https://www.marsprotocol.io/",
+ },
+ "symbol": "MARS.old",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-557",
},
"counterparty": {
- "base_denom": "utori",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "umars",
+ "chain_name": "mars",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
- "coingeckoId": "osmosis",
+ "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "umedas",
],
- "denom": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "medas",
"exponent": 6,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "description": "The native token of Medas Digital Network",
+ "display": "medas",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "theme": {
+ "primaryColorHex": "#147ccc",
},
- "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",
},
],
"keywords": [
- "dex",
- "staking",
+ "medas",
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Medas Digital",
+ "symbol": "MEDAS",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-519",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "teritori",
+ "base_denom": "umedas",
+ "chain_name": "medasdigital",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "coingeckoId": "meme-network",
"denomUnits": [
{
"aliases": [
- "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ "umeme",
],
- "denom": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "meme",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "MEME",
+ "symbol": "MEME",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-238",
},
"counterparty": {
- "base_denom": "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "umeme",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
- "coingeckoId": "kujira",
+ "base": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
"denomUnits": [
{
"aliases": [
- "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
],
- "denom": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "denom": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
"exponent": 0,
},
{
- "denom": "kuji",
- "exponent": 6,
+ "denom": "planq",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
"images": [
{
"imageSync": {
- "baseDenom": "ukuji",
- "chainName": "kujira",
+ "baseDenom": "aplanq",
+ "chainName": "planq",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
},
- "name": "Kujira",
- "symbol": "KUJI",
+ "name": "Planq",
+ "symbol": "PLQ",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-238",
},
"counterparty": {
- "base_denom": "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -40036,1412 +43832,1280 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "coingeckoId": "microtick",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "utick",
],
- "denom": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "tick",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
+ "display": "tick",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "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",
+ "theme": {
+ "primaryColorHex": "#6bab14",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "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",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Microtick",
+ "symbol": "TICK",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-39",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "utick",
+ "chain_name": "microtick",
+ "channel_id": "channel-16",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "coingeckoId": "white-whale",
"denomUnits": [
{
"aliases": [
- "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ "uwhale",
],
- "denom": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "whale",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Secret chain.",
- "display": "scrt",
+ "description": "Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.",
+ "display": "whale",
+ "extendedDescription": "Migaloo originated as part of the Terra ecosystem but has since transitioned to the Cosmos ecosystem, focusing on creating a decentralized platform that balances and distributes liquidity across various zones. Key features include its permissionless nature and the Alliance module, which facilitates cross-chain staking and enhances blockchain security. Migaloo's flagship application is the White Whale Protocol, an interchain liquidity protocol that uses trading and flash loans to generate yield for stakers. The platform emphasizes interoperability, scalability, and community engagement, aiming to be a pivotal player in the Cosmos ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "uscrt",
- "chainName": "secretnetwork",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "Whale",
+ "symbol": "WHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "uwhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
- "coingeckoId": "terra-luna",
+ "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
"denomUnits": [
{
"aliases": [
- "uluna",
+ "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
],
- "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
"exponent": 0,
},
{
- "aliases": [
- "milliluna",
- ],
- "denom": "mluna",
- "exponent": 3,
- },
- {
- "aliases": [
- "lunc",
- ],
- "denom": "luna",
+ "denom": "ampWHALE",
"exponent": 6,
},
],
- "description": "The native staking token of Terra Classic.",
- "display": "luna",
+ "description": "ampWHALE",
+ "display": "ampWHALE",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
},
- "name": "Luna Classic",
- "symbol": "LUNC",
+ "name": "ampWHALE",
+ "symbol": "ampWHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uluna",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
- "coingeckoId": "terrausd",
+ "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "coingeckoId": "backbone-labs-staked-whale",
"denomUnits": [
{
"aliases": [
- "uusd",
+ "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
],
- "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
"exponent": 0,
},
{
- "aliases": [
- "milliusd",
- ],
- "denom": "musd",
- "exponent": 3,
- },
- {
- "aliases": [
- "ustc",
- ],
- "denom": "ust",
+ "denom": "bWHALE",
"exponent": 6,
},
],
- "description": "The USD stablecoin of Terra Classic.",
- "display": "ust",
+ "description": "BackBone Labs Liquid Staked WHALE",
+ "display": "bWHALE",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "theme": {
+ "primaryColorHex": "#d8d8d8",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
},
- "name": "TerraClassicUSD",
- "symbol": "USTC",
+ "name": "BackBone Labs Liquid Staked WHALE",
+ "symbol": "bWHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uusd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
"denomUnits": [
{
"aliases": [
- "ukrw",
+ "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
],
- "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
"exponent": 0,
},
{
- "aliases": [
- "millikrw",
- ],
- "denom": "mkrw",
- "exponent": 3,
- },
- {
- "aliases": [
- "krtc",
- ],
- "denom": "krt",
+ "denom": "fable",
"exponent": 6,
},
],
- "description": "The KRW stablecoin of Terra Classic.",
- "display": "krt",
+ "description": "FABLE",
+ "display": "fable",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
},
- "name": "TerraClassicKRW",
- "symbol": "KRTC",
+ "name": "FABLE",
+ "symbol": "FABLE",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ukrw",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
"denomUnits": [
{
"aliases": [
- "uaud",
+ "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
],
- "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
"exponent": 0,
},
{
- "aliases": [
- "milliaud",
- ],
- "denom": "maud",
- "exponent": 3,
- },
- {
- "aliases": [
- "autc",
- ],
- "denom": "aut",
+ "denom": "bluna",
"exponent": 6,
},
],
- "description": "The AUD stablecoin of Terra Classic.",
- "display": "aut",
+ "description": "boneLUNA are autocompounding LUNA tokens",
+ "display": "bluna",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
},
- "name": "TerraClassicAUD",
- "symbol": "AUTC",
+ "name": "boneLuna",
+ "symbol": "bLUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uaud",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
"denomUnits": [
{
"aliases": [
- "ucad",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
],
- "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
"exponent": 0,
},
{
- "aliases": [
- "millicad",
- ],
- "denom": "mcad",
- "exponent": 3,
- },
- {
- "aliases": [
- "catc",
- ],
- "denom": "cat",
+ "denom": "RAC",
"exponent": 6,
},
],
- "description": "The CAD stablecoin of Terra Classic.",
- "display": "cat",
+ "description": "RAC",
+ "display": "RAC",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "theme": {
+ "primaryColorHex": "#2b2434",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
},
- "name": "TerraClassicCAD",
- "symbol": "CATC",
+ "name": "Racoon",
+ "symbol": "RAC",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ucad",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
"denomUnits": [
{
"aliases": [
- "uchf",
+ "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
],
- "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
"exponent": 0,
},
{
- "aliases": [
- "millichf",
- ],
- "denom": "mchf",
- "exponent": 3,
- },
- {
- "aliases": [
- "chtc",
- ],
- "denom": "cht",
+ "denom": "ASH",
"exponent": 6,
},
],
- "description": "The CHF stablecoin of Terra Classic.",
- "display": "cht",
+ "description": "ASH",
+ "display": "ASH",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
},
- "name": "TerraClassicCHF",
- "symbol": "CHTC",
+ "name": "ASH",
+ "symbol": "ASH",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uchf",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
"denomUnits": [
{
"aliases": [
- "ucny",
+ "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
],
- "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
"exponent": 0,
},
{
- "aliases": [
- "millicny",
- ],
- "denom": "mcny",
- "exponent": 3,
- },
- {
- "aliases": [
- "cntc",
- ],
- "denom": "cnt",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "The CNY stablecoin of Terra Classic.",
- "display": "cnt",
+ "description": "Tether USDt on Migaloo",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "TerraClassicCNY",
- "symbol": "CNTC",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ucny",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
"denomUnits": [
{
"aliases": [
- "udkk",
+ "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
],
- "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
"exponent": 0,
},
{
- "aliases": [
- "millidkk",
- ],
- "denom": "mdkk",
- "exponent": 3,
- },
- {
- "aliases": [
- "dktc",
- ],
- "denom": "dkt",
+ "denom": "GUPPY",
"exponent": 6,
},
],
- "description": "The DKK stablecoin of Terra Classic.",
- "display": "dkt",
+ "description": "GUPPY",
+ "display": "GUPPY",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
},
- "name": "TerraClassicDKK",
- "symbol": "DKTC",
+ "name": "GUPPY",
+ "symbol": "GUPPY",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "udkk",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
"denomUnits": [
{
"aliases": [
- "ueur",
+ "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
],
- "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
"exponent": 0,
},
{
- "aliases": [
- "millieur",
- ],
- "denom": "meur",
- "exponent": 3,
- },
- {
- "aliases": [
- "eutc",
- ],
- "denom": "eut",
+ "denom": "OPHIR",
"exponent": 6,
},
],
- "description": "The EUR stablecoin of Terra Classic.",
- "display": "eut",
+ "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
+ "display": "OPHIR",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
},
- "name": "TerraClassicEUR",
- "symbol": "EUTC",
+ "name": "OPHIR",
+ "symbol": "OPHIR",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ueur",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
"denomUnits": [
{
"aliases": [
- "ugbp",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
],
- "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
"exponent": 0,
},
{
- "aliases": [
- "milligbp",
- ],
- "denom": "mgbp",
- "exponent": 3,
- },
- {
- "aliases": [
- "gbtc",
- ],
- "denom": "gbt",
+ "denom": "SHARK",
"exponent": 6,
},
],
- "description": "The GBP stablecoin of Terra Classic.",
- "display": "gbt",
+ "description": "SHARK is the apex price prediction market within Cosmos.",
+ "display": "SHARK",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "theme": {
+ "primaryColorHex": "#062d54",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
},
- "name": "TerraClassicGBP",
- "symbol": "GBTC",
+ "name": "SHARK",
+ "symbol": "SHARK",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ugbp",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
"denomUnits": [
{
"aliases": [
- "uhkd",
+ "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
],
- "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
"exponent": 0,
},
{
- "aliases": [
- "millihkd",
- ],
- "denom": "mhkd",
- "exponent": 3,
- },
- {
- "aliases": [
- "hktc",
- ],
- "denom": "hkt",
+ "denom": "lsdSHARK",
"exponent": 6,
},
],
- "description": "The HKD stablecoin of Terra Classic.",
- "display": "hkt",
+ "description": "lsdSHARK is the liquid staking derivative of SHARK.",
+ "display": "lsdSHARK",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "theme": {
+ "primaryColorHex": "#0d739c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
},
- "name": "TerraClassicHKD",
- "symbol": "HKTC",
+ "name": "lsdSHARK",
+ "symbol": "lsdSHARK",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uhkd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "coingeckoId": "terra-luna-2",
"denomUnits": [
{
"aliases": [
- "uidr",
+ "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
],
- "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
"exponent": 0,
},
{
- "aliases": [
- "milliidr",
- ],
- "denom": "midr",
- "exponent": 3,
- },
- {
- "aliases": [
- "idtc",
- ],
- "denom": "idt",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "The IDR stablecoin of Terra Classic.",
- "display": "idt",
+ "description": "The native staking token of Terra.",
+ "display": "luna",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "TerraClassicIDR",
- "symbol": "IDTC",
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uidr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
"denomUnits": [
{
"aliases": [
- "uinr",
+ "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
],
- "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
"exponent": 0,
},
{
- "aliases": [
- "milliinr",
- ],
- "denom": "minr",
- "exponent": 3,
- },
- {
- "aliases": [
- "intc",
- ],
- "denom": "int",
+ "denom": "Rakoff",
"exponent": 6,
},
],
- "description": "The INR stablecoin of Terra Classic.",
- "display": "int",
+ "description": "Rakoff Token",
+ "display": "Rakoff",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chainName": "terra",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
- "name": "TerraClassicINR",
- "symbol": "INTC",
+ "name": "Rakoff",
+ "symbol": "RAKOFF",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uinr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
"denomUnits": [
{
"aliases": [
- "ujpy",
+ "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
],
- "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
"exponent": 0,
},
{
- "aliases": [
- "millijpy",
- ],
- "denom": "mjpy",
- "exponent": 3,
- },
- {
- "aliases": [
- "jptc",
- ],
- "denom": "jpt",
+ "denom": "gash",
"exponent": 6,
},
],
- "description": "The JPY stablecoin of Terra Classic.",
- "display": "jpt",
+ "description": "GASH",
+ "display": "gash",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "theme": {
+ "primaryColorHex": "#1d0918",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
},
- "name": "TerraClassicJPY",
- "symbol": "JPTC",
+ "name": "GASH",
+ "symbol": "GASH",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ujpy",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
"denomUnits": [
{
"aliases": [
- "umnt",
+ "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
],
- "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
"exponent": 0,
},
{
- "aliases": [
- "millimnt",
- ],
- "denom": "mmnt",
- "exponent": 3,
- },
- {
- "aliases": [
- "mntc",
- ],
- "denom": "mnt",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "The MNT stablecoin of Terra Classic.",
- "display": "mnt",
+ "description": "Restake DAO Token",
+ "display": "rstk",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "TerraClassicMNT",
- "symbol": "MNTC",
+ "name": "RESTAKE",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "umnt",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "base": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
"denomUnits": [
{
"aliases": [
- "umyr",
+ "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
],
- "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "denom": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
"exponent": 0,
},
{
- "aliases": [
- "millimyr",
- ],
- "denom": "mmyr",
- "exponent": 3,
- },
- {
- "aliases": [
- "mytc",
- ],
- "denom": "myt",
+ "denom": "frog",
"exponent": 6,
},
],
- "description": "The MYR stablecoin of Terra Classic.",
- "display": "myt",
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chainName": "terra",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
},
- "name": "TerraClassicMYR",
- "symbol": "MYTC",
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "umyr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "base": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
"denomUnits": [
{
"aliases": [
- "unok",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
],
- "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "denom": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
"exponent": 0,
},
{
- "aliases": [
- "millinok",
- ],
- "denom": "mnok",
- "exponent": 3,
- },
- {
- "aliases": [
- "notc",
- ],
- "denom": "not",
+ "denom": "GRAC",
"exponent": 6,
},
],
- "description": "The NOK stablecoin of Terra Classic.",
- "display": "not",
+ "description": "GRAC is the official token of Racoon.Bet's gaming platform.",
+ "display": "GRAC",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ "theme": {
+ "primaryColorHex": "#f5bf09",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
},
- "name": "TerraClassicNOK",
- "symbol": "NOTC",
+ "name": "Gaming RAC Token",
+ "symbol": "GRAC",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unok",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "base": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
"denomUnits": [
{
"aliases": [
- "uphp",
+ "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
],
- "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "denom": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
"exponent": 0,
},
{
- "aliases": [
- "milliphp",
- ],
- "denom": "mphp",
- "exponent": 3,
- },
- {
- "aliases": [
- "phtc",
- ],
- "denom": "pht",
+ "denom": "wind",
"exponent": 6,
},
],
- "description": "The PHP stablecoin of Terra Classic.",
- "display": "pht",
+ "display": "wind",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "TerraClassicPHP",
- "symbol": "PHTC",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uphp",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "base": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
"denomUnits": [
{
"aliases": [
- "usdr",
+ "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
],
- "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "denom": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
"exponent": 0,
},
{
- "aliases": [
- "millisdr",
- ],
- "denom": "msdr",
- "exponent": 3,
- },
- {
- "aliases": [
- "sdtc",
- ],
- "denom": "sdt",
- "exponent": 6,
+ "denom": "shitmos",
+ "exponent": 6,
},
],
- "description": "The SDR stablecoin of Terra Classic.",
- "display": "sdt",
+ "display": "shitmos",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#639BFF",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
},
- "name": "TerraClassicSDR",
- "symbol": "SDTC",
+ "name": "Shitmos",
+ "symbol": "SHITMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "usdr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "base": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
"denomUnits": [
{
"aliases": [
- "usek",
+ "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
],
- "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "denom": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
"exponent": 0,
},
{
- "aliases": [
- "millisek",
- ],
- "denom": "msek",
- "exponent": 3,
- },
- {
- "aliases": [
- "setc",
- ],
- "denom": "set",
+ "denom": "ampGASH",
"exponent": 6,
},
],
- "description": "The SEK stablecoin of Terra Classic.",
- "display": "set",
+ "description": "ERIS Liquid Alliance Staked GASH",
+ "display": "ampGASH",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
},
],
- "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",
- },
- "name": "TerraClassicSEK",
- "symbol": "SETC",
+ "name": "ampGASH",
+ "symbol": "ampGASH",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "usek",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "base": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
"denomUnits": [
{
"aliases": [
- "usgd",
+ "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
],
- "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "denom": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
"exponent": 0,
},
{
- "aliases": [
- "millisgd",
- ],
- "denom": "msgd",
- "exponent": 3,
- },
- {
- "aliases": [
- "sgtc",
- ],
- "denom": "sgt",
+ "denom": "SYN",
"exponent": 6,
},
],
- "description": "The SGD stablecoin of Terra Classic.",
- "display": "sgt",
+ "display": "SYN",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "TerraClassicSGD",
- "symbol": "SGTC",
+ "name": "SYN",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "usgd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "base": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ "coingeckoId": "neutaro",
"denomUnits": [
{
"aliases": [
- "uthb",
+ "uneutaro",
],
- "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "denom": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
"exponent": 0,
},
{
- "aliases": [
- "millithb",
- ],
- "denom": "mthb",
- "exponent": 3,
- },
- {
- "aliases": [
- "thtc",
- ],
- "denom": "tht",
+ "denom": "neutaro",
"exponent": 6,
},
],
- "description": "The THB stablecoin of Terra Classic.",
- "display": "tht",
+ "description": "The native token of Neutaro",
+ "display": "neutaro",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ "theme": {
+ "primaryColorHex": "#cbfb06",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
},
- "name": "TerraClassicTHB",
- "symbol": "THTC",
+ "name": "Neutaro",
+ "symbol": "NTMPI",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-79092",
},
"counterparty": {
- "base_denom": "uthb",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "uneutaro",
+ "chain_name": "neutaro",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "coingeckoId": "neutron-3",
"denomUnits": [
{
"aliases": [
- "utwd",
+ "untrn",
],
- "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
"exponent": 0,
},
{
- "aliases": [
- "millitwd",
- ],
- "denom": "mtwd",
- "exponent": 3,
- },
- {
- "aliases": [
- "twtc",
- ],
- "denom": "twt",
+ "denom": "ntrn",
"exponent": 6,
},
],
- "description": "The TWD stablecoin of Terra Classic.",
- "display": "twt",
+ "description": "Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub's security to provide cross-chain DeFi applications.",
+ "display": "ntrn",
+ "extendedDescription": "Neutron is a blockchain network designed to bring smart contracts to the Cosmos ecosystem using CosmWasm. It leverages Interchain Security to rely on the Cosmos Hub's validator set, enhancing its security without needing its own validators. This allows Neutron to provide robust, cross-chain smart contract applications across more than 50 interconnected blockchains. Neutron's focus on interchain queries and transactions enables secure data retrieval and transaction execution across multiple chains, fostering the development of complex and decentralized applications within the Cosmos network.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "TerraClassicTWD",
- "symbol": "TWTC",
+ "name": "Neutron",
+ "socials": {
+ "twitter": "https://twitter.com/Neutron_org",
+ "website": "https://neutron.org/",
+ },
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "utwd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "untrn",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
"denomUnits": [
{
"aliases": [
- "uluna",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
- },
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
+ "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",
},
- "symbol": "LUNA",
+ "name": "IBC atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uluna",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
"denomUnits": [
{
"aliases": [
- "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
],
- "denom": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "axlusdc",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
+ "display": "axlusdc",
"images": [
{
"imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "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",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "USD Coin (Axelar)",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -41449,167 +45113,192 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
"denomUnits": [
{
"aliases": [
- "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
],
- "denom": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
"exponent": 0,
},
{
- "denom": "ampWHALEt",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "ERIS Alliance Staked ampWHALE on Terra",
- "display": "ampWHALEt",
+ "description": "Tia on Neutron",
+ "display": "tia",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "ERIS Alliance Staked ampWHALE",
- "symbol": "ampWHALEt",
+ "name": "Celestia TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
"denomUnits": [
{
"aliases": [
- "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
],
- "denom": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
"exponent": 0,
},
{
- "denom": "boneWHALEt",
+ "denom": "ASTROPEPE",
"exponent": 6,
},
],
- "description": "ERIS Alliance Staked boneWHALE on Terra",
- "display": "boneWHALEt",
+ "description": "Astropepe meme coin",
+ "display": "ASTROPEPE",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "theme": {
+ "primaryColorHex": "#47391d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
},
- "name": "ERIS Alliance Staked boneWHALE",
- "symbol": "boneWHALEt",
+ "name": "AstroPepe",
+ "symbol": "ASTROPEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
"denomUnits": [
{
"aliases": [
- "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
],
- "denom": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
"exponent": 0,
},
{
- "denom": "ampROAR",
- "exponent": 6,
+ "denom": "wstETH",
+ "exponent": 18,
},
],
- "description": "ERIS Liquid Enterprise Staked ROAR",
- "display": "ampROAR",
+ "description": "wstETH on Neutron",
+ "display": "wstETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "ERIS Amplified ROAR",
- "symbol": "ampROAR",
+ "name": "wstETH",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
"denomUnits": [
{
"aliases": [
- "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
],
- "denom": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
"exponent": 0,
},
{
- "denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "exponent": 18,
+ "denom": "sat",
+ "exponent": 6,
},
],
- "display": "wstETH",
+ "description": "NBTC on Neutron",
+ "display": "sat",
"images": [
{
"imageSync": {
- "baseDenom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chainName": "neutron",
+ "baseDenom": "usat",
+ "chainName": "nomic",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "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",
},
- "name": "Wrapped Lido Staked Ether",
- "symbol": "wstETH",
+ "name": "Nomic NBTC",
+ "symbol": "SAT",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -41617,45 +45306,50 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
],
- "denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "DYDX on Neutron",
+ "display": "dydx",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -41663,778 +45357,776 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "coingeckoId": "newt",
"denomUnits": [
{
"aliases": [
- "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
],
- "denom": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "newt",
"exponent": 6,
},
],
- "display": "rstk",
+ "description": "The cutest NEWT token on Neutron chain.",
+ "display": "newt",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "theme": {
+ "primaryColorHex": "#16233d",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Newt",
+ "symbol": "NEWT",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "coingeckoId": "astroport-fi",
"denomUnits": [
{
"aliases": [
- "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
],
- "denom": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
"exponent": 0,
},
{
- "denom": "MOAR",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "ERIS Liquid Alliance Staked ampROAR",
- "display": "MOAR",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "ERIS MOAR",
- "symbol": "MOAR",
+ "name": "Astroport token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
"denomUnits": [
{
"aliases": [
- "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
],
- "denom": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "xASTRO",
"exponent": 6,
},
],
- "description": "Tether USDt on Terra",
- "display": "usdt",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "xASTRO",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Staked Astroport Token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "xASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
- "coingeckoId": "tgrade",
+ "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
"denomUnits": [
{
"aliases": [
- "utgd",
+ "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
],
- "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
"exponent": 0,
},
{
- "denom": "tgd",
+ "denom": "astro.cw20",
"exponent": 6,
},
],
- "description": "The native token of Tgrade",
- "display": "tgd",
+ "description": "ASTRO.cw20 on Neutron",
+ "display": "astro.cw20",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
- "name": "Tgrade",
- "symbol": "TGD",
+ "name": "Astroport CW20 token",
+ "symbol": "ASTRO.cw20",
"traces": [
{
"chain": {
- "channel_id": "channel-263",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "utgd",
- "chain_name": "tgrade",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
- "coingeckoId": "umee",
+ "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
"denomUnits": [
{
"aliases": [
- "uumee",
+ "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
],
- "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
"exponent": 0,
},
{
- "denom": "umee",
+ "denom": "corgi",
"exponent": 6,
},
],
- "description": "The native token of Umee",
- "display": "umee",
+ "description": "Baby Corgi is the real doggo of Neutron!",
+ "display": "corgi",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "theme": {
+ "primaryColorHex": "#fab442",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
},
- "name": "Umee",
- "symbol": "UMEE",
+ "name": "Baby Corgi",
+ "symbol": "CORGI",
"traces": [
{
"chain": {
- "channel_id": "channel-184",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uumee",
- "chain_name": "umee",
- "channel_id": "channel-0",
+ "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
- "coingeckoId": "unification",
+ "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
"denomUnits": [
{
"aliases": [
- "nund",
+ "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
],
- "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
"exponent": 0,
},
{
- "denom": "FUND",
- "exponent": 9,
+ "denom": "circus",
+ "exponent": 6,
},
],
- "description": "Staking and governance coin for the Unification Blockchain",
- "display": "FUND",
- "extendedDescription": "Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks",
+ "description": "clownmaxxed store of value",
+ "display": "circus",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "theme": {
+ "primaryColorHex": "#242033",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
- },
- "name": "Unification Network",
- "socials": {
- "twitter": "https://twitter.com/UnificationUND",
- "website": "https://unification.com",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
},
- "symbol": "FUND",
+ "name": "AtomEconomicZone69JaeKwonInu",
+ "symbol": "CIRCUS",
"traces": [
{
"chain": {
- "channel_id": "channel-382",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "nund",
- "chain_name": "unification",
- "channel_id": "channel-0",
+ "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
- "coingeckoId": "vidulum",
+ "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
"denomUnits": [
{
"aliases": [
- "uvdl",
+ "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
],
- "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
"exponent": 0,
},
{
- "denom": "vdl",
+ "denom": "jimmy",
"exponent": 6,
},
],
- "description": "The native token of Vidulum",
- "display": "vdl",
+ "description": "Jimmy Neutron Finance",
+ "display": "jimmy",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "theme": {
+ "primaryColorHex": "#7d3c20",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
},
- "name": "Vidulum",
- "symbol": "VDL",
+ "name": "jimmy",
+ "symbol": "JIMMY",
"traces": [
{
"chain": {
- "channel_id": "channel-124",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uvdl",
- "chain_name": "vidulum",
- "channel_id": "channel-0",
+ "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
- "coingeckoId": "xpla",
+ "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
"denomUnits": [
{
"aliases": [
- "axpla",
+ "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
],
- "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
"exponent": 0,
},
{
- "denom": "xpla",
- "exponent": 18,
+ "denom": "bad",
+ "exponent": 6,
},
],
- "description": "The native staking token of XPLA.",
- "display": "xpla",
+ "description": "Baddest coin on Cosmos",
+ "display": "bad",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "theme": {
+ "primaryColorHex": "#211a0d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
},
- "name": "Xpla",
- "symbol": "XPLA",
+ "name": "Badcoin",
+ "symbol": "BAD",
"traces": [
{
"chain": {
- "channel_id": "channel-1634",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "axpla",
- "chain_name": "xpla",
- "channel_id": "channel-9",
+ "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
- "coingeckoId": "medibloc",
+ "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
"denomUnits": [
{
"aliases": [
- "umed",
+ "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
],
- "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
"exponent": 0,
},
{
- "denom": "med",
+ "denom": "bitcosmos",
"exponent": 6,
},
],
- "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
- "display": "med",
+ "description": "BITCOSMOS",
+ "display": "bitcosmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "theme": {
+ "primaryColorHex": "#1b0847",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
},
- "name": "MediBloc",
- "symbol": "MED",
+ "name": "Bitcosmos",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-82",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "umed",
- "chain_name": "panacea",
- "channel_id": "channel-1",
+ "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
- "coingeckoId": "passage",
+ "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
"denomUnits": [
{
"aliases": [
- "upasg",
+ "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
],
- "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
"exponent": 0,
},
{
- "denom": "pasg",
+ "denom": "wtf",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Passage chain.",
- "display": "pasg",
+ "description": "What the Fuck",
+ "display": "wtf",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "theme": {
+ "primaryColorHex": "#dcd5ab",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
},
- "name": "Passage",
- "symbol": "PASG",
+ "name": "wtf",
+ "symbol": "WTF",
"traces": [
{
"chain": {
- "channel_id": "channel-2494",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "upasg",
- "chain_name": "passage",
- "channel_id": "channel-0",
+ "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
- "coingeckoId": "persistence",
+ "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
"denomUnits": [
{
"aliases": [
- "uxprt",
+ "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
],
- "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
"exponent": 0,
},
{
- "denom": "xprt",
+ "denom": "nls",
"exponent": 6,
},
],
- "description": "The XPRT token is primarily a governance token for the Persistence chain.",
- "display": "xprt",
+ "description": "NLS on Neutron",
+ "display": "nls",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "unls",
+ "chainName": "nolus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
},
],
"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",
- },
- "name": "Persistence",
- "socials": {
- "twitter": "https://twitter.com/PersistenceOne",
- "website": "https://persistence.one/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "symbol": "XPRT",
+ "name": "Nolus NLS",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "coingeckoId": "stkatom",
+ "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
"denomUnits": [
{
"aliases": [
- "stk/uatom",
+ "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
],
- "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "goddard",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked ATOM",
- "display": "stkatom",
+ "description": "A Mechanical Canine",
+ "display": "goddard",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "theme": {
+ "primaryColorHex": "#516b80",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "Goddard",
+ "symbol": "GODRD",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "stk/uatom",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
"denomUnits": [
{
"aliases": [
- "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
],
- "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "apollo",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "The deflationary utility token of the Apollo DAO project",
+ "display": "apollo",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
],
- "keywords": [
- "canon",
- ],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Apollo DAO",
+ "socials": {
+ "twitter": "https://twitter.com/ApolloDAO",
+ "website": "https://apollo.farm/",
+ },
+ "symbol": "APOLLO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
"denomUnits": [
{
"aliases": [
- "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
],
- "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "newtroll",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "NEWTROLL",
+ "display": "newtroll",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Newtroll",
+ "symbol": "NTRL",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
"denomUnits": [
{
"aliases": [
- "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
],
- "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "retro",
"exponent": 6,
},
],
- "description": "Tether USDT on Persistence",
- "display": "usdt",
+ "description": "Retro Game",
+ "display": "retro",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
- "name": "Tether USDT",
- "symbol": "USDT",
+ "name": "Retro",
+ "symbol": "RETRO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
"denomUnits": [
{
"aliases": [
- "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
],
- "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "goddard",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
+ "display": "goddard",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "Goddard",
+ "symbol": "GODDARD",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
"denomUnits": [
{
"aliases": [
- "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
],
- "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "WOSMO",
+ "exponent": 6,
},
],
- "description": "dydx staking token",
- "display": "dydx",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
"imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "dYdX",
- "symbol": "DYDX",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -42442,233 +46134,236 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
- "coingeckoId": "pstake-staked-osmo",
+ "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
"denomUnits": [
{
"aliases": [
- "stk/uosmo",
+ "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
],
- "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
"exponent": 0,
},
{
- "aliases": [
- "stk/osmo",
- ],
- "denom": "stkosmo",
+ "denom": "boy",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked OSMO",
- "display": "stkosmo",
+ "description": "Astro BOY",
+ "display": "boy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "theme": {
+ "primaryColorHex": "#333333",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
},
- "name": "PSTAKE staked OSMO",
- "symbol": "stkOSMO",
+ "name": "boy",
+ "symbol": "BOY",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "stk/uosmo",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
"denomUnits": [
{
"aliases": [
- "stk/adydx",
+ "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
],
- "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
"exponent": 0,
},
{
- "aliases": [
- "stk/dydx",
- ],
- "denom": "stkdydx",
- "exponent": 18,
+ "denom": "BADKID",
+ "exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked DYDX",
- "display": "stkdydx",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "name": "PSTAKE staked DYDX",
- "symbol": "stkDYDX",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "stk/adydx",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
"denomUnits": [
{
"aliases": [
- "stk/ustars",
+ "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
],
- "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
"exponent": 0,
},
{
- "aliases": [
- "stk/stars",
- ],
- "denom": "stkstars",
+ "denom": "cartel",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked STARS",
- "display": "stkstars",
+ "description": "Reflections of cartel activity on Cosmos.",
+ "display": "cartel",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "theme": {
+ "primaryColorHex": "#8c9098",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
},
- "name": "PSTAKE staked STARS",
- "symbol": "stkSTARS",
+ "name": "cartel",
+ "symbol": "CARTEL",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "stk/ustars",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
"denomUnits": [
{
"aliases": [
- "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
],
- "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "ATOM1KLFG",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "$ATOM to $1,000 LFG!!",
+ "display": "ATOM1KLFG",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "ATOM1KLFG",
+ "symbol": "ATOM1KLFG",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
],
- "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "description": "USD Coin on Neutron",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chainName": "secretnetwork",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -42676,386 +46371,373 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "base": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
"denomUnits": [
{
"aliases": [
- "stk/uhuahua",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
],
- "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "denom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
"exponent": 0,
},
{
- "aliases": [
- "stk/huahua",
- ],
- "denom": "stkhuahua",
+ "denom": "WEIRD",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked HUAHUA",
- "display": "stkhuahua",
+ "description": "WEIRD FRIENDS token",
+ "display": "WEIRD",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
},
- "name": "PSTAKE staked HUAHUA",
- "symbol": "stkHUAHUA",
+ "name": "WEIRD",
+ "symbol": "WEIRD",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "stk/uhuahua",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "base": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
"denomUnits": [
{
"aliases": [
- "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
],
- "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "denom": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "takumi",
"exponent": 6,
},
],
- "display": "huahua",
+ "display": "takumi",
"images": [
{
- "imageSync": {
- "baseDenom": "uhuahua",
- "chainName": "chihuahua",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png",
+ "theme": {
+ "primaryColorHex": "#556867",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
- },
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "Takumi Asano",
+ "symbol": "TAKUMI",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "base": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
"denomUnits": [
{
"aliases": [
- "stk/uxprt",
+ "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
],
- "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "denom": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
"exponent": 0,
},
{
- "aliases": [
- "stk/xprt",
- ],
- "denom": "stkxprt",
+ "denom": "NBZ",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked XPRT",
- "display": "stkxprt",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "PSTAKE staked XPRT",
- "symbol": "stkXPRT",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "stk/uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
- "coingeckoId": "planq",
+ "base": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
"denomUnits": [
{
"aliases": [
- "aplanq",
+ "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
],
- "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "denom": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
"exponent": 0,
},
{
- "denom": "planq",
- "exponent": 18,
+ "denom": "MARS",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Planq Network",
- "display": "planq",
- "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "description": "Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.",
+ "display": "MARS",
+ "extendedDescription": "Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "theme": {
+ "primaryColorHex": "#ef4136",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
},
- "name": "Planq",
+ "name": "Mars Protocol token",
"socials": {
- "twitter": "https://twitter.com/planqfoundation",
- "website": "https://planq.network",
+ "twitter": "https://x.com/mars_protocol",
+ "website": "https://marsprotocol.io/",
},
- "symbol": "PLQ",
+ "symbol": "MARS",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "aplanq",
- "chain_name": "planq",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "base": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
+ "coingeckoId": "drop-staked-atom",
"denomUnits": [
{
"aliases": [
- "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
],
- "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "denom": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "denom": "dATOM",
+ "exponent": 6,
},
],
- "description": "The token of Source Protocol bridged from BSC.",
- "display": "srcx",
+ "description": "Drop staked ATOM",
+ "display": "dATOM",
+ "extendedDescription": "Drop protocol token for the interchain liquidity",
"images": [
{
- "imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "Source Token",
- "symbol": "SRCX",
+ "name": "dATOM",
+ "socials": {
+ "twitter": "https://x.com/Dropdotmoney",
+ "website": "https://www.drop.money/",
+ },
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
- "chain_name": "planq",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
- "coingeckoId": "provenance-blockchain",
+ "base": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
"denomUnits": [
{
"aliases": [
- "nhash",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
],
- "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "denom": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
"exponent": 0,
},
{
- "denom": "hash",
- "exponent": 9,
+ "denom": "SIN",
+ "exponent": 6,
},
],
- "description": "Hash is the staking token of the Provenance Blockchain",
- "display": "hash",
+ "description": "SinGarden token",
+ "display": "SIN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
},
- "name": "Hash",
- "symbol": "HASH",
+ "name": "SIN",
+ "symbol": "SIN",
"traces": [
{
"chain": {
- "channel_id": "channel-222",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "nhash",
- "chain_name": "provenance",
- "channel_id": "channel-7",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
"denomUnits": [
{
"aliases": [
- "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
],
- "denom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "denom": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
"exponent": 0,
},
{
- "denom": "PUNDIX",
- "exponent": 18,
+ "denom": "GOP",
+ "exponent": 6,
},
],
- "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
-- Payment for goods and services from merchants through XPOS
-- Gas Fee on PundiX Chain
-- Listing tokens in the XPOS
-- Merchant payments for loyalty programs and ads",
- "display": "PUNDIX",
+ "description": "CryptoGopniks token",
+ "display": "GOP",
"images": [
{
- "imageSync": {
- "baseDenom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chainName": "fxcore",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
+ "theme": {
+ "primaryColorHex": "#000000",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
- },
- "name": "Pundi X Token",
- "socials": {
- "twitter": "https://twitter.com/PundiXLabs",
- "website": "https://pundix.com",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
},
- "symbol": "PUNDIX",
+ "name": "GOP",
+ "symbol": "GOP",
"traces": [
{
"chain": {
- "channel_id": "channel-12618",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
- "chain_name": "pundix",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
- "coingeckoId": "pundi-x-purse",
+ "base": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
"denomUnits": [
{
"aliases": [
- "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
],
- "denom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "denom": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
"exponent": 0,
},
{
- "denom": "PURSE",
- "exponent": 18,
+ "denom": "arena",
+ "exponent": 6,
},
],
- "description": "Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.",
- "display": "PURSE",
+ "description": "The governance token of the Arena DAO",
+ "display": "arena",
"images": [
{
- "imageSync": {
- "baseDenom": "0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
- "chainName": "binancesmartchain",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#FF8000",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
},
- "name": "PURSE Token",
+ "name": "Arena Token",
"socials": {
- "twitter": "https://twitter.com/Purse_Land",
- "website": "https://purse.land",
+ "twitter": "https://x.com/ArenaDAO",
+ "website": "https://arenadao.org/",
},
- "symbol": "PURSE",
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-12618",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
- "chain_name": "pundix",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -43063,92 +46745,86 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "coingeckoId": "nibiru",
"denomUnits": [
{
"aliases": [
- "ubedrock",
+ "unibi",
],
- "denom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
"exponent": 0,
},
{
- "denom": "rock",
+ "denom": "nibi",
"exponent": 6,
},
+ {
+ "denom": "attonibi",
+ "exponent": 18,
+ },
],
- "description": "The revenue token for Pylons",
- "display": "rock",
+ "description": "The native token of Nibiru network",
+ "display": "nibi",
+ "extendedDescription": "Nibiru hosts a variety of ecosystem partners in a wide variety of consumer sectors. From RWAs (Coded Estate) to DeFi (Constella, NOM) to Gaming (Blockchain Game Alliance, IntoTheVerse), Nibiru is advancing multiple emerging blockchain narratives that will onboard the next billion users.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "theme": {
+ "primaryColorHex": "#14c0ce",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
},
- "name": "Pylons",
+ "name": "Nibiru",
"socials": {
- "twitter": "https://twitter.com/pylonstech",
- "website": "https://pylons.tech",
+ "twitter": "https://twitter.com/nibiruchain",
+ "website": "https://nibiru.fi",
},
- "symbol": "ROCK",
+ "symbol": "NIBI",
"traces": [
{
"chain": {
- "channel_id": "channel-17683",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "ubedrock",
- "chain_name": "pylons",
- "channel_id": "channel-29",
+ "base_denom": "unibi",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
- "coingeckoId": "quasar-2",
+ "base": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
"denomUnits": [
{
"aliases": [
- "uqsr",
+ "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
],
- "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "denom": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
"exponent": 0,
},
- {
- "aliases": [],
- "denom": "qsr",
- "exponent": 6,
- },
- ],
- "description": "The native token of Quasar",
- "display": "qsr",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
- },
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
- },
- "name": "Quasar",
- "socials": {
- "twitter": "https://twitter.com/QuasarFi",
- "website": "https://www.quasar.fi/",
- },
- "symbol": "QSR",
+ "description": "uoprek",
+ "display": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "name": "uoprek",
+ "symbol": "UOPREK",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "uqsr",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -43156,1233 +46832,1361 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "base": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
],
- "denom": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "denom": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
"exponent": 0,
},
- {
- "aliases": [],
- "denom": "osmo",
- "exponent": 6,
- },
],
- "description": "OSMO from Osmosis",
- "display": "osmo",
- "images": [
- {
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
- },
- ],
- "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",
- },
- "name": "Osmosis",
- "symbol": "OSMO",
- "traces": [
+ "description": "utestate",
+ "display": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "name": "utestate",
+ "symbol": "UTESTATE",
+ "traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "base": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
"denomUnits": [
{
"aliases": [
- "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
],
- "denom": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "denom": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
"exponent": 0,
},
- {
- "aliases": [],
- "denom": "atom",
- "exponent": 6,
- },
- ],
- "description": "ATOM from Osmosis",
- "display": "atom",
- "images": [
- {
- "imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
- },
- "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",
- },
],
- "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",
- },
- "name": "Atom",
- "symbol": "ATOM",
+ "description": "npp",
+ "display": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "name": "npp",
+ "symbol": "NPP",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
- "chain_name": "quasar",
- "channel_id": "channel-1",
+ "base_denom": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
"denomUnits": [
{
"aliases": [
- "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ "ustake",
],
- "denom": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "stake",
"exponent": 6,
},
],
- "description": "USDC.axl from Osmosis",
- "display": "usdc",
+ "description": "The permissioned staking asset for Noble Chain",
+ "display": "stake",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "theme": {
+ "primaryColorHex": "#a8bbfb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
},
- "name": "USD Coin",
- "symbol": "USDC.axl",
+ "name": "Stake",
+ "symbol": "STAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
- "chain_name": "quasar",
+ "base_denom": "ustake",
+ "chain_name": "noble",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
- "coingeckoId": "quicksilver",
+ "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
"denomUnits": [
{
"aliases": [
- "uqck",
+ "ufrienzies",
],
- "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qck",
+ "denom": "frienzies",
"exponent": 6,
},
],
- "description": "QCK - native token of Quicksilver",
- "display": "qck",
+ "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
+ "display": "frienzies",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "theme": {
+ "primaryColorHex": "#04041c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
- },
- "name": "Quicksilver",
- "socials": {
- "twitter": "https://twitter.com/quicksilverzone",
- "website": "https://quicksilver.zone/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
},
- "symbol": "QCK",
+ "name": "Frienzies",
+ "symbol": "FRNZ",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uqck",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "ufrienzies",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
"denomUnits": [
{
"aliases": [
- "uqstars",
+ "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
],
- "denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qstars",
+ "aliases": [
+ "ATOM",
+ ],
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked STARS",
- "display": "qstars",
+ "description": "ATOM token on Noble",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "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",
},
- "name": "Quicksilver Liquid Staked STARS",
- "symbol": "qSTARS",
+ "name": "Atom Staking Coin",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uqstars",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "uqatom",
+ "uusdc",
],
- "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qatom",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked ATOM",
- "display": "qatom",
+ "description": "USD Coin",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Quicksilver Liquid Staked ATOM",
- "symbol": "qATOM",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uqatom",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "uusdc",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "base": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ "coingeckoId": "ondo-us-dollar-yield",
"denomUnits": [
{
"aliases": [
- "uqregen",
+ "ausdy",
],
- "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "denom": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qregen",
- "exponent": 6,
+ "denom": "usdy",
+ "exponent": 18,
},
],
- "description": "Quicksilver Liquid Staked REGEN",
- "display": "qregen",
+ "description": "Ondo US Dollar Yield",
+ "display": "usdy",
+ "extendedDescription": "USDY is a tokenized note secured by short-term US Treasuries and bank demand deposits. USDY is accessible to non-US individual and institutional investors and is transferable onchain 40-50 days after purchase.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "theme": {
+ "primaryColorHex": "#142c5c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
},
- "name": "Quicksilver Liquid Staked Regen",
- "symbol": "qREGEN",
+ "name": "Ondo US Dollar Yield",
+ "socials": {
+ "twitter": "https://x.com/OndoFinance",
+ "website": "https://ondo.finance/usdy",
+ },
+ "symbol": "USDY",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uqregen",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "ausdy",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "base": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
"denomUnits": [
{
"aliases": [
- "uqosmo",
+ "ueure",
],
- "denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "denom": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qosmo",
+ "denom": "eure",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked OSMO",
- "display": "qosmo",
+ "description": "EURe is a Euro-backed stablecoin issued by Monerium on Noble.",
+ "display": "eure",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "imageSync": {
+ "baseDenom": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#0095D7",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
- },
- "name": "Quicksilver Liquid Staked OSMO",
- "symbol": "qOSMO",
+ "name": "Monerium EUR emoney",
+ "symbol": "EURe",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uqosmo",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "ueure",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
"denomUnits": [
{
"aliases": [
- "uqsomm",
+ "unois",
],
- "denom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qsomm",
+ "denom": "nois",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked SOMM",
- "display": "qsomm",
+ "description": "The native token of Nois",
+ "display": "nois",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "theme": {
+ "primaryColorHex": "#0c0c14",
+ },
},
],
+ "keywords": [
+ "nois",
+ "randomness",
+ "drand",
+ "wasm",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
},
- "name": "Quicksilver Liquid Staked SOMM",
- "symbol": "qSOMM",
+ "name": "Nois",
+ "symbol": "NOIS",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-8277",
},
"counterparty": {
- "base_denom": "uqsomm",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "unois",
+ "chain_name": "nois",
+ "channel_id": "channel-37",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
- "coingeckoId": "qwoyn",
+ "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "coingeckoId": "nolus",
"denomUnits": [
{
"aliases": [
- "uqwoyn",
+ "unls",
],
- "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
"exponent": 0,
},
{
- "denom": "qwoyn",
+ "denom": "nls",
"exponent": 6,
},
],
- "description": "The native governance token for Qwoyn Network",
- "display": "qwoyn",
- "extendedDescription": "The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",
+ "description": "The native token of Nolus chain",
+ "display": "nls",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
},
],
- "keywords": [
- "gaming",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "name": "Qwoyn Network",
+ "name": "Nolus",
"socials": {
- "twitter": "https://twitter.com/Qwoyn_Studios",
- "website": "https://qwoyn.studio",
+ "twitter": "https://twitter.com/NolusProtocol",
+ "website": "https://nolus.io/",
},
- "symbol": "QWOYN",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-880",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uqwoyn",
- "chain_name": "qwoyn",
+ "base_denom": "unls",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
- "coingeckoId": "realio-network",
+ "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
"denomUnits": [
{
"aliases": [
- "ario",
+ "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
],
- "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
"exponent": 0,
},
{
- "denom": "rio",
- "exponent": 18,
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The native currency of the Realio Network.",
- "display": "rio",
+ "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "Realio Network",
- "symbol": "RIO",
+ "name": "axlUSDC",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1424",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ario",
- "chain_name": "realio",
- "channel_id": "channel-1",
+ "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
- "coingeckoId": "",
+ "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
"denomUnits": [
{
"aliases": [
- "arst",
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
],
- "denom": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
"exponent": 0,
},
{
- "denom": "rst",
- "exponent": 18,
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.",
- "display": "rst",
+ "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "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",
},
- "name": "Realio Security Token",
- "symbol": "RST",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-1424",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "arst",
- "chain_name": "realio",
- "channel_id": "channel-1",
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
- "coingeckoId": "rebus",
+ "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
"denomUnits": [
{
"aliases": [
- "arebus",
+ "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
],
- "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
"exponent": 0,
},
{
- "denom": "rebus",
- "exponent": 18,
+ "aliases": [],
+ "denom": "stosmo",
+ "exponent": 6,
},
],
- "description": "REBUS, the native coin of the Rebus chain.",
- "display": "rebus",
+ "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Rebus",
- "symbol": "REBUS",
+ "name": "Osmosis",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-355",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "arebus",
- "chain_name": "rebus",
+ "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
- "coingeckoId": "regen",
+ "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
"denomUnits": [
{
"aliases": [
- "uregen",
+ "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
],
- "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
"exponent": 0,
},
{
- "denom": "regen",
+ "aliases": [],
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "REGEN coin is the token for the Regen Network Platform",
- "display": "regen",
+ "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
- },
- "name": "Regen Network",
- "socials": {
- "twitter": "https://twitter.com/regen_network",
- "website": "https://www.regen.network/",
+ "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",
},
- "symbol": "REGEN",
+ "name": "Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-8",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uregen",
- "chain_name": "regen",
- "channel_id": "channel-1",
+ "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
- "coingeckoId": "toucan-protocol-nature-carbon-tonne",
+ "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
"denomUnits": [
{
"aliases": [
- "eco.uC.NCT",
+ "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
],
- "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
"exponent": 0,
},
{
- "denom": "nct",
+ "aliases": [],
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
- "display": "nct",
+ "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "statom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "imageSync": {
+ "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "Nature Carbon Ton",
- "symbol": "NCT",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-8",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "eco.uC.NCT",
- "chain_name": "regen",
- "channel_id": "channel-1",
+ "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
- "coingeckoId": "rizon",
+ "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
"denomUnits": [
{
"aliases": [
- "uatolo",
+ "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
],
- "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
"exponent": 0,
},
{
- "denom": "atolo",
- "exponent": 6,
+ "aliases": [],
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "Native token of Rizon Chain",
- "display": "atolo",
+ "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "weth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"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",
- },
- "name": "Rizon Chain",
- "socials": {
- "twitter": "https://twitter.com/hdac_rizon",
- "website": "https://rizon.world/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
},
- "symbol": "ATOLO",
+ "name": "WETH",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-221",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uatolo",
- "chain_name": "rizon",
- "channel_id": "channel-1",
+ "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
- "coingeckoId": "saga-2",
+ "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
"denomUnits": [
{
"aliases": [
- "usaga",
+ "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
],
- "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
"exponent": 0,
},
{
- "denom": "saga",
- "exponent": 6,
+ "aliases": [],
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "The native staking and governance token of Saga.",
- "display": "saga",
- "extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
-
-Saga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.",
+ "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
"theme": {
- "darkMode": false,
- "primaryColorHex": "#000000",
+ "primaryColorHex": "#312b3a",
},
},
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
"theme": {
- "darkMode": true,
- "primaryColorHex": "#FFFFFF",
+ "primaryColorHex": "#41394d",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
- },
- "name": "Saga",
- "socials": {
- "twitter": "https://twitter.com/Sagaxyz__",
- "website": "https://www.saga.xyz/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "symbol": "SAGA",
+ "name": "WBTC",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-38946",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "usaga",
- "chain_name": "saga",
- "channel_id": "channel-1",
+ "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
"denomUnits": [
{
"aliases": [
- "nscr",
+ "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
],
- "denom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
"exponent": 0,
},
{
- "denom": "scr",
- "exponent": 9,
+ "aliases": [],
+ "denom": "akt",
+ "exponent": 6,
},
],
- "description": "The native token of Scorum",
- "display": "scr",
- "extendedDescription": "Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.",
+ "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "akt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "imageSync": {
+ "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
- },
- "name": "Scorum",
- "socials": {
- "twitter": "https://twitter.com/scorum_en",
- "website": "https://scorum.network",
+ "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",
},
- "symbol": "SCR",
+ "name": "AKT",
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "nscr",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
+ "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
"denomUnits": [
{
"aliases": [
- "nsp",
+ "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
],
- "denom": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
+ "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
"exponent": 0,
},
{
- "denom": "sp",
- "exponent": 9,
+ "aliases": [],
+ "denom": "axl",
+ "exponent": 6,
},
],
- "description": "Scorum Power used for internal mechanics and staking",
- "display": "sp",
+ "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "axl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
+ "imageSync": {
+ "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
+ "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",
},
- "name": "Scorum Power",
- "symbol": "SP",
+ "name": "AXL",
+ "symbol": "AXL",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "nsp",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
"denomUnits": [
{
"aliases": [
- "gas",
+ "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
],
- "denom": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "juno",
+ "exponent": 6,
+ },
],
- "description": "Virtual(non-transferable) coin used to pay gas",
- "display": "gas",
+ "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "juno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "imageSync": {
+ "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "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",
},
- "name": "GAS",
- "symbol": "GAS",
+ "name": "JUNO",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "gas",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "coingeckoId": "secret",
+ "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
"denomUnits": [
{
"aliases": [
- "uscrt",
+ "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
],
- "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
"exponent": 0,
},
{
- "denom": "scrt",
- "exponent": 6,
+ "aliases": [],
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "The native token of Secret Network",
- "display": "scrt",
+ "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "evmos",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"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",
- },
- "name": "Secret Network",
- "socials": {
- "twitter": "https://twitter.com/SecretNetwork",
- "website": "https://scrt.network/",
+ "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",
},
- "symbol": "SCRT",
+ "name": "EVMOS",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-88",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uscrt",
- "chain_name": "secretnetwork",
- "channel_id": "channel-1",
+ "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
- "coingeckoId": "sei-network",
+ "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
"denomUnits": [
{
"aliases": [
- "usei",
+ "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
],
- "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
"exponent": 0,
},
{
- "denom": "sei",
+ "aliases": [],
+ "denom": "stk/atom",
"exponent": 6,
},
],
- "description": "The native staking token of Sei.",
- "display": "sei",
+ "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stk/atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "imageSync": {
+ "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
- },
- "name": "Sei",
- "socials": {
- "twitter": "https://twitter.com/SeiNetwork",
- "website": "https://www.sei.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "symbol": "SEI",
+ "name": "stkATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "usei",
- "chain_name": "sei",
+ "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
- "base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
- "coingeckoId": "",
+ "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
"denomUnits": [
{
"aliases": [
- "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
],
- "denom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
"exponent": 0,
},
{
- "denom": "oin",
+ "aliases": [],
+ "denom": "scrt",
"exponent": 6,
},
],
- "description": "OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.",
- "display": "oin",
+ "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "imageSync": {
+ "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "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",
},
- "name": "OIN STORE OF VALUE",
- "symbol": "OIN",
+ "name": "SCRT",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
- "chain_name": "sei",
+ "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
"denomUnits": [
{
"aliases": [
- "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
],
- "denom": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
"exponent": 0,
},
{
- "denom": "ampSEI",
- "exponent": 6,
+ "aliases": [],
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "ERIS liquid staked SEI",
- "display": "ampSEI",
+ "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cro",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ "imageSync": {
+ "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "ERIS Amplified SEI",
- "symbol": "ampSEI",
+ "name": "CRO",
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
- "chain_name": "sei",
+ "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
"denomUnits": [
{
"aliases": [
- "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
],
- "denom": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
"exponent": 0,
},
{
- "denom": "popeye",
+ "aliases": [],
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "Popeye the Seilor",
- "display": "popeye",
+ "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "imageSync": {
+ "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "name": "Popeye",
- "symbol": "POPEYE",
+ "name": "STARS",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
- "chain_name": "sei",
+ "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
"denomUnits": [
{
"aliases": [
- "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
],
- "denom": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
"exponent": 0,
},
{
- "denom": "sensei",
+ "aliases": [],
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "A wise dog and a marshal arts master",
- "display": "sensei",
+ "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "tia",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "imageSync": {
+ "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "Sensei Dog",
- "symbol": "SENSEI",
+ "name": "TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
- "chain_name": "sei",
+ "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
"denomUnits": [
{
"aliases": [
- "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
+ "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
],
- "denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "aliases": [],
+ "denom": "strd",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "strd",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
"chainName": "osmosis",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "STRD",
+ "symbol": "STRD",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
- "chain_name": "sei",
+ "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -44391,87 +48195,102 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"typeAsset": "ics20",
},
{
- "base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "base": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
"denomUnits": [
{
"aliases": [
- "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
],
- "denom": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "denom": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
"exponent": 0,
},
{
- "denom": "oozaru",
- "exponent": 6,
+ "aliases": [],
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series",
- "display": "oozaru",
+ "description": "CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cudos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "imageSync": {
+ "baseDenom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "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",
},
- "name": "Oozaru",
- "symbol": "OOZARU",
+ "name": "CUDOS",
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
- "chain_name": "sei",
+ "base_denom": "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "base": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
"denomUnits": [
{
"aliases": [
- "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
+ "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
],
- "denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "denom": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
"exponent": 0,
},
{
- "denom": "astro",
- "exponent": 6,
+ "aliases": [],
+ "denom": "allBTC",
+ "exponent": 8,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allBTC",
"images": [
{
"imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "baseDenom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ "theme": {
+ "primaryColorHex": "#f4941c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "Alloyed BTC",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
- "chain_name": "sei",
+ "base_denom": "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -44480,1750 +48299,2012 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"typeAsset": "ics20",
},
{
- "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
- "coingeckoId": "sentinel",
+ "base": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
"denomUnits": [
{
"aliases": [
- "udvpn",
+ "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
],
- "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "denom": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
"exponent": 0,
},
{
- "denom": "dvpn",
- "exponent": 6,
+ "aliases": [],
+ "denom": "allSOL",
+ "exponent": 9,
},
],
- "description": "DVPN is the native token of the Sentinel Hub.",
- "display": "dvpn",
+ "description": "Alloyed SOL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allSOL",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
- },
- "name": "Sentinel",
- "socials": {
- "twitter": "https://twitter.com/SentinelVPN",
- "website": "https://www.sentinel.co/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "symbol": "DVPN",
+ "name": "Alloyed SOL",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-2",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "udvpn",
- "chain_name": "sentinel",
+ "base_denom": "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
- "coingeckoId": "six-sigma",
+ "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
"denomUnits": [
{
"aliases": [
- "usge",
+ "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
],
- "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
"exponent": 0,
},
{
- "denom": "sge",
+ "aliases": [],
+ "denom": "ntrn",
"exponent": 6,
},
],
- "description": "The native token of SGE Network",
- "display": "sge",
+ "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "ntrn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "imageSync": {
+ "baseDenom": "untrn",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "SGE",
- "symbol": "SGE",
+ "name": "NTRN",
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-5485",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "usge",
- "chain_name": "sge",
+ "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
- "coingeckoId": "shareledger",
+ "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
"denomUnits": [
{
"aliases": [
- "nshr",
+ "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
],
- "denom": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
"exponent": 0,
},
{
- "denom": "shr",
- "exponent": 9,
+ "aliases": [],
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The native token of Shareledger",
- "display": "shr",
+ "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "imageSync": {
+ "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
- "keywords": [
- "id",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Shareledger",
- "symbol": "SHR",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-647",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "nshr",
- "chain_name": "shareledger",
+ "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
- "coingeckoId": "certik",
+ "base": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
"denomUnits": [
{
"aliases": [
- "uctk",
+ "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
],
- "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "denom": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
"exponent": 0,
},
{
- "denom": "ctk",
+ "aliases": [],
+ "denom": "dATOM",
"exponent": 6,
},
],
- "description": "The native token of Shentu",
- "display": "ctk",
+ "description": "dATOM transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dATOM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "Shentu",
- "symbol": "CTK",
+ "name": "dATOM",
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-146",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uctk",
- "chain_name": "shentu",
- "channel_id": "channel-8",
+ "base_denom": "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
- "coingeckoId": "shido-2",
+ "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
"denomUnits": [
{
"aliases": [
- "shido",
+ "unom",
],
- "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
"exponent": 0,
},
{
- "denom": "SHIDO",
- "exponent": 18,
+ "denom": "nom",
+ "exponent": 6,
},
],
- "description": "The native EVM and Wasm, governance and staking token of the Shido Chain",
- "display": "SHIDO",
+ "description": "Nomic's native token.",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#6404fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
- },
- "name": "Shido",
- "socials": {
- "twitter": "https://twitter.com/ShidoGlobal",
- "website": "https://shido.io/",
+ "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",
},
- "symbol": "SHIDO",
+ "name": "Nomic",
+ "symbol": "NOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73755",
+ "channel_id": "channel-6897",
},
"counterparty": {
- "base_denom": "shido",
- "chain_name": "shido",
- "channel_id": "channel-0",
+ "base_denom": "unom",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
- "coingeckoId": "sifchain",
+ "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"denomUnits": [
{
"aliases": [
- "rowan",
+ "usat",
],
- "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"exponent": 0,
},
{
- "denom": "ROWAN",
- "exponent": 18,
+ "denom": "nbtc",
+ "exponent": 14,
},
],
- "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",
+ "description": "Bitcoin. On Cosmos.",
+ "display": "nbtc",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
+ },
},
],
"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",
+ "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",
},
- "name": "Sifchain Rowan",
- "symbol": "ROWAN",
+ "name": "Nomic Bitcoin",
+ "symbol": "nBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-47",
+ "channel_id": "channel-6897",
},
"counterparty": {
- "base_denom": "rowan",
- "chain_name": "sifchain",
- "channel_id": "channel-17",
+ "base_denom": "usat",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
- "coingeckoId": "sommelier",
+ "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
"denomUnits": [
{
"aliases": [
- "usomm",
+ "unyx",
],
- "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
"exponent": 0,
},
{
- "aliases": [
- "millisomm",
- ],
- "denom": "msomm",
- "exponent": 3,
- },
- {
- "denom": "somm",
+ "denom": "nyx",
"exponent": 6,
},
],
- "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
- "display": "somm",
+ "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
+ "display": "nyx",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "theme": {
+ "primaryColorHex": "#f45135",
+ },
},
],
"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",
- },
- "name": "Sommelier",
- "socials": {
- "twitter": "https://twitter.com/sommfinance",
- "website": "https://www.sommelier.finance/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
},
- "symbol": "SOMM",
+ "name": "NYX",
+ "symbol": "NYX",
"traces": [
{
"chain": {
- "channel_id": "channel-165",
+ "channel_id": "channel-15464",
},
"counterparty": {
- "base_denom": "usomm",
- "chain_name": "sommelier",
- "channel_id": "channel-0",
+ "base_denom": "unyx",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
- "coingeckoId": "source",
+ "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "coingeckoId": "nym",
"denomUnits": [
{
"aliases": [
- "usource",
+ "unym",
],
- "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
"exponent": 0,
},
{
- "denom": "source",
+ "denom": "nym",
"exponent": 6,
},
],
- "description": "The native token of SOURCE Chain",
- "display": "source",
- "extendedDescription": "Enterprises, developers, and individuals are empowered to use SOURCE's sustainable and value backed network to easily access, build, and integrate web3 applications and services.",
+ "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
+ "display": "nym",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": false,
+ "primaryColorHex": "#151525",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": true,
+ "primaryColorHex": "#141424",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
- },
- "name": "Source",
- "socials": {
- "twitter": "https://twitter.com/sourceprotocol_",
- "website": "https://www.sourceprotocol.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
},
- "symbol": "SOURCE",
+ "name": "NYM",
+ "symbol": "NYM",
"traces": [
{
"chain": {
- "channel_id": "channel-8945",
+ "channel_id": "channel-15464",
},
"counterparty": {
- "base_denom": "usource",
- "chain_name": "source",
- "channel_id": "channel-0",
+ "base_denom": "unym",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "coingeckoId": "odin-protocol",
"denomUnits": [
{
"aliases": [
- "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ "loki",
],
- "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "denom": "odin",
+ "exponent": 6,
},
],
- "description": "Source Protocol's SRCX Token Bridged from BNB Through Planq",
- "display": "srcx",
+ "description": "Staking and governance token for ODIN Protocol",
+ "display": "odin",
"images": [
{
"imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
+ "baseDenom": "loki",
+ "chainName": "odin",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
- "name": "SRCX",
- "symbol": "SRCX",
+ "name": "ODIN",
+ "symbol": "ODIN",
"traces": [
{
"chain": {
- "channel_id": "channel-8945",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
- "chain_name": "source",
- "channel_id": "channel-0",
+ "base_denom": "loki",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
- "coingeckoId": "stafi",
+ "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"denomUnits": [
{
"aliases": [
- "ufis",
+ "mGeo",
],
- "denom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"exponent": 0,
},
{
- "denom": "fis",
+ "denom": "geo",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the StaFi Hub.",
- "display": "fis",
+ "description": "GEO token for ODIN Protocol",
+ "display": "geo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "imageSync": {
+ "baseDenom": "mGeo",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "theme": {
+ "primaryColorHex": "#c3ebf3",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
- "name": "FIS",
- "symbol": "FIS",
+ "name": "GEO",
+ "symbol": "GEO",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "ufis",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "mGeo",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
- "coingeckoId": "",
+ "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"denomUnits": [
{
"aliases": [
- "uratom",
+ "mO9W",
],
- "denom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"exponent": 0,
},
{
- "denom": "ratom",
+ "denom": "O9W",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked ATOMs",
- "display": "ratom",
+ "description": "O9W token for ODIN Protocol",
+ "display": "O9W",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "imageSync": {
+ "baseDenom": "mO9W",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
- "name": "rATOM",
- "symbol": "rATOM",
+ "name": "O9W",
+ "symbol": "O9W",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "uratom",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "mO9W",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
- "coingeckoId": "",
+ "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "coingeckoId": "omniflix-network",
"denomUnits": [
{
"aliases": [
- "uriris",
+ "uflix",
],
- "denom": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
"exponent": 0,
},
{
- "denom": "riris",
+ "denom": "flix",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked IRISs",
- "display": "riris",
+ "description": "OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.",
+ "display": "flix",
+ "extendedDescription": "OmniFlix is a decentralized media platform designed to empower content creators by providing tools for the distribution, monetization, and management of digital content. By leveraging blockchain technology, OmniFlix ensures that creators retain control over their work, allowing for direct interactions with their audience and transparent revenue streams. The platform supports various media types, including video, audio, and text, enabling creators to reach a wide audience. OmniFlix's native token is used for transactions, staking, and governance, incentivizing users to participate in the platform's ecosystem and contribute to its growth and development. The platform aims to revolutionize the media industry by offering a decentralized alternative to traditional content distribution models.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "theme": {
+ "primaryColorHex": "#c33635",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
},
- "name": "rIRIS",
- "symbol": "rIRIS",
+ "name": "Flix",
+ "socials": {
+ "twitter": "https://twitter.com/OmniFlixNetwork",
+ "website": "https://omniflix.network/",
+ },
+ "symbol": "FLIX",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "uriris",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "uflix",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
- "coingeckoId": "",
+ "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
"denomUnits": [
{
"aliases": [
- "urhuahua",
+ "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
],
- "denom": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
"exponent": 0,
},
{
- "denom": "rhuahua",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked HUAHUAs",
- "display": "rhuahua",
+ "display": "atom",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ "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",
},
- "name": "rHUAHUA",
- "symbol": "rHUAHUA",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "urhuahua",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
- "coingeckoId": "",
+ "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
"denomUnits": [
{
"aliases": [
- "urswth",
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
],
- "denom": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
"exponent": 0,
},
{
- "denom": "rswth",
- "exponent": 8,
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "A liquid staking representation of staked SWTHs",
- "display": "rswth",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ "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",
},
- "name": "rSWTH",
- "symbol": "rSWTH",
+ "name": "Osmosis osmo",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "urswth",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "coingeckoId": "stargaze",
+ "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
"denomUnits": [
{
"aliases": [
- "ustars",
+ "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
],
- "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "ist",
"exponent": 6,
},
],
- "description": "The native token of Stargaze",
- "display": "stars",
+ "display": "ist",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "imageSync": {
+ "baseDenom": "uist",
+ "chainName": "agoric",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
- },
- "name": "Stargaze",
- "socials": {
- "twitter": "https://twitter.com/StargazeZone",
- "website": "https://www.stargaze.zone/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
- "symbol": "STARS",
+ "name": "Agoric IST (Inter Stable Token)",
+ "symbol": "IST",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "ustars",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
- "coingeckoId": "",
+ "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
],
- "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
"exponent": 0,
},
{
- "denom": "strdst",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "The native token of ohhNFT.",
- "display": "strdst",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "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",
},
- "name": "Stardust STRDST",
- "symbol": "STRDST",
+ "name": "USD Coin (Axelar)",
+ "symbol": "USDC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
- "coingeckoId": "",
+ "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
],
- "denom": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
"exponent": 0,
},
{
- "denom": "GAZE",
+ "denom": "akt",
"exponent": 6,
},
],
- "description": "The native meme token of stargaze.",
- "display": "GAZE",
+ "description": "Akash Token (AKT) is the Akash Network's native utility token",
+ "display": "akt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "imageSync": {
+ "baseDenom": "uakt",
+ "chainName": "akash",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "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",
},
- "name": "Gaze GAZE",
- "symbol": "GAZE",
+ "name": "Akash",
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
- "coingeckoId": "",
+ "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
],
- "denom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
"exponent": 0,
},
{
- "denom": "BRNCH",
+ "denom": "baddog",
"exponent": 6,
},
],
- "description": "ohhNFT LP token.",
- "display": "BRNCH",
+ "display": "baddog",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "imageSync": {
+ "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
+ "theme": {
+ "primaryColorHex": "#eedebe",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
- "name": "Branch",
- "symbol": "BRNCH",
+ "name": "BadDog (Osmosis)",
+ "symbol": "BADDOG.osmo",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
- "coingeckoId": "",
+ "base": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ "aonex",
],
- "denom": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "denom": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
"exponent": 0,
},
{
- "denom": "OHH",
- "exponent": 6,
+ "denom": "onex",
+ "exponent": 18,
},
],
- "description": "Social token for the ohhVAULT.",
- "display": "OHH",
+ "description": "The native token of ONEX",
+ "display": "onex",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
},
],
+ "keywords": [
+ "dex",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
},
- "name": "ohhVAULT ohh",
- "symbol": "OHH",
+ "name": "ONEX",
+ "symbol": "ONEX",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-74628",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "aonex",
+ "chain_name": "onex",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
- "coingeckoId": "",
+ "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "coingeckoId": "onomy-protocol",
"denomUnits": [
{
"aliases": [
- "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ "anom",
],
- "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
"exponent": 0,
},
{
- "denom": "sneaky",
- "exponent": 6,
+ "denom": "nom",
+ "exponent": 18,
},
],
- "description": "The native coin of Sneaky Productions.",
- "display": "sneaky",
+ "description": "The native token of Onomy Protocol",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c28",
+ },
},
],
+ "keywords": [
+ "dex",
+ "stablecoin",
+ "bridge",
+ "staking",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
},
- "name": "Sneaky Productions",
- "symbol": "SNEAKY",
+ "name": "Nom",
+ "symbol": "NOM",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-525",
},
"counterparty": {
- "base_denom": "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
- "chain_name": "stargaze",
+ "base_denom": "anom",
+ "chain_name": "onomy",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "coingeckoId": "oraichain-token",
"denomUnits": [
{
"aliases": [
- "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ "orai",
],
- "denom": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
"exponent": 0,
},
{
- "denom": "LAB",
+ "denom": "ORAI",
"exponent": 6,
},
],
- "description": "LAB - Everything is an Experiment",
- "display": "LAB",
- "extendedDescription": "LAB - Everything is an Experiment
-
-Use 10 $LAB tokens to mint 1 Mad Scientist NFT on Backbone Labs Osmosis Launchpad. You will then be able to trade your NFTs on the marketplace. You can also choose to hold onto your $LAB tokens as unrevealed NFTs and trade it.
-
- Fair Launch: The event was marked by the absence of whitelists (WLs), no bots and no lock, ensuring an equitable opportunity for all interested parties.
-
-Preparation for the Launch: Participants were given a 52.91-hour window to deposit $OSMO into a pool on Streamswap.
-
-The Swap Process: After the initial deposit period, $OSMO was converted into $LAB tokens over an additional hour, allowing for a smooth transition and fair distribution.",
+ "description": "The native token of Oraichain",
+ "display": "ORAI",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "theme": {
+ "circle": false,
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "circle": false,
+ "darkMode": false,
+ "primaryColorHex": "#000000",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
},
- "name": "LAB",
- "symbol": "LAB",
+ "name": "Oraichain",
+ "socials": {
+ "twitter": "https://x.com/oraichain",
+ "website": "https://orai.io/",
+ },
+ "symbol": "ORAI",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "orai",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
- "coingeckoId": "starname",
+ "base": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
"denomUnits": [
{
"aliases": [
- "uiov",
+ "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
],
- "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "denom": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
"exponent": 0,
},
{
- "denom": "iov",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
- "display": "iov",
+ "description": "The ATOM native token of Oraichain.",
+ "display": "atom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"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",
- },
- "name": "Starname",
- "socials": {
- "twitter": "https://twitter.com/starname_me",
- "website": "https://app.starname.me/",
+ "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",
},
- "symbol": "IOV",
+ "name": "ATOM",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-15",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "uiov",
- "chain_name": "starname",
- "channel_id": "channel-2",
+ "base_denom": "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "coingeckoId": "stride",
+ "base": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
"denomUnits": [
{
"aliases": [
- "ustrd",
+ "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
],
- "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "denom": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
"exponent": 0,
},
{
- "denom": "strd",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "The native token of Stride",
- "display": "strd",
+ "description": "The OSMO native token of Oraichain.",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
- },
- "name": "Stride",
- "socials": {
- "twitter": "https://twitter.com/stride_zone",
- "website": "https://stride.zone/",
+ "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",
},
- "symbol": "STRD",
+ "name": "OSMO",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "ustrd",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "coingeckoId": "stride-staked-atom",
+ "base": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
"denomUnits": [
{
"aliases": [
- "stuatom",
+ "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
],
- "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "denom": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
"exponent": 0,
},
{
- "denom": "statom",
+ "denom": "inj",
"exponent": 6,
},
],
- "display": "statom",
+ "description": "The INJ token for the Oraichain.",
+ "display": "inj",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "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",
},
- "name": "Stride Staked ATOM",
- "symbol": "stATOM",
+ "name": "Injective",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "stuatom",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
- "coingeckoId": "stride-staked-stars",
+ "base": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
"denomUnits": [
{
"aliases": [
- "stustars",
+ "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
],
- "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "denom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
"exponent": 0,
},
{
- "denom": "ststars",
- "exponent": 6,
+ "denom": "ton",
+ "exponent": 9,
},
],
- "display": "ststars",
+ "description": "The TON native token of Oraichain",
+ "display": "ton",
+ "extendedDescription": "Toincoin has been bridged from The Open Network to Oraichain.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "imageSync": {
+ "baseDenom": "nanoton",
+ "chainName": "ton",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ "theme": {
+ "backgroundColorHex": "#0088CC",
+ "circle": true,
+ "primaryColorHex": "#0088CC",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
},
- "name": "Stride Staked STARS",
- "symbol": "stSTARS",
+ "name": "Toncoin",
+ "symbol": "TON",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "stustars",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "coingeckoId": "stride-staked-osmo",
+ "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "coingeckoId": "medibloc",
"denomUnits": [
{
"aliases": [
- "stuosmo",
+ "umed",
],
- "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
"exponent": 0,
},
{
- "denom": "stosmo",
+ "denom": "med",
"exponent": 6,
},
],
- "display": "stosmo",
+ "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
+ "display": "med",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "theme": {
+ "primaryColorHex": "#2474ec",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
},
- "name": "Stride Staked OSMO",
- "symbol": "stOSMO",
+ "name": "MediBloc",
+ "symbol": "MED",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-82",
},
"counterparty": {
- "base_denom": "stuosmo",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "umed",
+ "chain_name": "panacea",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
- "coingeckoId": "stride-staked-juno",
+ "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "coingeckoId": "passage",
"denomUnits": [
{
"aliases": [
- "stujuno",
+ "upasg",
],
- "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
"exponent": 0,
},
{
- "denom": "stjuno",
+ "denom": "pasg",
"exponent": 6,
},
],
- "display": "stjuno",
+ "description": "Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.",
+ "display": "pasg",
+ "extendedDescription": "Passage.io provides a decentralized environment for creating, distributing, and monetizing virtual experiences and content. By leveraging blockchain technology, Passage.io ensures secure ownership and transparent transactions for digital assets. The platform supports a wide range of virtual content, including virtual reality (VR), augmented reality (AR), and other immersive experiences. Users can create and share their content, interact with others, and earn rewards through the platform's native token, PASS. Passage.io aims to revolutionize the virtual content industry by offering a decentralized alternative to traditional content distribution models.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "theme": {
+ "primaryColorHex": "#05050c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
},
- "name": "Stride Staked JUNO",
- "symbol": "stJUNO",
+ "name": "Passage",
+ "symbol": "PASG",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-2494",
},
"counterparty": {
- "base_denom": "stujuno",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "upasg",
+ "chain_name": "passage",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
- "coingeckoId": "stride-staked-luna",
+ "base": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
"denomUnits": [
{
"aliases": [
- "stuluna",
+ "upenumbra",
],
- "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "denom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
"exponent": 0,
},
{
- "denom": "stluna",
+ "denom": "penumbra",
"exponent": 6,
},
],
- "display": "stluna",
+ "description": "The native token of Penumbra.",
+ "display": "penumbra",
+ "extendedDescription": "A fully private, cross-chain proof-of-stake network and decentralized exchange for the Cosmos and beyond.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#c7b07f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "name": "Penumbra",
+ "socials": {
+ "twitter": "https://twitter.com/penumbrazone",
+ "website": "https://penumbra.zone/",
},
- "name": "Stride Staked LUNA",
- "symbol": "stLUNA",
+ "symbol": "UM",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-79703",
},
"counterparty": {
- "base_denom": "stuluna",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "upenumbra",
+ "chain_name": "penumbra",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "unknown",
},
{
- "base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "coingeckoId": "persistence",
"denomUnits": [
{
"aliases": [
- "stinj",
+ "uxprt",
],
- "denom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
"exponent": 0,
},
{
- "denom": "stINJ",
- "exponent": 18,
+ "denom": "xprt",
+ "exponent": 6,
},
],
- "display": "stINJ",
+ "description": "Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.",
+ "display": "xprt",
+ "extendedDescription": "Persistence aims to bridge traditional finance and decentralized finance (DeFi) by enabling the tokenization of real-world assets. The platform supports various financial products, including staking-as-a-service, commodity trading, and debt financing. Persistence leverages the Cosmos SDK for interoperability and scalability, ensuring seamless integration with other blockchain networks. The native token, XPRT, is used for staking, governance, and securing the network. Persistence's mission is to create a decentralized financial ecosystem that brings institutional-grade solutions to the blockchain space.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "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",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#E59636",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "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",
},
- "name": "Stride Staked INJ",
- "symbol": "stINJ",
+ "name": "Persistence",
+ "socials": {
+ "twitter": "https://twitter.com/PersistenceOne",
+ "website": "https://persistence.one/",
+ },
+ "symbol": "XPRT",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stinj",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
- "coingeckoId": "stride-staked-evmos",
+ "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "coingeckoId": "stkatom",
"denomUnits": [
{
"aliases": [
- "staevmos",
+ "stk/uatom",
],
- "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
"exponent": 0,
},
{
- "denom": "stevmos",
- "exponent": 18,
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
},
],
- "display": "stevmos",
+ "description": "PSTAKE Liquid-Staked ATOM",
+ "display": "stkatom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "Stride Staked EVMOS",
- "symbol": "stEVMOS",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "staevmos",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "stk/uatom",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
"denomUnits": [
{
"aliases": [
- "stadydx",
+ "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
],
- "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
"exponent": 0,
},
{
- "denom": "stDYDX",
+ "denom": "pstake",
"exponent": 18,
},
],
- "description": "Stride's liquid staked DYDX",
- "display": "stDYDX",
+ "description": "pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.",
+ "display": "pstake",
+ "extendedDescription": "With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon's Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
+ "keywords": [
+ "canon",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "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",
},
- "name": "Stride Staked DYDX",
- "symbol": "stDYDX",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stadydx",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
"denomUnits": [
{
"aliases": [
- "stutia",
+ "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
],
- "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
"exponent": 0,
},
{
- "denom": "stTIA",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "Stride's liquid staked TIA",
- "display": "stTIA",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "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",
},
- "name": "Stride Staked TIA",
- "symbol": "stTIA",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stutia",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
"denomUnits": [
{
"aliases": [
- "stadym",
+ "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
],
- "denom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
"exponent": 0,
},
{
- "denom": "stDYM",
- "exponent": 18,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "Stride's liquid staked DYM",
- "display": "stDYM",
+ "description": "Tether USDT on Persistence",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Stride Staked DYM",
- "symbol": "stDYM",
+ "name": "Tether USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stadym",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
- "coingeckoId": "stride-staked-umee",
+ "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
"denomUnits": [
{
"aliases": [
- "stuumee",
+ "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
],
- "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
"exponent": 0,
},
{
- "denom": "stumee",
+ "denom": "usdc",
"exponent": 6,
},
],
- "display": "stumee",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Stride Staked UMEE",
- "symbol": "stUMEE",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stuumee",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
"denomUnits": [
{
"aliases": [
- "stucmdx",
+ "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
],
- "denom": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
"exponent": 0,
},
{
- "denom": "stcmdx",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "display": "stcmdx",
+ "description": "dydx staking token",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Stride Staked CMDX",
- "symbol": "stCMDX",
+ "name": "dYdX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stucmdx",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
- "coingeckoId": "stride-staked-sommelier",
+ "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "coingeckoId": "pstake-staked-osmo",
"denomUnits": [
{
"aliases": [
- "stusomm",
+ "stk/uosmo",
],
- "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
"exponent": 0,
},
{
- "denom": "stsomm",
+ "aliases": [
+ "stk/osmo",
+ ],
+ "denom": "stkosmo",
"exponent": 6,
},
],
- "display": "stsomm",
+ "description": "PSTAKE Liquid-Staked OSMO",
+ "display": "stkosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "theme": {
+ "primaryColorHex": "#c3343d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
},
- "name": "Stride Staked SOMM",
- "symbol": "stSOMM",
+ "name": "PSTAKE staked OSMO",
+ "symbol": "stkOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stusomm",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "stk/uosmo",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
"denomUnits": [
{
"aliases": [
- "stusaga",
+ "stk/adydx",
],
- "denom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
"exponent": 0,
},
{
- "denom": "stSAGA",
- "exponent": 6,
+ "aliases": [
+ "stk/dydx",
+ ],
+ "denom": "stkdydx",
+ "exponent": 18,
},
],
- "description": "Stride's liquid staked SAGA",
- "display": "stSAGA",
+ "description": "PSTAKE Liquid-Staked DYDX",
+ "display": "stkdydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "theme": {
+ "primaryColorHex": "#c4474e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
},
- "name": "Stride Staked SAGA",
- "symbol": "stSAGA",
+ "name": "PSTAKE staked DYDX",
+ "symbol": "stkDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "stusaga",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "stk/adydx",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
- "coingeckoId": "teritori",
+ "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
"denomUnits": [
{
"aliases": [
- "utori",
+ "stk/ustars",
],
- "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
"exponent": 0,
},
{
- "denom": "tori",
+ "aliases": [
+ "stk/stars",
+ ],
+ "denom": "stkstars",
"exponent": 6,
},
],
- "description": "The native token of Teritori",
- "display": "tori",
+ "description": "PSTAKE Liquid-Staked STARS",
+ "display": "stkstars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "theme": {
+ "primaryColorHex": "#070e0e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
},
- "name": "Teritori",
- "symbol": "TORI",
+ "name": "PSTAKE staked STARS",
+ "symbol": "stkSTARS",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "utori",
- "chain_name": "teritori",
- "channel_id": "channel-0",
- },
- "type": "ibc",
+ "base_denom": "stk/ustars",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
- "coingeckoId": "osmosis",
+ "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
],
- "denom": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "display": "stars",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
},
- "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",
},
],
- "keywords": [
- "dex",
- "staking",
- ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
@@ -46231,46 +50312,50 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
"denomUnits": [
{
"aliases": [
- "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
],
- "denom": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "shd",
+ "exponent": 8,
},
],
- "display": "atom",
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Shade",
+ "symbol": "SHD",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
@@ -46278,96 +50363,99 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
- "coingeckoId": "kujira",
+ "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
"denomUnits": [
{
"aliases": [
- "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ "stk/uhuahua",
],
- "denom": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
"exponent": 0,
},
{
- "denom": "kuji",
+ "aliases": [
+ "stk/huahua",
+ ],
+ "denom": "stkhuahua",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "PSTAKE Liquid-Staked HUAHUA",
+ "display": "stkhuahua",
"images": [
{
- "imageSync": {
- "baseDenom": "ukuji",
- "chainName": "kujira",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "theme": {
+ "primaryColorHex": "#f2cc2f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
},
- "name": "Kujira",
- "symbol": "KUJI",
+ "name": "PSTAKE staked HUAHUA",
+ "symbol": "stkHUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "stk/uhuahua",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
],
- "denom": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "huahua",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "display": "huahua",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "uhuahua",
+ "chainName": "chihuahua",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
@@ -46375,1982 +50463,42895 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
"denomUnits": [
{
"aliases": [
- "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ "stk/uxprt",
],
- "denom": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
"exponent": 0,
},
{
- "denom": "scrt",
+ "aliases": [
+ "stk/xprt",
+ ],
+ "denom": "stkxprt",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Secret chain.",
- "display": "scrt",
+ "description": "PSTAKE Liquid-Staked XPRT",
+ "display": "stkxprt",
"images": [
{
- "imageSync": {
- "baseDenom": "uscrt",
- "chainName": "secretnetwork",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "theme": {
+ "primaryColorHex": "#c3343b",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "PSTAKE staked XPRT",
+ "symbol": "stkXPRT",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "stk/uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
- "coingeckoId": "terra-luna",
+ "base": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
"denomUnits": [
{
"aliases": [
- "uluna",
+ "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
],
- "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "denom": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
"exponent": 0,
},
{
- "aliases": [
- "milliluna",
- ],
- "denom": "mluna",
- "exponent": 3,
- },
- {
- "aliases": [
- "lunc",
- ],
- "denom": "luna",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "The native staking token of Terra Classic.",
- "display": "luna",
+ "description": "Wrapped Bitcoin on Persistence",
+ "display": "wbtc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"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",
+ "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",
},
- "name": "Luna Classic",
- "symbol": "LUNC",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "uluna",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
- "coingeckoId": "terrausd",
+ "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "coingeckoId": "planq",
"denomUnits": [
{
"aliases": [
- "uusd",
+ "aplanq",
],
- "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
"exponent": 0,
},
{
- "aliases": [
- "milliusd",
- ],
- "denom": "musd",
- "exponent": 3,
- },
- {
- "aliases": [
- "ustc",
- ],
- "denom": "ust",
- "exponent": 6,
+ "denom": "planq",
+ "exponent": 18,
},
],
- "description": "The USD stablecoin of Terra Classic.",
- "display": "ust",
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
},
- "name": "TerraClassicUSD",
- "symbol": "USTC",
+ "name": "Planq",
+ "socials": {
+ "twitter": "https://twitter.com/planqfoundation",
+ "website": "https://planq.network",
+ },
+ "symbol": "PLQ",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-492",
},
"counterparty": {
- "base_denom": "uusd",
- "chain_name": "terra",
+ "base_denom": "aplanq",
+ "chain_name": "planq",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
"denomUnits": [
{
"aliases": [
- "ukrw",
+ "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
],
- "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
"exponent": 0,
},
{
- "aliases": [
- "millikrw",
- ],
- "denom": "mkrw",
- "exponent": 3,
- },
- {
- "aliases": [
- "krtc",
- ],
- "denom": "krt",
- "exponent": 6,
+ "denom": "srcx",
+ "exponent": 9,
},
],
- "description": "The KRW stablecoin of Terra Classic.",
- "display": "krt",
+ "description": "The token of Source Protocol bridged from BSC.",
+ "display": "srcx",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
},
- "name": "TerraClassicKRW",
- "symbol": "KRTC",
+ "name": "Source Token",
+ "symbol": "SRCX",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-492",
},
"counterparty": {
- "base_denom": "ukrw",
- "chain_name": "terra",
+ "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "chain_name": "planq",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "base": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
"denomUnits": [
{
"aliases": [
- "uaud",
+ "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
],
- "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "denom": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
"exponent": 0,
},
{
- "aliases": [
- "milliaud",
- ],
- "denom": "maud",
- "exponent": 3,
- },
- {
- "aliases": [
- "autc",
- ],
- "denom": "aut",
+ "denom": "meme",
"exponent": 6,
},
],
- "description": "The AUD stablecoin of Terra Classic.",
- "display": "aut",
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "umeme",
+ "chainName": "meme",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
+ },
},
],
"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",
+ "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",
},
- "name": "TerraClassicAUD",
- "symbol": "AUTC",
+ "name": "MEME",
+ "symbol": "MEME",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-492",
},
"counterparty": {
- "base_denom": "uaud",
- "chain_name": "terra",
+ "base_denom": "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
+ "chain_name": "planq",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "coingeckoId": "provenance-blockchain",
"denomUnits": [
{
"aliases": [
- "ucad",
+ "nhash",
],
- "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
"exponent": 0,
},
{
- "aliases": [
- "millicad",
- ],
- "denom": "mcad",
- "exponent": 3,
- },
- {
- "aliases": [
- "catc",
- ],
- "denom": "cat",
- "exponent": 6,
+ "denom": "hash",
+ "exponent": 9,
},
],
- "description": "The CAD stablecoin of Terra Classic.",
- "display": "cat",
+ "description": "Hash is the staking token of the Provenance Blockchain",
+ "display": "hash",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "theme": {
+ "primaryColorHex": "#4c7cdc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
},
- "name": "TerraClassicCAD",
- "symbol": "CATC",
+ "name": "Hash",
+ "symbol": "HASH",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-222",
},
"counterparty": {
- "base_denom": "ucad",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "nhash",
+ "chain_name": "provenance",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "base": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
"denomUnits": [
{
"aliases": [
- "uchf",
+ "upryzm",
],
- "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "denom": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
"exponent": 0,
},
{
- "aliases": [
- "millichf",
- ],
- "denom": "mchf",
- "exponent": 3,
- },
- {
- "aliases": [
- "chtc",
- ],
- "denom": "cht",
+ "denom": "pryzm",
"exponent": 6,
},
],
- "description": "The CHF stablecoin of Terra Classic.",
- "display": "cht",
+ "description": "The native token of PRYZM",
+ "display": "pryzm",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
+ "theme": {
+ "primaryColorHex": "#c6ddf5",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
},
- "name": "TerraClassicCHF",
- "symbol": "CHTC",
+ "name": "Pryzm",
+ "symbol": "PRYZM",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uchf",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "upryzm",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "base": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
"denomUnits": [
{
"aliases": [
- "ucny",
+ "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
],
- "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "denom": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
"exponent": 0,
},
{
- "aliases": [
- "millicny",
- ],
- "denom": "mcny",
- "exponent": 3,
- },
- {
- "aliases": [
- "cntc",
- ],
- "denom": "cnt",
+ "denom": "auuu",
"exponent": 6,
},
],
- "description": "The CNY stablecoin of Terra Classic.",
- "display": "cnt",
+ "description": "The meme token of PRYZM",
+ "display": "auuu",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
+ "theme": {
+ "primaryColorHex": "#eb536c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
},
- "name": "TerraClassicCNY",
- "symbol": "CNTC",
+ "name": "AUUU",
+ "symbol": "AUUU",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ucny",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "base": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
+ "coingeckoId": "cosmos",
"denomUnits": [
{
"aliases": [
- "udkk",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "denom": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
"exponent": 0,
},
{
- "aliases": [
- "millidkk",
- ],
- "denom": "mdkk",
- "exponent": 3,
- },
- {
- "aliases": [
- "dktc",
- ],
- "denom": "dkt",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "The DKK stablecoin of Terra Classic.",
- "display": "dkt",
+ "description": "The native staking and governance token of the Cosmos Hub",
+ "display": "atom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"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",
+ "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",
},
- "name": "TerraClassicDKK",
- "symbol": "DKTC",
+ "name": "Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "udkk",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "base": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
+ "coingeckoId": "injective-protocol",
"denomUnits": [
{
"aliases": [
- "ueur",
+ "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
],
- "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "denom": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
"exponent": 0,
},
{
- "aliases": [
- "millieur",
- ],
- "denom": "meur",
- "exponent": 3,
- },
- {
- "aliases": [
- "eutc",
- ],
- "denom": "eut",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "description": "The EUR stablecoin of Terra Classic.",
- "display": "eut",
+ "description": "The native staking and governance token of the Injective chain",
+ "display": "INJ",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"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",
+ "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",
},
- "name": "TerraClassicEUR",
- "symbol": "EUTC",
+ "name": "Injective",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ueur",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "base": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
+ "coingeckoId": "osmosis",
"denomUnits": [
{
"aliases": [
- "ugbp",
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
],
- "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "denom": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
"exponent": 0,
},
{
- "aliases": [
- "milligbp",
- ],
- "denom": "mgbp",
- "exponent": 3,
- },
- {
- "aliases": [
- "gbtc",
- ],
- "denom": "gbt",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "The GBP stablecoin of Terra Classic.",
- "display": "gbt",
+ "description": "The native staking and governance token of the Osmosis chain",
+ "display": "osmo",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"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",
+ "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",
},
- "name": "TerraClassicGBP",
- "symbol": "GBTC",
+ "name": "Osmo",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ugbp",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "base": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
+ "coingeckoId": "celestia",
"denomUnits": [
{
"aliases": [
- "uhkd",
+ "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
],
- "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "denom": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
"exponent": 0,
},
{
- "aliases": [
- "millihkd",
- ],
- "denom": "mhkd",
- "exponent": 3,
- },
- {
- "aliases": [
- "hktc",
- ],
- "denom": "hkt",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "The HKD stablecoin of Terra Classic.",
- "display": "hkt",
+ "description": "The native staking and governance token of the Celestia chain",
+ "display": "tia",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "TerraClassicHKD",
- "symbol": "HKTC",
+ "name": "Tia",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uhkd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "base": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
+ "coingeckoId": "terra-luna-2",
"denomUnits": [
{
"aliases": [
- "uidr",
+ "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
],
- "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "denom": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
"exponent": 0,
},
{
- "aliases": [
- "milliidr",
- ],
- "denom": "midr",
- "exponent": 3,
- },
- {
- "aliases": [
- "idtc",
- ],
- "denom": "idt",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "The IDR stablecoin of Terra Classic.",
- "display": "idt",
+ "description": "The native staking and governance token of the Terra chain",
+ "display": "luna",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "TerraClassicIDR",
- "symbol": "IDTC",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uidr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "base": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "uinr",
+ "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
],
- "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "denom": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
"exponent": 0,
},
{
- "aliases": [
- "milliinr",
- ],
- "denom": "minr",
- "exponent": 3,
- },
- {
- "aliases": [
- "intc",
- ],
- "denom": "int",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "The INR stablecoin of Terra Classic.",
- "display": "int",
+ "description": "Circle's USDC on Noble",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "TerraClassicINR",
- "symbol": "INTC",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uinr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "base": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
+ "coingeckoId": "axlusdc",
"denomUnits": [
{
"aliases": [
- "ujpy",
+ "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
],
- "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "denom": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
"exponent": 0,
},
{
- "aliases": [
- "millijpy",
- ],
- "denom": "mjpy",
- "exponent": 3,
- },
- {
- "aliases": [
- "jptc",
- ],
- "denom": "jpt",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "The JPY stablecoin of Terra Classic.",
- "display": "jpt",
+ "description": "Circle's USDC on Axelar",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"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",
+ "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",
},
- "name": "TerraClassicJPY",
- "symbol": "JPTC",
+ "name": "USDC (Axelar)",
+ "symbol": "USDC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ujpy",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "base": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
+ "coingeckoId": "dydx-chain",
"denomUnits": [
{
"aliases": [
- "umnt",
+ "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
],
- "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "denom": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
"exponent": 0,
},
{
- "aliases": [
- "millimnt",
- ],
- "denom": "mmnt",
- "exponent": 3,
- },
- {
- "aliases": [
- "mntc",
- ],
- "denom": "mnt",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The MNT stablecoin of Terra Classic.",
- "display": "mnt",
+ "description": "The native staking and governance token of the dYdX chain",
+ "display": "dydx",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "TerraClassicMNT",
- "symbol": "MNTC",
+ "name": "dYdX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "umnt",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "base": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
"denomUnits": [
{
"aliases": [
- "umyr",
+ "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
],
- "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "denom": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
"exponent": 0,
},
{
- "aliases": [
- "millimyr",
- ],
- "denom": "mmyr",
- "exponent": 3,
- },
- {
- "aliases": [
- "mytc",
- ],
- "denom": "myt",
+ "denom": "stTIA",
"exponent": 6,
},
],
- "description": "The MYR stablecoin of Terra Classic.",
- "display": "myt",
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stutia",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
},
- "name": "TerraClassicMYR",
- "symbol": "MYTC",
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "umyr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "base": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
"denomUnits": [
{
"aliases": [
- "unok",
+ "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
],
- "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "denom": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
"exponent": 0,
},
{
- "aliases": [
- "millinok",
- ],
- "denom": "mnok",
- "exponent": 3,
- },
- {
- "aliases": [
- "notc",
- ],
- "denom": "not",
- "exponent": 6,
+ "denom": "stDYDX",
+ "exponent": 18,
},
],
- "description": "The NOK stablecoin of Terra Classic.",
- "display": "not",
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stadydx",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
},
- "name": "TerraClassicNOK",
- "symbol": "NOTC",
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "unok",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "base": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
"denomUnits": [
{
"aliases": [
- "uphp",
+ "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
],
- "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "denom": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
"exponent": 0,
},
{
- "aliases": [
- "milliphp",
- ],
- "denom": "mphp",
- "exponent": 3,
- },
- {
- "aliases": [
- "phtc",
- ],
- "denom": "pht",
+ "denom": "dATOM",
"exponent": 6,
},
],
- "description": "The PHP stablecoin of Terra Classic.",
- "display": "pht",
+ "description": "Drop Protocol's liquid staked ATOM",
+ "display": "dATOM",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "TerraClassicPHP",
- "symbol": "PHTC",
+ "name": "dATOM",
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uphp",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "base": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
"denomUnits": [
{
"aliases": [
- "usdr",
+ "c:uatom",
],
- "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "denom": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
"exponent": 0,
},
{
- "aliases": [
- "millisdr",
- ],
- "denom": "msdr",
- "exponent": 3,
- },
- {
- "aliases": [
- "sdtc",
- ],
- "denom": "sdt",
+ "denom": "catom",
"exponent": 6,
},
],
- "description": "The SDR stablecoin of Terra Classic.",
- "display": "sdt",
+ "description": "Pryzm's native liquid staking token for ATOM",
+ "display": "catom",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
},
- "name": "TerraClassicSDR",
- "symbol": "SDTC",
+ "name": "cAtom",
+ "symbol": "cATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usdr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "c:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "base": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
"denomUnits": [
{
"aliases": [
- "usek",
+ "c:inj",
],
- "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "denom": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
"exponent": 0,
},
{
- "aliases": [
- "millisek",
- ],
- "denom": "msek",
- "exponent": 3,
- },
- {
- "aliases": [
- "setc",
- ],
- "denom": "set",
- "exponent": 6,
+ "denom": "cINJ",
+ "exponent": 18,
},
],
- "description": "The SEK stablecoin of Terra Classic.",
- "display": "set",
+ "description": "Pryzm's native liquid staking token for INJ",
+ "display": "cINJ",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
},
- "name": "TerraClassicSEK",
- "symbol": "SETC",
+ "name": "cInj",
+ "symbol": "cINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usek",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "c:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "base": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
"denomUnits": [
{
"aliases": [
- "usgd",
+ "c:uosmo",
],
- "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "denom": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
"exponent": 0,
},
{
- "aliases": [
- "millisgd",
- ],
- "denom": "msgd",
- "exponent": 3,
+ "denom": "cosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for OSMO",
+ "display": "cosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
+ },
+ "name": "cOsmo",
+ "symbol": "cOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
},
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
+ "denomUnits": [
{
"aliases": [
- "sgtc",
+ "c:uluna",
],
- "denom": "sgt",
+ "denom": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "cluna",
"exponent": 6,
},
],
- "description": "The SGD stablecoin of Terra Classic.",
- "display": "sgt",
+ "description": "Pryzm's native liquid staking token for LUNA",
+ "display": "cluna",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
},
- "name": "TerraClassicSGD",
- "symbol": "SGTC",
+ "name": "cLuna",
+ "symbol": "cLUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usgd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "c:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "base": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
"denomUnits": [
{
"aliases": [
- "uthb",
+ "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
],
- "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "denom": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
"exponent": 0,
},
+ {
+ "denom": "cauuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for AUUU",
+ "display": "cauuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
+ },
+ "name": "cAuuu",
+ "symbol": "cAUUU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
+ "denomUnits": [
{
"aliases": [
- "millithb",
+ "c:utia",
],
- "denom": "mthb",
- "exponent": 3,
+ "denom": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for TIA",
+ "display": "ctia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
+ },
+ "name": "cTia",
+ "symbol": "cTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
},
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
+ "denomUnits": [
{
"aliases": [
- "thtc",
+ "p:uatom:30Sep2024",
],
- "denom": "tht",
+ "denom": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM30Sep2024",
"exponent": 6,
},
],
- "description": "The THB stablecoin of Terra Classic.",
- "display": "tht",
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 30Sep2024",
+ "display": "pATOM30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
- "name": "TerraClassicTHB",
- "symbol": "THTC",
+ "name": "pAtom (30Sep2024)",
+ "symbol": "pATOM-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uthb",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "base": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
"denomUnits": [
{
"aliases": [
- "utwd",
+ "p:uatom:31Dec2024",
],
- "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "denom": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
"exponent": 0,
},
+ {
+ "denom": "pATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2024",
+ "display": "pATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (31Dec2024)",
+ "symbol": "pATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
+ "denomUnits": [
{
"aliases": [
- "millitwd",
+ "p:uatom:31Dec2025",
],
- "denom": "mtwd",
- "exponent": 3,
+ "denom": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2025",
+ "display": "pATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (31Dec2025)",
+ "symbol": "pATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
},
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
+ "denomUnits": [
{
"aliases": [
- "twtc",
+ "p:uosmo:30Sep2024",
],
- "denom": "twt",
+ "denom": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO30Sep2024",
"exponent": 6,
},
],
- "description": "The TWD stablecoin of Terra Classic.",
- "display": "twt",
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 30Sep2024",
+ "display": "pOSMO30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
- "name": "TerraClassicTWD",
- "symbol": "TWTC",
+ "name": "pOsmo (30Sep2024)",
+ "symbol": "pOSMO-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "utwd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
"denomUnits": [
{
"aliases": [
- "uluna",
+ "p:uosmo:31Dec2024",
],
- "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "denom": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "pOSMO31Dec2024",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2024",
+ "display": "pOSMO31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
+ "name": "pOsmo (31Dec2024)",
+ "symbol": "pOSMO-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:31Dec2025",
+ ],
+ "denom": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2025",
+ "display": "pOSMO31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
- "symbol": "LUNA",
+ "name": "pOsmo (31Dec2025)",
+ "symbol": "pOSMO-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uluna",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "p:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "base": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
"denomUnits": [
{
"aliases": [
- "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ "p:inj:30Sep2024",
],
- "denom": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "denom": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "pINJ30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 30Sep2024",
+ "display": "pINJ30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (30Sep2024)",
+ "symbol": "pINJ-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:31Dec2024",
+ ],
+ "denom": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2024",
+ "display": "pINJ31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (31Dec2024)",
+ "symbol": "pINJ-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:31Dec2025",
+ ],
+ "denom": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2025",
+ "display": "pINJ31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (31Dec2025)",
+ "symbol": "pINJ-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:30Sep2024",
+ ],
+ "denom": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA30Sep2024",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 30Sep2024",
+ "display": "pLUNA30Sep2024",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (30Sep2024)",
+ "symbol": "pLUNA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "counterparty": {
+ "base_denom": "p:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:31Dec2024",
+ ],
+ "denom": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2024",
+ "display": "pLUNA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "pLuna (31Dec2024)",
+ "symbol": "pLUNA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "p:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "base": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
"denomUnits": [
{
"aliases": [
- "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ "p:uluna:31Dec2025",
],
- "denom": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "denom": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
"exponent": 0,
},
{
- "denom": "ampWHALEt",
+ "denom": "pLUNA31Dec2025",
"exponent": 6,
},
],
- "description": "ERIS Alliance Staked ampWHALE on Terra",
- "display": "ampWHALEt",
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2025",
+ "display": "pLUNA31Dec2025",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
- "name": "ERIS Alliance Staked ampWHALE",
- "symbol": "ampWHALEt",
+ "name": "pLuna (31Dec2025)",
+ "symbol": "pLUNA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "p:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "base": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
"denomUnits": [
{
"aliases": [
- "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ "p:uauuu:30Sep2024",
],
- "denom": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "denom": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
"exponent": 0,
},
{
- "denom": "boneWHALEt",
+ "denom": "pAUUU30Sep2024",
"exponent": 6,
},
],
- "description": "ERIS Alliance Staked boneWHALE on Terra",
- "display": "boneWHALEt",
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 30Sep2024",
+ "display": "pAUUU30Sep2024",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
- "name": "ERIS Alliance Staked boneWHALE",
- "symbol": "boneWHALEt",
+ "name": "pAuuu (30Sep2024)",
+ "symbol": "pAUUU-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "p:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:31Dec2024",
+ ],
+ "denom": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2024",
+ "display": "pAUUU31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (31Dec2024)",
+ "symbol": "pAUUU-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:31Dec2025",
+ ],
+ "denom": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2025",
+ "display": "pAUUU31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (31Dec2025)",
+ "symbol": "pAUUU-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:30Sep2024",
+ ],
+ "denom": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 30Sep2024",
+ "display": "pstTIA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (30Sep2024)",
+ "symbol": "pstTIA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:31Dec2024",
+ ],
+ "denom": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2024",
+ "display": "pstTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (31Dec2024)",
+ "symbol": "pstTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:31Dec2025",
+ ],
+ "denom": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2025",
+ "display": "pstTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (31Dec2025)",
+ "symbol": "pstTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:30Sep2024",
+ ],
+ "denom": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 30Sep2024",
+ "display": "pstDYDX30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (30Sep2024)",
+ "symbol": "pstDYDX-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:31Dec2024",
+ ],
+ "denom": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2024",
+ "display": "pstDYDX31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (31Dec2024)",
+ "symbol": "pstDYDX-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:31Dec2025",
+ ],
+ "denom": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2025",
+ "display": "pstDYDX31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (31Dec2025)",
+ "symbol": "pstDYDX-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:31Dec2024",
+ ],
+ "denom": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2024",
+ "display": "pdATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (31Dec2024)",
+ "symbol": "pdATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:30Jun2025",
+ ],
+ "denom": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM30Jun2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 30Jun2025",
+ "display": "pdATOM30Jun2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (30Jun2025)",
+ "symbol": "pdATOM-30Jun2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:31Dec2025",
+ ],
+ "denom": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2025",
+ "display": "pdATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (31Dec2025)",
+ "symbol": "pdATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:utia:31Dec2024",
+ ],
+ "denom": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
+ "exponent": 0,
+ },
+ {
+ "denom": "pTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2024",
+ "display": "pTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ "name": "pTia (31Dec2024)",
+ "symbol": "pTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:utia:31Dec2025",
+ ],
+ "denom": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
+ "exponent": 0,
+ },
+ {
+ "denom": "pTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2025",
+ "display": "pTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ "name": "pTia (31Dec2025)",
+ "symbol": "pTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:30Sep2024",
+ ],
+ "denom": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 30Sep2024",
+ "display": "yATOM30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (30Sep2024)",
+ "symbol": "yATOM-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:31Dec2024",
+ ],
+ "denom": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2024",
+ "display": "yATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (31Dec2024)",
+ "symbol": "yATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:31Dec2025",
+ ],
+ "denom": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2025",
+ "display": "yATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (31Dec2025)",
+ "symbol": "yATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:30Sep2024",
+ ],
+ "denom": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 30Sep2024",
+ "display": "yOSMO30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (30Sep2024)",
+ "symbol": "yOSMO-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:31Dec2024",
+ ],
+ "denom": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2024",
+ "display": "yOSMO31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (31Dec2024)",
+ "symbol": "yOSMO-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:31Dec2025",
+ ],
+ "denom": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2025",
+ "display": "yOSMO31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (31Dec2025)",
+ "symbol": "yOSMO-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:30Sep2024",
+ ],
+ "denom": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 30Sep2024",
+ "display": "yINJ30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (30Sep2024)",
+ "symbol": "yINJ-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:31Dec2024",
+ ],
+ "denom": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2024",
+ "display": "yINJ31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (31Dec2024)",
+ "symbol": "yINJ-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:31Dec2025",
+ ],
+ "denom": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2025",
+ "display": "yINJ31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (31Dec2025)",
+ "symbol": "yINJ-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:30Sep2024",
+ ],
+ "denom": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 30Sep2024",
+ "display": "yLUNA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (30Sep2024)",
+ "symbol": "yLUNA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:31Dec2024",
+ ],
+ "denom": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2024",
+ "display": "yLUNA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (31Dec2024)",
+ "symbol": "yLUNA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:31Dec2025",
+ ],
+ "denom": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2025",
+ "display": "yLUNA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (31Dec2025)",
+ "symbol": "yLUNA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:30Sep2024",
+ ],
+ "denom": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 30Sep2024",
+ "display": "yAUUU30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (30Sep2024)",
+ "symbol": "yAUUU-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:31Dec2024",
+ ],
+ "denom": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2024",
+ "display": "yAUUU31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (31Dec2024)",
+ "symbol": "yAUUU-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:31Dec2025",
+ ],
+ "denom": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2025",
+ "display": "yAUUU31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (31Dec2025)",
+ "symbol": "yAUUU-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:30Sep2024",
+ ],
+ "denom": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 30Sep2024",
+ "display": "ystTIA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (30Sep2024)",
+ "symbol": "ystTIA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:31Dec2024",
+ ],
+ "denom": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2024",
+ "display": "ystTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (31Dec2024)",
+ "symbol": "ystTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:31Dec2025",
+ ],
+ "denom": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2025",
+ "display": "ystTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (31Dec2025)",
+ "symbol": "ystTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:30Sep2024",
+ ],
+ "denom": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 30Sep2024",
+ "display": "ystDYDX30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (30Sep2024)",
+ "symbol": "ystDYDX-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:31Dec2024",
+ ],
+ "denom": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2024",
+ "display": "ystDYDX31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (31Dec2024)",
+ "symbol": "ystDYDX-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:31Dec2025",
+ ],
+ "denom": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2025",
+ "display": "ystDYDX31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (31Dec2025)",
+ "symbol": "ystDYDX-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:31Dec2024",
+ ],
+ "denom": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2024",
+ "display": "ydATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (31Dec2024)",
+ "symbol": "ydATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:30Jun2025",
+ ],
+ "denom": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM30Jun2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 30Jun2025",
+ "display": "ydATOM30Jun2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (30Jun2025)",
+ "symbol": "ydATOM-30Jun2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:31Dec2025",
+ ],
+ "denom": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2025",
+ "display": "ydATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (31Dec2025)",
+ "symbol": "ydATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:utia:31Dec2024",
+ ],
+ "denom": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
+ "exponent": 0,
+ },
+ {
+ "denom": "yTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2024",
+ "display": "yTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ "name": "yTia (31Dec2024)",
+ "symbol": "yTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:utia:31Dec2025",
+ ],
+ "denom": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "yTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2025",
+ "display": "yTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ "name": "yTia (31Dec2025)",
+ "symbol": "yTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:6:uusdc.axl-uusdc",
+ ],
+ "denom": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:6:usdc.axl-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for USDC / USDC.axl pool",
+ "display": "lp:6:usdc.axl-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "USDC / USDC.axl LP",
+ "symbol": "USDC-USDC.axl-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:6:uusdc.axl-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:0:uatom",
+ ],
+ "denom": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:0:atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM Yield pool",
+ "display": "lp:0:atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM Yield LP",
+ "symbol": "ATOM-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:0:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:2:uatomypt-uatom",
+ ],
+ "denom": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:2:atomypt-atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM Boost pool",
+ "display": "lp:2:atomypt-atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM Boost LP",
+ "symbol": "ATOM-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:2:uatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:3:uatom-uusdc",
+ ],
+ "denom": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:3:atom-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM / USDC pool",
+ "display": "lp:3:atom-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM / USDC LP",
+ "symbol": "ATOM-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:3:uatom-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:1:inj",
+ ],
+ "denom": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:1:INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ Yield pool",
+ "display": "lp:1:INJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ Yield LP",
+ "symbol": "INJ-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:1:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:4:injypt-inj",
+ ],
+ "denom": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:4:INJypt-INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ Boost pool",
+ "display": "lp:4:INJypt-INJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ Boost LP",
+ "symbol": "INJ-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:4:injypt-inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:5:inj-uusdc",
+ ],
+ "denom": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:5:INJ-usdc",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ / USDC pool",
+ "display": "lp:5:INJ-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ / USDC LP",
+ "symbol": "INJ-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:5:inj-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:8:uosmo",
+ ],
+ "denom": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:8:osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO Yield pool",
+ "display": "lp:8:osmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO Yield LP",
+ "symbol": "OSMO-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:8:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:10:uosmoypt-uosmo",
+ ],
+ "denom": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:10:osmoypt-osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO Boost pool",
+ "display": "lp:10:osmoypt-osmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO Boost LP",
+ "symbol": "OSMO-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:10:uosmoypt-uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:11:uosmo-uusdc",
+ ],
+ "denom": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:11:osmo-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO / USDC pool",
+ "display": "lp:11:osmo-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO / USDC LP",
+ "symbol": "OSMO-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:11:uosmo-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:9:uluna",
+ ],
+ "denom": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:9:luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA Yield pool",
+ "display": "lp:9:luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA Yield LP",
+ "symbol": "LUNA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:9:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:12:ulunaypt-uluna",
+ ],
+ "denom": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:12:lunaypt-luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA Boost pool",
+ "display": "lp:12:lunaypt-luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA Boost LP",
+ "symbol": "LUNA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:12:ulunaypt-uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:13:uluna-uusdc",
+ ],
+ "denom": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:13:luna-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA / USDC pool",
+ "display": "lp:13:luna-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA / USDC LP",
+ "symbol": "LUNA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:13:uluna-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:14:uauuu",
+ ],
+ "denom": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:14:auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU Yield pool",
+ "display": "lp:14:auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU Yield LP",
+ "symbol": "AUUU-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:14:uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:17:uauuuypt-uauuu",
+ ],
+ "denom": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:17:auuuypt-auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU Boost pool",
+ "display": "lp:17:auuuypt-auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU Boost LP",
+ "symbol": "AUUU-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:17:uauuuypt-uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:7:uauuu-uusdc",
+ ],
+ "denom": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:7:auuu-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU / USDC pool",
+ "display": "lp:7:auuu-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU / USDC LP",
+ "symbol": "AUUU-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:7:uauuu-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:15:stadydx",
+ ],
+ "denom": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:15:stdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for stDYDX Yield pool",
+ "display": "lp:15:stdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stDYDX Yield LP",
+ "symbol": "stDYDX-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:15:stadydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:18:stadydxypt-adydx",
+ ],
+ "denom": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:18:stdydxypt-dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for stDYDX Boost pool",
+ "display": "lp:18:stdydxypt-dydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stDYDX Boost LP",
+ "symbol": "stDYDX-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:18:stadydxypt-adydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:19:adydx-uusdc",
+ ],
+ "denom": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:19:dydx-usdc",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for DYDX / USDC pool",
+ "display": "lp:19:dydx-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "DYDX / USDC LP",
+ "symbol": "DYDX-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:19:adydx-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:16:stutia",
+ ],
+ "denom": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:16:sttia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for stTIA Yield pool",
+ "display": "lp:16:sttia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stTIA Yield LP",
+ "symbol": "stTIA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:16:stutia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:20:stutiaypt-utia",
+ ],
+ "denom": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:20:sttiaypt-tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for stTIA Boost pool",
+ "display": "lp:20:sttiaypt-tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stTIA Boost LP",
+ "symbol": "stTIA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:20:stutiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:24:utia",
+ ],
+ "denom": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:24:tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA Yield pool",
+ "display": "lp:24:tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA Yield LP",
+ "symbol": "TIA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:24:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:25:utiaypt-utia",
+ ],
+ "denom": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:25:tiaypt-tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA Boost pool",
+ "display": "lp:25:tiaypt-tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA Boost LP",
+ "symbol": "TIA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:25:utiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:21:utia-uusdc",
+ ],
+ "denom": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:21:tia-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA / USDC pool",
+ "display": "lp:21:tia-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA / USDC LP",
+ "symbol": "TIA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:21:utia-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:22:udatom",
+ ],
+ "denom": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:22:datom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for dATOM Yield pool",
+ "display": "lp:22:datom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "dATOM Yield LP",
+ "symbol": "dATOM-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:22:udatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:23:udatomypt-uatom",
+ ],
+ "denom": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:23:datomypt-atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for dATOM Boost pool",
+ "display": "lp:23:datomypt-atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "dATOM Boost LP",
+ "symbol": "dATOM-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:23:udatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ ],
+ "denom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "exponent": 0,
+ },
+ {
+ "denom": "PUNDIX",
+ "exponent": 18,
+ },
+ ],
+ "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem.",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
+ },
+ ],
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://twitter.com/PundiXLabs",
+ "website": "https://pundix.com",
+ },
+ "symbol": "PUNDIX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-12618",
+ },
+ "counterparty": {
+ "base_denom": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ "chain_name": "pundix",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "denomUnits": [
+ {
+ "aliases": [
+ "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ ],
+ "denom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "exponent": 0,
+ },
+ {
+ "denom": "PURSE",
+ "exponent": 18,
+ },
+ ],
+ "description": "Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.",
+ "display": "PURSE",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "name": "PURSE Token",
+ "socials": {
+ "twitter": "https://twitter.com/Purse_Land",
+ "website": "https://purse.land",
+ },
+ "symbol": "PURSE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-12618",
+ },
+ "counterparty": {
+ "base_denom": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "chain_name": "pundix",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ubedrock",
+ ],
+ "denom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rock",
+ "exponent": 6,
+ },
+ ],
+ "description": "The revenue token for Pylons",
+ "display": "rock",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "theme": {
+ "primaryColorHex": "#ec4424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ },
+ "name": "Pylons",
+ "socials": {
+ "twitter": "https://twitter.com/pylonstech",
+ "website": "https://pylons.tech",
+ },
+ "symbol": "ROCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-17683",
+ },
+ "counterparty": {
+ "base_denom": "ubedrock",
+ "chain_name": "pylons",
+ "channel_id": "channel-29",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "coingeckoId": "quasar-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsr",
+ ],
+ "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsr",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Quasar",
+ "display": "qsr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "theme": {
+ "primaryColorHex": "#a493e4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ },
+ "name": "Quasar",
+ "socials": {
+ "twitter": "https://twitter.com/QuasarFi",
+ "website": "https://www.quasar.fi/",
+ },
+ "symbol": "QSR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "uqsr",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ ],
+ "denom": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ ],
+ "denom": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM from Osmosis",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ ],
+ "denom": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC.axl from Osmosis",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "coingeckoId": "quicksilver",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqck",
+ ],
+ "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qck",
+ "exponent": 6,
+ },
+ ],
+ "description": "QCK - native token of Quicksilver",
+ "display": "qck",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "theme": {
+ "primaryColorHex": "#b2b2b2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ },
+ "name": "Quicksilver",
+ "socials": {
+ "twitter": "https://twitter.com/quicksilverzone",
+ "website": "https://quicksilver.zone/",
+ },
+ "symbol": "QCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqck",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqstars",
+ ],
+ "denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qstars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked STARS",
+ "display": "qstars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ },
+ "name": "Quicksilver Liquid Staked STARS",
+ "symbol": "qSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqstars",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqatom",
+ ],
+ "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qatom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked ATOM",
+ "display": "qatom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ },
+ "name": "Quicksilver Liquid Staked ATOM",
+ "symbol": "qATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqatom",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqregen",
+ ],
+ "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qregen",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked REGEN",
+ "display": "qregen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ },
+ "name": "Quicksilver Liquid Staked Regen",
+ "symbol": "qREGEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqregen",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqosmo",
+ ],
+ "denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked OSMO",
+ "display": "qosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ },
+ "name": "Quicksilver Liquid Staked OSMO",
+ "symbol": "qOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqosmo",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsomm",
+ ],
+ "denom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsomm",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SOMM",
+ "display": "qsomm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ },
+ "name": "Quicksilver Liquid Staked SOMM",
+ "symbol": "qSOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsomm",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqjuno",
+ ],
+ "denom": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qjuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked JUNO",
+ "display": "qjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ },
+ "name": "Quicksilver Liquid Staked JUNO",
+ "symbol": "qJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqjuno",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aqdydx",
+ ],
+ "denom": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked DYDX",
+ "display": "qdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ },
+ "name": "Quicksilver Liquid Staked DYDX",
+ "symbol": "qDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "aqdydx",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsaga",
+ ],
+ "denom": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsaga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SAGA",
+ "display": "qsaga",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ "theme": {
+ "primaryColorHex": "#f9924b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ },
+ "name": "Quicksilver Liquid Staked SAGA",
+ "symbol": "qSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsaga",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqbld",
+ ],
+ "denom": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qbld",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked BLD",
+ "display": "qbld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ },
+ "name": "Quicksilver Liquid Staked BLD",
+ "symbol": "qBLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqbld",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ ],
+ "denom": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Noble USDC via dYdX Protocol",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "name": "Noble USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "coingeckoId": "qwoyn",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqwoyn",
+ ],
+ "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "exponent": 0,
+ },
+ {
+ "denom": "qwoyn",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native governance token for Qwoyn Network",
+ "display": "qwoyn",
+ "extendedDescription": "The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "theme": {
+ "primaryColorHex": "#04e4fc",
+ },
+ },
+ ],
+ "keywords": [
+ "gaming",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ },
+ "name": "Qwoyn Network",
+ "socials": {
+ "twitter": "https://twitter.com/Qwoyn_Studios",
+ "website": "https://qwoyn.studio",
+ },
+ "symbol": "QWOYN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-880",
+ },
+ "counterparty": {
+ "base_denom": "uqwoyn",
+ "chain_name": "qwoyn",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "coingeckoId": "realio-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ario",
+ ],
+ "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rio",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native currency of the Realio Network.",
+ "display": "rio",
+ "extendedDescription": "An interoperable Layer-1 multi-chain Web3 ecosystem focused on the issuance and management of digitally native real-world assets (RWAs). Its design is fully open-source, permissionless, and purpose-built.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ },
+ "name": "Realio Network",
+ "socials": {
+ "twitter": "https://x.com/realio_network",
+ "website": "https://realio.network/",
+ },
+ "symbol": "RIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1424",
+ },
+ "counterparty": {
+ "base_denom": "ario",
+ "chain_name": "realio",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arst",
+ ],
+ "denom": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "exponent": 0,
+ },
+ {
+ "denom": "rst",
+ "exponent": 18,
+ },
+ ],
+ "description": "A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.",
+ "display": "rst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "theme": {
+ "primaryColorHex": "#e0e0e0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ },
+ "name": "Realio Security Token",
+ "symbol": "RST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1424",
+ },
+ "counterparty": {
+ "base_denom": "arst",
+ "chain_name": "realio",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "coingeckoId": "rebus",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arebus",
+ ],
+ "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "exponent": 0,
+ },
+ {
+ "denom": "rebus",
+ "exponent": 18,
+ },
+ ],
+ "description": "REBUS, the native coin of the Rebus chain.",
+ "display": "rebus",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "theme": {
+ "primaryColorHex": "#e75486",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ },
+ "name": "Rebus",
+ "symbol": "REBUS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-355",
+ },
+ "counterparty": {
+ "base_denom": "arebus",
+ "chain_name": "rebus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "coingeckoId": "regen",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uregen",
+ ],
+ "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "exponent": 0,
+ },
+ {
+ "denom": "regen",
+ "exponent": 6,
+ },
+ ],
+ "description": "REGEN coin is the token for the Regen Network Platform",
+ "display": "regen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "theme": {
+ "primaryColorHex": "#56b790",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ },
+ "name": "Regen Network",
+ "socials": {
+ "twitter": "https://twitter.com/regen_network",
+ "website": "https://www.regen.network/",
+ },
+ "symbol": "REGEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8",
+ },
+ "counterparty": {
+ "base_denom": "uregen",
+ "chain_name": "regen",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "coingeckoId": "toucan-protocol-nature-carbon-tonne",
+ "denomUnits": [
+ {
+ "aliases": [
+ "eco.uC.NCT",
+ ],
+ "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "exponent": 0,
+ },
+ {
+ "denom": "nct",
+ "exponent": 6,
+ },
+ ],
+ "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
+ "display": "nct",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "theme": {
+ "primaryColorHex": "#171c25",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ },
+ "name": "Nature Carbon Ton",
+ "symbol": "NCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8",
+ },
+ "counterparty": {
+ "base_denom": "eco.uC.NCT",
+ "chain_name": "regen",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "coingeckoId": "rizon",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uatolo",
+ ],
+ "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "exponent": 0,
+ },
+ {
+ "denom": "atolo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of Rizon Chain",
+ "display": "atolo",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2b1c54",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Rizon Chain",
+ "socials": {
+ "twitter": "https://twitter.com/hdac_rizon",
+ "website": "https://rizon.world/",
+ },
+ "symbol": "ATOLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-221",
+ },
+ "counterparty": {
+ "base_denom": "uatolo",
+ "chain_name": "rizon",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "coingeckoId": "router-protocol-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "route",
+ ],
+ "denom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROUTE",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Router Chain",
+ "display": "ROUTE",
+ "extendedDescription": "Router Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ "theme": {
+ "primaryColorHex": "#cb0766",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ },
+ "name": "Router Chain",
+ "socials": {
+ "twitter": "https://x.com/routerprotocol",
+ "website": "https://www.routerprotocol.com/",
+ },
+ "symbol": "ROUTE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79180",
+ },
+ "counterparty": {
+ "base_denom": "route",
+ "chain_name": "routerchain",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "coingeckoId": "saga-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usaga",
+ ],
+ "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "saga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.",
+ "display": "saga",
+ "extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
+
+Saga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ "theme": {
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ },
+ "name": "Saga",
+ "socials": {
+ "twitter": "https://twitter.com/Sagaxyz__",
+ "website": "https://www.saga.xyz/",
+ },
+ "symbol": "SAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-38946",
+ },
+ "counterparty": {
+ "base_denom": "usaga",
+ "chain_name": "saga",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "coingeckoId": "scorum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nscr",
+ ],
+ "denom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "exponent": 0,
+ },
+ {
+ "denom": "scr",
+ "exponent": 9,
+ },
+ ],
+ "description": "The native token of Scorum",
+ "display": "scr",
+ "extendedDescription": "Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "theme": {
+ "primaryColorHex": "#0bc47e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ },
+ "name": "Scorum",
+ "socials": {
+ "twitter": "https://twitter.com/scorum_en",
+ "website": "https://scorum.network",
+ },
+ "symbol": "SCR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20100",
+ },
+ "counterparty": {
+ "base_denom": "nscr",
+ "chain_name": "scorum",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "denomUnits": [
+ {
+ "aliases": [
+ "gas",
+ ],
+ "denom": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "exponent": 0,
+ },
+ ],
+ "description": "Virtual(non-transferable) coin used to pay gas",
+ "display": "gas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "theme": {
+ "primaryColorHex": "#555555",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ },
+ "name": "GAS",
+ "symbol": "GAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20100",
+ },
+ "counterparty": {
+ "base_denom": "gas",
+ "chain_name": "scorum",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "coingeckoId": "secret",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uscrt",
+ ],
+ "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.",
+ "display": "scrt",
+ "extendedDescription": "Secret Network is a blockchain platform that focuses on privacy and security by enabling private smart contracts, known as Secret Contracts. These contracts allow developers to create decentralized applications (dApps) that can utilize sensitive data without exposing it on the blockchain. By incorporating privacy-preserving technologies, Secret Network ensures that data remains confidential while still enabling complex computations and interactions. The native token, SCRT, is used for transaction fees, staking, and governance, empowering users to participate in the network's operations and decision-making processes. Secret Network aims to enhance the privacy and functionality of blockchain applications, making it suitable for use cases where data confidentiality is paramount.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "socials": {
+ "twitter": "https://twitter.com/SecretNetwork",
+ "website": "https://scrt.network/",
+ },
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-88",
+ },
+ "counterparty": {
+ "base_denom": "uscrt",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "coingeckoId": "seda-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aseda",
+ ],
+ "denom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "seda",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of SEDA Chain.",
+ "display": "seda",
+ "extendedDescription": "SEDA is a standard for modular data transport and querying. Any data type, for all networks.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ "theme": {
+ "primaryColorHex": "#8178d1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ },
+ "name": "Seda",
+ "socials": {
+ "twitter": "https://twitter.com/sedaprotocol",
+ "website": "https://www.seda.xyz/",
+ },
+ "symbol": "SEDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75016",
+ },
+ "counterparty": {
+ "base_denom": "aseda",
+ "chain_name": "seda",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "coingeckoId": "sei-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usei",
+ ],
+ "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "exponent": 0,
+ },
+ {
+ "denom": "sei",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.",
+ "display": "sei",
+ "extendedDescription": "Sei is a layer-1 blockchain designed specifically for trading applications, offering a high-performance environment for decentralized exchanges (DEXs). It focuses on providing high throughput, low latency, and efficient order execution. Sei's architecture includes features like parallel processing and a unique consensus mechanism to achieve fast and reliable transaction processing. The native token, SEI, is used for transaction fees, staking, and governance within the network. Sei aims to create an optimal infrastructure for trading, addressing the needs of traders and developers in the DeFi space.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "theme": {
+ "primaryColorHex": "#9c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ },
+ "name": "Sei",
+ "socials": {
+ "twitter": "https://twitter.com/SeiNetwork",
+ "website": "https://www.sei.io/",
+ },
+ "symbol": "SEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "usei",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
+ "base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ ],
+ "denom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "exponent": 0,
+ },
+ {
+ "denom": "oin",
+ "exponent": 6,
+ },
+ ],
+ "description": "OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.",
+ "display": "oin",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "theme": {
+ "primaryColorHex": "#6cdbac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ },
+ "name": "OIN STORE OF VALUE",
+ "symbol": "OIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ ],
+ "denom": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampSEI",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked SEI",
+ "display": "ampSEI",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ },
+ "name": "ERIS Amplified SEI",
+ "symbol": "ampSEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ ],
+ "denom": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "exponent": 0,
+ },
+ {
+ "denom": "popeye",
+ "exponent": 6,
+ },
+ ],
+ "description": "Popeye the Seilor",
+ "display": "popeye",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "theme": {
+ "primaryColorHex": "#04040a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ },
+ "name": "Popeye",
+ "symbol": "POPEYE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ ],
+ "denom": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "exponent": 0,
+ },
+ {
+ "denom": "sensei",
+ "exponent": 6,
+ },
+ ],
+ "description": "A wise dog and a marshal arts master",
+ "display": "sensei",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "theme": {
+ "primaryColorHex": "#d4d0c7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ },
+ "name": "Sensei Dog",
+ "symbol": "SENSEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
+ ],
+ "denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "address": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ ],
+ "denom": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "oozaru",
+ "exponent": 6,
+ },
+ ],
+ "description": "OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series",
+ "display": "oozaru",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "theme": {
+ "primaryColorHex": "#2b1619",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ },
+ "name": "Oozaru",
+ "symbol": "OOZARU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ ],
+ "denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "coingeckoId": "self-chain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uslf",
+ ],
+ "denom": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "exponent": 0,
+ },
+ {
+ "denom": "slf",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Self Chain.",
+ "display": "slf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ "theme": {
+ "primaryColorHex": "#9454f1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ },
+ "name": "Self",
+ "socials": {
+ "twitter": "https://x.com/selfchainxyz",
+ "website": "https://selfchain.xyz",
+ },
+ "symbol": "SLF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78292",
+ },
+ "counterparty": {
+ "base_denom": "uslf",
+ "chain_name": "self",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "coingeckoId": "sentinel",
+ "denomUnits": [
+ {
+ "aliases": [
+ "udvpn",
+ ],
+ "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "exponent": 0,
+ },
+ {
+ "denom": "dvpn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.",
+ "display": "dvpn",
+ "extendedDescription": "Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel's native token, DVPN, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "theme": {
+ "primaryColorHex": "#10a7ef",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ },
+ "name": "Sentinel",
+ "socials": {
+ "twitter": "https://x.com/SentinelDVPN",
+ "website": "https://www.sentinel.co/",
+ },
+ "symbol": "DVPN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-2",
+ },
+ "counterparty": {
+ "base_denom": "udvpn",
+ "chain_name": "sentinel",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "coingeckoId": "six-sigma",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usge",
+ ],
+ "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "exponent": 0,
+ },
+ {
+ "denom": "sge",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of SGE Network",
+ "display": "sge",
+ "extendedDescription": "The Sports, Gaming, and Entertainment Network (SGE Network) is a Cosmos SDK-based layer-1 blockchain that uses its own native utility token (SGE Token). The SGE Network leverages the modular components, blockchain interoperability and minimal gas fees of the Cosmos-based design to support applications at the intersection of blockchain, sports, gaming and entertainment that are pioneering novel ways of engaging users with a UX, value proposition and utility never before seen in the space.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "circle": false,
+ "primaryColorHex": "#C0A15B",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ },
+ "name": "SGE",
+ "socials": {
+ "twitter": "https://x.com/sge_network",
+ "website": "https://sgenetwork.io/",
+ },
+ "symbol": "SGE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5485",
+ },
+ "counterparty": {
+ "base_denom": "usge",
+ "chain_name": "sge",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "coingeckoId": "shareledger",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nshr",
+ ],
+ "denom": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "exponent": 0,
+ },
+ {
+ "denom": "shr",
+ "exponent": 9,
+ },
+ ],
+ "description": "The native token of Shareledger",
+ "display": "shr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "theme": {
+ "primaryColorHex": "#1c2474",
+ },
+ },
+ ],
+ "keywords": [
+ "id",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ },
+ "name": "Shareledger",
+ "symbol": "SHR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-647",
+ },
+ "counterparty": {
+ "base_denom": "nshr",
+ "chain_name": "shareledger",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "coingeckoId": "certik",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uctk",
+ ],
+ "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctk",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Shentu",
+ "display": "ctk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "theme": {
+ "primaryColorHex": "#e4ac4c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ },
+ "name": "Shentu",
+ "symbol": "CTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-146",
+ },
+ "counterparty": {
+ "base_denom": "uctk",
+ "chain_name": "shentu",
+ "channel_id": "channel-8",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "coingeckoId": "shido-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "shido",
+ ],
+ "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "SHIDO",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native EVM and Wasm, governance and staking token of the Shido Chain",
+ "display": "SHIDO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "theme": {
+ "primaryColorHex": "#046ffc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ },
+ "name": "Shido",
+ "socials": {
+ "twitter": "https://twitter.com/ShidoGlobal",
+ "website": "https://shido.io/",
+ },
+ "symbol": "SHIDO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-73755",
+ },
+ "counterparty": {
+ "base_denom": "shido",
+ "chain_name": "shido",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "coingeckoId": "sifchain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "rowan",
+ ],
+ "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROWAN",
+ "exponent": 18,
+ },
+ ],
+ "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",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#be9926",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Sifchain Rowan",
+ "symbol": "ROWAN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-47",
+ },
+ "counterparty": {
+ "base_denom": "rowan",
+ "chain_name": "sifchain",
+ "channel_id": "channel-17",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "coingeckoId": "sommelier",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usomm",
+ ],
+ "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisomm",
+ ],
+ "denom": "msomm",
+ "exponent": 3,
+ },
+ {
+ "denom": "somm",
+ "exponent": 6,
+ },
+ ],
+ "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
+ "display": "somm",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#f36353",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Sommelier",
+ "socials": {
+ "twitter": "https://twitter.com/sommfinance",
+ "website": "https://www.sommelier.finance/",
+ },
+ "symbol": "SOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-165",
+ },
+ "counterparty": {
+ "base_denom": "usomm",
+ "chain_name": "sommelier",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "coingeckoId": "source",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usource",
+ ],
+ "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "exponent": 0,
+ },
+ {
+ "denom": "source",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of SOURCE Chain",
+ "display": "source",
+ "extendedDescription": "Enterprises, developers, and individuals are empowered to use SOURCE's sustainable and value backed network to easily access, build, and integrate web3 applications and services.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "theme": {
+ "primaryColorHex": "#39a5fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ },
+ "name": "Source",
+ "socials": {
+ "twitter": "https://twitter.com/sourceprotocol_",
+ "website": "https://www.sourceprotocol.io/",
+ },
+ "symbol": "SOURCE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8945",
+ },
+ "counterparty": {
+ "base_denom": "usource",
+ "chain_name": "source",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ ],
+ "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "exponent": 0,
+ },
+ {
+ "denom": "srcx",
+ "exponent": 9,
+ },
+ ],
+ "description": "Source Protocol's SRCX Token Bridged from BNB Through Planq",
+ "display": "srcx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ },
+ "name": "SRCX",
+ "symbol": "SRCX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8945",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ "chain_name": "source",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "coingeckoId": "stafi",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ufis",
+ ],
+ "denom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "exponent": 0,
+ },
+ {
+ "denom": "fis",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the StaFi Hub.",
+ "display": "fis",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ },
+ "name": "FIS",
+ "symbol": "FIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "ufis",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uratom",
+ ],
+ "denom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ratom",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked ATOMs",
+ "display": "ratom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ },
+ "name": "rATOM",
+ "symbol": "rATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "uratom",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uriris",
+ ],
+ "denom": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "riris",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked IRISs",
+ "display": "riris",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ },
+ "name": "rIRIS",
+ "symbol": "rIRIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "uriris",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "denomUnits": [
+ {
+ "aliases": [
+ "urhuahua",
+ ],
+ "denom": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "exponent": 0,
+ },
+ {
+ "denom": "rhuahua",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked HUAHUAs",
+ "display": "rhuahua",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ },
+ "name": "rHUAHUA",
+ "symbol": "rHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "urhuahua",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "urswth",
+ ],
+ "denom": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "exponent": 0,
+ },
+ {
+ "denom": "rswth",
+ "exponent": 8,
+ },
+ ],
+ "description": "A liquid staking representation of staked SWTHs",
+ "display": "rswth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ },
+ "name": "rSWTH",
+ "symbol": "rSWTH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "urswth",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "coingeckoId": "stargaze",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustars",
+ ],
+ "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.",
+ "display": "stars",
+ "extendedDescription": "Stargaze is an innovative platform in the Cosmos ecosystem focused on NFTs. It provides a decentralized space where creators can mint, trade, and manage their NFTs with ease. The platform's decentralized nature ensures that creators retain full control over their digital assets, enhancing security and ownership rights. Stargaze's user-friendly interface and robust infrastructure make it an ideal choice for artists and collectors looking to engage with NFTs in a decentralized manner.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "Stargaze",
+ "socials": {
+ "twitter": "https://twitter.com/StargazeZone",
+ "website": "https://www.stargaze.zone/",
+ },
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ustars",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ ],
+ "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "exponent": 0,
+ },
+ {
+ "denom": "strdst",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of ohhNFT.",
+ "display": "strdst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "theme": {
+ "primaryColorHex": "#c9720c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ },
+ "name": "Stardust STRDST",
+ "symbol": "STRDST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ ],
+ "denom": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "exponent": 0,
+ },
+ {
+ "denom": "GAZE",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native meme token of stargaze.",
+ "display": "GAZE",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "theme": {
+ "primaryColorHex": "#b3a584",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ },
+ "name": "Gaze GAZE",
+ "symbol": "GAZE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ ],
+ "denom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "exponent": 0,
+ },
+ {
+ "denom": "BRNCH",
+ "exponent": 6,
+ },
+ ],
+ "description": "ohhNFT LP token.",
+ "display": "BRNCH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "theme": {
+ "primaryColorHex": "#70372a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ },
+ "name": "Branch",
+ "symbol": "BRNCH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ ],
+ "denom": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "exponent": 0,
+ },
+ {
+ "denom": "OHH",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social token for the ohhVAULT.",
+ "display": "OHH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "theme": {
+ "primaryColorHex": "#dcc0c2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ },
+ "name": "ohhVAULT ohh",
+ "symbol": "OHH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ ],
+ "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "exponent": 0,
+ },
+ {
+ "denom": "sneaky",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native coin of Sneaky Productions.",
+ "display": "sneaky",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "theme": {
+ "primaryColorHex": "#fbcaca",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ },
+ "name": "Sneaky Productions",
+ "symbol": "SNEAKY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ ],
+ "denom": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "exponent": 0,
+ },
+ {
+ "denom": "LAB",
+ "exponent": 6,
+ },
+ ],
+ "description": "LAB - Everything is an Experiment",
+ "display": "LAB",
+ "extendedDescription": "LAB - Everything is an Experiment
+
+Use 10 $LAB tokens to mint 1 Mad Scientist NFT on Backbone Labs Osmosis Launchpad. You will then be able to trade your NFTs on the marketplace. You can also choose to hold onto your $LAB tokens as unrevealed NFTs and trade it.
+
+ Fair Launch: The event was marked by the absence of whitelists (WLs), no bots and no lock, ensuring an equitable opportunity for all interested parties.
+
+Preparation for the Launch: Participants were given a 52.91-hour window to deposit $OSMO into a pool on Streamswap.
+
+The Swap Process: After the initial deposit period, $OSMO was converted into $LAB tokens over an additional hour, allowing for a smooth transition and fair distribution.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "theme": {
+ "primaryColorHex": "#bcdd76",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ },
+ "name": "LAB",
+ "symbol": "LAB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ ],
+ "denom": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "CDT",
+ "exponent": 6,
+ },
+ ],
+ "description": "CDT - Membrane's solvency preserving stablecoin",
+ "display": "CDT",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg",
+ },
+ ],
+ "name": "CDT",
+ "symbol": "CDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ ],
+ "denom": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "exponent": 0,
+ },
+ {
+ "denom": "MBRN",
+ "exponent": 6,
+ },
+ ],
+ "description": "MBRN - Membrane's network token",
+ "display": "MBRN",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg",
+ },
+ ],
+ "name": "MBRN",
+ "symbol": "MBRN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ ],
+ "denom": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ ],
+ "denom": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLEB",
+ "exponent": 6,
+ },
+ ],
+ "description": "PLEB",
+ "display": "PLEB",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ "name": "PLEB",
+ "symbol": "PLEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ ],
+ "denom": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "KINGSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "KINGSHIT",
+ "display": "KINGSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ "name": "KINGSHIT",
+ "symbol": "KINGSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ ],
+ "denom": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "exponent": 0,
+ },
+ {
+ "denom": "BOTZ",
+ "exponent": 6,
+ },
+ ],
+ "description": "BOTZ",
+ "display": "BOTZ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ "name": "BOTZ",
+ "symbol": "BOTZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ ],
+ "denom": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "COCKS",
+ "exponent": 6,
+ },
+ ],
+ "description": "COCKS",
+ "display": "COCKS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ "name": "COCKS",
+ "symbol": "COCKS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ ],
+ "denom": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "exponent": 0,
+ },
+ {
+ "denom": "XTRUMP",
+ "exponent": 6,
+ },
+ ],
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ },
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ ],
+ "denom": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOLFSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "WOLFSHIT",
+ "display": "WOLFSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ "name": "WOLFSHIT",
+ "symbol": "WOLFSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ ],
+ "denom": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "exponent": 0,
+ },
+ {
+ "denom": "VLT",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of the Underworld.",
+ "display": "VLT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ "name": "VLT",
+ "symbol": "VAULT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ ],
+ "denom": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglSTARS",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend STARS",
+ "display": "bglSTARS",
+ "extendedDescription": "bglSTARS (Bonded GopLend STARS) is issued in exchange for STARS for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ "name": "bglSTARS",
+ "symbol": "bglSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ ],
+ "denom": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglUSDC",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend USDC",
+ "display": "bglUSDC",
+ "extendedDescription": "bglUSDC (Bonded GopLend USDC) is issued in exchange for USDC for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ "name": "bglUSDC",
+ "symbol": "bglUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "coingeckoId": "starname",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uiov",
+ ],
+ "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "iov",
+ "exponent": 6,
+ },
+ ],
+ "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
+ "display": "iov",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5c64b4",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Starname",
+ "socials": {
+ "twitter": "https://twitter.com/starname_me",
+ "website": "https://app.starname.me/",
+ },
+ "symbol": "IOV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-15",
+ },
+ "counterparty": {
+ "base_denom": "uiov",
+ "chain_name": "starname",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "coingeckoId": "stratos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "wei",
+ ],
+ "denom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "exponent": 0,
+ },
+ {
+ "denom": "gwei",
+ "exponent": 9,
+ },
+ {
+ "denom": "stos",
+ "exponent": 18,
+ },
+ ],
+ "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain",
+ "display": "stos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ "theme": {
+ "primaryColorHex": "#04847c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ },
+ "name": "Stratos",
+ "symbol": "STOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-81016",
+ },
+ "counterparty": {
+ "base_denom": "wei",
+ "chain_name": "stratos",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "coingeckoId": "stride",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustrd",
+ ],
+ "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "exponent": 0,
+ },
+ {
+ "denom": "strd",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.",
+ "display": "strd",
+ "extendedDescription": "Stride is a blockchain ("zone") that provides liquidity for staked tokens within the Cosmos ecosystem. Users can liquid stake their tokens from any Cosmos chain using Stride, earning staking and DeFi yields across the Cosmos IBC ecosystem. When users stake their tokens with Stride, they receive stTokens, which can be traded or redeemed at any time. Stride's liquid staking derivatives allow users to retain liquidity while earning staking rewards, supporting various IBC-compatible chains and promoting broader DeFi participation. The native token, STRD, is used for governance and securing the network.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ },
+ "name": "Stride",
+ "socials": {
+ "twitter": "https://twitter.com/stride_zone",
+ "website": "https://stride.zone/",
+ },
+ "symbol": "STRD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ustrd",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "coingeckoId": "stride-staked-atom",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuatom",
+ ],
+ "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "exponent": 0,
+ },
+ {
+ "denom": "statom",
+ "exponent": 6,
+ },
+ ],
+ "display": "statom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ },
+ "name": "Stride Staked ATOM",
+ "symbol": "stATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuatom",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "coingeckoId": "stride-staked-stars",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stustars",
+ ],
+ "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ststars",
+ "exponent": 6,
+ },
+ ],
+ "display": "ststars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ },
+ "name": "Stride Staked STARS",
+ "symbol": "stSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stustars",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "coingeckoId": "stride-staked-osmo",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuosmo",
+ ],
+ "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "stosmo",
+ "exponent": 6,
+ },
+ ],
+ "display": "stosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ },
+ "name": "Stride Staked OSMO",
+ "symbol": "stOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuosmo",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "coingeckoId": "stride-staked-juno",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stujuno",
+ ],
+ "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "stjuno",
+ "exponent": 6,
+ },
+ ],
+ "display": "stjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ },
+ "name": "Stride Staked JUNO",
+ "symbol": "stJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stujuno",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "coingeckoId": "stride-staked-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuluna",
+ ],
+ "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "exponent": 0,
+ },
+ {
+ "denom": "stluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "stluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ },
+ "name": "Stride Staked LUNA",
+ "symbol": "stLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuluna",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stinj",
+ ],
+ "denom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "exponent": 0,
+ },
+ {
+ "denom": "stINJ",
+ "exponent": 18,
+ },
+ ],
+ "display": "stINJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ },
+ "name": "Stride Staked INJ",
+ "symbol": "stINJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stinj",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "coingeckoId": "stride-staked-evmos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staevmos",
+ ],
+ "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "exponent": 0,
+ },
+ {
+ "denom": "stevmos",
+ "exponent": 18,
+ },
+ ],
+ "display": "stevmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ },
+ "name": "Stride Staked EVMOS",
+ "symbol": "stEVMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staevmos",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stadydx",
+ ],
+ "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYDX",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ },
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stadydx",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stutia",
+ ],
+ "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "exponent": 0,
+ },
+ {
+ "denom": "stTIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ },
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stutia",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stadym",
+ ],
+ "denom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYM",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYM",
+ "display": "stDYM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ },
+ "name": "Stride Staked DYM",
+ "symbol": "stDYM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stadym",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "coingeckoId": "stride-staked-umee",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuumee",
+ ],
+ "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stumee",
+ "exponent": 6,
+ },
+ ],
+ "display": "stumee",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "theme": {
+ "primaryColorHex": "#fbd9e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ },
+ "name": "Stride Staked UMEE",
+ "symbol": "stUMEE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuumee",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stucmdx",
+ ],
+ "denom": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "exponent": 0,
+ },
+ {
+ "denom": "stcmdx",
+ "exponent": 6,
+ },
+ ],
+ "display": "stcmdx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ },
+ "name": "Stride Staked CMDX",
+ "symbol": "stCMDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stucmdx",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "coingeckoId": "stride-staked-sommelier",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stusomm",
+ ],
+ "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stsomm",
+ "exponent": 6,
+ },
+ ],
+ "display": "stsomm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ },
+ "name": "Stride Staked SOMM",
+ "symbol": "stSOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stusomm",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stusaga",
+ ],
+ "denom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stSAGA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked SAGA",
+ "display": "stSAGA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ },
+ "name": "Stride Staked SAGA",
+ "symbol": "stSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stusaga",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ ],
+ "denom": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "exponent": 0,
+ },
+ {
+ "denom": "TIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Celestia",
+ "display": "TIA",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Celestia",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "coingeckoId": "stride-staked-islm",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staISLM",
+ ],
+ "denom": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stISLM",
+ "exponent": 18,
+ },
+ ],
+ "display": "stISLM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ },
+ "name": "Stride Staked ISLM",
+ "symbol": "stISLM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staISLM",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuband",
+ ],
+ "denom": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "exponent": 0,
+ },
+ {
+ "denom": "stBAND",
+ "exponent": 6,
+ },
+ ],
+ "display": "stBAND",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ },
+ "name": "Stride Staked BAND",
+ "symbol": "stBAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuband",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "coingeckoId": "teritori",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utori",
+ ],
+ "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "exponent": 0,
+ },
+ {
+ "denom": "tori",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Teritori",
+ "display": "tori",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ },
+ "name": "Teritori",
+ "symbol": "TORI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "utori",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "coingeckoId": "osmosis",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ ],
+ "denom": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "keywords": [
+ "dex",
+ "staking",
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ ],
+ "denom": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "coingeckoId": "kujira",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ ],
+ "denom": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "kuji",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Kujira chain.",
+ "display": "kuji",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ukuji",
+ "chainName": "kujira",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ },
+ "name": "Kujira",
+ "symbol": "KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ ],
+ "denom": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USD Coin",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ ],
+ "denom": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Secret chain.",
+ "display": "scrt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "coingeckoId": "terra-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uluna",
+ ],
+ "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliluna",
+ ],
+ "denom": "mluna",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "lunc",
+ ],
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Terra Classic is the original blockchain platform that powered the UST stablecoin and LUNA token before the launch of Terra 2.0, focusing on stablecoins and DeFi applications.",
+ "display": "luna",
+ "extendedDescription": "Terra Classic was designed to create a decentralized financial infrastructure using algorithmic stablecoins like UST, which were pegged to various fiat currencies. The platform's native token, LUNA, played a crucial role in stabilizing the stablecoins through a mint-and-burn mechanism. Despite facing significant challenges, Terra Classic paved the way for Terra 2.0, which aims to rebuild and improve upon the original vision. Terra Classic continues to operate with a focus on supporting decentralized finance (DeFi) applications and stablecoin solutions.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#fcdb5b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Luna Classic",
+ "symbol": "LUNC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uluna",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "coingeckoId": "terrausd",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uusd",
+ ],
+ "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliusd",
+ ],
+ "denom": "musd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "ustc",
+ ],
+ "denom": "ust",
+ "exponent": 6,
+ },
+ ],
+ "description": "The USD stablecoin of Terra Classic.",
+ "display": "ust",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f2",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicUSD",
+ "symbol": "USTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uusd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ukrw",
+ ],
+ "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millikrw",
+ ],
+ "denom": "mkrw",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "krtc",
+ ],
+ "denom": "krt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The KRW stablecoin of Terra Classic.",
+ "display": "krt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b83e0",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicKRW",
+ "symbol": "KRTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ukrw",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uaud",
+ ],
+ "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliaud",
+ ],
+ "denom": "maud",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "autc",
+ ],
+ "denom": "aut",
+ "exponent": 6,
+ },
+ ],
+ "description": "The AUD stablecoin of Terra Classic.",
+ "display": "aut",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5981d7",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicAUD",
+ "symbol": "AUTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uaud",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ucad",
+ ],
+ "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millicad",
+ ],
+ "denom": "mcad",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "catc",
+ ],
+ "denom": "cat",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CAD stablecoin of Terra Classic.",
+ "display": "cat",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#de725b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCAD",
+ "symbol": "CATC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ucad",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uchf",
+ ],
+ "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millichf",
+ ],
+ "denom": "mchf",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "chtc",
+ ],
+ "denom": "cht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CHF stablecoin of Terra Classic.",
+ "display": "cht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#c95c41",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCHF",
+ "symbol": "CHTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uchf",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ucny",
+ ],
+ "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millicny",
+ ],
+ "denom": "mcny",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "cntc",
+ ],
+ "denom": "cnt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CNY stablecoin of Terra Classic.",
+ "display": "cnt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#d3684c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCNY",
+ "symbol": "CNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ucny",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "udkk",
+ ],
+ "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millidkk",
+ ],
+ "denom": "mdkk",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "dktc",
+ ],
+ "denom": "dkt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The DKK stablecoin of Terra Classic.",
+ "display": "dkt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#db300a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicDKK",
+ "symbol": "DKTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "udkk",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ueur",
+ ],
+ "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millieur",
+ ],
+ "denom": "meur",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "eutc",
+ ],
+ "denom": "eut",
+ "exponent": 6,
+ },
+ ],
+ "description": "The EUR stablecoin of Terra Classic.",
+ "display": "eut",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#1535b2",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicEUR",
+ "symbol": "EUTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ueur",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ugbp",
+ ],
+ "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milligbp",
+ ],
+ "denom": "mgbp",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "gbtc",
+ ],
+ "denom": "gbt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The GBP stablecoin of Terra Classic.",
+ "display": "gbt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#d49b9c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicGBP",
+ "symbol": "GBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ugbp",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uhkd",
+ ],
+ "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millihkd",
+ ],
+ "denom": "mhkd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "hktc",
+ ],
+ "denom": "hkt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The HKD stablecoin of Terra Classic.",
+ "display": "hkt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#dc300a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicHKD",
+ "symbol": "HKTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uhkd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uidr",
+ ],
+ "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliidr",
+ ],
+ "denom": "midr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "idtc",
+ ],
+ "denom": "idt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The IDR stablecoin of Terra Classic.",
+ "display": "idt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicIDR",
+ "symbol": "IDTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uidr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uinr",
+ ],
+ "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliinr",
+ ],
+ "denom": "minr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "intc",
+ ],
+ "denom": "int",
+ "exponent": 6,
+ },
+ ],
+ "description": "The INR stablecoin of Terra Classic.",
+ "display": "int",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b87e6",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicINR",
+ "symbol": "INTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uinr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ujpy",
+ ],
+ "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millijpy",
+ ],
+ "denom": "mjpy",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "jptc",
+ ],
+ "denom": "jpt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The JPY stablecoin of Terra Classic.",
+ "display": "jpt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#cfcfcf",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicJPY",
+ "symbol": "JPTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ujpy",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umnt",
+ ],
+ "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millimnt",
+ ],
+ "denom": "mmnt",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "mntc",
+ ],
+ "denom": "mnt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The MNT stablecoin of Terra Classic.",
+ "display": "mnt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4085f0",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicMNT",
+ "symbol": "MNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "umnt",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umyr",
+ ],
+ "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millimyr",
+ ],
+ "denom": "mmyr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "mytc",
+ ],
+ "denom": "myt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The MYR stablecoin of Terra Classic.",
+ "display": "myt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicMYR",
+ "symbol": "MYTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "umyr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unok",
+ ],
+ "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millinok",
+ ],
+ "denom": "mnok",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "notc",
+ ],
+ "denom": "not",
+ "exponent": 6,
+ },
+ ],
+ "description": "The NOK stablecoin of Terra Classic.",
+ "display": "not",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicNOK",
+ "symbol": "NOTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "unok",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uphp",
+ ],
+ "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliphp",
+ ],
+ "denom": "mphp",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "phtc",
+ ],
+ "denom": "pht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The PHP stablecoin of Terra Classic.",
+ "display": "pht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#e88057",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicPHP",
+ "symbol": "PHTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uphp",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usdr",
+ ],
+ "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisdr",
+ ],
+ "denom": "msdr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "sdtc",
+ ],
+ "denom": "sdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SDR stablecoin of Terra Classic.",
+ "display": "sdt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2fa4f1",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSDR",
+ "symbol": "SDTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usdr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usek",
+ ],
+ "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisek",
+ ],
+ "denom": "msek",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "setc",
+ ],
+ "denom": "set",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SEK stablecoin of Terra Classic.",
+ "display": "set",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2e71e1",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSEK",
+ "symbol": "SETC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usek",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usgd",
+ ],
+ "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisgd",
+ ],
+ "denom": "msgd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "sgtc",
+ ],
+ "denom": "sgt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SGD stablecoin of Terra Classic.",
+ "display": "sgt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4886e7",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSGD",
+ "symbol": "SGTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usgd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uthb",
+ ],
+ "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millithb",
+ ],
+ "denom": "mthb",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "thtc",
+ ],
+ "denom": "tht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The THB stablecoin of Terra Classic.",
+ "display": "tht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicTHB",
+ "symbol": "THTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uthb",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utwd",
+ ],
+ "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millitwd",
+ ],
+ "denom": "mtwd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "twtc",
+ ],
+ "denom": "twt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The TWD stablecoin of Terra Classic.",
+ "display": "twt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicTWD",
+ "symbol": "TWTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "utwd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "coingeckoId": "terra-luna-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uluna",
+ ],
+ "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Terra.",
+ "display": "luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ },
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "uluna",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ ],
+ "denom": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ ],
+ "denom": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampWHALEt",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Alliance Staked ampWHALE on Terra",
+ "display": "ampWHALEt",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ },
+ "name": "ERIS Alliance Staked ampWHALE",
+ "symbol": "ampWHALEt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ ],
+ "denom": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "exponent": 0,
+ },
+ {
+ "denom": "boneWHALEt",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Alliance Staked boneWHALE on Terra",
+ "display": "boneWHALEt",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ },
+ "name": "ERIS Alliance Staked boneWHALE",
+ "symbol": "boneWHALEt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ ],
+ "denom": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampROAR",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Liquid Enterprise Staked ROAR",
+ "display": "ampROAR",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "theme": {
+ "primaryColorHex": "#5b83c3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ },
+ "name": "ERIS Amplified ROAR",
+ "symbol": "ampROAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ ],
+ "denom": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "exponent": 18,
+ },
+ ],
+ "display": "wstETH",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ },
+ "name": "Wrapped Lido Staked Ether",
+ "symbol": "wstETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
+ ],
+ "denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ ],
+ "denom": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rstk",
+ "exponent": 6,
+ },
+ ],
+ "display": "rstk",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ },
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ ],
+ "denom": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "exponent": 0,
+ },
+ {
+ "denom": "MOAR",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Liquid Alliance Staked ampROAR",
+ "display": "MOAR",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "theme": {
+ "primaryColorHex": "#9363b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ },
+ "name": "ERIS MOAR",
+ "symbol": "MOAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ ],
+ "denom": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tether USDt on Terra",
+ "display": "usdt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ },
+ "name": "Tether USDt",
+ "symbol": "USDt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom-luna-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM-LUNA liquidity pool token on URA",
+ "display": "atom-luna-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "ATOM-LUNA LP Token URA",
+ "symbol": "ATOM-LUNA-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna-usdc-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "LUNA-USDC liquidity pool token on URA",
+ "display": "luna-usdc-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "LUNA-USDC LP Token URA",
+ "symbol": "LUNA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna-usdt-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "LUNA-USDT liquidity pool token on URA",
+ "display": "luna-usdt-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "LUNA-USDT LP Token URA",
+ "symbol": "LUNA-USDT-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ ],
+ "denom": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
+ "exponent": 0,
+ },
+ {
+ "denom": "ashLUNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "ashLUNA",
+ "display": "ashLUNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ "theme": {
+ "primaryColorHex": "#66bcf2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ },
+ "name": "ashLUNA",
+ "symbol": "ashLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ ],
+ "denom": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ ],
+ "denom": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
+ "exponent": 0,
+ },
+ {
+ "denom": "COSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ },
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "coingeckoId": "tgrade",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utgd",
+ ],
+ "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tgd",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Tgrade",
+ "display": "tgd",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#a7248a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Tgrade",
+ "symbol": "TGD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-263",
+ },
+ "counterparty": {
+ "base_denom": "utgd",
+ "chain_name": "tgrade",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "coingeckoId": "umee",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uumee",
+ ],
+ "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "exponent": 0,
+ },
+ {
+ "denom": "umee",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Umee",
+ "display": "umee",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "theme": {
+ "primaryColorHex": "#22f2e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ },
+ "name": "Umee",
+ "symbol": "UMEE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-184",
+ },
+ "counterparty": {
+ "base_denom": "uumee",
+ "chain_name": "umee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "coingeckoId": "unification",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nund",
+ ],
+ "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "FUND",
+ "exponent": 9,
+ },
+ ],
+ "description": "Staking and governance coin for the Unification Blockchain",
+ "display": "FUND",
+ "extendedDescription": "Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "theme": {
+ "primaryColorHex": "#2279c0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ },
+ "name": "Unification Network",
+ "socials": {
+ "twitter": "https://twitter.com/UnificationUND",
+ "website": "https://unification.com",
+ },
+ "symbol": "FUND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-382",
+ },
+ "counterparty": {
+ "base_denom": "nund",
+ "chain_name": "unification",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "coingeckoId": "vidulum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uvdl",
+ ],
+ "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "exponent": 0,
+ },
+ {
+ "denom": "vdl",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Vidulum",
+ "display": "vdl",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chainName": "beezee",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
+ {
+ "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",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ },
+ "name": "Vidulum",
+ "symbol": "VDL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-124",
+ },
+ "counterparty": {
+ "base_denom": "uvdl",
+ "chain_name": "vidulum",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "coingeckoId": "xpla",
+ "denomUnits": [
+ {
+ "aliases": [
+ "axpla",
+ ],
+ "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "exponent": 0,
+ },
+ {
+ "denom": "xpla",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native staking token of XPLA.",
+ "display": "xpla",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ },
+ "name": "Xpla",
+ "symbol": "XPLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1634",
+ },
+ "counterparty": {
+ "base_denom": "axpla",
+ "chain_name": "xpla",
+ "channel_id": "channel-9",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "coingeckoId": "medibloc",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umed",
+ ],
+ "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "exponent": 0,
+ },
+ {
+ "denom": "med",
+ "exponent": 6,
+ },
+ ],
+ "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
+ "display": "med",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "theme": {
+ "primaryColorHex": "#2474ec",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ },
+ "name": "MediBloc",
+ "symbol": "MED",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-82",
+ },
+ "counterparty": {
+ "base_denom": "umed",
+ "chain_name": "panacea",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "coingeckoId": "passage",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upasg",
+ ],
+ "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "exponent": 0,
+ },
+ {
+ "denom": "pasg",
+ "exponent": 6,
+ },
+ ],
+ "description": "Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.",
+ "display": "pasg",
+ "extendedDescription": "Passage.io provides a decentralized environment for creating, distributing, and monetizing virtual experiences and content. By leveraging blockchain technology, Passage.io ensures secure ownership and transparent transactions for digital assets. The platform supports a wide range of virtual content, including virtual reality (VR), augmented reality (AR), and other immersive experiences. Users can create and share their content, interact with others, and earn rewards through the platform's native token, PASS. Passage.io aims to revolutionize the virtual content industry by offering a decentralized alternative to traditional content distribution models.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "theme": {
+ "primaryColorHex": "#05050c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ },
+ "name": "Passage",
+ "symbol": "PASG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-2494",
+ },
+ "counterparty": {
+ "base_denom": "upasg",
+ "chain_name": "passage",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "coingeckoId": "persistence",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uxprt",
+ ],
+ "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "exponent": 0,
+ },
+ {
+ "denom": "xprt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.",
+ "display": "xprt",
+ "extendedDescription": "Persistence aims to bridge traditional finance and decentralized finance (DeFi) by enabling the tokenization of real-world assets. The platform supports various financial products, including staking-as-a-service, commodity trading, and debt financing. Persistence leverages the Cosmos SDK for interoperability and scalability, ensuring seamless integration with other blockchain networks. The native token, XPRT, is used for staking, governance, and securing the network. Persistence's mission is to create a decentralized financial ecosystem that brings institutional-grade solutions to the blockchain space.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#E59636",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Persistence",
+ "socials": {
+ "twitter": "https://twitter.com/PersistenceOne",
+ "website": "https://persistence.one/",
+ },
+ "symbol": "XPRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "coingeckoId": "stkatom",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uatom",
+ ],
+ "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked ATOM",
+ "display": "stkatom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ },
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uatom",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ ],
+ "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstake",
+ "exponent": 18,
+ },
+ ],
+ "description": "pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.",
+ "display": "pstake",
+ "extendedDescription": "With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon's Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
+ },
+ ],
+ "keywords": [
+ "canon",
+ ],
+ "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",
+ },
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ ],
+ "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ ],
+ "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tether USDT on Persistence",
+ "display": "usdt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ },
+ "name": "Tether USDT",
+ "symbol": "USDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ ],
+ "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ ],
+ "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "exponent": 0,
+ },
+ {
+ "denom": "dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "dydx staking token",
+ "display": "dydx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "dYdX",
+ "symbol": "DYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "coingeckoId": "pstake-staked-osmo",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uosmo",
+ ],
+ "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/osmo",
+ ],
+ "denom": "stkosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked OSMO",
+ "display": "stkosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "theme": {
+ "primaryColorHex": "#c3343d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ },
+ "name": "PSTAKE staked OSMO",
+ "symbol": "stkOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uosmo",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/adydx",
+ ],
+ "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/dydx",
+ ],
+ "denom": "stkdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked DYDX",
+ "display": "stkdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "theme": {
+ "primaryColorHex": "#c4474e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ },
+ "name": "PSTAKE staked DYDX",
+ "symbol": "stkDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/adydx",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/ustars",
+ ],
+ "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/stars",
+ ],
+ "denom": "stkstars",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked STARS",
+ "display": "stkstars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "theme": {
+ "primaryColorHex": "#070e0e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ },
+ "name": "PSTAKE staked STARS",
+ "symbol": "stkSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/ustars",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ ],
+ "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "display": "stars",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "Stargaze",
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ ],
+ "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "shd",
+ "exponent": 8,
+ },
+ ],
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ },
+ "name": "Shade",
+ "symbol": "SHD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uhuahua",
+ ],
+ "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/huahua",
+ ],
+ "denom": "stkhuahua",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked HUAHUA",
+ "display": "stkhuahua",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "theme": {
+ "primaryColorHex": "#f2cc2f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ },
+ "name": "PSTAKE staked HUAHUA",
+ "symbol": "stkHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uhuahua",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ ],
+ "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "exponent": 0,
+ },
+ {
+ "denom": "huahua",
+ "exponent": 6,
+ },
+ ],
+ "display": "huahua",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uhuahua",
+ "chainName": "chihuahua",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ },
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uxprt",
+ ],
+ "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/xprt",
+ ],
+ "denom": "stkxprt",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked XPRT",
+ "display": "stkxprt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "theme": {
+ "primaryColorHex": "#c3343b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ },
+ "name": "PSTAKE staked XPRT",
+ "symbol": "stkXPRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
+ ],
+ "denom": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
+ "exponent": 0,
+ },
+ {
+ "denom": "wbtc",
+ "exponent": 8,
+ },
+ ],
+ "description": "Wrapped Bitcoin on Persistence",
+ "display": "wbtc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "coingeckoId": "planq",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aplanq",
+ ],
+ "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "exponent": 0,
+ },
+ {
+ "denom": "planq",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ },
+ "name": "Planq",
+ "socials": {
+ "twitter": "https://twitter.com/planqfoundation",
+ "website": "https://planq.network",
+ },
+ "symbol": "PLQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-492",
+ },
+ "counterparty": {
+ "base_denom": "aplanq",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "denomUnits": [
+ {
+ "aliases": [
+ "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ ],
+ "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "exponent": 0,
+ },
+ {
+ "denom": "srcx",
+ "exponent": 9,
+ },
+ ],
+ "description": "The token of Source Protocol bridged from BSC.",
+ "display": "srcx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ },
+ "name": "Source Token",
+ "symbol": "SRCX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-492",
+ },
+ "counterparty": {
+ "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
+ ],
+ "denom": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
+ "exponent": 0,
+ },
+ {
+ "denom": "meme",
+ "exponent": 6,
+ },
+ ],
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "umeme",
+ "chainName": "meme",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "MEME",
+ "symbol": "MEME",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-492",
+ },
+ "counterparty": {
+ "base_denom": "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "coingeckoId": "provenance-blockchain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nhash",
+ ],
+ "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "exponent": 0,
+ },
+ {
+ "denom": "hash",
+ "exponent": 9,
+ },
+ ],
+ "description": "Hash is the staking token of the Provenance Blockchain",
+ "display": "hash",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "theme": {
+ "primaryColorHex": "#4c7cdc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ },
+ "name": "Hash",
+ "symbol": "HASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-222",
+ },
+ "counterparty": {
+ "base_denom": "nhash",
+ "chain_name": "provenance",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upryzm",
+ ],
+ "denom": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
+ "exponent": 0,
+ },
+ {
+ "denom": "pryzm",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of PRYZM",
+ "display": "pryzm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
+ "theme": {
+ "primaryColorHex": "#c6ddf5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
+ },
+ "name": "Pryzm",
+ "symbol": "PRYZM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "upryzm",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
+ ],
+ "denom": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
+ "exponent": 0,
+ },
+ {
+ "denom": "auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "The meme token of PRYZM",
+ "display": "auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
+ "theme": {
+ "primaryColorHex": "#eb536c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
+ },
+ "name": "AUUU",
+ "symbol": "AUUU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
+ "coingeckoId": "cosmos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ ],
+ "denom": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Cosmos Hub",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
+ "coingeckoId": "injective-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
+ ],
+ "denom": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native staking and governance token of the Injective chain",
+ "display": "INJ",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Injective",
+ "symbol": "INJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
+ "coingeckoId": "osmosis",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ ],
+ "denom": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Osmosis chain",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmo",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
+ "coingeckoId": "celestia",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
+ ],
+ "denom": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
+ "exponent": 0,
+ },
+ {
+ "denom": "tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Celestia chain",
+ "display": "tia",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Tia",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
+ "coingeckoId": "terra-luna-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
+ ],
+ "denom": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Terra chain",
+ "display": "luna",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ },
+ "name": "Luna",
+ "symbol": "LUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
+ "coingeckoId": "usd-coin",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
+ ],
+ "denom": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Circle's USDC on Noble",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
+ "coingeckoId": "axlusdc",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
+ ],
+ "denom": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Circle's USDC on Axelar",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "USDC (Axelar)",
+ "symbol": "USDC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
+ "coingeckoId": "dydx-chain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
+ ],
+ "denom": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
+ "exponent": 0,
+ },
+ {
+ "denom": "dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native staking and governance token of the dYdX chain",
+ "display": "dydx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "dYdX",
+ "symbol": "DYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
+ ],
+ "denom": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
+ "exponent": 0,
+ },
+ {
+ "denom": "stTIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stutia",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ },
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
+ ],
+ "denom": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYDX",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stadydx",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ },
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
+ ],
+ "denom": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
+ "exponent": 0,
+ },
+ {
+ "denom": "dATOM",
+ "exponent": 6,
+ },
+ ],
+ "description": "Drop Protocol's liquid staked ATOM",
+ "display": "dATOM",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ "name": "dATOM",
+ "symbol": "dATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:uatom",
+ ],
+ "denom": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "catom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for ATOM",
+ "display": "catom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
+ },
+ "name": "cAtom",
+ "symbol": "cATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:inj",
+ ],
+ "denom": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cINJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for INJ",
+ "display": "cINJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
+ },
+ "name": "cInj",
+ "symbol": "cINJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:uosmo",
+ ],
+ "denom": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for OSMO",
+ "display": "cosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
+ },
+ "name": "cOsmo",
+ "symbol": "cOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:uluna",
+ ],
+ "denom": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "cluna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for LUNA",
+ "display": "cluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
+ },
+ "name": "cLuna",
+ "symbol": "cLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
+ ],
+ "denom": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "cauuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for AUUU",
+ "display": "cauuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
+ },
+ "name": "cAuuu",
+ "symbol": "cAUUU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:utia",
+ ],
+ "denom": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for TIA",
+ "display": "ctia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
+ },
+ "name": "cTia",
+ "symbol": "cTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uatom:30Sep2024",
+ ],
+ "denom": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 30Sep2024",
+ "display": "pATOM30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (30Sep2024)",
+ "symbol": "pATOM-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uatom:31Dec2024",
+ ],
+ "denom": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2024",
+ "display": "pATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (31Dec2024)",
+ "symbol": "pATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uatom:31Dec2025",
+ ],
+ "denom": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2025",
+ "display": "pATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (31Dec2025)",
+ "symbol": "pATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:30Sep2024",
+ ],
+ "denom": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 30Sep2024",
+ "display": "pOSMO30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ "name": "pOsmo (30Sep2024)",
+ "symbol": "pOSMO-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:31Dec2024",
+ ],
+ "denom": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2024",
+ "display": "pOSMO31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ "name": "pOsmo (31Dec2024)",
+ "symbol": "pOSMO-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:31Dec2025",
+ ],
+ "denom": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2025",
+ "display": "pOSMO31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ "name": "pOsmo (31Dec2025)",
+ "symbol": "pOSMO-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:30Sep2024",
+ ],
+ "denom": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 30Sep2024",
+ "display": "pINJ30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (30Sep2024)",
+ "symbol": "pINJ-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:31Dec2024",
+ ],
+ "denom": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2024",
+ "display": "pINJ31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (31Dec2024)",
+ "symbol": "pINJ-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:31Dec2025",
+ ],
+ "denom": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2025",
+ "display": "pINJ31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (31Dec2025)",
+ "symbol": "pINJ-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:30Sep2024",
+ ],
+ "denom": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 30Sep2024",
+ "display": "pLUNA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (30Sep2024)",
+ "symbol": "pLUNA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:31Dec2024",
+ ],
+ "denom": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2024",
+ "display": "pLUNA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (31Dec2024)",
+ "symbol": "pLUNA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:31Dec2025",
+ ],
+ "denom": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2025",
+ "display": "pLUNA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (31Dec2025)",
+ "symbol": "pLUNA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:30Sep2024",
+ ],
+ "denom": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 30Sep2024",
+ "display": "pAUUU30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (30Sep2024)",
+ "symbol": "pAUUU-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:31Dec2024",
+ ],
+ "denom": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2024",
+ "display": "pAUUU31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (31Dec2024)",
+ "symbol": "pAUUU-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:31Dec2025",
+ ],
+ "denom": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2025",
+ "display": "pAUUU31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (31Dec2025)",
+ "symbol": "pAUUU-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:30Sep2024",
+ ],
+ "denom": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 30Sep2024",
+ "display": "pstTIA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (30Sep2024)",
+ "symbol": "pstTIA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:31Dec2024",
+ ],
+ "denom": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2024",
+ "display": "pstTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (31Dec2024)",
+ "symbol": "pstTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:31Dec2025",
+ ],
+ "denom": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2025",
+ "display": "pstTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (31Dec2025)",
+ "symbol": "pstTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:30Sep2024",
+ ],
+ "denom": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 30Sep2024",
+ "display": "pstDYDX30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (30Sep2024)",
+ "symbol": "pstDYDX-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:31Dec2024",
+ ],
+ "denom": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2024",
+ "display": "pstDYDX31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (31Dec2024)",
+ "symbol": "pstDYDX-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:31Dec2025",
+ ],
+ "denom": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2025",
+ "display": "pstDYDX31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (31Dec2025)",
+ "symbol": "pstDYDX-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:31Dec2024",
+ ],
+ "denom": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2024",
+ "display": "pdATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (31Dec2024)",
+ "symbol": "pdATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:30Jun2025",
+ ],
+ "denom": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM30Jun2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 30Jun2025",
+ "display": "pdATOM30Jun2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (30Jun2025)",
+ "symbol": "pdATOM-30Jun2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:31Dec2025",
+ ],
+ "denom": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2025",
+ "display": "pdATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (31Dec2025)",
+ "symbol": "pdATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:utia:31Dec2024",
+ ],
+ "denom": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
+ "exponent": 0,
+ },
+ {
+ "denom": "pTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2024",
+ "display": "pTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ "name": "pTia (31Dec2024)",
+ "symbol": "pTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:utia:31Dec2025",
+ ],
+ "denom": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
+ "exponent": 0,
+ },
+ {
+ "denom": "pTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2025",
+ "display": "pTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ "name": "pTia (31Dec2025)",
+ "symbol": "pTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:30Sep2024",
+ ],
+ "denom": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 30Sep2024",
+ "display": "yATOM30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (30Sep2024)",
+ "symbol": "yATOM-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:31Dec2024",
+ ],
+ "denom": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2024",
+ "display": "yATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (31Dec2024)",
+ "symbol": "yATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:31Dec2025",
+ ],
+ "denom": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2025",
+ "display": "yATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (31Dec2025)",
+ "symbol": "yATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:30Sep2024",
+ ],
+ "denom": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 30Sep2024",
+ "display": "yOSMO30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (30Sep2024)",
+ "symbol": "yOSMO-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:31Dec2024",
+ ],
+ "denom": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2024",
+ "display": "yOSMO31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (31Dec2024)",
+ "symbol": "yOSMO-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:31Dec2025",
+ ],
+ "denom": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2025",
+ "display": "yOSMO31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (31Dec2025)",
+ "symbol": "yOSMO-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:30Sep2024",
+ ],
+ "denom": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 30Sep2024",
+ "display": "yINJ30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (30Sep2024)",
+ "symbol": "yINJ-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:31Dec2024",
+ ],
+ "denom": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2024",
+ "display": "yINJ31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (31Dec2024)",
+ "symbol": "yINJ-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:31Dec2025",
+ ],
+ "denom": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2025",
+ "display": "yINJ31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (31Dec2025)",
+ "symbol": "yINJ-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:30Sep2024",
+ ],
+ "denom": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 30Sep2024",
+ "display": "yLUNA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (30Sep2024)",
+ "symbol": "yLUNA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:31Dec2024",
+ ],
+ "denom": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2024",
+ "display": "yLUNA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (31Dec2024)",
+ "symbol": "yLUNA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:31Dec2025",
+ ],
+ "denom": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2025",
+ "display": "yLUNA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (31Dec2025)",
+ "symbol": "yLUNA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:30Sep2024",
+ ],
+ "denom": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 30Sep2024",
+ "display": "yAUUU30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (30Sep2024)",
+ "symbol": "yAUUU-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:31Dec2024",
+ ],
+ "denom": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2024",
+ "display": "yAUUU31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (31Dec2024)",
+ "symbol": "yAUUU-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:31Dec2025",
+ ],
+ "denom": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2025",
+ "display": "yAUUU31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (31Dec2025)",
+ "symbol": "yAUUU-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:30Sep2024",
+ ],
+ "denom": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 30Sep2024",
+ "display": "ystTIA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (30Sep2024)",
+ "symbol": "ystTIA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:31Dec2024",
+ ],
+ "denom": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2024",
+ "display": "ystTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (31Dec2024)",
+ "symbol": "ystTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:31Dec2025",
+ ],
+ "denom": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2025",
+ "display": "ystTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (31Dec2025)",
+ "symbol": "ystTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:30Sep2024",
+ ],
+ "denom": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 30Sep2024",
+ "display": "ystDYDX30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (30Sep2024)",
+ "symbol": "ystDYDX-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:31Dec2024",
+ ],
+ "denom": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2024",
+ "display": "ystDYDX31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (31Dec2024)",
+ "symbol": "ystDYDX-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:31Dec2025",
+ ],
+ "denom": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2025",
+ "display": "ystDYDX31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (31Dec2025)",
+ "symbol": "ystDYDX-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:31Dec2024",
+ ],
+ "denom": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2024",
+ "display": "ydATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (31Dec2024)",
+ "symbol": "ydATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:30Jun2025",
+ ],
+ "denom": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM30Jun2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 30Jun2025",
+ "display": "ydATOM30Jun2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (30Jun2025)",
+ "symbol": "ydATOM-30Jun2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:31Dec2025",
+ ],
+ "denom": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2025",
+ "display": "ydATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (31Dec2025)",
+ "symbol": "ydATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:utia:31Dec2024",
+ ],
+ "denom": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
+ "exponent": 0,
+ },
+ {
+ "denom": "yTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2024",
+ "display": "yTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ "name": "yTia (31Dec2024)",
+ "symbol": "yTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:utia:31Dec2025",
+ ],
+ "denom": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "yTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2025",
+ "display": "yTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ "name": "yTia (31Dec2025)",
+ "symbol": "yTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:6:uusdc.axl-uusdc",
+ ],
+ "denom": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:6:usdc.axl-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for USDC / USDC.axl pool",
+ "display": "lp:6:usdc.axl-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "USDC / USDC.axl LP",
+ "symbol": "USDC-USDC.axl-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:6:uusdc.axl-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:0:uatom",
+ ],
+ "denom": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:0:atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM Yield pool",
+ "display": "lp:0:atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM Yield LP",
+ "symbol": "ATOM-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:0:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:2:uatomypt-uatom",
+ ],
+ "denom": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:2:atomypt-atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM Boost pool",
+ "display": "lp:2:atomypt-atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM Boost LP",
+ "symbol": "ATOM-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:2:uatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:3:uatom-uusdc",
+ ],
+ "denom": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:3:atom-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM / USDC pool",
+ "display": "lp:3:atom-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM / USDC LP",
+ "symbol": "ATOM-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:3:uatom-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:1:inj",
+ ],
+ "denom": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:1:INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ Yield pool",
+ "display": "lp:1:INJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ Yield LP",
+ "symbol": "INJ-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:1:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:4:injypt-inj",
+ ],
+ "denom": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:4:INJypt-INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ Boost pool",
+ "display": "lp:4:INJypt-INJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ Boost LP",
+ "symbol": "INJ-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:4:injypt-inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:5:inj-uusdc",
+ ],
+ "denom": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:5:INJ-usdc",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ / USDC pool",
+ "display": "lp:5:INJ-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ / USDC LP",
+ "symbol": "INJ-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:5:inj-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:8:uosmo",
+ ],
+ "denom": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:8:osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO Yield pool",
+ "display": "lp:8:osmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO Yield LP",
+ "symbol": "OSMO-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:8:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:10:uosmoypt-uosmo",
+ ],
+ "denom": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:10:osmoypt-osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO Boost pool",
+ "display": "lp:10:osmoypt-osmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO Boost LP",
+ "symbol": "OSMO-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:10:uosmoypt-uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:11:uosmo-uusdc",
+ ],
+ "denom": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:11:osmo-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO / USDC pool",
+ "display": "lp:11:osmo-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO / USDC LP",
+ "symbol": "OSMO-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:11:uosmo-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:9:uluna",
+ ],
+ "denom": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:9:luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA Yield pool",
+ "display": "lp:9:luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA Yield LP",
+ "symbol": "LUNA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:9:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:12:ulunaypt-uluna",
+ ],
+ "denom": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:12:lunaypt-luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA Boost pool",
+ "display": "lp:12:lunaypt-luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA Boost LP",
+ "symbol": "LUNA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:12:ulunaypt-uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:13:uluna-uusdc",
+ ],
+ "denom": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:13:luna-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA / USDC pool",
+ "display": "lp:13:luna-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA / USDC LP",
+ "symbol": "LUNA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:13:uluna-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:14:uauuu",
+ ],
+ "denom": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:14:auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU Yield pool",
+ "display": "lp:14:auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU Yield LP",
+ "symbol": "AUUU-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:14:uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:17:uauuuypt-uauuu",
+ ],
+ "denom": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:17:auuuypt-auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU Boost pool",
+ "display": "lp:17:auuuypt-auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU Boost LP",
+ "symbol": "AUUU-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:17:uauuuypt-uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:7:uauuu-uusdc",
+ ],
+ "denom": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:7:auuu-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU / USDC pool",
+ "display": "lp:7:auuu-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU / USDC LP",
+ "symbol": "AUUU-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:7:uauuu-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:15:stadydx",
+ ],
+ "denom": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:15:stdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for stDYDX Yield pool",
+ "display": "lp:15:stdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stDYDX Yield LP",
+ "symbol": "stDYDX-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:15:stadydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:18:stadydxypt-adydx",
+ ],
+ "denom": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:18:stdydxypt-dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for stDYDX Boost pool",
+ "display": "lp:18:stdydxypt-dydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stDYDX Boost LP",
+ "symbol": "stDYDX-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:18:stadydxypt-adydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:19:adydx-uusdc",
+ ],
+ "denom": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:19:dydx-usdc",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for DYDX / USDC pool",
+ "display": "lp:19:dydx-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "DYDX / USDC LP",
+ "symbol": "DYDX-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:19:adydx-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:16:stutia",
+ ],
+ "denom": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:16:sttia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for stTIA Yield pool",
+ "display": "lp:16:sttia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stTIA Yield LP",
+ "symbol": "stTIA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:16:stutia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:20:stutiaypt-utia",
+ ],
+ "denom": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:20:sttiaypt-tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for stTIA Boost pool",
+ "display": "lp:20:sttiaypt-tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stTIA Boost LP",
+ "symbol": "stTIA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:20:stutiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:24:utia",
+ ],
+ "denom": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:24:tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA Yield pool",
+ "display": "lp:24:tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA Yield LP",
+ "symbol": "TIA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:24:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:25:utiaypt-utia",
+ ],
+ "denom": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:25:tiaypt-tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA Boost pool",
+ "display": "lp:25:tiaypt-tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA Boost LP",
+ "symbol": "TIA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:25:utiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:21:utia-uusdc",
+ ],
+ "denom": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:21:tia-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA / USDC pool",
+ "display": "lp:21:tia-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA / USDC LP",
+ "symbol": "TIA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:21:utia-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:22:udatom",
+ ],
+ "denom": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:22:datom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for dATOM Yield pool",
+ "display": "lp:22:datom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "dATOM Yield LP",
+ "symbol": "dATOM-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:22:udatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:23:udatomypt-uatom",
+ ],
+ "denom": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:23:datomypt-atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for dATOM Boost pool",
+ "display": "lp:23:datomypt-atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "dATOM Boost LP",
+ "symbol": "dATOM-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:23:udatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ ],
+ "denom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "exponent": 0,
+ },
+ {
+ "denom": "PUNDIX",
+ "exponent": 18,
+ },
+ ],
+ "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem.",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
+ },
+ ],
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://twitter.com/PundiXLabs",
+ "website": "https://pundix.com",
+ },
+ "symbol": "PUNDIX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-12618",
+ },
+ "counterparty": {
+ "base_denom": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ "chain_name": "pundix",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "denomUnits": [
+ {
+ "aliases": [
+ "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ ],
+ "denom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "exponent": 0,
+ },
+ {
+ "denom": "PURSE",
+ "exponent": 18,
+ },
+ ],
+ "description": "Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.",
+ "display": "PURSE",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "name": "PURSE Token",
+ "socials": {
+ "twitter": "https://twitter.com/Purse_Land",
+ "website": "https://purse.land",
+ },
+ "symbol": "PURSE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-12618",
+ },
+ "counterparty": {
+ "base_denom": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "chain_name": "pundix",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ubedrock",
+ ],
+ "denom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rock",
+ "exponent": 6,
+ },
+ ],
+ "description": "The revenue token for Pylons",
+ "display": "rock",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "theme": {
+ "primaryColorHex": "#ec4424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ },
+ "name": "Pylons",
+ "socials": {
+ "twitter": "https://twitter.com/pylonstech",
+ "website": "https://pylons.tech",
+ },
+ "symbol": "ROCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-17683",
+ },
+ "counterparty": {
+ "base_denom": "ubedrock",
+ "chain_name": "pylons",
+ "channel_id": "channel-29",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "coingeckoId": "quasar-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsr",
+ ],
+ "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsr",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Quasar",
+ "display": "qsr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "theme": {
+ "primaryColorHex": "#a493e4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ },
+ "name": "Quasar",
+ "socials": {
+ "twitter": "https://twitter.com/QuasarFi",
+ "website": "https://www.quasar.fi/",
+ },
+ "symbol": "QSR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "uqsr",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ ],
+ "denom": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ ],
+ "denom": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM from Osmosis",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ ],
+ "denom": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC.axl from Osmosis",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "coingeckoId": "quicksilver",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqck",
+ ],
+ "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qck",
+ "exponent": 6,
+ },
+ ],
+ "description": "QCK - native token of Quicksilver",
+ "display": "qck",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "theme": {
+ "primaryColorHex": "#b2b2b2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ },
+ "name": "Quicksilver",
+ "socials": {
+ "twitter": "https://twitter.com/quicksilverzone",
+ "website": "https://quicksilver.zone/",
+ },
+ "symbol": "QCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqck",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqstars",
+ ],
+ "denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qstars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked STARS",
+ "display": "qstars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ },
+ "name": "Quicksilver Liquid Staked STARS",
+ "symbol": "qSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqstars",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqatom",
+ ],
+ "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qatom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked ATOM",
+ "display": "qatom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ },
+ "name": "Quicksilver Liquid Staked ATOM",
+ "symbol": "qATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqatom",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqregen",
+ ],
+ "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qregen",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked REGEN",
+ "display": "qregen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ },
+ "name": "Quicksilver Liquid Staked Regen",
+ "symbol": "qREGEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqregen",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqosmo",
+ ],
+ "denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked OSMO",
+ "display": "qosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ },
+ "name": "Quicksilver Liquid Staked OSMO",
+ "symbol": "qOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqosmo",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsomm",
+ ],
+ "denom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsomm",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SOMM",
+ "display": "qsomm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ },
+ "name": "Quicksilver Liquid Staked SOMM",
+ "symbol": "qSOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsomm",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqjuno",
+ ],
+ "denom": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qjuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked JUNO",
+ "display": "qjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ },
+ "name": "Quicksilver Liquid Staked JUNO",
+ "symbol": "qJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqjuno",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aqdydx",
+ ],
+ "denom": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked DYDX",
+ "display": "qdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ },
+ "name": "Quicksilver Liquid Staked DYDX",
+ "symbol": "qDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "aqdydx",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsaga",
+ ],
+ "denom": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsaga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SAGA",
+ "display": "qsaga",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ "theme": {
+ "primaryColorHex": "#f9924b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ },
+ "name": "Quicksilver Liquid Staked SAGA",
+ "symbol": "qSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsaga",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqbld",
+ ],
+ "denom": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qbld",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked BLD",
+ "display": "qbld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ },
+ "name": "Quicksilver Liquid Staked BLD",
+ "symbol": "qBLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqbld",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ ],
+ "denom": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Noble USDC via dYdX Protocol",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "name": "Noble USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "coingeckoId": "qwoyn",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqwoyn",
+ ],
+ "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "exponent": 0,
+ },
+ {
+ "denom": "qwoyn",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native governance token for Qwoyn Network",
+ "display": "qwoyn",
+ "extendedDescription": "The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "theme": {
+ "primaryColorHex": "#04e4fc",
+ },
+ },
+ ],
+ "keywords": [
+ "gaming",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ },
+ "name": "Qwoyn Network",
+ "socials": {
+ "twitter": "https://twitter.com/Qwoyn_Studios",
+ "website": "https://qwoyn.studio",
+ },
+ "symbol": "QWOYN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-880",
+ },
+ "counterparty": {
+ "base_denom": "uqwoyn",
+ "chain_name": "qwoyn",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "coingeckoId": "realio-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ario",
+ ],
+ "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rio",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native currency of the Realio Network.",
+ "display": "rio",
+ "extendedDescription": "An interoperable Layer-1 multi-chain Web3 ecosystem focused on the issuance and management of digitally native real-world assets (RWAs). Its design is fully open-source, permissionless, and purpose-built.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ },
+ "name": "Realio Network",
+ "socials": {
+ "twitter": "https://x.com/realio_network",
+ "website": "https://realio.network/",
+ },
+ "symbol": "RIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1424",
+ },
+ "counterparty": {
+ "base_denom": "ario",
+ "chain_name": "realio",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arst",
+ ],
+ "denom": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "exponent": 0,
+ },
+ {
+ "denom": "rst",
+ "exponent": 18,
+ },
+ ],
+ "description": "A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.",
+ "display": "rst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "theme": {
+ "primaryColorHex": "#e0e0e0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ },
+ "name": "Realio Security Token",
+ "symbol": "RST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1424",
+ },
+ "counterparty": {
+ "base_denom": "arst",
+ "chain_name": "realio",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "coingeckoId": "rebus",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arebus",
+ ],
+ "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "exponent": 0,
+ },
+ {
+ "denom": "rebus",
+ "exponent": 18,
+ },
+ ],
+ "description": "REBUS, the native coin of the Rebus chain.",
+ "display": "rebus",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "theme": {
+ "primaryColorHex": "#e75486",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ },
+ "name": "Rebus",
+ "symbol": "REBUS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-355",
+ },
+ "counterparty": {
+ "base_denom": "arebus",
+ "chain_name": "rebus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "coingeckoId": "regen",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uregen",
+ ],
+ "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "exponent": 0,
+ },
+ {
+ "denom": "regen",
+ "exponent": 6,
+ },
+ ],
+ "description": "REGEN coin is the token for the Regen Network Platform",
+ "display": "regen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "theme": {
+ "primaryColorHex": "#56b790",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ },
+ "name": "Regen Network",
+ "socials": {
+ "twitter": "https://twitter.com/regen_network",
+ "website": "https://www.regen.network/",
+ },
+ "symbol": "REGEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8",
+ },
+ "counterparty": {
+ "base_denom": "uregen",
+ "chain_name": "regen",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "coingeckoId": "toucan-protocol-nature-carbon-tonne",
+ "denomUnits": [
+ {
+ "aliases": [
+ "eco.uC.NCT",
+ ],
+ "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "exponent": 0,
+ },
+ {
+ "denom": "nct",
+ "exponent": 6,
+ },
+ ],
+ "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
+ "display": "nct",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "theme": {
+ "primaryColorHex": "#171c25",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ },
+ "name": "Nature Carbon Ton",
+ "symbol": "NCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8",
+ },
+ "counterparty": {
+ "base_denom": "eco.uC.NCT",
+ "chain_name": "regen",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "coingeckoId": "rizon",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uatolo",
+ ],
+ "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "exponent": 0,
+ },
+ {
+ "denom": "atolo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of Rizon Chain",
+ "display": "atolo",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2b1c54",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Rizon Chain",
+ "socials": {
+ "twitter": "https://twitter.com/hdac_rizon",
+ "website": "https://rizon.world/",
+ },
+ "symbol": "ATOLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-221",
+ },
+ "counterparty": {
+ "base_denom": "uatolo",
+ "chain_name": "rizon",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "coingeckoId": "router-protocol-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "route",
+ ],
+ "denom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROUTE",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Router Chain",
+ "display": "ROUTE",
+ "extendedDescription": "Router Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ "theme": {
+ "primaryColorHex": "#cb0766",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ },
+ "name": "Router Chain",
+ "socials": {
+ "twitter": "https://x.com/routerprotocol",
+ "website": "https://www.routerprotocol.com/",
+ },
+ "symbol": "ROUTE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79180",
+ },
+ "counterparty": {
+ "base_denom": "route",
+ "chain_name": "routerchain",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "coingeckoId": "saga-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usaga",
+ ],
+ "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "saga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.",
+ "display": "saga",
+ "extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
+
+Saga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ "theme": {
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ },
+ "name": "Saga",
+ "socials": {
+ "twitter": "https://twitter.com/Sagaxyz__",
+ "website": "https://www.saga.xyz/",
+ },
+ "symbol": "SAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-38946",
+ },
+ "counterparty": {
+ "base_denom": "usaga",
+ "chain_name": "saga",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "coingeckoId": "scorum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nscr",
+ ],
+ "denom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "exponent": 0,
+ },
+ {
+ "denom": "scr",
+ "exponent": 9,
+ },
+ ],
+ "description": "The native token of Scorum",
+ "display": "scr",
+ "extendedDescription": "Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "theme": {
+ "primaryColorHex": "#0bc47e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ },
+ "name": "Scorum",
+ "socials": {
+ "twitter": "https://twitter.com/scorum_en",
+ "website": "https://scorum.network",
+ },
+ "symbol": "SCR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20100",
+ },
+ "counterparty": {
+ "base_denom": "nscr",
+ "chain_name": "scorum",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "denomUnits": [
+ {
+ "aliases": [
+ "gas",
+ ],
+ "denom": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "exponent": 0,
+ },
+ ],
+ "description": "Virtual(non-transferable) coin used to pay gas",
+ "display": "gas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "theme": {
+ "primaryColorHex": "#555555",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ },
+ "name": "GAS",
+ "symbol": "GAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20100",
+ },
+ "counterparty": {
+ "base_denom": "gas",
+ "chain_name": "scorum",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "coingeckoId": "secret",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uscrt",
+ ],
+ "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.",
+ "display": "scrt",
+ "extendedDescription": "Secret Network is a blockchain platform that focuses on privacy and security by enabling private smart contracts, known as Secret Contracts. These contracts allow developers to create decentralized applications (dApps) that can utilize sensitive data without exposing it on the blockchain. By incorporating privacy-preserving technologies, Secret Network ensures that data remains confidential while still enabling complex computations and interactions. The native token, SCRT, is used for transaction fees, staking, and governance, empowering users to participate in the network's operations and decision-making processes. Secret Network aims to enhance the privacy and functionality of blockchain applications, making it suitable for use cases where data confidentiality is paramount.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "socials": {
+ "twitter": "https://twitter.com/SecretNetwork",
+ "website": "https://scrt.network/",
+ },
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-88",
+ },
+ "counterparty": {
+ "base_denom": "uscrt",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "coingeckoId": "seda-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aseda",
+ ],
+ "denom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "seda",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of SEDA Chain.",
+ "display": "seda",
+ "extendedDescription": "SEDA is a standard for modular data transport and querying. Any data type, for all networks.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ "theme": {
+ "primaryColorHex": "#8178d1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ },
+ "name": "Seda",
+ "socials": {
+ "twitter": "https://twitter.com/sedaprotocol",
+ "website": "https://www.seda.xyz/",
+ },
+ "symbol": "SEDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75016",
+ },
+ "counterparty": {
+ "base_denom": "aseda",
+ "chain_name": "seda",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "coingeckoId": "sei-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usei",
+ ],
+ "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "exponent": 0,
+ },
+ {
+ "denom": "sei",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.",
+ "display": "sei",
+ "extendedDescription": "Sei is a layer-1 blockchain designed specifically for trading applications, offering a high-performance environment for decentralized exchanges (DEXs). It focuses on providing high throughput, low latency, and efficient order execution. Sei's architecture includes features like parallel processing and a unique consensus mechanism to achieve fast and reliable transaction processing. The native token, SEI, is used for transaction fees, staking, and governance within the network. Sei aims to create an optimal infrastructure for trading, addressing the needs of traders and developers in the DeFi space.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "theme": {
+ "primaryColorHex": "#9c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ },
+ "name": "Sei",
+ "socials": {
+ "twitter": "https://twitter.com/SeiNetwork",
+ "website": "https://www.sei.io/",
+ },
+ "symbol": "SEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "usei",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
+ "base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ ],
+ "denom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "exponent": 0,
+ },
+ {
+ "denom": "oin",
+ "exponent": 6,
+ },
+ ],
+ "description": "OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.",
+ "display": "oin",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "theme": {
+ "primaryColorHex": "#6cdbac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ },
+ "name": "OIN STORE OF VALUE",
+ "symbol": "OIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ ],
+ "denom": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampSEI",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked SEI",
+ "display": "ampSEI",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ },
+ "name": "ERIS Amplified SEI",
+ "symbol": "ampSEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ ],
+ "denom": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "exponent": 0,
+ },
+ {
+ "denom": "popeye",
+ "exponent": 6,
+ },
+ ],
+ "description": "Popeye the Seilor",
+ "display": "popeye",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "theme": {
+ "primaryColorHex": "#04040a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ },
+ "name": "Popeye",
+ "symbol": "POPEYE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ ],
+ "denom": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "exponent": 0,
+ },
+ {
+ "denom": "sensei",
+ "exponent": 6,
+ },
+ ],
+ "description": "A wise dog and a marshal arts master",
+ "display": "sensei",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "theme": {
+ "primaryColorHex": "#d4d0c7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ },
+ "name": "Sensei Dog",
+ "symbol": "SENSEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
+ ],
+ "denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "address": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ ],
+ "denom": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "oozaru",
+ "exponent": 6,
+ },
+ ],
+ "description": "OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series",
+ "display": "oozaru",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "theme": {
+ "primaryColorHex": "#2b1619",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ },
+ "name": "Oozaru",
+ "symbol": "OOZARU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ ],
+ "denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "coingeckoId": "self-chain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uslf",
+ ],
+ "denom": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "exponent": 0,
+ },
+ {
+ "denom": "slf",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Self Chain.",
+ "display": "slf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ "theme": {
+ "primaryColorHex": "#9454f1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ },
+ "name": "Self",
+ "socials": {
+ "twitter": "https://x.com/selfchainxyz",
+ "website": "https://selfchain.xyz",
+ },
+ "symbol": "SLF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78292",
+ },
+ "counterparty": {
+ "base_denom": "uslf",
+ "chain_name": "self",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "coingeckoId": "sentinel",
+ "denomUnits": [
+ {
+ "aliases": [
+ "udvpn",
+ ],
+ "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "exponent": 0,
+ },
+ {
+ "denom": "dvpn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.",
+ "display": "dvpn",
+ "extendedDescription": "Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel's native token, DVPN, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "theme": {
+ "primaryColorHex": "#10a7ef",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ },
+ "name": "Sentinel",
+ "socials": {
+ "twitter": "https://x.com/SentinelDVPN",
+ "website": "https://www.sentinel.co/",
+ },
+ "symbol": "DVPN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-2",
+ },
+ "counterparty": {
+ "base_denom": "udvpn",
+ "chain_name": "sentinel",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "coingeckoId": "six-sigma",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usge",
+ ],
+ "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "exponent": 0,
+ },
+ {
+ "denom": "sge",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of SGE Network",
+ "display": "sge",
+ "extendedDescription": "The Sports, Gaming, and Entertainment Network (SGE Network) is a Cosmos SDK-based layer-1 blockchain that uses its own native utility token (SGE Token). The SGE Network leverages the modular components, blockchain interoperability and minimal gas fees of the Cosmos-based design to support applications at the intersection of blockchain, sports, gaming and entertainment that are pioneering novel ways of engaging users with a UX, value proposition and utility never before seen in the space.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "circle": false,
+ "primaryColorHex": "#C0A15B",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ },
+ "name": "SGE",
+ "socials": {
+ "twitter": "https://x.com/sge_network",
+ "website": "https://sgenetwork.io/",
+ },
+ "symbol": "SGE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5485",
+ },
+ "counterparty": {
+ "base_denom": "usge",
+ "chain_name": "sge",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "coingeckoId": "shareledger",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nshr",
+ ],
+ "denom": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "exponent": 0,
+ },
+ {
+ "denom": "shr",
+ "exponent": 9,
+ },
+ ],
+ "description": "The native token of Shareledger",
+ "display": "shr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "theme": {
+ "primaryColorHex": "#1c2474",
+ },
+ },
+ ],
+ "keywords": [
+ "id",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ },
+ "name": "Shareledger",
+ "symbol": "SHR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-647",
+ },
+ "counterparty": {
+ "base_denom": "nshr",
+ "chain_name": "shareledger",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "coingeckoId": "certik",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uctk",
+ ],
+ "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctk",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Shentu",
+ "display": "ctk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "theme": {
+ "primaryColorHex": "#e4ac4c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ },
+ "name": "Shentu",
+ "symbol": "CTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-146",
+ },
+ "counterparty": {
+ "base_denom": "uctk",
+ "chain_name": "shentu",
+ "channel_id": "channel-8",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "coingeckoId": "shido-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "shido",
+ ],
+ "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "SHIDO",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native EVM and Wasm, governance and staking token of the Shido Chain",
+ "display": "SHIDO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "theme": {
+ "primaryColorHex": "#046ffc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ },
+ "name": "Shido",
+ "socials": {
+ "twitter": "https://twitter.com/ShidoGlobal",
+ "website": "https://shido.io/",
+ },
+ "symbol": "SHIDO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-73755",
+ },
+ "counterparty": {
+ "base_denom": "shido",
+ "chain_name": "shido",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "coingeckoId": "sifchain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "rowan",
+ ],
+ "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROWAN",
+ "exponent": 18,
+ },
+ ],
+ "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",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#be9926",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Sifchain Rowan",
+ "symbol": "ROWAN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-47",
+ },
+ "counterparty": {
+ "base_denom": "rowan",
+ "chain_name": "sifchain",
+ "channel_id": "channel-17",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "coingeckoId": "sommelier",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usomm",
+ ],
+ "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisomm",
+ ],
+ "denom": "msomm",
+ "exponent": 3,
+ },
+ {
+ "denom": "somm",
+ "exponent": 6,
+ },
+ ],
+ "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
+ "display": "somm",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#f36353",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Sommelier",
+ "socials": {
+ "twitter": "https://twitter.com/sommfinance",
+ "website": "https://www.sommelier.finance/",
+ },
+ "symbol": "SOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-165",
+ },
+ "counterparty": {
+ "base_denom": "usomm",
+ "chain_name": "sommelier",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "coingeckoId": "source",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usource",
+ ],
+ "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "exponent": 0,
+ },
+ {
+ "denom": "source",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of SOURCE Chain",
+ "display": "source",
+ "extendedDescription": "Enterprises, developers, and individuals are empowered to use SOURCE's sustainable and value backed network to easily access, build, and integrate web3 applications and services.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "theme": {
+ "primaryColorHex": "#39a5fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ },
+ "name": "Source",
+ "socials": {
+ "twitter": "https://twitter.com/sourceprotocol_",
+ "website": "https://www.sourceprotocol.io/",
+ },
+ "symbol": "SOURCE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8945",
+ },
+ "counterparty": {
+ "base_denom": "usource",
+ "chain_name": "source",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ ],
+ "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "exponent": 0,
+ },
+ {
+ "denom": "srcx",
+ "exponent": 9,
+ },
+ ],
+ "description": "Source Protocol's SRCX Token Bridged from BNB Through Planq",
+ "display": "srcx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ },
+ "name": "SRCX",
+ "symbol": "SRCX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8945",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ "chain_name": "source",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "coingeckoId": "stafi",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ufis",
+ ],
+ "denom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "exponent": 0,
+ },
+ {
+ "denom": "fis",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the StaFi Hub.",
+ "display": "fis",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ },
+ "name": "FIS",
+ "symbol": "FIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "ufis",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uratom",
+ ],
+ "denom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ratom",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked ATOMs",
+ "display": "ratom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ },
+ "name": "rATOM",
+ "symbol": "rATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "uratom",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uriris",
+ ],
+ "denom": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "riris",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked IRISs",
+ "display": "riris",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ },
+ "name": "rIRIS",
+ "symbol": "rIRIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "uriris",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "denomUnits": [
+ {
+ "aliases": [
+ "urhuahua",
+ ],
+ "denom": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "exponent": 0,
+ },
+ {
+ "denom": "rhuahua",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked HUAHUAs",
+ "display": "rhuahua",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ },
+ "name": "rHUAHUA",
+ "symbol": "rHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "urhuahua",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "urswth",
+ ],
+ "denom": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "exponent": 0,
+ },
+ {
+ "denom": "rswth",
+ "exponent": 8,
+ },
+ ],
+ "description": "A liquid staking representation of staked SWTHs",
+ "display": "rswth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ },
+ "name": "rSWTH",
+ "symbol": "rSWTH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "urswth",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "coingeckoId": "stargaze",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustars",
+ ],
+ "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.",
+ "display": "stars",
+ "extendedDescription": "Stargaze is an innovative platform in the Cosmos ecosystem focused on NFTs. It provides a decentralized space where creators can mint, trade, and manage their NFTs with ease. The platform's decentralized nature ensures that creators retain full control over their digital assets, enhancing security and ownership rights. Stargaze's user-friendly interface and robust infrastructure make it an ideal choice for artists and collectors looking to engage with NFTs in a decentralized manner.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "Stargaze",
+ "socials": {
+ "twitter": "https://twitter.com/StargazeZone",
+ "website": "https://www.stargaze.zone/",
+ },
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ustars",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ ],
+ "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "exponent": 0,
+ },
+ {
+ "denom": "strdst",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of ohhNFT.",
+ "display": "strdst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "theme": {
+ "primaryColorHex": "#c9720c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ },
+ "name": "Stardust STRDST",
+ "symbol": "STRDST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ ],
+ "denom": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "exponent": 0,
+ },
+ {
+ "denom": "GAZE",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native meme token of stargaze.",
+ "display": "GAZE",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "theme": {
+ "primaryColorHex": "#b3a584",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ },
+ "name": "Gaze GAZE",
+ "symbol": "GAZE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ ],
+ "denom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "exponent": 0,
+ },
+ {
+ "denom": "BRNCH",
+ "exponent": 6,
+ },
+ ],
+ "description": "ohhNFT LP token.",
+ "display": "BRNCH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "theme": {
+ "primaryColorHex": "#70372a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ },
+ "name": "Branch",
+ "symbol": "BRNCH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ ],
+ "denom": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "exponent": 0,
+ },
+ {
+ "denom": "OHH",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social token for the ohhVAULT.",
+ "display": "OHH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "theme": {
+ "primaryColorHex": "#dcc0c2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ },
+ "name": "ohhVAULT ohh",
+ "symbol": "OHH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ ],
+ "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "exponent": 0,
+ },
+ {
+ "denom": "sneaky",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native coin of Sneaky Productions.",
+ "display": "sneaky",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "theme": {
+ "primaryColorHex": "#fbcaca",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ },
+ "name": "Sneaky Productions",
+ "symbol": "SNEAKY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ ],
+ "denom": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "exponent": 0,
+ },
+ {
+ "denom": "LAB",
+ "exponent": 6,
+ },
+ ],
+ "description": "LAB - Everything is an Experiment",
+ "display": "LAB",
+ "extendedDescription": "LAB - Everything is an Experiment
+
+Use 10 $LAB tokens to mint 1 Mad Scientist NFT on Backbone Labs Osmosis Launchpad. You will then be able to trade your NFTs on the marketplace. You can also choose to hold onto your $LAB tokens as unrevealed NFTs and trade it.
+
+ Fair Launch: The event was marked by the absence of whitelists (WLs), no bots and no lock, ensuring an equitable opportunity for all interested parties.
+
+Preparation for the Launch: Participants were given a 52.91-hour window to deposit $OSMO into a pool on Streamswap.
+
+The Swap Process: After the initial deposit period, $OSMO was converted into $LAB tokens over an additional hour, allowing for a smooth transition and fair distribution.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "theme": {
+ "primaryColorHex": "#bcdd76",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ },
+ "name": "LAB",
+ "symbol": "LAB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ ],
+ "denom": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "CDT",
+ "exponent": 6,
+ },
+ ],
+ "description": "CDT - Membrane's solvency preserving stablecoin",
+ "display": "CDT",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg",
+ },
+ ],
+ "name": "CDT",
+ "symbol": "CDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ ],
+ "denom": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "exponent": 0,
+ },
+ {
+ "denom": "MBRN",
+ "exponent": 6,
+ },
+ ],
+ "description": "MBRN - Membrane's network token",
+ "display": "MBRN",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg",
+ },
+ ],
+ "name": "MBRN",
+ "symbol": "MBRN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ ],
+ "denom": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ ],
+ "denom": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLEB",
+ "exponent": 6,
+ },
+ ],
+ "description": "PLEB",
+ "display": "PLEB",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ "name": "PLEB",
+ "symbol": "PLEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ ],
+ "denom": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "KINGSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "KINGSHIT",
+ "display": "KINGSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ "name": "KINGSHIT",
+ "symbol": "KINGSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ ],
+ "denom": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "exponent": 0,
+ },
+ {
+ "denom": "BOTZ",
+ "exponent": 6,
+ },
+ ],
+ "description": "BOTZ",
+ "display": "BOTZ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ "name": "BOTZ",
+ "symbol": "BOTZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ ],
+ "denom": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "COCKS",
+ "exponent": 6,
+ },
+ ],
+ "description": "COCKS",
+ "display": "COCKS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ "name": "COCKS",
+ "symbol": "COCKS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ ],
+ "denom": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "exponent": 0,
+ },
+ {
+ "denom": "XTRUMP",
+ "exponent": 6,
+ },
+ ],
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ },
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ ],
+ "denom": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOLFSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "WOLFSHIT",
+ "display": "WOLFSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ "name": "WOLFSHIT",
+ "symbol": "WOLFSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ ],
+ "denom": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "exponent": 0,
+ },
+ {
+ "denom": "VLT",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of the Underworld.",
+ "display": "VLT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ "name": "VLT",
+ "symbol": "VAULT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ ],
+ "denom": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglSTARS",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend STARS",
+ "display": "bglSTARS",
+ "extendedDescription": "bglSTARS (Bonded GopLend STARS) is issued in exchange for STARS for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ "name": "bglSTARS",
+ "symbol": "bglSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ ],
+ "denom": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglUSDC",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend USDC",
+ "display": "bglUSDC",
+ "extendedDescription": "bglUSDC (Bonded GopLend USDC) is issued in exchange for USDC for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ "name": "bglUSDC",
+ "symbol": "bglUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "coingeckoId": "starname",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uiov",
+ ],
+ "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "iov",
+ "exponent": 6,
+ },
+ ],
+ "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
+ "display": "iov",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5c64b4",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Starname",
+ "socials": {
+ "twitter": "https://twitter.com/starname_me",
+ "website": "https://app.starname.me/",
+ },
+ "symbol": "IOV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-15",
+ },
+ "counterparty": {
+ "base_denom": "uiov",
+ "chain_name": "starname",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "coingeckoId": "stratos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "wei",
+ ],
+ "denom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "exponent": 0,
+ },
+ {
+ "denom": "gwei",
+ "exponent": 9,
+ },
+ {
+ "denom": "stos",
+ "exponent": 18,
+ },
+ ],
+ "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain",
+ "display": "stos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ "theme": {
+ "primaryColorHex": "#04847c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ },
+ "name": "Stratos",
+ "symbol": "STOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-81016",
+ },
+ "counterparty": {
+ "base_denom": "wei",
+ "chain_name": "stratos",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "coingeckoId": "stride",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustrd",
+ ],
+ "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "exponent": 0,
+ },
+ {
+ "denom": "strd",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.",
+ "display": "strd",
+ "extendedDescription": "Stride is a blockchain ("zone") that provides liquidity for staked tokens within the Cosmos ecosystem. Users can liquid stake their tokens from any Cosmos chain using Stride, earning staking and DeFi yields across the Cosmos IBC ecosystem. When users stake their tokens with Stride, they receive stTokens, which can be traded or redeemed at any time. Stride's liquid staking derivatives allow users to retain liquidity while earning staking rewards, supporting various IBC-compatible chains and promoting broader DeFi participation. The native token, STRD, is used for governance and securing the network.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ },
+ "name": "Stride",
+ "socials": {
+ "twitter": "https://twitter.com/stride_zone",
+ "website": "https://stride.zone/",
+ },
+ "symbol": "STRD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ustrd",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "coingeckoId": "stride-staked-atom",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuatom",
+ ],
+ "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "exponent": 0,
+ },
+ {
+ "denom": "statom",
+ "exponent": 6,
+ },
+ ],
+ "display": "statom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ },
+ "name": "Stride Staked ATOM",
+ "symbol": "stATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuatom",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "coingeckoId": "stride-staked-stars",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stustars",
+ ],
+ "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ststars",
+ "exponent": 6,
+ },
+ ],
+ "display": "ststars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ },
+ "name": "Stride Staked STARS",
+ "symbol": "stSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stustars",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "coingeckoId": "stride-staked-osmo",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuosmo",
+ ],
+ "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "stosmo",
+ "exponent": 6,
+ },
+ ],
+ "display": "stosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ },
+ "name": "Stride Staked OSMO",
+ "symbol": "stOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuosmo",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "coingeckoId": "stride-staked-juno",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stujuno",
+ ],
+ "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "stjuno",
+ "exponent": 6,
+ },
+ ],
+ "display": "stjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ },
+ "name": "Stride Staked JUNO",
+ "symbol": "stJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stujuno",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "coingeckoId": "stride-staked-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuluna",
+ ],
+ "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "exponent": 0,
+ },
+ {
+ "denom": "stluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "stluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ },
+ "name": "Stride Staked LUNA",
+ "symbol": "stLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuluna",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stinj",
+ ],
+ "denom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "exponent": 0,
+ },
+ {
+ "denom": "stINJ",
+ "exponent": 18,
+ },
+ ],
+ "display": "stINJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ },
+ "name": "Stride Staked INJ",
+ "symbol": "stINJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stinj",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "coingeckoId": "stride-staked-evmos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staevmos",
+ ],
+ "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "exponent": 0,
+ },
+ {
+ "denom": "stevmos",
+ "exponent": 18,
+ },
+ ],
+ "display": "stevmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ },
+ "name": "Stride Staked EVMOS",
+ "symbol": "stEVMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staevmos",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stadydx",
+ ],
+ "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYDX",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ },
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stadydx",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stutia",
+ ],
+ "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "exponent": 0,
+ },
+ {
+ "denom": "stTIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ },
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stutia",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stadym",
+ ],
+ "denom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYM",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYM",
+ "display": "stDYM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ },
+ "name": "Stride Staked DYM",
+ "symbol": "stDYM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stadym",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "coingeckoId": "stride-staked-umee",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuumee",
+ ],
+ "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stumee",
+ "exponent": 6,
+ },
+ ],
+ "display": "stumee",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "theme": {
+ "primaryColorHex": "#fbd9e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ },
+ "name": "Stride Staked UMEE",
+ "symbol": "stUMEE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuumee",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stucmdx",
+ ],
+ "denom": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "exponent": 0,
+ },
+ {
+ "denom": "stcmdx",
+ "exponent": 6,
+ },
+ ],
+ "display": "stcmdx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ },
+ "name": "Stride Staked CMDX",
+ "symbol": "stCMDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stucmdx",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "coingeckoId": "stride-staked-sommelier",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stusomm",
+ ],
+ "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stsomm",
+ "exponent": 6,
+ },
+ ],
+ "display": "stsomm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ },
+ "name": "Stride Staked SOMM",
+ "symbol": "stSOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stusomm",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stusaga",
+ ],
+ "denom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stSAGA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked SAGA",
+ "display": "stSAGA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ },
+ "name": "Stride Staked SAGA",
+ "symbol": "stSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stusaga",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ ],
+ "denom": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "exponent": 0,
+ },
+ {
+ "denom": "TIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Celestia",
+ "display": "TIA",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Celestia",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "coingeckoId": "stride-staked-islm",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staISLM",
+ ],
+ "denom": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stISLM",
+ "exponent": 18,
+ },
+ ],
+ "display": "stISLM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ },
+ "name": "Stride Staked ISLM",
+ "symbol": "stISLM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staISLM",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuband",
+ ],
+ "denom": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "exponent": 0,
+ },
+ {
+ "denom": "stBAND",
+ "exponent": 6,
+ },
+ ],
+ "display": "stBAND",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ },
+ "name": "Stride Staked BAND",
+ "symbol": "stBAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuband",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "coingeckoId": "teritori",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utori",
+ ],
+ "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "exponent": 0,
+ },
+ {
+ "denom": "tori",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Teritori",
+ "display": "tori",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ },
+ "name": "Teritori",
+ "symbol": "TORI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "utori",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "coingeckoId": "osmosis",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ ],
+ "denom": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "keywords": [
+ "dex",
+ "staking",
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ ],
+ "denom": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "coingeckoId": "kujira",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ ],
+ "denom": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "kuji",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Kujira chain.",
+ "display": "kuji",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ukuji",
+ "chainName": "kujira",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ },
+ "name": "Kujira",
+ "symbol": "KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ ],
+ "denom": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USD Coin",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ ],
+ "denom": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Secret chain.",
+ "display": "scrt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "coingeckoId": "terra-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uluna",
+ ],
+ "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliluna",
+ ],
+ "denom": "mluna",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "lunc",
+ ],
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Terra Classic is the original blockchain platform that powered the UST stablecoin and LUNA token before the launch of Terra 2.0, focusing on stablecoins and DeFi applications.",
+ "display": "luna",
+ "extendedDescription": "Terra Classic was designed to create a decentralized financial infrastructure using algorithmic stablecoins like UST, which were pegged to various fiat currencies. The platform's native token, LUNA, played a crucial role in stabilizing the stablecoins through a mint-and-burn mechanism. Despite facing significant challenges, Terra Classic paved the way for Terra 2.0, which aims to rebuild and improve upon the original vision. Terra Classic continues to operate with a focus on supporting decentralized finance (DeFi) applications and stablecoin solutions.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#fcdb5b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Luna Classic",
+ "symbol": "LUNC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uluna",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "coingeckoId": "terrausd",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uusd",
+ ],
+ "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliusd",
+ ],
+ "denom": "musd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "ustc",
+ ],
+ "denom": "ust",
+ "exponent": 6,
+ },
+ ],
+ "description": "The USD stablecoin of Terra Classic.",
+ "display": "ust",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f2",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicUSD",
+ "symbol": "USTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uusd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ukrw",
+ ],
+ "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millikrw",
+ ],
+ "denom": "mkrw",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "krtc",
+ ],
+ "denom": "krt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The KRW stablecoin of Terra Classic.",
+ "display": "krt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b83e0",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicKRW",
+ "symbol": "KRTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ukrw",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uaud",
+ ],
+ "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliaud",
+ ],
+ "denom": "maud",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "autc",
+ ],
+ "denom": "aut",
+ "exponent": 6,
+ },
+ ],
+ "description": "The AUD stablecoin of Terra Classic.",
+ "display": "aut",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5981d7",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicAUD",
+ "symbol": "AUTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uaud",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ucad",
+ ],
+ "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millicad",
+ ],
+ "denom": "mcad",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "catc",
+ ],
+ "denom": "cat",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CAD stablecoin of Terra Classic.",
+ "display": "cat",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#de725b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCAD",
+ "symbol": "CATC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ucad",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uchf",
+ ],
+ "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millichf",
+ ],
+ "denom": "mchf",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "chtc",
+ ],
+ "denom": "cht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CHF stablecoin of Terra Classic.",
+ "display": "cht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#c95c41",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCHF",
+ "symbol": "CHTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uchf",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ucny",
+ ],
+ "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millicny",
+ ],
+ "denom": "mcny",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "cntc",
+ ],
+ "denom": "cnt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CNY stablecoin of Terra Classic.",
+ "display": "cnt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#d3684c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCNY",
+ "symbol": "CNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ucny",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "udkk",
+ ],
+ "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millidkk",
+ ],
+ "denom": "mdkk",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "dktc",
+ ],
+ "denom": "dkt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The DKK stablecoin of Terra Classic.",
+ "display": "dkt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#db300a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicDKK",
+ "symbol": "DKTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "udkk",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ueur",
+ ],
+ "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millieur",
+ ],
+ "denom": "meur",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "eutc",
+ ],
+ "denom": "eut",
+ "exponent": 6,
+ },
+ ],
+ "description": "The EUR stablecoin of Terra Classic.",
+ "display": "eut",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#1535b2",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicEUR",
+ "symbol": "EUTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ueur",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ugbp",
+ ],
+ "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milligbp",
+ ],
+ "denom": "mgbp",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "gbtc",
+ ],
+ "denom": "gbt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The GBP stablecoin of Terra Classic.",
+ "display": "gbt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#d49b9c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicGBP",
+ "symbol": "GBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ugbp",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uhkd",
+ ],
+ "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millihkd",
+ ],
+ "denom": "mhkd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "hktc",
+ ],
+ "denom": "hkt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The HKD stablecoin of Terra Classic.",
+ "display": "hkt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#dc300a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicHKD",
+ "symbol": "HKTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uhkd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uidr",
+ ],
+ "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliidr",
+ ],
+ "denom": "midr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "idtc",
+ ],
+ "denom": "idt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The IDR stablecoin of Terra Classic.",
+ "display": "idt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicIDR",
+ "symbol": "IDTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uidr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uinr",
+ ],
+ "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliinr",
+ ],
+ "denom": "minr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "intc",
+ ],
+ "denom": "int",
+ "exponent": 6,
+ },
+ ],
+ "description": "The INR stablecoin of Terra Classic.",
+ "display": "int",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b87e6",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicINR",
+ "symbol": "INTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uinr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ujpy",
+ ],
+ "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millijpy",
+ ],
+ "denom": "mjpy",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "jptc",
+ ],
+ "denom": "jpt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The JPY stablecoin of Terra Classic.",
+ "display": "jpt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#cfcfcf",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicJPY",
+ "symbol": "JPTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ujpy",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umnt",
+ ],
+ "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millimnt",
+ ],
+ "denom": "mmnt",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "mntc",
+ ],
+ "denom": "mnt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The MNT stablecoin of Terra Classic.",
+ "display": "mnt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4085f0",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicMNT",
+ "symbol": "MNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "umnt",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umyr",
+ ],
+ "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millimyr",
+ ],
+ "denom": "mmyr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "mytc",
+ ],
+ "denom": "myt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The MYR stablecoin of Terra Classic.",
+ "display": "myt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicMYR",
+ "symbol": "MYTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "umyr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unok",
+ ],
+ "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millinok",
+ ],
+ "denom": "mnok",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "notc",
+ ],
+ "denom": "not",
+ "exponent": 6,
+ },
+ ],
+ "description": "The NOK stablecoin of Terra Classic.",
+ "display": "not",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicNOK",
+ "symbol": "NOTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "unok",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uphp",
+ ],
+ "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliphp",
+ ],
+ "denom": "mphp",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "phtc",
+ ],
+ "denom": "pht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The PHP stablecoin of Terra Classic.",
+ "display": "pht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#e88057",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicPHP",
+ "symbol": "PHTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uphp",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usdr",
+ ],
+ "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisdr",
+ ],
+ "denom": "msdr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "sdtc",
+ ],
+ "denom": "sdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SDR stablecoin of Terra Classic.",
+ "display": "sdt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2fa4f1",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSDR",
+ "symbol": "SDTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usdr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usek",
+ ],
+ "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisek",
+ ],
+ "denom": "msek",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "setc",
+ ],
+ "denom": "set",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SEK stablecoin of Terra Classic.",
+ "display": "set",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2e71e1",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSEK",
+ "symbol": "SETC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usek",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usgd",
+ ],
+ "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisgd",
+ ],
+ "denom": "msgd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "sgtc",
+ ],
+ "denom": "sgt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SGD stablecoin of Terra Classic.",
+ "display": "sgt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4886e7",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSGD",
+ "symbol": "SGTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usgd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uthb",
+ ],
+ "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millithb",
+ ],
+ "denom": "mthb",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "thtc",
+ ],
+ "denom": "tht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The THB stablecoin of Terra Classic.",
+ "display": "tht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicTHB",
+ "symbol": "THTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uthb",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utwd",
+ ],
+ "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millitwd",
+ ],
+ "denom": "mtwd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "twtc",
+ ],
+ "denom": "twt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The TWD stablecoin of Terra Classic.",
+ "display": "twt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicTWD",
+ "symbol": "TWTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "utwd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "coingeckoId": "terra-luna-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uluna",
+ ],
+ "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Terra.",
+ "display": "luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ },
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "uluna",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ ],
+ "denom": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ ],
+ "denom": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampWHALEt",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Alliance Staked ampWHALE on Terra",
+ "display": "ampWHALEt",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ },
+ "name": "ERIS Alliance Staked ampWHALE",
+ "symbol": "ampWHALEt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ ],
+ "denom": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "exponent": 0,
+ },
+ {
+ "denom": "boneWHALEt",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Alliance Staked boneWHALE on Terra",
+ "display": "boneWHALEt",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ },
+ "name": "ERIS Alliance Staked boneWHALE",
+ "symbol": "boneWHALEt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ ],
+ "denom": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampROAR",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Liquid Enterprise Staked ROAR",
+ "display": "ampROAR",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "theme": {
+ "primaryColorHex": "#5b83c3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ },
+ "name": "ERIS Amplified ROAR",
+ "symbol": "ampROAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ ],
+ "denom": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "exponent": 18,
+ },
+ ],
+ "display": "wstETH",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ },
+ "name": "Wrapped Lido Staked Ether",
+ "symbol": "wstETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
+ ],
+ "denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ ],
+ "denom": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rstk",
+ "exponent": 6,
+ },
+ ],
+ "display": "rstk",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ },
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ ],
+ "denom": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "exponent": 0,
+ },
+ {
+ "denom": "MOAR",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Liquid Alliance Staked ampROAR",
+ "display": "MOAR",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "theme": {
+ "primaryColorHex": "#9363b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ },
+ "name": "ERIS MOAR",
+ "symbol": "MOAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ ],
+ "denom": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tether USDt on Terra",
+ "display": "usdt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ },
+ "name": "Tether USDt",
+ "symbol": "USDt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom-luna-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM-LUNA liquidity pool token on URA",
+ "display": "atom-luna-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "ATOM-LUNA LP Token URA",
+ "symbol": "ATOM-LUNA-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna-usdc-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "LUNA-USDC liquidity pool token on URA",
+ "display": "luna-usdc-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "LUNA-USDC LP Token URA",
+ "symbol": "LUNA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna-usdt-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "LUNA-USDT liquidity pool token on URA",
+ "display": "luna-usdt-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "LUNA-USDT LP Token URA",
+ "symbol": "LUNA-USDT-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ ],
+ "denom": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
+ "exponent": 0,
+ },
+ {
+ "denom": "ashLUNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "ashLUNA",
+ "display": "ashLUNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ "theme": {
+ "primaryColorHex": "#66bcf2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ },
+ "name": "ashLUNA",
+ "symbol": "ashLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ ],
+ "denom": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ ],
+ "denom": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
+ "exponent": 0,
+ },
+ {
+ "denom": "COSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ },
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "coingeckoId": "tgrade",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utgd",
+ ],
+ "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tgd",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Tgrade",
+ "display": "tgd",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#a7248a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Tgrade",
+ "symbol": "TGD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-263",
+ },
+ "counterparty": {
+ "base_denom": "utgd",
+ "chain_name": "tgrade",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "coingeckoId": "umee",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uumee",
+ ],
+ "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "exponent": 0,
+ },
+ {
+ "denom": "umee",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Umee",
+ "display": "umee",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "theme": {
+ "primaryColorHex": "#22f2e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ },
+ "name": "Umee",
+ "symbol": "UMEE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-184",
+ },
+ "counterparty": {
+ "base_denom": "uumee",
+ "chain_name": "umee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "coingeckoId": "unification",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nund",
+ ],
+ "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "FUND",
+ "exponent": 9,
+ },
+ ],
+ "description": "Staking and governance coin for the Unification Blockchain",
+ "display": "FUND",
+ "extendedDescription": "Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "theme": {
+ "primaryColorHex": "#2279c0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ },
+ "name": "Unification Network",
+ "socials": {
+ "twitter": "https://twitter.com/UnificationUND",
+ "website": "https://unification.com",
+ },
+ "symbol": "FUND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-382",
+ },
+ "counterparty": {
+ "base_denom": "nund",
+ "chain_name": "unification",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "coingeckoId": "vidulum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uvdl",
+ ],
+ "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "exponent": 0,
+ },
+ {
+ "denom": "vdl",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Vidulum",
+ "display": "vdl",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chainName": "beezee",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
+ {
+ "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",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ },
+ "name": "Vidulum",
+ "symbol": "VDL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-124",
+ },
+ "counterparty": {
+ "base_denom": "uvdl",
+ "chain_name": "vidulum",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "coingeckoId": "xpla",
+ "denomUnits": [
+ {
+ "aliases": [
+ "axpla",
+ ],
+ "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "exponent": 0,
+ },
+ {
+ "denom": "xpla",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native staking token of XPLA.",
+ "display": "xpla",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ },
+ "name": "Xpla",
+ "symbol": "XPLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1634",
+ },
+ "counterparty": {
+ "base_denom": "axpla",
+ "chain_name": "xpla",
+ "channel_id": "channel-9",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upenumbra",
+ ],
+ "denom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ "exponent": 0,
+ },
+ {
+ "denom": "penumbra",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Penumbra.",
+ "display": "penumbra",
+ "extendedDescription": "A fully private, cross-chain proof-of-stake network and decentralized exchange for the Cosmos and beyond.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#c7b07f",
+ },
+ },
+ ],
+ "name": "Penumbra",
+ "socials": {
+ "twitter": "https://twitter.com/penumbrazone",
+ "website": "https://penumbra.zone/",
+ },
+ "symbol": "UM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79703",
+ },
+ "counterparty": {
+ "base_denom": "upenumbra",
+ "chain_name": "penumbra",
+ "channel_id": "channel-4",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "unknown",
+ },
+ {
+ "address": "chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ "base": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ ],
+ "denom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "exponent": 0,
+ },
+ {
+ "denom": "puppy",
+ "exponent": 6,
+ },
+ ],
+ "description": "Puppy",
+ "display": "puppy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "theme": {
+ "primaryColorHex": "#100e0d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ },
+ "name": "Puppy",
+ "symbol": "PUPPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-11348",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-73",
+ "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ "base": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
+ "coingeckoId": "backbone-labs-staked-huahua",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ ],
+ "denom": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
+ "exponent": 0,
+ },
+ {
+ "denom": "bHUAHUA",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked HUAHUA",
+ "display": "bHUAHUA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f2bd3a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ },
+ "name": "BackBone Labs Liquid Staked HUAHUA",
+ "symbol": "bHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-11348",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-73",
+ "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "base": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "coingeckoId": "neta",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ ],
+ "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "neta",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Neta on Juno Chain",
+ "display": "neta",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#f87b7b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Neta",
+ "symbol": "NETA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ ],
+ "denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "marble",
+ "exponent": 3,
+ },
+ ],
+ "description": "The native token cw20 for Marble DAO on Juno Chain",
+ "display": "marble",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Marble",
+ "symbol": "MARBLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ ],
+ "denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "exponent": 0,
+ },
+ {
+ "denom": "hope",
+ "exponent": 6,
+ },
+ ],
+ "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
+ "display": "hope",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#e2877e",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Hope Galaxy",
+ "symbol": "HOPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "base": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "coingeckoId": "racoon",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ ],
+ "denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "exponent": 0,
+ },
+ {
+ "denom": "rac",
+ "exponent": 6,
+ },
+ ],
+ "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
+ "display": "rac",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#070f0e",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Racoon",
+ "symbol": "RAC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "base": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ ],
+ "denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "exponent": 0,
+ },
+ {
+ "denom": "block",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Marble DEX on Juno Chain",
+ "display": "block",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Block",
+ "symbol": "BLOCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "base": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ ],
+ "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "exponent": 0,
+ },
+ ],
+ "description": "The DAO token to build consensus among Hong Kong People",
+ "display": "dhk",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#fae204",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "DHK",
+ "symbol": "DHK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ ],
+ "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "exponent": 0,
+ },
+ {
+ "denom": "raw",
+ "exponent": 6,
+ },
+ ],
+ "description": "Token governance for Junoswap",
+ "display": "raw",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "theme": {
+ "primaryColorHex": "#f07c92",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ },
+ "name": "JunoSwap",
+ "symbol": "RAW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "base": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ ],
+ "denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "asvt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
+ "display": "asvt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "theme": {
+ "primaryColorHex": "#402e5d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ },
+ "name": "Another.Software Validator Token",
+ "symbol": "ASVT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ "base": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ ],
+ "denom": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "exponent": 0,
+ },
+ {
+ "denom": "hns",
+ "exponent": 6,
+ },
+ ],
+ "description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno network.",
+ "display": "hns",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ },
+ "name": "IBC HNS (Handshake)",
+ "symbol": "HNS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "base": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ ],
+ "denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "exponent": 0,
+ },
+ {
+ "denom": "joe",
+ "exponent": 6,
+ },
+ ],
+ "description": "DAO dedicated to building tools on the Juno Network",
+ "display": "joe",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "theme": {
+ "primaryColorHex": "#f3baaf",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ },
+ "name": "JoeDAO",
+ "symbol": "JOE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ "base": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ ],
+ "denom": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "exponent": 0,
+ },
+ {
+ "denom": "dla",
+ "exponent": 6,
+ },
+ ],
+ "description": "Governance Token for Digital Land Acquisition DAO",
+ "display": "dla",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#263a70",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Digital Land Acquisition DAO",
+ "symbol": "DLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "base": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ ],
+ "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "exponent": 0,
+ },
+ {
+ "denom": "glto",
+ "exponent": 6,
+ },
+ ],
+ "description": "DeFi gaming platform built on Juno",
+ "display": "glto",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ },
+ "name": "Gelotto",
+ "symbol": "GLTO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "base": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ ],
+ "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "exponent": 0,
+ },
+ {
+ "denom": "gkey",
+ "exponent": 6,
+ },
+ ],
+ "description": "Gelotto Year 1 Grand Prize Token",
+ "display": "gkey",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#521caf",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "GKey",
+ "symbol": "GKEY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ "base": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ ],
+ "denom": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "exponent": 0,
+ },
+ {
+ "denom": "hole",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for BlackHole on Juno Chain",
+ "display": "hole",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ },
+ "name": "BlackHole",
+ "symbol": "HOLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "base": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ ],
+ "denom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "exponent": 0,
+ },
+ {
+ "denom": "sejuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Staking derivative seJUNO for staked JUNO",
+ "display": "sejuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "theme": {
+ "primaryColorHex": "#26363f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ },
+ "name": "StakeEasy seJUNO",
+ "symbol": "SEJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "base": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ ],
+ "denom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "exponent": 0,
+ },
+ {
+ "denom": "bjuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Staking derivative bJUNO for staked JUNO",
+ "display": "bjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "theme": {
+ "primaryColorHex": "#254454",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ },
+ "name": "StakeEasy bJUNO",
+ "symbol": "BJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "base": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ ],
+ "denom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "exponent": 0,
+ },
+ {
+ "denom": "solar",
+ "exponent": 6,
+ },
+ ],
+ "description": "Solarbank DAO Governance Token for speeding up the shift to renewable and green energy",
+ "display": "solar",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ },
+ "name": "Solarbank DAO",
+ "symbol": "SOLAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "base": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ ],
+ "denom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "exponent": 0,
+ },
+ {
+ "denom": "seasy",
+ "exponent": 6,
+ },
+ ],
+ "description": "StakeEasy governance token",
+ "display": "seasy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "theme": {
+ "primaryColorHex": "#2d2c2d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ },
+ "name": "StakeEasy SEASY",
+ "symbol": "SEASY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "base": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ ],
+ "denom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "exponent": 0,
+ },
+ {
+ "denom": "muse",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for MuseDAO on Juno Chain",
+ "display": "muse",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "theme": {
+ "primaryColorHex": "#32255f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ },
+ "name": "MuseDAO",
+ "symbol": "MUSE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ "base": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
+ "coingeckoId": "loop",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ ],
+ "denom": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
+ "exponent": 0,
+ },
+ {
+ "denom": "loop",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Loop Finance on Juno Chain",
+ "display": "loop",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#2d2c45",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ },
+ "name": "Loop Finance",
+ "symbol": "LOOP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "base": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ ],
+ "denom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "exponent": 0,
+ },
+ {
+ "denom": "fury",
+ "exponent": 6,
+ },
+ ],
+ "description": "The deprecated cw20 token for Fanfury on Juno Chain",
+ "display": "fury",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ },
+ "name": "FURY.legacy",
+ "symbol": "FURY.legacy",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "base": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "coingeckoId": "posthuman",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ ],
+ "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "exponent": 0,
+ },
+ {
+ "denom": "phmn",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for PHMN on Juno Chain",
+ "display": "phmn",
+ "extendedDescription": "$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator's commission rate, or exiting the network are determined by the PHMN community.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "theme": {
+ "primaryColorHex": "#bbc2c6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ },
+ "name": "POSTHUMAN",
+ "socials": {
+ "twitter": "https://twitter.com/POSTHUMAN_DVS",
+ "website": "https://posthuman.digital/",
+ },
+ "symbol": "PHMN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "base": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ ],
+ "denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "exponent": 0,
+ },
+ {
+ "denom": "hopers",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Hopers on Juno Chain",
+ "display": "hopers",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "theme": {
+ "primaryColorHex": "#08d890",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ },
+ "name": "Hopers",
+ "symbol": "HOPERS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ "base": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ ],
+ "denom": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "red",
+ "exponent": 6,
+ },
+ ],
+ "description": "RED",
+ "display": "red",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "theme": {
+ "primaryColorHex": "#e40404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ },
+ "name": "Red",
+ "symbol": "RED",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ "base": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ ],
+ "denom": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "exponent": 0,
+ },
+ {
+ "denom": "blue",
+ "exponent": 6,
+ },
+ ],
+ "description": "BLUE",
+ "display": "blue",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#041ce4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ },
+ "name": "Blue",
+ "symbol": "BLUE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "base": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "coingeckoId": "wynd",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ ],
+ "denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "exponent": 0,
+ },
+ {
+ "denom": "wynd",
+ "exponent": 6,
+ },
+ ],
+ "description": "WYND DAO Governance Token",
+ "display": "wynd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "theme": {
+ "primaryColorHex": "#6bcc95",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ },
+ "name": "Wynd DAO Governance Token",
+ "symbol": "WYND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ "base": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ ],
+ "denom": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "exponent": 0,
+ },
+ {
+ "denom": "banana",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bored APE IBC club token",
+ "display": "banana",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "theme": {
+ "primaryColorHex": "#046fc6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ },
+ "name": "Banana Token",
+ "symbol": "BANANA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "base": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ ],
+ "denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "exponent": 0,
+ },
+ {
+ "denom": "nride",
+ "exponent": 6,
+ },
+ ],
+ "description": "nRide Token",
+ "display": "nride",
+ "extendedDescription": "nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ },
+ "name": "nRide Token",
+ "socials": {
+ "twitter": "https://twitter.com/nRide12",
+ "website": "https://www.nride.com",
+ },
+ "symbol": "NRIDE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ "base": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ ],
+ "denom": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sgnl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Signal Art and Gaming on Juno",
+ "display": "sgnl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "theme": {
+ "primaryColorHex": "#c5c2c2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ },
+ "name": "Signal",
+ "symbol": "SGNL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ "base": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ ],
+ "denom": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "jape",
+ "exponent": 6,
+ },
+ ],
+ "description": "Governance and utility token for the Junø Apes NFT platform on Juno",
+ "display": "jape",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "theme": {
+ "primaryColorHex": "#ee8179",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ },
+ "name": "Junø Apes",
+ "symbol": "JAPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ "base": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ ],
+ "denom": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "exponent": 0,
+ },
+ {
+ "denom": "catom",
+ "exponent": 6,
+ },
+ ],
+ "description": "A community meme token with a fantasy fiction storyline and comic based NFTs on Juno",
+ "display": "catom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "theme": {
+ "primaryColorHex": "#25221f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ },
+ "name": "Catom",
+ "symbol": "CATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ "base": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ ],
+ "denom": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "exponent": 0,
+ },
+ {
+ "denom": "howl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Utility token of Howl.social, an on chain micro-blogging platform on Juno",
+ "display": "howl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "theme": {
+ "primaryColorHex": "#e30d2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ },
+ "name": "Howl",
+ "symbol": "HOWL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ "base": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ ],
+ "denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "fox",
+ "exponent": 6,
+ },
+ ],
+ "description": "Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.",
+ "display": "fox",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "theme": {
+ "primaryColorHex": "#ee5f06",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ },
+ "name": "Juno Fox",
+ "symbol": "FOX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ "base": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ ],
+ "denom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "exponent": 0,
+ },
+ {
+ "denom": "grdn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Evmos Guardians governance token.",
+ "display": "grdn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "theme": {
+ "primaryColorHex": "#07d7ac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ },
+ "name": "Guardian",
+ "symbol": "GRDN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ "base": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ ],
+ "denom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnpu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Mini Punks Token",
+ "display": "mnpu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "theme": {
+ "primaryColorHex": "#dadbce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ },
+ "name": "Mini Punks",
+ "symbol": "MNPU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ "base": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ ],
+ "denom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "exponent": 0,
+ },
+ {
+ "denom": "kleo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Kleomedes Token",
+ "display": "kleo",
+ "extendedDescription": "Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.
+
+As a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.
+
+We support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "theme": {
+ "primaryColorHex": "#240454",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ },
+ "name": "Kleomedes",
+ "symbol": "KLEO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ "base": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ ],
+ "denom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "exponent": 0,
+ },
+ {
+ "denom": "sikoba",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sikoba Governance Token",
+ "display": "sikoba",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ },
+ "name": "Sikoba Token",
+ "symbol": "SKOJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ "base": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ ],
+ "denom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "exponent": 0,
+ },
+ {
+ "denom": "shibac",
+ "exponent": 6,
+ },
+ ],
+ "description": "Shiba Cosmos",
+ "display": "shibac",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "theme": {
+ "primaryColorHex": "#eea95d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ },
+ "name": "ShibaCosmos",
+ "symbol": "SHIBAC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ "base": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ ],
+ "denom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "exponent": 0,
+ },
+ {
+ "denom": "clst",
+ "exponent": 6,
+ },
+ ],
+ "description": "Celestims",
+ "display": "clst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "theme": {
+ "primaryColorHex": "#0b1d33",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ },
+ "name": "Celestims",
+ "symbol": "CLST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ "base": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ ],
+ "denom": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "exponent": 0,
+ },
+ {
+ "denom": "watr",
+ "exponent": 6,
+ },
+ ],
+ "description": "A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!",
+ "display": "watr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "theme": {
+ "primaryColorHex": "#38b5c5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ },
+ "name": "WATR",
+ "symbol": "WATR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ "base": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ ],
+ "denom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "exponent": 0,
+ },
+ {
+ "denom": "casa",
+ "exponent": 6,
+ },
+ ],
+ "description": "An innovative DAO dedicated to housing the most vulnerable",
+ "display": "casa",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ },
+ "name": "Casa",
+ "symbol": "CASA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ "base": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ ],
+ "denom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "exponent": 0,
+ },
+ {
+ "denom": "summit",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO providing showers, meals, and vehicles to the homeless",
+ "display": "summit",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "theme": {
+ "primaryColorHex": "#cbdb44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ },
+ "name": "Summit",
+ "symbol": "SUMMIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ "base": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ ],
+ "denom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "exponent": 0,
+ },
+ {
+ "denom": "manna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO dedicated to combatting food insecurity and malnutrition",
+ "display": "manna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "theme": {
+ "primaryColorHex": "#299544",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ },
+ "name": "Manna",
+ "symbol": "MANNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ "base": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ ],
+ "denom": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "exponent": 0,
+ },
+ {
+ "denom": "empwr",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO focused on youth empowerment",
+ "display": "empwr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "theme": {
+ "primaryColorHex": "#5561aa",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ },
+ "name": "EMPWR",
+ "symbol": "EMPWR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ "base": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ ],
+ "denom": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "exponent": 0,
+ },
+ {
+ "denom": "middle",
+ "exponent": 6,
+ },
+ ],
+ "description": "Join us in fighting against world hunger",
+ "display": "middle",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ },
+ "name": "Middle",
+ "symbol": "MIDDLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ "base": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ ],
+ "denom": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "exponent": 0,
+ },
+ {
+ "denom": "sunset",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO taking a wholistic approach to helping abused and mentally ill women and children",
+ "display": "sunset",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "theme": {
+ "primaryColorHex": "#e0372c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ },
+ "name": "Sunset",
+ "symbol": "SUNSET",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ "base": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ ],
+ "denom": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "exponent": 0,
+ },
+ {
+ "denom": "tree",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO dedicated to helping restore and protect our environment",
+ "display": "tree",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "theme": {
+ "primaryColorHex": "#469743",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ },
+ "name": "Living Tree",
+ "symbol": "TREE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ "base": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ ],
+ "denom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "exponent": 0,
+ },
+ {
+ "denom": "invdrs",
+ "exponent": 6,
+ },
+ ],
+ "description": "Evmos Guardians' Invaders DAO token.",
+ "display": "invdrs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "theme": {
+ "primaryColorHex": "#04ccab",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ },
+ "name": "Invaders",
+ "symbol": "INVDRS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ "base": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ ],
+ "denom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "exponent": 0,
+ },
+ {
+ "denom": "apemos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Apemos",
+ "display": "apemos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "theme": {
+ "primaryColorHex": "#4d5264",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ },
+ "name": "Apemos",
+ "symbol": "APEMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ "base": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ ],
+ "denom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "exponent": 0,
+ },
+ {
+ "denom": "osdoge",
+ "exponent": 6,
+ },
+ ],
+ "description": "The First Doge on Osmosis",
+ "display": "osdoge",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "theme": {
+ "primaryColorHex": "#f49c4c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ },
+ "name": "Osmosis Doge",
+ "symbol": "OSDOGE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ "base": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ ],
+ "denom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "exponent": 0,
+ },
+ {
+ "denom": "doga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Doge Apr",
+ "display": "doga",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "theme": {
+ "primaryColorHex": "#d6a84f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ },
+ "name": "Doge Apr",
+ "symbol": "DOGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ "base": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ ],
+ "denom": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "exponent": 0,
+ },
+ {
+ "denom": "pepe",
+ "exponent": 6,
+ },
+ ],
+ "description": "Osmo Pepe",
+ "display": "pepe",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "theme": {
+ "primaryColorHex": "#f3c79e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ },
+ "name": "Osmo Pepe",
+ "symbol": "PEPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ "base": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ ],
+ "denom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "exponent": 0,
+ },
+ {
+ "denom": "catmos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Catmos",
+ "display": "catmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "theme": {
+ "primaryColorHex": "#140c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ },
+ "name": "Catmos",
+ "symbol": "CATMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ "base": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ ],
+ "denom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "exponent": 0,
+ },
+ {
+ "denom": "spacer",
+ "exponent": 6,
+ },
+ ],
+ "description": "Spacer",
+ "display": "spacer",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "theme": {
+ "primaryColorHex": "#695335",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ },
+ "name": "Spacer",
+ "symbol": "SPACER",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ "base": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ ],
+ "denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "exponent": 0,
+ },
+ {
+ "denom": "light",
+ "exponent": 9,
+ },
+ ],
+ "description": "Light: LumenX community DAO treasury token",
+ "display": "light",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "theme": {
+ "primaryColorHex": "#e5e5e5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ },
+ "name": "LIGHT",
+ "symbol": "LIGHT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ "base": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ ],
+ "denom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "exponent": 0,
+ },
+ {
+ "denom": "mile",
+ "exponent": 6,
+ },
+ ],
+ "description": "Mille: the 1000th token on osmosis",
+ "display": "mile",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ },
+ "name": "Mille",
+ "symbol": "MILE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ "base": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ ],
+ "denom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "exponent": 0,
+ },
+ {
+ "denom": "void",
+ "exponent": 6,
+ },
+ ],
+ "description": "Void",
+ "display": "void",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "theme": {
+ "primaryColorHex": "#5b2e96",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ },
+ "name": "Void",
+ "symbol": "VOID",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ "base": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ ],
+ "denom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "exponent": 0,
+ },
+ {
+ "denom": "silica",
+ "exponent": 6,
+ },
+ ],
+ "description": "Silica",
+ "display": "silica",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "theme": {
+ "primaryColorHex": "#21538f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ },
+ "name": "Silica",
+ "symbol": "SLCA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ "base": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ ],
+ "denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "exponent": 0,
+ },
+ {
+ "denom": "pepec",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pepec",
+ "display": "pepec",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "theme": {
+ "primaryColorHex": "#e9bc37",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ },
+ "name": "Pepec",
+ "symbol": "PEPEC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ "base": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ ],
+ "denom": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "exponent": 0,
+ },
+ {
+ "denom": "pltn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Palantin",
+ "display": "pltn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ },
+ "name": "Palantin",
+ "symbol": "PLTN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ "base": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ ],
+ "denom": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "yfd",
+ "exponent": 6,
+ },
+ ],
+ "description": "Propose. Vote. Build.",
+ "display": "yfd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ "theme": {
+ "primaryColorHex": "#dc542c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ },
+ "name": "Y-Foundry DAO",
+ "symbol": "YFD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ "base": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ ],
+ "denom": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampJUNO",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked JUNO",
+ "display": "ampJUNO",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ },
+ "name": "ERIS Amplified JUNO",
+ "symbol": "ampJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ "base": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ ],
+ "denom": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "exponent": 0,
+ },
+ {
+ "denom": "bits",
+ "exponent": 8,
+ },
+ ],
+ "description": "BITS - Native token of Bitswift Cash",
+ "display": "bits",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "theme": {
+ "primaryColorHex": "#7bbc43",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ },
+ "name": "BITS",
+ "symbol": "BITS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ "base": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ ],
+ "denom": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "exponent": 0,
+ },
+ {
+ "denom": "poil",
+ "exponent": 6,
+ },
+ ],
+ "description": "The least memeable memecoin in existence. The cats have had their day, it's time for $POIL coin to take reign.",
+ "display": "poil",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "theme": {
+ "primaryColorHex": "#ef6d1d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ },
+ "name": "POIL",
+ "symbol": "POIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ "base": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ ],
+ "denom": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "minerva",
+ "exponent": 6,
+ },
+ ],
+ "description": "Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.",
+ "display": "minerva",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "theme": {
+ "primaryColorHex": "#744c2f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ },
+ "name": "MINERVA",
+ "symbol": "MRVA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ "base": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ ],
+ "denom": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "exponent": 0,
+ },
+ {
+ "denom": "luno",
+ "exponent": 6,
+ },
+ ],
+ "description": "In Roman mythology, Juno (Latin: Iuno; pronounced [[Help:Pronunciation|[ˈjuːnoː]]]) was the protector and advisor of the state.",
+ "display": "luno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ },
+ "name": "LUNO",
+ "symbol": "LUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ "base": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ ],
+ "denom": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "exponent": 0,
+ },
+ {
+ "denom": "aten",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATEN is NETA.",
+ "display": "aten",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "theme": {
+ "primaryColorHex": "#1e1d1d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ },
+ "name": "ATEN",
+ "symbol": "ATEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ "base": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ ],
+ "denom": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "exponent": 0,
+ },
+ {
+ "denom": "hera",
+ "exponent": 6,
+ },
+ ],
+ "description": "HERA is the goddess of marriage in Greek mythology.",
+ "display": "hera",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "theme": {
+ "primaryColorHex": "#a9784c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ },
+ "name": "HERA",
+ "symbol": "HERA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ "base": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
+ "coingeckoId": "backbone-labs-staked-juno",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ ],
+ "denom": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
+ "exponent": 0,
+ },
+ {
+ "denom": "bJUNO",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked JUNO",
+ "display": "bJUNO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "theme": {
+ "primaryColorHex": "#d17e7f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ },
+ "name": "BackBone Labs Liquid Staked JUNO",
+ "symbol": "bJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "base": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ ],
+ "denom": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "exponent": 0,
+ },
+ ],
+ "description": "Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.",
+ "display": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ "theme": {
+ "primaryColorHex": "#f3cb0c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ },
+ "name": "Airdrop For All",
+ "symbol": "AFA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "coingeckoId": "lvn",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ ],
+ "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "exponent": 0,
+ },
+ {
+ "denom": "lvn",
+ "exponent": 6,
+ },
+ ],
+ "description": "ELEVENPARIS loyalty token on KiChain",
+ "display": "lvn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "theme": {
+ "primaryColorHex": "#683480",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ },
+ "name": "LVN",
+ "symbol": "LVN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-261",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "chain_name": "kichain",
+ "channel_id": "channel-18",
+ "port": "wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ "base": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ ],
+ "denom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "exponent": 0,
+ },
+ {
+ "denom": "puppy",
+ "exponent": 6,
+ },
+ ],
+ "description": "Puppy",
+ "display": "puppy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "theme": {
+ "primaryColorHex": "#100e0d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ },
+ "name": "Puppy",
+ "symbol": "PUPPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-11348",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-73",
+ "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ "base": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
+ "coingeckoId": "backbone-labs-staked-huahua",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ ],
+ "denom": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
+ "exponent": 0,
+ },
+ {
+ "denom": "bHUAHUA",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked HUAHUA",
+ "display": "bHUAHUA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f2bd3a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ },
+ "name": "BackBone Labs Liquid Staked HUAHUA",
+ "symbol": "bHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-11348",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-73",
+ "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "base": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "coingeckoId": "neta",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ ],
+ "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "neta",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Neta on Juno Chain",
+ "display": "neta",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#f87b7b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Neta",
+ "symbol": "NETA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ ],
+ "denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "marble",
+ "exponent": 3,
+ },
+ ],
+ "description": "The native token cw20 for Marble DAO on Juno Chain",
+ "display": "marble",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Marble",
+ "symbol": "MARBLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ ],
+ "denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "exponent": 0,
+ },
+ {
+ "denom": "hope",
+ "exponent": 6,
+ },
+ ],
+ "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
+ "display": "hope",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#e2877e",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Hope Galaxy",
+ "symbol": "HOPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "base": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "coingeckoId": "racoon",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ ],
+ "denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "exponent": 0,
+ },
+ {
+ "denom": "rac",
+ "exponent": 6,
+ },
+ ],
+ "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
+ "display": "rac",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#070f0e",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Racoon",
+ "symbol": "RAC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "base": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ ],
+ "denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "exponent": 0,
+ },
+ {
+ "denom": "block",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Marble DEX on Juno Chain",
+ "display": "block",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Block",
+ "symbol": "BLOCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "base": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ ],
+ "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "exponent": 0,
+ },
+ ],
+ "description": "The DAO token to build consensus among Hong Kong People",
+ "display": "dhk",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#fae204",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "DHK",
+ "symbol": "DHK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ ],
+ "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "exponent": 0,
+ },
+ {
+ "denom": "raw",
+ "exponent": 6,
+ },
+ ],
+ "description": "Token governance for Junoswap",
+ "display": "raw",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "theme": {
+ "primaryColorHex": "#f07c92",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ },
+ "name": "JunoSwap",
+ "symbol": "RAW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "base": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ ],
+ "denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "asvt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
+ "display": "asvt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "theme": {
+ "primaryColorHex": "#402e5d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ },
+ "name": "Another.Software Validator Token",
+ "symbol": "ASVT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ "base": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ ],
+ "denom": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "exponent": 0,
+ },
+ {
+ "denom": "hns",
+ "exponent": 6,
+ },
+ ],
+ "description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno network.",
+ "display": "hns",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ },
+ "name": "IBC HNS (Handshake)",
+ "symbol": "HNS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "base": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ ],
+ "denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "exponent": 0,
+ },
+ {
+ "denom": "joe",
+ "exponent": 6,
+ },
+ ],
+ "description": "DAO dedicated to building tools on the Juno Network",
+ "display": "joe",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "theme": {
+ "primaryColorHex": "#f3baaf",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ },
+ "name": "JoeDAO",
+ "symbol": "JOE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ "base": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ ],
+ "denom": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "exponent": 0,
+ },
+ {
+ "denom": "dla",
+ "exponent": 6,
+ },
+ ],
+ "description": "Governance Token for Digital Land Acquisition DAO",
+ "display": "dla",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#263a70",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Digital Land Acquisition DAO",
+ "symbol": "DLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "base": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ ],
+ "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "exponent": 0,
+ },
+ {
+ "denom": "glto",
+ "exponent": 6,
+ },
+ ],
+ "description": "DeFi gaming platform built on Juno",
+ "display": "glto",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ },
+ "name": "Gelotto",
+ "symbol": "GLTO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "base": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ ],
+ "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "exponent": 0,
+ },
+ {
+ "denom": "gkey",
+ "exponent": 6,
+ },
+ ],
+ "description": "Gelotto Year 1 Grand Prize Token",
+ "display": "gkey",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#521caf",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "GKey",
+ "symbol": "GKEY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ "base": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ ],
+ "denom": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "exponent": 0,
+ },
+ {
+ "denom": "hole",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for BlackHole on Juno Chain",
+ "display": "hole",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ },
+ "name": "BlackHole",
+ "symbol": "HOLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "base": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ ],
+ "denom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "exponent": 0,
+ },
+ {
+ "denom": "sejuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Staking derivative seJUNO for staked JUNO",
+ "display": "sejuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "theme": {
+ "primaryColorHex": "#26363f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ },
+ "name": "StakeEasy seJUNO",
+ "symbol": "SEJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "base": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ ],
+ "denom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "exponent": 0,
+ },
+ {
+ "denom": "bjuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Staking derivative bJUNO for staked JUNO",
+ "display": "bjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "theme": {
+ "primaryColorHex": "#254454",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ },
+ "name": "StakeEasy bJUNO",
+ "symbol": "BJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "base": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ ],
+ "denom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "exponent": 0,
+ },
+ {
+ "denom": "solar",
+ "exponent": 6,
+ },
+ ],
+ "description": "Solarbank DAO Governance Token for speeding up the shift to renewable and green energy",
+ "display": "solar",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ },
+ "name": "Solarbank DAO",
+ "symbol": "SOLAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "base": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ ],
+ "denom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "exponent": 0,
+ },
+ {
+ "denom": "seasy",
+ "exponent": 6,
+ },
+ ],
+ "description": "StakeEasy governance token",
+ "display": "seasy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "theme": {
+ "primaryColorHex": "#2d2c2d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ },
+ "name": "StakeEasy SEASY",
+ "symbol": "SEASY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "base": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ ],
+ "denom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "exponent": 0,
+ },
+ {
+ "denom": "muse",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for MuseDAO on Juno Chain",
+ "display": "muse",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "theme": {
+ "primaryColorHex": "#32255f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ },
+ "name": "MuseDAO",
+ "symbol": "MUSE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ "base": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
+ "coingeckoId": "loop",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ ],
+ "denom": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
+ "exponent": 0,
+ },
+ {
+ "denom": "loop",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Loop Finance on Juno Chain",
+ "display": "loop",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#2d2c45",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ },
+ "name": "Loop Finance",
+ "symbol": "LOOP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "base": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ ],
+ "denom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "exponent": 0,
+ },
+ {
+ "denom": "fury",
+ "exponent": 6,
+ },
+ ],
+ "description": "The deprecated cw20 token for Fanfury on Juno Chain",
+ "display": "fury",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ },
+ "name": "FURY.legacy",
+ "symbol": "FURY.legacy",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "base": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "coingeckoId": "posthuman",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ ],
+ "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "exponent": 0,
+ },
+ {
+ "denom": "phmn",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for PHMN on Juno Chain",
+ "display": "phmn",
+ "extendedDescription": "$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator's commission rate, or exiting the network are determined by the PHMN community.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "theme": {
+ "primaryColorHex": "#bbc2c6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ },
+ "name": "POSTHUMAN",
+ "socials": {
+ "twitter": "https://twitter.com/POSTHUMAN_DVS",
+ "website": "https://posthuman.digital/",
+ },
+ "symbol": "PHMN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "base": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ ],
+ "denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "exponent": 0,
+ },
+ {
+ "denom": "hopers",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Hopers on Juno Chain",
+ "display": "hopers",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "theme": {
+ "primaryColorHex": "#08d890",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ },
+ "name": "Hopers",
+ "symbol": "HOPERS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ "base": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ ],
+ "denom": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "red",
+ "exponent": 6,
+ },
+ ],
+ "description": "RED",
+ "display": "red",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "theme": {
+ "primaryColorHex": "#e40404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ },
+ "name": "Red",
+ "symbol": "RED",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ "base": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ ],
+ "denom": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "exponent": 0,
+ },
+ {
+ "denom": "blue",
+ "exponent": 6,
+ },
+ ],
+ "description": "BLUE",
+ "display": "blue",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#041ce4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ },
+ "name": "Blue",
+ "symbol": "BLUE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "base": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "coingeckoId": "wynd",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ ],
+ "denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "exponent": 0,
+ },
+ {
+ "denom": "wynd",
+ "exponent": 6,
+ },
+ ],
+ "description": "WYND DAO Governance Token",
+ "display": "wynd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "theme": {
+ "primaryColorHex": "#6bcc95",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ },
+ "name": "Wynd DAO Governance Token",
+ "symbol": "WYND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ "base": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ ],
+ "denom": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "exponent": 0,
+ },
+ {
+ "denom": "banana",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bored APE IBC club token",
+ "display": "banana",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "theme": {
+ "primaryColorHex": "#046fc6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ },
+ "name": "Banana Token",
+ "symbol": "BANANA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "base": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ ],
+ "denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "exponent": 0,
+ },
+ {
+ "denom": "nride",
+ "exponent": 6,
+ },
+ ],
+ "description": "nRide Token",
+ "display": "nride",
+ "extendedDescription": "nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ },
+ "name": "nRide Token",
+ "socials": {
+ "twitter": "https://twitter.com/nRide12",
+ "website": "https://www.nride.com",
+ },
+ "symbol": "NRIDE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ "base": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ ],
+ "denom": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sgnl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Signal Art and Gaming on Juno",
+ "display": "sgnl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "theme": {
+ "primaryColorHex": "#c5c2c2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ },
+ "name": "Signal",
+ "symbol": "SGNL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ "base": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ ],
+ "denom": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "jape",
+ "exponent": 6,
+ },
+ ],
+ "description": "Governance and utility token for the Junø Apes NFT platform on Juno",
+ "display": "jape",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "theme": {
+ "primaryColorHex": "#ee8179",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ },
+ "name": "Junø Apes",
+ "symbol": "JAPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ "base": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ ],
+ "denom": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "exponent": 0,
+ },
+ {
+ "denom": "catom",
+ "exponent": 6,
+ },
+ ],
+ "description": "A community meme token with a fantasy fiction storyline and comic based NFTs on Juno",
+ "display": "catom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "theme": {
+ "primaryColorHex": "#25221f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ },
+ "name": "Catom",
+ "symbol": "CATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ "base": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ ],
+ "denom": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "exponent": 0,
+ },
+ {
+ "denom": "howl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Utility token of Howl.social, an on chain micro-blogging platform on Juno",
+ "display": "howl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "theme": {
+ "primaryColorHex": "#e30d2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ },
+ "name": "Howl",
+ "symbol": "HOWL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ "base": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ ],
+ "denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "fox",
+ "exponent": 6,
+ },
+ ],
+ "description": "Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.",
+ "display": "fox",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "theme": {
+ "primaryColorHex": "#ee5f06",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ },
+ "name": "Juno Fox",
+ "symbol": "FOX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ "base": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ ],
+ "denom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "exponent": 0,
+ },
+ {
+ "denom": "grdn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Evmos Guardians governance token.",
+ "display": "grdn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "theme": {
+ "primaryColorHex": "#07d7ac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ },
+ "name": "Guardian",
+ "symbol": "GRDN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ "base": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ ],
+ "denom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnpu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Mini Punks Token",
+ "display": "mnpu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "theme": {
+ "primaryColorHex": "#dadbce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ },
+ "name": "Mini Punks",
+ "symbol": "MNPU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ "base": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ ],
+ "denom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "exponent": 0,
+ },
+ {
+ "denom": "kleo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Kleomedes Token",
+ "display": "kleo",
+ "extendedDescription": "Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.
+
+As a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.
+
+We support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "theme": {
+ "primaryColorHex": "#240454",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ },
+ "name": "Kleomedes",
+ "symbol": "KLEO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ "base": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ ],
+ "denom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "exponent": 0,
+ },
+ {
+ "denom": "sikoba",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sikoba Governance Token",
+ "display": "sikoba",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ },
+ "name": "Sikoba Token",
+ "symbol": "SKOJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ "base": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ ],
+ "denom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "exponent": 0,
+ },
+ {
+ "denom": "shibac",
+ "exponent": 6,
+ },
+ ],
+ "description": "Shiba Cosmos",
+ "display": "shibac",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "theme": {
+ "primaryColorHex": "#eea95d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ },
+ "name": "ShibaCosmos",
+ "symbol": "SHIBAC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ "base": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ ],
+ "denom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "exponent": 0,
+ },
+ {
+ "denom": "clst",
+ "exponent": 6,
+ },
+ ],
+ "description": "Celestims",
+ "display": "clst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "theme": {
+ "primaryColorHex": "#0b1d33",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ },
+ "name": "Celestims",
+ "symbol": "CLST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ "base": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ ],
+ "denom": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "exponent": 0,
+ },
+ {
+ "denom": "watr",
+ "exponent": 6,
+ },
+ ],
+ "description": "A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!",
+ "display": "watr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "theme": {
+ "primaryColorHex": "#38b5c5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ },
+ "name": "WATR",
+ "symbol": "WATR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ "base": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ ],
+ "denom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "exponent": 0,
+ },
+ {
+ "denom": "casa",
+ "exponent": 6,
+ },
+ ],
+ "description": "An innovative DAO dedicated to housing the most vulnerable",
+ "display": "casa",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ },
+ "name": "Casa",
+ "symbol": "CASA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ "base": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ ],
+ "denom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "exponent": 0,
+ },
+ {
+ "denom": "summit",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO providing showers, meals, and vehicles to the homeless",
+ "display": "summit",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "theme": {
+ "primaryColorHex": "#cbdb44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ },
+ "name": "Summit",
+ "symbol": "SUMMIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ "base": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ ],
+ "denom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "exponent": 0,
+ },
+ {
+ "denom": "manna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO dedicated to combatting food insecurity and malnutrition",
+ "display": "manna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "theme": {
+ "primaryColorHex": "#299544",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ },
+ "name": "Manna",
+ "symbol": "MANNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ "base": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ ],
+ "denom": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "exponent": 0,
+ },
+ {
+ "denom": "empwr",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO focused on youth empowerment",
+ "display": "empwr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "theme": {
+ "primaryColorHex": "#5561aa",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ },
+ "name": "EMPWR",
+ "symbol": "EMPWR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ "base": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ ],
+ "denom": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "exponent": 0,
+ },
+ {
+ "denom": "middle",
+ "exponent": 6,
+ },
+ ],
+ "description": "Join us in fighting against world hunger",
+ "display": "middle",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "theme": {
+ "primaryColorHex": "#04040c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ },
+ "name": "Middle",
+ "symbol": "MIDDLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ "base": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ ],
+ "denom": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "exponent": 0,
+ },
+ {
+ "denom": "sunset",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO taking a wholistic approach to helping abused and mentally ill women and children",
+ "display": "sunset",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "theme": {
+ "primaryColorHex": "#e0372c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ },
+ "name": "Sunset",
+ "symbol": "SUNSET",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ "base": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ ],
+ "denom": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "exponent": 0,
+ },
+ {
+ "denom": "tree",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social Impact DAO dedicated to helping restore and protect our environment",
+ "display": "tree",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "theme": {
+ "primaryColorHex": "#469743",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ },
+ "name": "Living Tree",
+ "symbol": "TREE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ "base": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ ],
+ "denom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "exponent": 0,
+ },
+ {
+ "denom": "invdrs",
+ "exponent": 6,
+ },
+ ],
+ "description": "Evmos Guardians' Invaders DAO token.",
+ "display": "invdrs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "theme": {
+ "primaryColorHex": "#04ccab",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ },
+ "name": "Invaders",
+ "symbol": "INVDRS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ "base": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ ],
+ "denom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "exponent": 0,
+ },
+ {
+ "denom": "apemos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Apemos",
+ "display": "apemos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "theme": {
+ "primaryColorHex": "#4d5264",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ },
+ "name": "Apemos",
+ "symbol": "APEMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ "base": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ ],
+ "denom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "exponent": 0,
+ },
+ {
+ "denom": "osdoge",
+ "exponent": 6,
+ },
+ ],
+ "description": "The First Doge on Osmosis",
+ "display": "osdoge",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "theme": {
+ "primaryColorHex": "#f49c4c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ },
+ "name": "Osmosis Doge",
+ "symbol": "OSDOGE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ "base": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ ],
+ "denom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "exponent": 0,
+ },
+ {
+ "denom": "doga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Doge Apr",
+ "display": "doga",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "theme": {
+ "primaryColorHex": "#d6a84f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ },
+ "name": "Doge Apr",
+ "symbol": "DOGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ "base": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ ],
+ "denom": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "exponent": 0,
+ },
+ {
+ "denom": "pepe",
+ "exponent": 6,
+ },
+ ],
+ "description": "Osmo Pepe",
+ "display": "pepe",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "theme": {
+ "primaryColorHex": "#f3c79e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ },
+ "name": "Osmo Pepe",
+ "symbol": "PEPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ "base": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ ],
+ "denom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "exponent": 0,
+ },
+ {
+ "denom": "catmos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Catmos",
+ "display": "catmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "theme": {
+ "primaryColorHex": "#140c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ },
+ "name": "Catmos",
+ "symbol": "CATMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ "base": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ ],
+ "denom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "exponent": 0,
+ },
+ {
+ "denom": "spacer",
+ "exponent": 6,
+ },
+ ],
+ "description": "Spacer",
+ "display": "spacer",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "theme": {
+ "primaryColorHex": "#695335",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ },
+ "name": "Spacer",
+ "symbol": "SPACER",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ "base": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ ],
+ "denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "exponent": 0,
+ },
+ {
+ "denom": "light",
+ "exponent": 9,
+ },
+ ],
+ "description": "Light: LumenX community DAO treasury token",
+ "display": "light",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "theme": {
+ "primaryColorHex": "#e5e5e5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ },
+ "name": "LIGHT",
+ "symbol": "LIGHT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ "base": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ ],
+ "denom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "exponent": 0,
+ },
+ {
+ "denom": "mile",
+ "exponent": 6,
+ },
+ ],
+ "description": "Mille: the 1000th token on osmosis",
+ "display": "mile",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ },
+ "name": "Mille",
+ "symbol": "MILE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ "base": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ ],
+ "denom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "exponent": 0,
+ },
+ {
+ "denom": "void",
+ "exponent": 6,
+ },
+ ],
+ "description": "Void",
+ "display": "void",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "theme": {
+ "primaryColorHex": "#5b2e96",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ },
+ "name": "Void",
+ "symbol": "VOID",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ "base": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ ],
+ "denom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "exponent": 0,
+ },
+ {
+ "denom": "silica",
+ "exponent": 6,
+ },
+ ],
+ "description": "Silica",
+ "display": "silica",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "theme": {
+ "primaryColorHex": "#21538f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ },
+ "name": "Silica",
+ "symbol": "SLCA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ "base": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ ],
+ "denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "exponent": 0,
+ },
+ {
+ "denom": "pepec",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pepec",
+ "display": "pepec",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "theme": {
+ "primaryColorHex": "#e9bc37",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ },
+ "name": "Pepec",
+ "symbol": "PEPEC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ "base": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ ],
+ "denom": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "exponent": 0,
+ },
+ {
+ "denom": "pltn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Palantin",
+ "display": "pltn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ },
+ "name": "Palantin",
+ "symbol": "PLTN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ "base": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ ],
+ "denom": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "yfd",
+ "exponent": 6,
+ },
+ ],
+ "description": "Propose. Vote. Build.",
+ "display": "yfd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ "theme": {
+ "primaryColorHex": "#dc542c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ },
+ "name": "Y-Foundry DAO",
+ "symbol": "YFD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ "base": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ ],
+ "denom": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampJUNO",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked JUNO",
+ "display": "ampJUNO",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ },
+ "name": "ERIS Amplified JUNO",
+ "symbol": "ampJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ "base": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ ],
+ "denom": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "exponent": 0,
+ },
+ {
+ "denom": "bits",
+ "exponent": 8,
+ },
+ ],
+ "description": "BITS - Native token of Bitswift Cash",
+ "display": "bits",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "theme": {
+ "primaryColorHex": "#7bbc43",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ },
+ "name": "BITS",
+ "symbol": "BITS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ "base": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ ],
+ "denom": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "exponent": 0,
+ },
+ {
+ "denom": "poil",
+ "exponent": 6,
+ },
+ ],
+ "description": "The least memeable memecoin in existence. The cats have had their day, it's time for $POIL coin to take reign.",
+ "display": "poil",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "theme": {
+ "primaryColorHex": "#ef6d1d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ },
+ "name": "POIL",
+ "symbol": "POIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ "base": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ ],
+ "denom": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "minerva",
+ "exponent": 6,
+ },
+ ],
+ "description": "Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.",
+ "display": "minerva",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "theme": {
+ "primaryColorHex": "#744c2f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ },
+ "name": "MINERVA",
+ "symbol": "MRVA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ "base": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ ],
+ "denom": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "exponent": 0,
+ },
+ {
+ "denom": "luno",
+ "exponent": 6,
+ },
+ ],
+ "description": "In Roman mythology, Juno (Latin: Iuno; pronounced [[Help:Pronunciation|[ˈjuːnoː]]]) was the protector and advisor of the state.",
+ "display": "luno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ },
+ "name": "LUNO",
+ "symbol": "LUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ "base": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ ],
+ "denom": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "exponent": 0,
+ },
+ {
+ "denom": "aten",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATEN is NETA.",
+ "display": "aten",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "theme": {
+ "primaryColorHex": "#1e1d1d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ },
+ "name": "ATEN",
+ "symbol": "ATEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ "base": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ ],
+ "denom": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "exponent": 0,
+ },
+ {
+ "denom": "hera",
+ "exponent": 6,
+ },
+ ],
+ "description": "HERA is the goddess of marriage in Greek mythology.",
+ "display": "hera",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "theme": {
+ "primaryColorHex": "#a9784c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ },
+ "name": "HERA",
+ "symbol": "HERA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ "base": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
+ "coingeckoId": "backbone-labs-staked-juno",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ ],
+ "denom": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
+ "exponent": 0,
+ },
+ {
+ "denom": "bJUNO",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked JUNO",
+ "display": "bJUNO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "theme": {
+ "primaryColorHex": "#d17e7f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ },
+ "name": "BackBone Labs Liquid Staked JUNO",
+ "symbol": "bJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "base": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ ],
+ "denom": "ibc/0D62E47FDEBBC199D4E1853C0708F0F9337AC62D95B719585C9700E466060995",
+ "exponent": 0,
+ },
+ ],
+ "description": "Airdrop For All [AFA - New Name on Cosmos Ecosystem, A4A - Old Name on TurtleNetwork] is a token from turtleNetwork towards cosmos ecosystem.",
+ "display": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ "theme": {
+ "primaryColorHex": "#f3cb0c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png",
+ },
+ "name": "Airdrop For All",
+ "symbol": "AFA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-169",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:juno1spjes0smg5yp40dl7gqyw0h8rn03tnmve06dd2m5acwgh6tlx86swha3xg",
+ "chain_name": "juno",
+ "channel_id": "channel-47",
+ "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "coingeckoId": "lvn",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ ],
+ "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "exponent": 0,
+ },
+ {
+ "denom": "lvn",
+ "exponent": 6,
+ },
+ ],
+ "description": "ELEVENPARIS loyalty token on KiChain",
+ "display": "lvn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "theme": {
+ "primaryColorHex": "#683480",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ },
+ "name": "LVN",
+ "symbol": "LVN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-261",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "chain_name": "kichain",
+ "channel_id": "channel-18",
+ "port": "wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "base": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "coingeckoId": "sienna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ ],
+ "denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "exponent": 0,
+ },
+ {
+ "denom": "sienna",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token cw20 for SIENNA on Secret Network",
+ "display": "sienna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "theme": {
+ "primaryColorHex": "#2c2c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ },
+ "name": "SIENNA",
+ "symbol": "SIENNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "base": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ ],
+ "denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "exponent": 0,
+ },
+ {
+ "denom": "shd",
+ "exponent": 8,
+ },
+ ],
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ },
+ "name": "Shade (old)",
+ "symbol": "SHD(old)",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "base": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "coingeckoId": "shade-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ ],
+ "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "exponent": 0,
+ },
+ {
+ "denom": "shd",
+ "exponent": 8,
+ },
+ ],
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ },
+ "name": "Shade",
+ "symbol": "SHD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip25",
+ },
+ {
+ "address": "secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "base": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "coingeckoId": "silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ ],
+ "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "exponent": 0,
+ },
+ {
+ "denom": "silk",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Silk on Secret Network",
+ "display": "silk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "theme": {
+ "primaryColorHex": "#3142fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ },
+ "name": "Silk",
+ "symbol": "SILK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip25",
+ },
+ {
+ "address": "secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "base": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "coingeckoId": "stkd-scrt",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ ],
+ "denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stkd-scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
+ "display": "stkd-scrt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "theme": {
+ "primaryColorHex": "#b8a2dc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ },
+ "name": "SCRT Staking Derivatives",
+ "symbol": "stkd-SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ ],
+ "denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "butt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Button on Secret Network",
+ "display": "butt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "theme": {
+ "primaryColorHex": "#7b04eb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ },
+ "name": "Button",
+ "symbol": "BUTT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "coingeckoId": "alter",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ ],
+ "denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "exponent": 0,
+ },
+ {
+ "denom": "alter",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Alter on Secret Network",
+ "display": "alter",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "theme": {
+ "primaryColorHex": "#694c90",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ },
+ "name": "Alter",
+ "socials": {
+ "twitter": "https://twitter.com/AlterDapp",
+ "website": "http://alter.network/",
+ },
+ "symbol": "ALTER",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "base": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ ],
+ "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "exponent": 0,
+ },
+ {
+ "denom": "amber",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Amber on Secret Network",
+ "display": "amber",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "theme": {
+ "primaryColorHex": "#f2b854",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ },
+ "name": "Amber",
+ "socials": {
+ "twitter": "https://twitter.com/AmberDAO_",
+ "website": "http://amber.money/",
+ },
+ "symbol": "AMBER",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip20",
+ },
+ {
+ "address": "secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "base": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ ],
+ "denom": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "exponent": 0,
+ },
+ {
+ "denom": "shill",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token cw20 for Shill on Secret Network",
+ "display": "shill",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "theme": {
+ "primaryColorHex": "#c49df3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ },
+ "name": "Shill",
+ "symbol": "SHILL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-476",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "snip25",
+ },
+ {
+ "address": "terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "base": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
+ "coingeckoId": "white-whale",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ ],
+ "denom": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
+ "exponent": 0,
+ },
+ {
+ "denom": "whale",
+ "exponent": 6,
+ },
+ ],
+ "description": "The governance token of the White Whale protocol on Terra.",
+ "display": "whale",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
+ "theme": {
+ "primaryColorHex": "#43b24b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
+ },
+ "name": "Whale Token",
+ "symbol": "WHALE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "base": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ ],
+ "denom": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
+ "exponent": 0,
+ },
+ {
+ "denom": "bluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "bluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
+ "theme": {
+ "primaryColorHex": "#fbdb5b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
+ },
+ "name": "Bonded Luna",
+ "symbol": "bLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "base": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ ],
+ "denom": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
+ "exponent": 0,
+ },
+ {
+ "denom": "beth",
+ "exponent": 6,
+ },
+ ],
+ "display": "beth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
+ "theme": {
+ "primaryColorHex": "#54b649",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
+ },
+ "name": "Bonded ETH",
+ "symbol": "bETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "base": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ ],
+ "denom": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
+ "exponent": 0,
+ },
+ {
+ "denom": "aust",
+ "exponent": 6,
+ },
+ ],
+ "display": "aust",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
+ "theme": {
+ "primaryColorHex": "#dd7e7f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
+ },
+ "name": "Anchor Terra USD",
+ "symbol": "aUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "base": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ ],
+ "denom": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "anc",
+ "exponent": 6,
+ },
+ ],
+ "display": "anc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
+ },
+ "name": "Anchor Token",
+ "symbol": "ANC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "base": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ ],
+ "denom": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "mir",
+ "exponent": 6,
+ },
+ ],
+ "display": "mir",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
+ "theme": {
+ "primaryColorHex": "#142444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
+ },
+ "name": "Mirror",
+ "symbol": "MIR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "base": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ ],
+ "denom": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
+ "exponent": 0,
+ },
+ {
+ "denom": "maapl",
+ "exponent": 6,
+ },
+ ],
+ "display": "maapl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
+ "theme": {
+ "primaryColorHex": "#acacac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
+ },
+ "name": "Apple Inc.",
+ "symbol": "mAAPL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "base": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ ],
+ "denom": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
+ "exponent": 0,
+ },
+ {
+ "denom": "mabnb",
+ "exponent": 6,
+ },
+ ],
+ "display": "mabnb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
+ "theme": {
+ "primaryColorHex": "#e4545c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
+ },
+ "name": "Airbnb Inc.",
+ "symbol": "mABNB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "base": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ ],
+ "denom": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
+ "exponent": 0,
+ },
+ {
+ "denom": "mamc",
+ "exponent": 6,
+ },
+ ],
+ "display": "mamc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
+ "theme": {
+ "primaryColorHex": "#cc2444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
+ },
+ "name": "AMC Entertainment Holdings Inc.",
+ "symbol": "mAMC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "base": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ ],
+ "denom": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
+ "exponent": 0,
+ },
+ {
+ "denom": "mamd",
+ "exponent": 6,
+ },
+ ],
+ "display": "mamd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
+ },
+ "name": "Advanced Micro Devices, Inc.",
+ "symbol": "mAMD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "base": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ ],
+ "denom": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
+ "exponent": 0,
+ },
+ {
+ "denom": "mamzn",
+ "exponent": 6,
+ },
+ ],
+ "display": "mamzn",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
+ },
+ "name": "Amazon.com, Inc.",
+ "symbol": "mAMZN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "base": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ ],
+ "denom": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
+ "exponent": 0,
+ },
+ {
+ "denom": "markk",
+ "exponent": 6,
+ },
+ ],
+ "display": "markk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
+ "theme": {
+ "primaryColorHex": "#0d0d25",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
+ },
+ "name": "ARK Innovation ETF",
+ "symbol": "mARKK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "base": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ ],
+ "denom": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
+ "exponent": 0,
+ },
+ {
+ "denom": "mbaba",
+ "exponent": 6,
+ },
+ ],
+ "display": "mbaba",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
+ "theme": {
+ "primaryColorHex": "#f38506",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
+ },
+ "name": "Alibaba Group Holding Limited",
+ "symbol": "mBABA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "base": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ ],
+ "denom": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
+ "exponent": 0,
+ },
+ {
+ "denom": "mbtc",
+ "exponent": 6,
+ },
+ ],
+ "display": "mbtc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
+ },
+ "name": "Bitcoin",
+ "symbol": "mBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "base": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ ],
+ "denom": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
+ "exponent": 0,
+ },
+ {
+ "denom": "mcoin",
+ "exponent": 6,
+ },
+ ],
+ "display": "mcoin",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
+ "theme": {
+ "primaryColorHex": "#1454f4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
+ },
+ "name": "Coinbase Global, Inc.",
+ "symbol": "mCOIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "base": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ ],
+ "denom": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "mdis",
+ "exponent": 6,
+ },
+ ],
+ "display": "mdis",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
+ },
+ "name": "The Walt Disney Company",
+ "symbol": "mDIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "base": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ ],
+ "denom": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
+ "exponent": 0,
+ },
+ {
+ "denom": "mdot",
+ "exponent": 6,
+ },
+ ],
+ "display": "mdot",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
+ },
+ "name": "Polkadot",
+ "symbol": "mDOT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "base": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ ],
+ "denom": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
+ "exponent": 0,
+ },
+ {
+ "denom": "meth",
+ "exponent": 6,
+ },
+ ],
+ "display": "meth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
+ "theme": {
+ "primaryColorHex": "#5c648e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
+ },
+ "name": "Ether",
+ "symbol": "mETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "base": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ ],
+ "denom": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mfb",
+ "exponent": 6,
+ },
+ ],
+ "display": "mfb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
+ "theme": {
+ "primaryColorHex": "#1c74f4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
+ },
+ "name": "Facebook Inc.",
+ "symbol": "mFB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "base": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ ],
+ "denom": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mglxy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mglxy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
+ "theme": {
+ "primaryColorHex": "#1d4cac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
+ },
+ "name": "Galaxy Digital Holdings Ltd",
+ "symbol": "mGLXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "base": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ ],
+ "denom": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
+ "exponent": 0,
+ },
+ {
+ "denom": "mgme",
+ "exponent": 6,
+ },
+ ],
+ "display": "mgme",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
+ },
+ "name": "GameStop Corp",
+ "symbol": "mGME",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "base": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ ],
+ "denom": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "mgoogl",
+ "exponent": 6,
+ },
+ ],
+ "display": "mgoogl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
+ "theme": {
+ "primaryColorHex": "#34ac54",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
+ },
+ "name": "Alphabet Inc.",
+ "symbol": "mGOOGL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "base": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ ],
+ "denom": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
+ "exponent": 0,
+ },
+ {
+ "denom": "mgs",
+ "exponent": 6,
+ },
+ ],
+ "display": "mgs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
+ "theme": {
+ "primaryColorHex": "#749cc4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
+ },
+ "name": "Goldman Sachs Group Inc.",
+ "symbol": "mGS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "base": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ ],
+ "denom": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
+ "exponent": 0,
+ },
+ {
+ "denom": "mhood",
+ "exponent": 6,
+ },
+ ],
+ "display": "mhood",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
+ "theme": {
+ "primaryColorHex": "#54c48c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
+ },
+ "name": "Robinhood Markets, Inc.",
+ "symbol": "mHOOD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "base": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ ],
+ "denom": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
+ "exponent": 0,
+ },
+ {
+ "denom": "miau",
+ "exponent": 6,
+ },
+ ],
+ "display": "miau",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ },
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "base": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ ],
+ "denom": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
+ "exponent": 0,
+ },
+ {
+ "denom": "miau",
+ "exponent": 6,
+ },
+ ],
+ "display": "miau",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ },
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "base": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ ],
+ "denom": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
+ "exponent": 0,
+ },
+ {
+ "denom": "mjnj",
+ "exponent": 6,
+ },
+ ],
+ "display": "mjnj",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
+ "theme": {
+ "primaryColorHex": "#c41d2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
+ },
+ "name": "Johnson & Johnson",
+ "symbol": "mJNJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "base": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ ],
+ "denom": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mko",
+ "exponent": 6,
+ },
+ ],
+ "display": "mko",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
+ "theme": {
+ "primaryColorHex": "#fcc9cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
+ },
+ "name": "Coca-Cola",
+ "symbol": "mKO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "base": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ ],
+ "denom": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
+ "exponent": 0,
+ },
+ {
+ "denom": "mmsft",
+ "exponent": 6,
+ },
+ ],
+ "display": "mmsft",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
+ "theme": {
+ "primaryColorHex": "#04a4ec",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
+ },
+ "name": "Microsoft Corporation",
+ "symbol": "mMSFT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "base": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ ],
+ "denom": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnflx",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnflx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
+ "theme": {
+ "primaryColorHex": "#af040c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
+ },
+ "name": "Netflix, Inc.",
+ "symbol": "mNFLX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "base": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ ],
+ "denom": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnio",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnio",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ },
+ "name": "NIO Inc.",
+ "symbol": "mNIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "base": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ ],
+ "denom": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnke",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnke",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ },
+ "name": "NIKE, Inc.",
+ "symbol": "mNKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "base": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ ],
+ "denom": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mnvda",
+ "exponent": 6,
+ },
+ ],
+ "display": "mnvda",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ "theme": {
+ "primaryColorHex": "#74bc04",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ },
+ "name": "NVIDIA Corporation",
+ "symbol": "mNVDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "base": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ ],
+ "denom": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mpypl",
+ "exponent": 6,
+ },
+ ],
+ "display": "mpypl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ "theme": {
+ "primaryColorHex": "#24377a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ },
+ "name": "PayPal Holdings Inc",
+ "symbol": "mPYPL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "base": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ ],
+ "denom": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
+ "exponent": 0,
+ },
+ {
+ "denom": "mqqq",
+ "exponent": 6,
+ },
+ ],
+ "display": "mqqq",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ "theme": {
+ "primaryColorHex": "#041c7c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ },
+ "name": "Invesco QQQ Trust",
+ "symbol": "mQQQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "base": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ ],
+ "denom": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
+ "exponent": 0,
+ },
+ {
+ "denom": "msbux",
+ "exponent": 6,
+ },
+ ],
+ "display": "msbux",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ "theme": {
+ "primaryColorHex": "#047444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ },
+ "name": "Starbucks Corporation",
+ "symbol": "mSBUX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "base": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ ],
+ "denom": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mslv",
+ "exponent": 6,
+ },
+ ],
+ "display": "mslv",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ },
+ "name": "iShares Silver Trust",
+ "symbol": "mSLV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "base": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ ],
+ "denom": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
+ "exponent": 0,
+ },
+ {
+ "denom": "mspy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mspy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ },
+ "name": "SPDR S&P 500",
+ "symbol": "mSPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "base": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ ],
+ "denom": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
+ "exponent": 0,
+ },
+ {
+ "denom": "msq",
+ "exponent": 6,
+ },
+ ],
+ "display": "msq",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ },
+ "name": "Square, Inc.",
+ "symbol": "mSQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "base": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ ],
+ "denom": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
+ "exponent": 0,
+ },
+ {
+ "denom": "mtsla",
+ "exponent": 6,
+ },
+ ],
+ "display": "mtsla",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ "theme": {
+ "primaryColorHex": "#e41c34",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ },
+ "name": "Tesla, Inc.",
+ "symbol": "mTSLA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "base": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ ],
+ "denom": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
+ "exponent": 0,
+ },
+ {
+ "denom": "mtwtr",
+ "exponent": 6,
+ },
+ ],
+ "display": "mtwtr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ "theme": {
+ "primaryColorHex": "#2cace4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ },
+ "name": "Twitter, Inc.",
+ "symbol": "mTWTR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "base": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ ],
+ "denom": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
+ "exponent": 0,
+ },
+ {
+ "denom": "muso",
+ "exponent": 6,
+ },
+ ],
+ "display": "muso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ },
+ "name": "United States Oil Fund, LP",
+ "symbol": "mUSO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "base": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ ],
+ "denom": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
+ "exponent": 0,
+ },
+ {
+ "denom": "mvixy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mvixy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ },
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "base": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ ],
+ "denom": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "mvixy",
+ "exponent": 6,
+ },
+ ],
+ "display": "mvixy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ },
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "base": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ ],
+ "denom": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lota",
+ "exponent": 6,
+ },
+ ],
+ "display": "lota",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ "theme": {
+ "primaryColorHex": "#c63adc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ },
+ "name": "loterra",
+ "symbol": "LOTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "base": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ ],
+ "denom": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
+ "exponent": 0,
+ },
+ {
+ "denom": "dph",
+ "exponent": 6,
+ },
+ ],
+ "display": "dph",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ "theme": {
+ "primaryColorHex": "#2c4c9c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ },
+ "name": "Digipharm",
+ "symbol": "DPH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "base": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ ],
+ "denom": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
+ "exponent": 0,
+ },
+ {
+ "denom": "mine",
+ "exponent": 6,
+ },
+ ],
+ "display": "mine",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ "theme": {
+ "primaryColorHex": "#042c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ },
+ "name": "Pylon MINE Token",
+ "symbol": "MINE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "base": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ ],
+ "denom": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "bpsidp-24m",
+ "exponent": 6,
+ },
+ ],
+ "display": "bpsidp-24m",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ "theme": {
+ "primaryColorHex": "#3d6d8e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ },
+ "name": "Pylon bDP Token for Gateway Psi 24m Pool",
+ "symbol": "bPsiDP-24m",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "base": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ ],
+ "denom": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
+ "exponent": 0,
+ },
+ {
+ "denom": "spec",
+ "exponent": 6,
+ },
+ ],
+ "display": "spec",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ "theme": {
+ "primaryColorHex": "#fa2d6c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ },
+ "name": "Spectrum Token",
+ "symbol": "SPEC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "base": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ ],
+ "denom": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
+ "exponent": 0,
+ },
+ {
+ "denom": "loop",
+ "exponent": 6,
+ },
+ ],
+ "display": "loop",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#04dff9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ },
+ "name": "LOOP token",
+ "symbol": "LOOP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "base": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ ],
+ "denom": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
+ "exponent": 0,
+ },
+ {
+ "denom": "loopr",
+ "exponent": 6,
+ },
+ ],
+ "display": "loopr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ "theme": {
+ "primaryColorHex": "#550555",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ },
+ "name": "LOOPR token",
+ "symbol": "LOOPR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "base": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ ],
+ "denom": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
+ "exponent": 0,
+ },
+ {
+ "denom": "stt",
+ "exponent": 6,
+ },
+ ],
+ "display": "stt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ "theme": {
+ "primaryColorHex": "#f5e604",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ },
+ "name": "StarTerra Token",
+ "symbol": "STT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "base": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ ],
+ "denom": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
+ "exponent": 0,
+ },
+ {
+ "denom": "twd",
+ "exponent": 6,
+ },
+ ],
+ "display": "twd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ "theme": {
+ "primaryColorHex": "#25abe3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ },
+ "name": "TWD Token",
+ "symbol": "TWD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "base": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ ],
+ "denom": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
+ "exponent": 0,
+ },
+ {
+ "denom": "xtra",
+ "exponent": 6,
+ },
+ ],
+ "display": "xtra",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ "theme": {
+ "primaryColorHex": "#0c9cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ },
+ "name": "xterra Token",
+ "symbol": "XTRA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "base": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ ],
+ "denom": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
+ "exponent": 0,
+ },
+ {
+ "denom": "miaw",
+ "exponent": 6,
+ },
+ ],
+ "display": "miaw",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ "theme": {
+ "primaryColorHex": "#060606",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ },
+ "name": "MIAW Token",
+ "symbol": "MIAW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "base": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ ],
+ "denom": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
+ "exponent": 0,
+ },
+ {
+ "denom": "psi",
+ "exponent": 6,
+ },
+ ],
+ "display": "psi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ "theme": {
+ "primaryColorHex": "#1c1c2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ },
+ "name": "Nexus Governance Token",
+ "symbol": "Psi",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "base": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ ],
+ "denom": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
+ "exponent": 0,
+ },
+ {
+ "denom": "nluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "nluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
+ },
+ "name": "Nexus nLuna Token",
+ "symbol": "nLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "base": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ ],
+ "denom": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
+ "exponent": 0,
+ },
+ {
+ "denom": "neth",
+ "exponent": 6,
+ },
+ ],
+ "display": "neth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
+ },
+ "name": "Nexus nETH Token",
+ "symbol": "nETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "base": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ ],
+ "denom": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cnluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "cnluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
+ },
+ "name": "nLuna autocompounder share representation",
+ "symbol": "cnLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "base": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ ],
+ "denom": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
+ "exponent": 0,
+ },
+ {
+ "denom": "cneth",
+ "exponent": 6,
+ },
+ ],
+ "display": "cneth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
+ },
+ "name": "nETH autocompounder share representation",
+ "symbol": "cnETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "base": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ ],
+ "denom": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
+ "exponent": 0,
+ },
+ {
+ "denom": "navax",
+ "exponent": 6,
+ },
+ ],
+ "display": "navax",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
+ },
+ "name": "Nexus nAVAX Token",
+ "symbol": "nAVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "base": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ ],
+ "denom": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
+ "exponent": 0,
+ },
+ {
+ "denom": "natom",
+ "exponent": 6,
+ },
+ ],
+ "display": "natom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
+ },
+ "name": "Nexus nATOM Token",
+ "symbol": "nATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "base": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ ],
+ "denom": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
+ "exponent": 0,
+ },
+ {
+ "denom": "vkr",
+ "exponent": 6,
+ },
+ ],
+ "display": "vkr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ },
+ "name": "VKR Token",
+ "symbol": "VKR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "base": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ ],
+ "denom": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
+ "exponent": 0,
+ },
+ {
+ "denom": "orion",
+ "exponent": 8,
+ },
+ ],
+ "display": "orion",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ "theme": {
+ "primaryColorHex": "#04bc74",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ },
+ "name": "Orion Money (Portal)",
+ "symbol": "ORION",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "base": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ ],
+ "denom": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
+ "exponent": 0,
+ },
+ {
+ "denom": "tland",
+ "exponent": 6,
+ },
+ ],
+ "display": "tland",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ "theme": {
+ "primaryColorHex": "#c3a990",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ },
+ "name": "TerraLand Token",
+ "symbol": "TLAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "base": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ ],
+ "denom": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "vust",
+ "exponent": 6,
+ },
+ ],
+ "display": "vust",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ "theme": {
+ "primaryColorHex": "#3ccb64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ },
+ "name": "Vault UST",
+ "symbol": "vUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "base": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ ],
+ "denom": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
+ "exponent": 0,
+ },
+ {
+ "denom": "eth",
+ "exponent": 8,
+ },
+ ],
+ "display": "eth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ "theme": {
+ "primaryColorHex": "#2d2831",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ },
+ "name": "Ether (Portal)",
+ "symbol": "ETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "base": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ ],
+ "denom": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "wbtc",
+ "exponent": 8,
+ },
+ ],
+ "display": "wbtc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#f3931e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ },
+ "name": "Wrapped BTC (Portal)",
+ "symbol": "WBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "base": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ ],
+ "denom": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
+ "exponent": 0,
+ },
+ {
+ "denom": "sol",
+ "exponent": 8,
+ },
+ ],
+ "display": "sol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ },
+ "name": "SOL (Portal)",
+ "symbol": "SOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "base": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ ],
+ "denom": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
+ "exponent": 0,
+ },
+ {
+ "denom": "maticet",
+ "exponent": 8,
+ },
+ ],
+ "display": "maticet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ "theme": {
+ "primaryColorHex": "#8447e1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ },
+ "name": "MATIC (Portal from Ethereum)",
+ "symbol": "MATICet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "base": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ ],
+ "denom": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
+ "exponent": 0,
+ },
+ {
+ "denom": "bnb",
+ "exponent": 8,
+ },
+ ],
+ "display": "bnb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ "theme": {
+ "primaryColorHex": "#f4bc2c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ },
+ "name": "Binance Coin (Portal)",
+ "symbol": "BNB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "base": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ ],
+ "denom": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
+ "exponent": 0,
+ },
+ {
+ "denom": "cake",
+ "exponent": 8,
+ },
+ ],
+ "display": "cake",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ "theme": {
+ "primaryColorHex": "#d0894d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ },
+ "name": "PancakeSwap Token (Portal)",
+ "symbol": "CAKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "base": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ ],
+ "denom": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
+ "exponent": 0,
+ },
+ {
+ "denom": "link",
+ "exponent": 8,
+ },
+ ],
+ "display": "link",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ },
+ "name": "Chainlink (Portal)",
+ "symbol": "LINK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "base": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ ],
+ "denom": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sushi",
+ "exponent": 8,
+ },
+ ],
+ "display": "sushi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ "theme": {
+ "primaryColorHex": "#cd68ac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ },
+ "name": "SushiToken (Portal)",
+ "symbol": "SUSHI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "base": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ ],
+ "denom": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
+ "exponent": 0,
+ },
+ {
+ "denom": "uni",
+ "exponent": 8,
+ },
+ ],
+ "display": "uni",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ "theme": {
+ "primaryColorHex": "#b01e66",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ },
+ "name": "Uniswap (Portal)",
+ "symbol": "UNI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "base": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ ],
+ "denom": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtet",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ "theme": {
+ "primaryColorHex": "#56a995",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ },
+ "name": "Tether USD (Portal from Ethereum)",
+ "symbol": "USDTet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "base": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ ],
+ "denom": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcet",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ "theme": {
+ "primaryColorHex": "#2a75c9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ },
+ "name": "USD Coin (Portal from Ethereum)",
+ "symbol": "USDCet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "base": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ ],
+ "denom": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
+ "exponent": 0,
+ },
+ {
+ "denom": "kuji",
+ "exponent": 6,
+ },
+ ],
+ "display": "kuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ "theme": {
+ "primaryColorHex": "#24242c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ },
+ "name": "Kujira Token",
+ "symbol": "KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "base": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ ],
+ "denom": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
+ "exponent": 0,
+ },
+ {
+ "denom": "skuji",
+ "exponent": 6,
+ },
+ ],
+ "display": "skuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ "theme": {
+ "primaryColorHex": "#252933",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ },
+ "name": "Staked KUJI",
+ "symbol": "sKUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "base": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ ],
+ "denom": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "wsteth",
+ "exponent": 8,
+ },
+ ],
+ "display": "wsteth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ "theme": {
+ "primaryColorHex": "#9cdcfc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ },
+ "name": "Lido wstETH (Portal)",
+ "symbol": "wstETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "base": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ ],
+ "denom": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
+ "exponent": 0,
+ },
+ {
+ "denom": "wstsol",
+ "exponent": 8,
+ },
+ ],
+ "display": "wstsol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ "theme": {
+ "primaryColorHex": "#1dbffc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ },
+ "name": "Lido wstSOL (Portal)",
+ "symbol": "wstSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "base": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ ],
+ "denom": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
+ "exponent": 0,
+ },
+ {
+ "denom": "wsbsol",
+ "exponent": 8,
+ },
+ ],
+ "display": "wsbsol",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
+ },
+ "name": "Lido bonded SOL (Portal)",
+ "symbol": "wsbSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "base": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ ],
+ "denom": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
+ "exponent": 0,
+ },
+ {
+ "denom": "ldo",
+ "exponent": 8,
+ },
+ ],
+ "display": "ldo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ "theme": {
+ "primaryColorHex": "#f49c8c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ },
+ "name": "Lido DAO (Portal)",
+ "symbol": "LDO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "base": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ ],
+ "denom": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
+ "exponent": 0,
+ },
+ {
+ "denom": "webeth",
+ "exponent": 8,
+ },
+ ],
+ "display": "webeth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
+ },
+ "name": "Lido Bonded ETH (Wormhole)",
+ "symbol": "webETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "base": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ ],
+ "denom": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
+ "exponent": 0,
+ },
+ {
+ "denom": "stluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "stluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ "theme": {
+ "primaryColorHex": "#1fc0fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ },
+ "name": "Lido staked Luna",
+ "symbol": "stLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "base": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ ],
+ "denom": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
+ "exponent": 0,
+ },
+ {
+ "denom": "xdefi",
+ "exponent": 8,
+ },
+ ],
+ "display": "xdefi",
+ "name": "XDEFI (Portal)",
+ "symbol": "XDEFI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "base": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ ],
+ "denom": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
+ "exponent": 0,
+ },
+ {
+ "denom": "btl",
+ "exponent": 6,
+ },
+ ],
+ "display": "btl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ "theme": {
+ "primaryColorHex": "#5cbc8c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ },
+ "name": "Bitlocus Token",
+ "symbol": "BTL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "base": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ ],
+ "denom": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lunax",
+ "exponent": 6,
+ },
+ ],
+ "display": "lunax",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ "theme": {
+ "primaryColorHex": "#cdcdce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ },
+ "name": "LunaX Token",
+ "symbol": "LunaX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "base": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ ],
+ "denom": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
+ "exponent": 0,
+ },
+ {
+ "denom": "luni",
+ "exponent": 6,
+ },
+ ],
+ "display": "luni",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ "theme": {
+ "primaryColorHex": "#232742",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ },
+ "name": "LUNI",
+ "symbol": "LUNI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "base": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ ],
+ "denom": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
+ "exponent": 0,
+ },
+ {
+ "denom": "ply",
+ "exponent": 6,
+ },
+ ],
+ "display": "ply",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ "theme": {
+ "primaryColorHex": "#070706",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ },
+ "name": "PlayNity Token",
+ "symbol": "PLY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "base": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ ],
+ "denom": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfloki",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfloki",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ "theme": {
+ "primaryColorHex": "#f6c911",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ },
+ "name": "TFLOKI",
+ "symbol": "TFLOKI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "base": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ ],
+ "denom": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
+ "exponent": 0,
+ },
+ {
+ "denom": "tftic",
+ "exponent": 6,
+ },
+ ],
+ "display": "tftic",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ },
+ "name": "TFLOKI Genesis Ticket",
+ "symbol": "TFTIC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "base": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ ],
+ "denom": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfticii",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfticii",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ },
+ "name": "TFLOKI New World Ticket",
+ "symbol": "TFTICII",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "base": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ ],
+ "denom": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
+ "exponent": 0,
+ },
+ {
+ "denom": "tfticiii",
+ "exponent": 6,
+ },
+ ],
+ "display": "tfticiii",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ },
+ "name": "TFLOKI Aviator Ticket",
+ "symbol": "TFTICIII",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "base": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ ],
+ "denom": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
+ "exponent": 0,
+ },
+ {
+ "denom": "moon",
+ "exponent": 6,
+ },
+ ],
+ "display": "moon",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ "theme": {
+ "primaryColorHex": "#ebb30c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ },
+ "name": "Moon Token",
+ "symbol": "MOON",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "base": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ ],
+ "denom": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport Token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "base": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ ],
+ "denom": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
+ "exponent": 0,
+ },
+ {
+ "denom": "xastro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "display": "xastro.cw20",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
+ },
+ "name": "Staked Astroport Token",
+ "symbol": "xASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "base": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ ],
+ "denom": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
+ "exponent": 0,
+ },
+ {
+ "denom": "halo",
+ "exponent": 6,
+ },
+ ],
+ "display": "halo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ "theme": {
+ "primaryColorHex": "#54a4dc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ },
+ "name": "Angel Protocol Token",
+ "symbol": "HALO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "base": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ ],
+ "denom": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
+ "exponent": 0,
+ },
+ {
+ "denom": "pug",
+ "exponent": 6,
+ },
+ ],
+ "display": "pug",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ "theme": {
+ "primaryColorHex": "#252424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ },
+ "name": "AstroPug Token",
+ "symbol": "PUG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "base": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ ],
+ "denom": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "orne",
+ "exponent": 6,
+ },
+ ],
+ "display": "orne",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ },
+ "name": "Orne Token",
+ "symbol": "ORNE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "base": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ ],
+ "denom": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
+ "exponent": 0,
+ },
+ {
+ "denom": "tns",
+ "exponent": 6,
+ },
+ ],
+ "display": "tns",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ "theme": {
+ "primaryColorHex": "#2442cf",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ },
+ "name": "Terra Name Service",
+ "symbol": "TNS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "base": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ ],
+ "denom": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
+ "exponent": 0,
+ },
+ {
+ "denom": "xrune",
+ "exponent": 6,
+ },
+ ],
+ "display": "xrune",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ },
+ "name": "Thorstarter",
+ "symbol": "XRUNE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "base": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ ],
+ "denom": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
+ "exponent": 0,
+ },
+ {
+ "denom": "alot",
+ "exponent": 6,
+ },
+ ],
+ "display": "alot",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ "theme": {
+ "primaryColorHex": "#c7bea1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ },
+ "name": "Alpha Pack Token",
+ "symbol": "aLOT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "base": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ ],
+ "denom": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "sity",
+ "exponent": 6,
+ },
+ ],
+ "display": "sity",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
+ },
+ "name": "CurioSITY play to earn token",
+ "symbol": "SITY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "base": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ ],
+ "denom": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
+ "exponent": 0,
+ },
+ {
+ "denom": "glow",
+ "exponent": 6,
+ },
+ ],
+ "display": "glow",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ "theme": {
+ "primaryColorHex": "#262238",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ },
+ "name": "Glow Token",
+ "symbol": "GLOW",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "base": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ ],
+ "denom": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "apollo",
+ "exponent": 6,
+ },
+ ],
+ "display": "apollo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ "theme": {
+ "primaryColorHex": "#10192a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ },
+ "name": "Apollo DAO Token",
+ "symbol": "APOLLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "base": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ ],
+ "denom": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
+ "exponent": 0,
+ },
+ {
+ "denom": "abr",
+ "exponent": 6,
+ },
+ ],
+ "display": "abr",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
+ },
+ "name": "Allbridge",
+ "symbol": "ABR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "base": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ ],
+ "denom": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
+ "exponent": 0,
+ },
+ {
+ "denom": "whgtps",
+ "exponent": 8,
+ },
+ ],
+ "display": "whgtps",
+ "name": "Global Transaction Payment Solu",
+ "symbol": "whGTPS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "base": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ ],
+ "denom": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "prism",
+ "exponent": 6,
+ },
+ ],
+ "display": "prism",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ "theme": {
+ "primaryColorHex": "#f6f6f6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ },
+ "name": "Prism Protocol Token",
+ "symbol": "PRISM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "base": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ ],
+ "denom": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
+ "exponent": 0,
+ },
+ {
+ "denom": "sdollar",
+ "exponent": 2,
+ },
+ ],
+ "display": "sdollar",
+ "name": "Space Dollar",
+ "symbol": "SDOLLAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "base": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ ],
+ "denom": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
+ "exponent": 0,
+ },
+ {
+ "denom": "whsail",
+ "exponent": 6,
+ },
+ ],
+ "display": "whsail",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ "theme": {
+ "primaryColorHex": "#0472b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ },
+ "name": "SAIL",
+ "symbol": "whSAIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "base": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ ],
+ "denom": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
+ "exponent": 0,
+ },
+ {
+ "denom": "whgsail",
+ "exponent": 8,
+ },
+ ],
+ "display": "whgsail",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ "theme": {
+ "primaryColorHex": "#046baa",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ },
+ "name": "SolanaSail Governance Token V2",
+ "symbol": "whgSAIL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "base": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ ],
+ "denom": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
+ "exponent": 0,
+ },
+ {
+ "denom": "xprism",
+ "exponent": 6,
+ },
+ ],
+ "display": "xprism",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ "theme": {
+ "primaryColorHex": "#242434",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ },
+ "name": "Prism Governance Token",
+ "symbol": "xPRISM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "base": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ ],
+ "denom": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
+ "exponent": 0,
+ },
+ {
+ "denom": "cde",
+ "exponent": 9,
+ },
+ ],
+ "display": "cde",
+ "name": "CAPITRADE TOKEN",
+ "symbol": "CDE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "base": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ ],
+ "denom": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctx",
+ "exponent": 6,
+ },
+ ],
+ "display": "ctx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ },
+ "name": "C2X Token",
+ "symbol": "CTX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "base": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ ],
+ "denom": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
+ "exponent": 0,
+ },
+ {
+ "denom": "cluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "cluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ "theme": {
+ "primaryColorHex": "#211f2e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ },
+ "name": "Prism cLuna Token",
+ "symbol": "cLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "base": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ ],
+ "denom": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
+ "exponent": 0,
+ },
+ {
+ "denom": "pluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "pluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ "theme": {
+ "primaryColorHex": "#202030",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ },
+ "name": "Prism pLuna Token",
+ "symbol": "pLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "base": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ ],
+ "denom": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
+ "exponent": 0,
+ },
+ {
+ "denom": "yluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "yluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ "theme": {
+ "primaryColorHex": "#202130",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ },
+ "name": "Prism yLuna Token",
+ "symbol": "yLuna",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "base": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ ],
+ "denom": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
+ "exponent": 0,
+ },
+ {
+ "denom": "atlo",
+ "exponent": 6,
+ },
+ ],
+ "display": "atlo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ "theme": {
+ "primaryColorHex": "#1b3667",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ },
+ "name": "Atlo Token",
+ "symbol": "ATLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "base": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ ],
+ "denom": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
+ "exponent": 0,
+ },
+ {
+ "denom": "local",
+ "exponent": 6,
+ },
+ ],
+ "display": "local",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ },
+ "name": "LOCAL Token",
+ "symbol": "LOCAL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "base": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ ],
+ "denom": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
+ "exponent": 0,
+ },
+ {
+ "denom": "luv",
+ "exponent": 6,
+ },
+ ],
+ "display": "luv",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ "theme": {
+ "primaryColorHex": "#f7a02f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ },
+ "name": "Lunaverse",
+ "symbol": "LUV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "base": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ ],
+ "denom": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
+ "exponent": 0,
+ },
+ {
+ "denom": "robo",
+ "exponent": 6,
+ },
+ ],
+ "display": "robo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ "theme": {
+ "primaryColorHex": "#2473d2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ },
+ "name": "RoboHero",
+ "symbol": "ROBO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "base": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ ],
+ "denom": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
+ "exponent": 0,
+ },
+ {
+ "denom": "luart",
+ "exponent": 6,
+ },
+ ],
+ "display": "luart",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ "theme": {
+ "primaryColorHex": "#1b1429",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ },
+ "name": "Luart Token",
+ "symbol": "LUART",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "base": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ ],
+ "denom": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
+ "exponent": 0,
+ },
+ {
+ "denom": "mars",
+ "exponent": 6,
+ },
+ ],
+ "display": "mars",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
+ },
+ "name": "Mars Token",
+ "symbol": "MARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "base": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ ],
+ "denom": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
+ "exponent": 0,
+ },
+ {
+ "denom": "xmars",
+ "exponent": 6,
+ },
+ ],
+ "display": "xmars",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
+ },
+ "name": "xMars Token",
+ "symbol": "XMARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "base": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ ],
+ "denom": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
+ "exponent": 0,
+ },
+ {
+ "denom": "dfiat",
+ "exponent": 8,
+ },
+ ],
+ "display": "dfiat",
+ "name": "DeFiato",
+ "symbol": "DFIAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "base": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ ],
+ "denom": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ceres",
+ "exponent": 6,
+ },
+ ],
+ "display": "ceres",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
+ },
+ "name": "Ceres Governance Token",
+ "symbol": "CERES",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "base": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ ],
+ "denom": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
+ "exponent": 0,
+ },
+ {
+ "denom": "wasavax",
+ "exponent": 8,
+ },
+ ],
+ "display": "wasavax",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
+ },
+ "name": "BENQI Staked AVAX (Portal)",
+ "symbol": "wasAVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "base": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ ],
+ "denom": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "mint",
+ "exponent": 6,
+ },
+ ],
+ "display": "mint",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
+ },
+ "name": "MintDAO",
+ "symbol": "MINT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "base": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ ],
+ "denom": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
+ "exponent": 0,
+ },
+ {
+ "denom": "sd",
+ "exponent": 8,
+ },
+ ],
+ "display": "sd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ },
+ "name": "Stader SD (Portal)",
+ "symbol": "SD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "base": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ ],
+ "denom": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
+ "exponent": 0,
+ },
+ {
+ "denom": "xsd",
+ "exponent": 8,
+ },
+ ],
+ "display": "xsd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ "theme": {
+ "primaryColorHex": "#f3f3f3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ },
+ "name": "Stader xSD",
+ "symbol": "xSD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "base": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ ],
+ "denom": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
+ "exponent": 0,
+ },
+ {
+ "denom": "paxg",
+ "exponent": 8,
+ },
+ ],
+ "display": "paxg",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ "theme": {
+ "primaryColorHex": "#848484",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ },
+ "name": "Paxos Gold (Portal)",
+ "symbol": "PAXG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "base": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ ],
+ "denom": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "whdao",
+ "exponent": 8,
+ },
+ ],
+ "display": "whdao",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ "theme": {
+ "primaryColorHex": "#2c2c44",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ },
+ "name": "DAO Maker",
+ "symbol": "whDAO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "base": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ ],
+ "denom": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
+ "exponent": 0,
+ },
+ {
+ "denom": "link",
+ "exponent": 18,
+ },
+ ],
+ "display": "link",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ },
+ "name": "ChainLink Token",
+ "symbol": "LINK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "base": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ ],
+ "denom": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
+ "exponent": 0,
+ },
+ {
+ "denom": "sayve",
+ "exponent": 6,
+ },
+ ],
+ "display": "sayve",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ },
+ "name": "Sayve Token",
+ "symbol": "SAYVE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "base": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ ],
+ "denom": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "guides",
+ "exponent": 6,
+ },
+ ],
+ "display": "guides",
+ "name": "Guides Token",
+ "symbol": "GUIDES",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "base": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ ],
+ "denom": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
+ "exponent": 0,
+ },
+ {
+ "denom": "bro",
+ "exponent": 6,
+ },
+ ],
+ "display": "bro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
+ },
+ "name": "BRO token",
+ "symbol": "BRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "base": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ ],
+ "denom": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
+ "exponent": 0,
+ },
+ {
+ "denom": "bbro",
+ "exponent": 6,
+ },
+ ],
+ "display": "bbro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
+ },
+ "name": "bBRO token",
+ "symbol": "bBRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "base": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ ],
+ "denom": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "gtps",
+ "exponent": 18,
+ },
+ ],
+ "display": "gtps",
+ "name": "Global Transaction Payment Solut",
+ "symbol": "GTPS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "base": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ ],
+ "denom": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
+ "exponent": 0,
+ },
+ {
+ "denom": "gfi",
+ "exponent": 18,
+ },
+ ],
+ "display": "gfi",
+ "name": "Gtps.Finance",
+ "symbol": "GFI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "base": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ ],
+ "denom": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ulc",
+ "exponent": 18,
+ },
+ ],
+ "display": "ulc",
+ "name": "Ultimatalioniscoin",
+ "symbol": "ULC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "base": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ ],
+ "denom": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
+ "exponent": 0,
+ },
+ {
+ "denom": "sst",
+ "exponent": 6,
+ },
+ ],
+ "display": "sst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ },
+ "name": "Sooah Studio Token",
+ "symbol": "SST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "base": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ ],
+ "denom": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
+ "exponent": 0,
+ },
+ {
+ "denom": "atlas",
+ "exponent": 8,
+ },
+ ],
+ "display": "atlas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ "theme": {
+ "primaryColorHex": "#c77a91",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ },
+ "name": "Star Atlas (Portal)",
+ "symbol": "ATLAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "base": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ ],
+ "denom": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
+ "exponent": 0,
+ },
+ {
+ "denom": "audio",
+ "exponent": 8,
+ },
+ ],
+ "display": "audio",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ "theme": {
+ "primaryColorHex": "#7d1dc0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ },
+ "name": "Audius (Portal)",
+ "symbol": "AUDIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "base": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ ],
+ "denom": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "avax",
+ "exponent": 8,
+ },
+ ],
+ "display": "avax",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ "theme": {
+ "primaryColorHex": "#e74245",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ },
+ "name": "AVAX (Portal)",
+ "symbol": "AVAX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "base": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ ],
+ "denom": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
+ "exponent": 0,
+ },
+ {
+ "denom": "bat",
+ "exponent": 8,
+ },
+ ],
+ "display": "bat",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ "theme": {
+ "primaryColorHex": "#f75108",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ },
+ "name": "Basic Attention Token (Portal)",
+ "symbol": "BAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "base": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ ],
+ "denom": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
+ "exponent": 0,
+ },
+ {
+ "denom": "busdbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "busdbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ "theme": {
+ "primaryColorHex": "#f4bc0f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ },
+ "name": "Binance USD (Portal from BSC)",
+ "symbol": "BUSDbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "base": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ ],
+ "denom": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
+ "exponent": 0,
+ },
+ {
+ "denom": "dai",
+ "exponent": 8,
+ },
+ ],
+ "display": "dai",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ "theme": {
+ "primaryColorHex": "#fbb932",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ },
+ "name": "DAI (Portal)",
+ "symbol": "DAI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "base": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ ],
+ "denom": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "maticpo",
+ "exponent": 8,
+ },
+ ],
+ "display": "maticpo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ "theme": {
+ "primaryColorHex": "#8445e3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ },
+ "name": "MATIC (Portal from Polygon)",
+ "symbol": "MATICpo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "base": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ ],
+ "denom": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
+ "exponent": 0,
+ },
+ {
+ "denom": "mimet",
+ "exponent": 8,
+ },
+ ],
+ "display": "mimet",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ "theme": {
+ "primaryColorHex": "#6f6df0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ },
+ "name": "Magic Internet Money",
+ "symbol": "MIMet",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "base": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ ],
+ "denom": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
+ "exponent": 0,
+ },
+ {
+ "denom": "ray",
+ "exponent": 6,
+ },
+ ],
+ "display": "ray",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ "theme": {
+ "primaryColorHex": "#4d75f2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ },
+ "name": "Raydium (Portal)",
+ "symbol": "RAY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "base": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ ],
+ "denom": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
+ "exponent": 0,
+ },
+ {
+ "denom": "sbr",
+ "exponent": 6,
+ },
+ ],
+ "display": "sbr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ "theme": {
+ "primaryColorHex": "#161527",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ },
+ "name": "Saber (Portal)",
+ "symbol": "SBR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "base": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ ],
+ "denom": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
+ "exponent": 0,
+ },
+ {
+ "denom": "shib",
+ "exponent": 8,
+ },
+ ],
+ "display": "shib",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ "theme": {
+ "primaryColorHex": "#f99e0e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ },
+ "name": "Shiba Inu (Portal)",
+ "symbol": "SHIB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "base": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ ],
+ "denom": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
+ "exponent": 0,
+ },
+ {
+ "denom": "srmso",
+ "exponent": 6,
+ },
+ ],
+ "display": "srmso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ "theme": {
+ "primaryColorHex": "#40c2d6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ },
+ "name": "Serum (Portal from Solana)",
+ "symbol": "SRMso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "base": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ ],
+ "denom": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcav",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcav",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ "theme": {
+ "primaryColorHex": "#2775cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ },
+ "name": "USD Coin (Portal from Avalanche)",
+ "symbol": "USDCav",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "base": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ ],
+ "denom": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "usdcbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ "theme": {
+ "primaryColorHex": "#2675cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ },
+ "name": "USD Coin (Portal from BSC)",
+ "symbol": "USDCbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "base": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ ],
+ "denom": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcpo",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcpo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ "theme": {
+ "primaryColorHex": "#2a73cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ },
+ "name": "USD Coin (Portal from Polygon)",
+ "symbol": "USDCpo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "base": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ ],
+ "denom": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdcso",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdcso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ "theme": {
+ "primaryColorHex": "#2a76cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ },
+ "name": "USD Coin (Portal from Solana)",
+ "symbol": "USDCso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "base": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ ],
+ "denom": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtav",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtav",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ },
+ "name": "Tether USD (Portal from Avalanche)",
+ "symbol": "USDTav",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "base": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ ],
+ "denom": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtbs",
+ "exponent": 8,
+ },
+ ],
+ "display": "usdtbs",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ },
+ "name": "Tether USD (Portal from BSC)",
+ "symbol": "USDTbs",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "base": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ ],
+ "denom": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdtso",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdtso",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ "theme": {
+ "primaryColorHex": "#54ac96",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ },
+ "name": "Tether USD (Portal from Solana)",
+ "symbol": "USDTso",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "base": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ ],
+ "denom": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
+ "exponent": 0,
+ },
+ {
+ "denom": "gohm",
+ "exponent": 8,
+ },
+ ],
+ "display": "gohm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ "theme": {
+ "primaryColorHex": "#b3bec1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ },
+ "name": "Governance OHM (Portal)",
+ "symbol": "gOHM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "base": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ ],
+ "denom": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
+ "exponent": 0,
+ },
+ {
+ "denom": "msol",
+ "exponent": 8,
+ },
+ ],
+ "display": "msol",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#c8e8e1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ },
+ "name": "Marinade staked SOL (Portal)",
+ "symbol": "mSOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "base": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ ],
+ "denom": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
+ "exponent": 0,
+ },
+ {
+ "denom": "steth",
+ "exponent": 8,
+ },
+ ],
+ "display": "steth",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ "theme": {
+ "primaryColorHex": "#04a4fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ },
+ "name": "Lido Staked Ether (Portal)",
+ "symbol": "stETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "base": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ ],
+ "denom": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
+ "exponent": 0,
+ },
+ {
+ "denom": "lct",
+ "exponent": 6,
+ },
+ ],
+ "display": "lct",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ "theme": {
+ "primaryColorHex": "#2664a3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ },
+ "name": "LCT Token",
+ "symbol": "LCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "base": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ ],
+ "denom": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
+ "exponent": 0,
+ },
+ {
+ "denom": "batom",
+ "exponent": 6,
+ },
+ ],
+ "display": "batom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
+ },
+ "name": "Bonded ATOM",
+ "symbol": "bATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "base": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ ],
+ "denom": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
+ "exponent": 0,
+ },
+ {
+ "denom": "webatom",
+ "exponent": 6,
+ },
+ ],
+ "display": "webatom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
+ },
+ "name": "pStake Bonded ATOM (Wormhole)",
+ "symbol": "webATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "base": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ ],
+ "denom": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
+ "exponent": 0,
+ },
+ {
+ "denom": "wcoin",
+ "exponent": 6,
+ },
+ ],
+ "display": "wcoin",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
+ },
+ "name": "Willisch Coin",
+ "symbol": "WCOIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "base": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ ],
+ "denom": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lctfancard",
+ "exponent": 6,
+ },
+ ],
+ "display": "lctfancard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ "theme": {
+ "primaryColorHex": "#2968a5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ },
+ "name": "LCT Fancard Token",
+ "symbol": "LCTfancard",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "base": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ ],
+ "denom": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "kntc",
+ "exponent": 6,
+ },
+ ],
+ "display": "kntc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
+ },
+ "name": "Kinetic Token",
+ "symbol": "KNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "base": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ ],
+ "denom": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
+ "exponent": 0,
+ },
+ {
+ "denom": "kust",
+ "exponent": 6,
+ },
+ ],
+ "display": "kust",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
+ },
+ "name": "Kinetic kUST Token",
+ "symbol": "kUST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "base": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ ],
+ "denom": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
+ "exponent": 0,
+ },
+ {
+ "denom": "steak",
+ "exponent": 6,
+ },
+ ],
+ "display": "steak",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
+ },
+ "name": "Steak Token",
+ "symbol": "STEAK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "base": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ ],
+ "denom": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
+ "exponent": 0,
+ },
+ {
+ "denom": "cst",
+ "exponent": 6,
+ },
+ ],
+ "display": "cst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ },
+ "name": "CST Token",
+ "symbol": "CST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "base": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ ],
+ "denom": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
+ "exponent": 0,
+ },
+ {
+ "denom": "cstfancard",
+ "exponent": 6,
+ },
+ ],
+ "display": "cstfancard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ },
+ "name": "CST Fancard Token",
+ "symbol": "CSTfancard",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "base": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ ],
+ "denom": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
+ "exponent": 0,
+ },
+ {
+ "denom": "nwld",
+ "exponent": 9,
+ },
+ ],
+ "display": "nwld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ "theme": {
+ "primaryColorHex": "#046394",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ },
+ "name": "Neworld Labs Develpper Token",
+ "symbol": "NWLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "base": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ ],
+ "denom": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
+ "exponent": 0,
+ },
+ {
+ "denom": "fury",
+ "exponent": 6,
+ },
+ ],
+ "display": "fury",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ },
+ "name": "FURY",
+ "symbol": "FURY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "base": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ ],
+ "denom": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
+ "exponent": 0,
+ },
+ {
+ "denom": "rct",
+ "exponent": 6,
+ },
+ ],
+ "display": "rct",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
+ },
+ "name": "Reactor Token",
+ "symbol": "RCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "base": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ ],
+ "denom": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "vitc",
+ "exponent": 6,
+ },
+ ],
+ "display": "vitc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ "theme": {
+ "primaryColorHex": "#e3551b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ },
+ "name": "Vitamin Coin",
+ "symbol": "VITC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "base": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ ],
+ "denom": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
+ "exponent": 0,
+ },
+ {
+ "denom": "sb",
+ "exponent": 6,
+ },
+ ],
+ "display": "sb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ "theme": {
+ "primaryColorHex": "#7c241c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ },
+ "name": "DragonSB",
+ "symbol": "SB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "base": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ ],
+ "denom": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
+ "exponent": 0,
+ },
+ {
+ "denom": "toad",
+ "exponent": 6,
+ },
+ ],
+ "display": "toad",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
+ },
+ "name": "RESToad Token",
+ "symbol": "TOAD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "base": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ ],
+ "denom": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
+ "exponent": 0,
+ },
+ {
+ "denom": "orionastro",
+ "exponent": 6,
+ },
+ ],
+ "display": "orionastro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ "theme": {
+ "primaryColorHex": "#1d90d6",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ },
+ "name": "Orion Money xASTRO Derivative Token",
+ "symbol": "orionASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "base": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ ],
+ "denom": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
+ "exponent": 0,
+ },
+ {
+ "denom": "retro",
+ "exponent": 6,
+ },
+ ],
+ "display": "retro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ "theme": {
+ "primaryColorHex": "#eb4024",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ },
+ "name": "Retrograde",
+ "symbol": "RETRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "base": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ ],
+ "denom": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "tnd",
+ "exponent": 6,
+ },
+ ],
+ "display": "tnd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ "theme": {
+ "primaryColorHex": "#1c53fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ },
+ "name": "TerrnadoCash",
+ "symbol": "TND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "base": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ ],
+ "denom": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stnd",
+ "exponent": 6,
+ },
+ ],
+ "display": "stnd",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
+ },
+ "name": "TerrnadoCash",
+ "symbol": "sTND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "base": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ ],
+ "denom": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
+ "exponent": 0,
+ },
+ {
+ "denom": "nwt",
+ "exponent": 9,
+ },
+ ],
+ "display": "nwt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ "theme": {
+ "primaryColorHex": "#aeb8f5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ },
+ "name": "Neworld Token",
+ "symbol": "NWT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "base": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ ],
+ "denom": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
+ "exponent": 0,
+ },
+ {
+ "denom": "neb",
+ "exponent": 6,
+ },
+ ],
+ "display": "neb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ "theme": {
+ "primaryColorHex": "#8b90ad",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ },
+ "name": "Nebula Token",
+ "symbol": "NEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "base": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ ],
+ "denom": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
+ "exponent": 0,
+ },
+ {
+ "denom": "trit",
+ "exponent": 6,
+ },
+ ],
+ "display": "trit",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ "theme": {
+ "primaryColorHex": "#24ab9b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ },
+ "name": "Terra Tritium Token",
+ "symbol": "TRIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "base": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ ],
+ "denom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
+ "exponent": 0,
+ },
+ {
+ "denom": "juris",
+ "exponent": 6,
+ },
+ ],
+ "description": "Juris Protocol is the Lending Platform for the Terra Ecosystem.",
+ "display": "juris",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ "name": "Juris Protocol",
+ "symbol": "JURIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "base": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ ],
+ "denom": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
+ "exponent": 0,
+ },
+ {
+ "denom": "tadf",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tadpole Frogztrik Token meme",
+ "display": "tadf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ "theme": {
+ "primaryColorHex": "#e9f9f2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ },
+ "name": "Tadpole Frogztrik Token",
+ "symbol": "TADF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "base": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ ],
+ "denom": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
+ "exponent": 0,
+ },
+ {
+ "denom": "frog",
+ "exponent": 6,
+ },
+ ],
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ },
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78488",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "base": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ ],
+ "denom": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro.cw20",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport CW20 Token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "base": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ ],
+ "denom": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "exponent": 0,
+ },
+ ],
+ "description": "Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.",
+ "display": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "theme": {
+ "primaryColorHex": "#244c9c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ },
+ "name": "dinheiro",
+ "symbol": "DINHEIROS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "base": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ ],
+ "denom": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "exponent": 0,
+ },
+ {
+ "denom": "Reis",
+ "exponent": 6,
+ },
+ ],
+ "description": "Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
+ "display": "Reis",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "theme": {
+ "primaryColorHex": "#1d5c65",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ },
+ "name": "real",
+ "symbol": "REIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "base": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ ],
+ "denom": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "exponent": 0,
+ },
+ {
+ "denom": "Escudos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.",
+ "display": "Escudos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ },
+ "name": "escudo",
+ "symbol": "ESCUDOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "base": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ ],
+ "denom": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "exponent": 0,
+ },
+ {
+ "denom": "Alem",
+ "exponent": 6,
+ },
+ ],
+ "description": "Alem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "Alem",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ },
+ "name": "alentejo.money",
+ "symbol": "ALEM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "base": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ ],
+ "denom": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
+ "exponent": 0,
+ },
+ {
+ "denom": "AMG",
+ "exponent": 6,
+ },
+ ],
+ "description": "almagem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "AMG",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ },
+ "name": "almagem",
+ "symbol": "AMG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "base": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ ],
+ "denom": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
+ "exponent": 0,
+ },
+ {
+ "denom": "ARK",
+ "exponent": 6,
+ },
+ ],
+ "description": "arika is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "ARK",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ },
+ "name": "arika",
+ "symbol": "ARK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "base": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ ],
+ "denom": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
+ "exponent": 0,
+ },
+ {
+ "denom": "DANU",
+ "exponent": 6,
+ },
+ ],
+ "description": "danu is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DANU",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ },
+ "name": "danu",
+ "symbol": "DANU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "base": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ ],
+ "denom": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
+ "exponent": 0,
+ },
+ {
+ "denom": "TRS",
+ "exponent": 6,
+ },
+ ],
+ "description": "torus is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "TRS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ },
+ "name": "torus",
+ "symbol": "TRS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "base": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ ],
+ "denom": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLASMA",
+ "exponent": 6,
+ },
+ ],
+ "description": "plasma is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "PLASMA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ },
+ "name": "plasma",
+ "symbol": "PLASMA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "base": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ ],
+ "denom": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
+ "exponent": 0,
+ },
+ {
+ "denom": "DMT",
+ "exponent": 6,
+ },
+ ],
+ "description": "dmt is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DMT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ },
+ "name": "dmt",
+ "symbol": "DMT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ "base": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
+ "coingeckoId": "eris-amplified-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ ],
+ "denom": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampluna",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked LUNA.",
+ "display": "ampluna",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ },
+ "name": "ERIS Amplified LUNA",
+ "symbol": "ampLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ "base": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
+ "coingeckoId": "lion-dao",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ ],
+ "denom": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
+ "exponent": 0,
+ },
+ {
+ "denom": "roar",
+ "exponent": 6,
+ },
+ ],
+ "description": "Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling",
+ "display": "roar",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "theme": {
+ "primaryColorHex": "#f3f313",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ },
+ "name": "Lion DAO",
+ "symbol": "ROAR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ "base": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ ],
+ "denom": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "gem",
+ "exponent": 6,
+ },
+ ],
+ "description": "GEM DAO, building a decentralized, community-owned, low-supply store of value",
+ "display": "gem",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "theme": {
+ "primaryColorHex": "#21b6b3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ },
+ "name": "GEM DAO",
+ "symbol": "GEM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ "base": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ ],
+ "denom": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "exponent": 0,
+ },
+ {
+ "denom": "cub",
+ "exponent": 6,
+ },
+ ],
+ "description": "Lion Cub DAO is a useless meme community DAO on Terra",
+ "display": "cub",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "theme": {
+ "primaryColorHex": "#f3d343",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ },
+ "name": "Lion Cub DAO",
+ "symbol": "CUB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ "base": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ ],
+ "denom": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "exponent": 0,
+ },
+ {
+ "denom": "blue",
+ "exponent": 6,
+ },
+ ],
+ "description": "BLUE CUB DAO is a community DAO on Terra",
+ "display": "blue",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ },
+ "name": "BLUE CUB DAO",
+ "symbol": "BLUE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ "base": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ ],
+ "denom": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "exponent": 0,
+ },
+ {
+ "denom": "xxx",
+ "exponent": 10,
+ },
+ ],
+ "description": "Liquidity token, NFT, HARVEST FOR VALUE",
+ "display": "xxx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "theme": {
+ "primaryColorHex": "#efe8e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ },
+ "name": "TheOnlyOne",
+ "symbol": "xxx",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ "base": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ ],
+ "denom": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "exponent": 0,
+ },
+ {
+ "denom": "GUGU",
+ "exponent": 6,
+ },
+ ],
+ "description": "Just a meme coin on Terra",
+ "display": "GUGU",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "theme": {
+ "primaryColorHex": "#e3e2e5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ },
+ "name": "GUGU",
+ "symbol": "GUGU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "base": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
+ "coingeckoId": "backbone-labs-staked-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ ],
+ "denom": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
+ "exponent": 0,
+ },
+ {
+ "denom": "bLUNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked LUNA",
+ "display": "bLUNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ },
+ "name": "BackBone Labs Liquid Staked LUNA",
+ "symbol": "bLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ "base": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ ],
+ "denom": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "exponent": 0,
+ },
+ {
+ "denom": "sayve",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.",
+ "display": "sayve",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ },
+ "name": "sayve",
+ "symbol": "SAYVE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ "base": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ ],
+ "denom": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "exponent": 0,
+ },
+ {
+ "denom": "nico",
+ "exponent": 18,
+ },
+ ],
+ "description": "Nico Dao Money",
+ "display": "nico",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "theme": {
+ "primaryColorHex": "#f1cc79",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ },
+ "name": "nico",
+ "symbol": "NICO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ "base": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ ],
+ "denom": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "exponent": 0,
+ },
+ {
+ "denom": "seas",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sailing the Seas DAO is a community DAO built on Enterprise on Terra",
+ "display": "seas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "theme": {
+ "primaryColorHex": "#c0943f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ },
+ "name": "Sailing The SeaS DAO",
+ "symbol": "SEAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ "base": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ ],
+ "denom": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "exponent": 0,
+ },
+ {
+ "denom": "bitz",
+ "exponent": 6,
+ },
+ ],
+ "description": "A community DAO built on Enterprise",
+ "display": "bitz",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "theme": {
+ "primaryColorHex": "#dd6a30",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ },
+ "name": "BitzDAO",
+ "symbol": "BITZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ "base": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ ],
+ "denom": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "exponent": 0,
+ },
+ {
+ "denom": "seul",
+ "exponent": 6,
+ },
+ ],
+ "description": "SEUL DAO",
+ "display": "seul",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "theme": {
+ "primaryColorHex": "#0da8c9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ },
+ "name": "seul",
+ "symbol": "SEUL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ "base": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ ],
+ "denom": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "exponent": 0,
+ },
+ {
+ "denom": "xseul",
+ "exponent": 6,
+ },
+ ],
+ "description": "SEUL DAO",
+ "display": "xseul",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "theme": {
+ "primaryColorHex": "#0ba7ce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ },
+ "name": "xseul",
+ "symbol": "xSEUL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ "base": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ ],
+ "denom": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "exponent": 0,
+ },
+ {
+ "denom": "ito",
+ "exponent": 6,
+ },
+ ],
+ "description": "ITO DAO",
+ "display": "ito",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "theme": {
+ "primaryColorHex": "#f8d034",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ },
+ "name": "ito",
+ "symbol": "ITO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ "base": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ ],
+ "denom": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "exponent": 0,
+ },
+ {
+ "denom": "ARMANI",
+ "exponent": 6,
+ },
+ ],
+ "description": "Chris Armani Token",
+ "display": "ARMANI",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "theme": {
+ "primaryColorHex": "#d19a84",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ },
+ "name": "ARMANI",
+ "symbol": "ARMANI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ "base": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ ],
+ "denom": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "exponent": 0,
+ },
+ {
+ "denom": "DROGO",
+ "exponent": 6,
+ },
+ ],
+ "description": "useless meme coin",
+ "display": "DROGO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "theme": {
+ "primaryColorHex": "#ae987b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ },
+ "name": "DROGO",
+ "symbol": "DROGO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ "base": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ ],
+ "denom": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ADO",
+ "exponent": 6,
+ },
+ ],
+ "description": "ado the flower of night",
+ "display": "ADO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "theme": {
+ "primaryColorHex": "#040607",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ },
+ "name": "ADO",
+ "symbol": "ADO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ "base": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ ],
+ "denom": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "exponent": 0,
+ },
+ {
+ "denom": "DNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "DNA DAO",
+ "display": "DNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "theme": {
+ "primaryColorHex": "#232333",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ },
+ "name": "DNA",
+ "symbol": "DNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ "base": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ ],
+ "denom": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "exponent": 0,
+ },
+ {
+ "denom": "bitmos",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.",
+ "display": "bitmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "theme": {
+ "primaryColorHex": "#0c0704",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ },
+ "name": "Bitmos",
+ "symbol": "BMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ "base": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ ],
+ "denom": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lads",
+ "exponent": 6,
+ },
+ ],
+ "display": "lads",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "theme": {
+ "primaryColorHex": "#040507",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ },
+ "name": "LADS",
+ "symbol": "LADS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "cw20",
},
{
- "base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "address": "terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
+ "base": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
"denomUnits": [
{
"aliases": [
- "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
],
- "denom": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "denom": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
"exponent": 0,
},
{
- "denom": "ampROAR",
+ "denom": "CLON",
"exponent": 6,
},
],
- "description": "ERIS Liquid Enterprise Staked ROAR",
- "display": "ampROAR",
+ "description": "ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.",
+ "display": "CLON",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "theme": {
+ "primaryColorHex": "#c7cbcf",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
},
- "name": "ERIS Amplified ROAR",
- "symbol": "ampROAR",
+ "name": "CLON",
+ "symbol": "CLON",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-559",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "base_denom": "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
"chain_name": "terra2",
- "channel_id": "channel-1",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "cw20",
},
{
- "base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "address": "secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "base": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "coingeckoId": "sienna",
"denomUnits": [
{
"aliases": [
- "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
],
- "denom": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
"exponent": 0,
},
{
- "denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "denom": "sienna",
"exponent": 18,
},
],
- "display": "wstETH",
+ "description": "The native token cw20 for SIENNA on Secret Network",
+ "display": "sienna",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chainName": "neutron",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "theme": {
+ "primaryColorHex": "#2c2c2c",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
},
- "name": "Wrapped Lido Staked Ether",
- "symbol": "wstETH",
+ "name": "SIENNA",
+ "symbol": "SIENNA",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "snip20",
},
{
- "base": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "address": "secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "base": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
],
- "denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "denom": "shd",
+ "exponent": 8,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "Shade (old)",
+ "symbol": "SHD(old)",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "snip20",
},
{
- "base": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "address": "secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "base": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "coingeckoId": "shade-protocol",
"denomUnits": [
{
"aliases": [
- "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
],
- "denom": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "shd",
+ "exponent": 8,
},
],
- "display": "rstk",
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Shade",
+ "symbol": "SHD",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "snip25",
},
{
- "base": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "address": "secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "base": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "coingeckoId": "silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2",
"denomUnits": [
{
"aliases": [
- "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
],
- "denom": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
"exponent": 0,
},
{
- "denom": "MOAR",
+ "denom": "silk",
"exponent": 6,
},
],
- "description": "ERIS Liquid Alliance Staked ampROAR",
- "display": "MOAR",
+ "description": "The native token cw20 for Silk on Secret Network",
+ "display": "silk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "theme": {
+ "primaryColorHex": "#3142fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
},
- "name": "ERIS MOAR",
- "symbol": "MOAR",
+ "name": "Silk",
+ "symbol": "SILK",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "snip25",
},
{
- "base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "address": "secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "base": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "coingeckoId": "stkd-scrt",
"denomUnits": [
{
"aliases": [
- "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
],
- "denom": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "stkd-scrt",
"exponent": 6,
},
],
- "description": "Tether USDt on Terra",
- "display": "usdt",
+ "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
+ "display": "stkd-scrt",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "theme": {
+ "primaryColorHex": "#b8a2dc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "SCRT Staking Derivatives",
+ "symbol": "stkd-SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "snip20",
},
{
- "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
- "coingeckoId": "tgrade",
+ "address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
"denomUnits": [
{
"aliases": [
- "utgd",
+ "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
],
- "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
"exponent": 0,
},
{
- "denom": "tgd",
+ "denom": "butt",
"exponent": 6,
},
],
- "description": "The native token of Tgrade",
- "display": "tgd",
+ "description": "The native token cw20 for Button on Secret Network",
+ "display": "butt",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "theme": {
+ "primaryColorHex": "#7b04eb",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
},
- "name": "Tgrade",
- "symbol": "TGD",
+ "name": "Button",
+ "symbol": "BUTT",
"traces": [
{
"chain": {
- "channel_id": "channel-263",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "utgd",
- "chain_name": "tgrade",
- "channel_id": "channel-0",
+ "base_denom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "snip20",
},
{
- "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
- "coingeckoId": "umee",
+ "address": "secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "coingeckoId": "alter",
"denomUnits": [
{
"aliases": [
- "uumee",
+ "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
],
- "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
"exponent": 0,
},
{
- "denom": "umee",
+ "denom": "alter",
"exponent": 6,
},
],
- "description": "The native token of Umee",
- "display": "umee",
+ "description": "The native token cw20 for Alter on Secret Network",
+ "display": "alter",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "theme": {
+ "primaryColorHex": "#694c90",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
},
- "name": "Umee",
- "symbol": "UMEE",
+ "name": "Alter",
+ "socials": {
+ "twitter": "https://twitter.com/AlterDapp",
+ "website": "http://alter.network/",
+ },
+ "symbol": "ALTER",
"traces": [
{
"chain": {
- "channel_id": "channel-184",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "uumee",
- "chain_name": "umee",
- "channel_id": "channel-0",
+ "base_denom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "snip20",
},
{
- "base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
- "coingeckoId": "unification",
+ "address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "base": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
"denomUnits": [
{
"aliases": [
- "nund",
+ "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
],
- "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
"exponent": 0,
},
{
- "denom": "FUND",
- "exponent": 9,
+ "denom": "amber",
+ "exponent": 6,
},
],
- "description": "Staking and governance coin for the Unification Blockchain",
- "display": "FUND",
- "extendedDescription": "Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks",
+ "description": "The native token cw20 for Amber on Secret Network",
+ "display": "amber",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "theme": {
+ "primaryColorHex": "#f2b854",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
},
- "name": "Unification Network",
+ "name": "Amber",
"socials": {
- "twitter": "https://twitter.com/UnificationUND",
- "website": "https://unification.com",
+ "twitter": "https://twitter.com/AmberDAO_",
+ "website": "http://amber.money/",
},
- "symbol": "FUND",
+ "symbol": "AMBER",
"traces": [
{
"chain": {
- "channel_id": "channel-382",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "nund",
- "chain_name": "unification",
- "channel_id": "channel-0",
+ "base_denom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "snip20",
},
{
- "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
- "coingeckoId": "vidulum",
+ "address": "secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "base": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
"denomUnits": [
{
"aliases": [
- "uvdl",
+ "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
],
- "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "denom": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
"exponent": 0,
},
{
- "denom": "vdl",
+ "denom": "shill",
"exponent": 6,
},
],
- "description": "The native token of Vidulum",
- "display": "vdl",
+ "description": "The native token cw20 for Shill on Secret Network",
+ "display": "shill",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "theme": {
+ "primaryColorHex": "#c49df3",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
},
- "name": "Vidulum",
- "symbol": "VDL",
+ "name": "Shill",
+ "symbol": "SHILL",
"traces": [
{
"chain": {
- "channel_id": "channel-124",
+ "channel_id": "channel-476",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "uvdl",
- "chain_name": "vidulum",
- "channel_id": "channel-0",
+ "base_denom": "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-44",
+ "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "snip25",
},
{
- "base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
- "coingeckoId": "xpla",
+ "address": "terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "base": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
+ "coingeckoId": "white-whale",
"denomUnits": [
{
"aliases": [
- "axpla",
+ "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
],
- "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "denom": "ibc/82AD9817B08DCB07821D243D702AF1B0D3D0EAFF66D65DBB41AD2BF1FF5A9AFF",
"exponent": 0,
},
{
- "denom": "xpla",
- "exponent": 18,
+ "denom": "whale",
+ "exponent": 6,
},
],
- "description": "The native staking token of XPLA.",
- "display": "xpla",
+ "description": "The governance token of the White Whale protocol on Terra.",
+ "display": "whale",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
+ "theme": {
+ "primaryColorHex": "#43b24b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png",
},
- "name": "Xpla",
- "symbol": "XPLA",
+ "name": "Whale Token",
+ "symbol": "WHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-1634",
+ "channel_id": "channel-78488",
+ "port": "transfer",
},
"counterparty": {
- "base_denom": "axpla",
- "chain_name": "xpla",
- "channel_id": "channel-9",
+ "base_denom": "cw20:terra1php5m8a6qd68z02t3zpw4jv2pj4vgw4wz0t8mz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
- "type": "ibc",
+ "type": "ibc-cw20",
},
],
+ "typeAsset": "cw20",
},
{
- "address": "chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
- "base": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "address": "terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "base": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
"denomUnits": [
{
"aliases": [
- "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
],
- "denom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "denom": "ibc/63EBD991773EE060A63ABBA7B322F9C843071C99F74833374ED7BAC8E776D71F",
"exponent": 0,
},
{
- "denom": "puppy",
+ "denom": "bluna",
"exponent": 6,
},
],
- "description": "Puppy",
- "display": "puppy",
+ "display": "bluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
+ "theme": {
+ "primaryColorHex": "#fbdb5b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bluna.png",
},
- "name": "Puppy",
- "symbol": "PUPPY",
+ "name": "Bonded Luna",
+ "symbol": "bLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-11348",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
- "chain_name": "chihuahua",
- "channel_id": "channel-73",
- "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ "base_denom": "cw20:terra1kc87mu460fwkqte29rquh4hc20m54fxwtsx7gp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48358,45 +93359,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
- "base": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
- "coingeckoId": "backbone-labs-staked-huahua",
+ "address": "terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "base": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
"denomUnits": [
{
"aliases": [
- "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
],
- "denom": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
+ "denom": "ibc/32035A87EE8A052F28371E3E98D0ADDCA6890FE3967D5C07ABE55EFBD4AA7B51",
"exponent": 0,
},
{
- "denom": "bHUAHUA",
+ "denom": "beth",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked HUAHUA",
- "display": "bHUAHUA",
+ "display": "beth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
+ "theme": {
+ "primaryColorHex": "#54b649",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/beth.png",
},
- "name": "BackBone Labs Liquid Staked HUAHUA",
- "symbol": "bHUAHUA",
+ "name": "Bonded ETH",
+ "symbol": "bETH",
"traces": [
{
"chain": {
- "channel_id": "channel-11348",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
- "chain_name": "chihuahua",
- "channel_id": "channel-73",
- "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ "base_denom": "cw20:terra1dzhzukyezv0etz22ud940z7adyv7xgcjkahuun",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48404,47 +93406,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
- "base": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
- "coingeckoId": "neta",
+ "address": "terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "base": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
"denomUnits": [
{
"aliases": [
- "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
],
- "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "denom": "ibc/57662073AAFBE40B2B03382D493FB35C261E912659C9C627A72BFEC24C3635FD",
"exponent": 0,
},
{
- "denom": "neta",
+ "denom": "aust",
"exponent": 6,
},
],
- "description": "The native token cw20 for Neta on Juno Chain",
- "display": "neta",
+ "display": "aust",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
+ "theme": {
+ "primaryColorHex": "#dd7e7f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aust.png",
},
- "name": "Neta",
- "symbol": "NETA",
+ "name": "Anchor Terra USD",
+ "symbol": "aUST",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
- "counterparty": {
- "base_denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "counterparty": {
+ "base_denom": "cw20:terra1hzh9vpxhsk8253se0vv5jj6etdvxu3nv8z07zu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48452,47 +93453,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
- "base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
- "coingeckoId": "marble",
+ "address": "terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "base": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
"denomUnits": [
{
"aliases": [
- "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
],
- "denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "denom": "ibc/2EBD9F990C5888851CD78F96D22C020CA463391ED203ECDB43E77520530316B0",
"exponent": 0,
},
{
- "denom": "marble",
- "exponent": 3,
+ "denom": "anc",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Marble DAO on Juno Chain",
- "display": "marble",
+ "display": "anc",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/anc.png",
},
- "name": "Marble",
- "symbol": "MARBLE",
+ "name": "Anchor Token",
+ "symbol": "ANC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48500,47 +93500,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
- "base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
- "coingeckoId": "hope-galaxy",
+ "address": "terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "base": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
"denomUnits": [
{
"aliases": [
- "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
],
- "denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "denom": "ibc/E17EB70205DD3BEA32B262CC38392897B68BFF905C99B53F094391AD134276C6",
"exponent": 0,
},
{
- "denom": "hope",
+ "denom": "mir",
"exponent": 6,
},
],
- "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
- "display": "hope",
+ "display": "mir",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
+ "theme": {
+ "primaryColorHex": "#142444",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mir.png",
},
- "name": "Hope Galaxy",
- "symbol": "HOPE",
+ "name": "Mirror",
+ "symbol": "MIR",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48548,47 +93547,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
- "base": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
- "coingeckoId": "racoon",
+ "address": "terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "base": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
"denomUnits": [
{
"aliases": [
- "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
],
- "denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "denom": "ibc/2E15E8569CA318154C55842215FAA6578EE99766D2AB1908DAA96CFB85B1ED1F",
"exponent": 0,
},
{
- "denom": "rac",
+ "denom": "maapl",
"exponent": 6,
},
],
- "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
- "display": "rac",
+ "display": "maapl",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
+ "theme": {
+ "primaryColorHex": "#acacac",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maapl.png",
},
- "name": "Racoon",
- "symbol": "RAC",
+ "name": "Apple Inc.",
+ "symbol": "mAAPL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1vxtwu4ehgzz77mnfwrntyrmgl64qjs75mpwqaz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48596,46 +93594,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
- "base": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "address": "terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "base": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
"denomUnits": [
{
"aliases": [
- "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
],
- "denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "denom": "ibc/A2239172F91820B21E9AEB067E44C77DBAEF953F97F933E4A70FCFB40C2EF4E1",
"exponent": 0,
},
{
- "denom": "block",
+ "denom": "mabnb",
"exponent": 6,
},
],
- "description": "The native token of Marble DEX on Juno Chain",
- "display": "block",
+ "display": "mabnb",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
+ "theme": {
+ "primaryColorHex": "#e4545c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mabnb.png",
},
- "name": "Block",
- "symbol": "BLOCK",
+ "name": "Airbnb Inc.",
+ "symbol": "mABNB",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1g4x2pzmkc9z3mseewxf758rllg08z3797xly0n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48643,42 +93641,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
- "base": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "address": "terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "base": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
"denomUnits": [
{
"aliases": [
- "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
],
- "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "denom": "ibc/D615D4EF93F9048A54265F3835F56DCAC397EC4382EAF0F250E787AD732A3D28",
"exponent": 0,
},
+ {
+ "denom": "mamc",
+ "exponent": 6,
+ },
],
- "description": "The DAO token to build consensus among Hong Kong People",
- "display": "dhk",
+ "display": "mamc",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
+ "theme": {
+ "primaryColorHex": "#cc2444",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamc.png",
},
- "name": "DHK",
- "symbol": "DHK",
+ "name": "AMC Entertainment Holdings Inc.",
+ "symbol": "mAMC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1qelfthdanju7wavc5tq0k5r0rhsyzyyrsn09qy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48686,47 +93688,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
- "base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
- "coingeckoId": "junoswap-raw-dao",
+ "address": "terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "base": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
"denomUnits": [
{
"aliases": [
- "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
],
- "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "denom": "ibc/FD42D9706399B180B1E21FCD3005B4C08C21663240385F3AD1FF7A87BB17C719",
"exponent": 0,
},
{
- "denom": "raw",
+ "denom": "mamd",
"exponent": 6,
},
],
- "description": "Token governance for Junoswap",
- "display": "raw",
+ "display": "mamd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamd.png",
},
- "name": "JunoSwap",
- "symbol": "RAW",
+ "name": "Advanced Micro Devices, Inc.",
+ "symbol": "mAMD",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra18ej5nsuu867fkx4tuy2aglpvqjrkcrjjslap3z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48734,44 +93735,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
- "base": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "address": "terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "base": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
"denomUnits": [
{
"aliases": [
- "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
],
- "denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "denom": "ibc/65DDE46CFDD4BD6F6D764B0B3671D433EE1F085D98C611A75718B483D0CD074B",
"exponent": 0,
},
{
- "denom": "asvt",
+ "denom": "mamzn",
"exponent": 6,
},
],
- "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
- "display": "asvt",
+ "display": "mamzn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mamzn.png",
},
- "name": "Another.Software Validator Token",
- "symbol": "ASVT",
+ "name": "Amazon.com, Inc.",
+ "symbol": "mAMZN",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra165nd2qmrtszehcfrntlplzern7zl4ahtlhd5t2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48779,44 +93782,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
- "base": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "address": "terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "base": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
],
- "denom": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "denom": "ibc/586F20211F8473B420AB43D2DC5CF4EF294E37A1403E28696F6EB38F486B2620",
"exponent": 0,
},
{
- "denom": "hns",
+ "denom": "markk",
"exponent": 6,
},
],
- "description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno network.",
- "display": "hns",
+ "display": "markk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
+ "theme": {
+ "primaryColorHex": "#0d0d25",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/markk.png",
},
- "name": "IBC HNS (Handshake)",
- "symbol": "HNS",
+ "name": "ARK Innovation ETF",
+ "symbol": "mARKK",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1qqfx5jph0rsmkur2zgzyqnfucra45rtjae5vh6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48824,44 +93829,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
- "base": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "address": "terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "base": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
"denomUnits": [
{
"aliases": [
- "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
],
- "denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "denom": "ibc/1E3D600C43E479B21C622D4E34817F085085FBDC591D62CAB01AD5D3EB3D29E6",
"exponent": 0,
},
{
- "denom": "joe",
+ "denom": "mbaba",
"exponent": 6,
},
],
- "description": "DAO dedicated to building tools on the Juno Network",
- "display": "joe",
+ "display": "mbaba",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
+ "theme": {
+ "primaryColorHex": "#f38506",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbaba.png",
},
- "name": "JoeDAO",
- "symbol": "JOE",
+ "name": "Alibaba Group Holding Limited",
+ "symbol": "mBABA",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1w7zgkcyt7y4zpct9dw8mw362ywvdlydnum2awa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48869,46 +93876,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
- "base": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "address": "terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "base": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
"denomUnits": [
{
"aliases": [
- "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
],
- "denom": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "denom": "ibc/5705C83906FD9384B70779EB93E296CCAB4F990910D0474BAE4F90DA0BCE9109",
"exponent": 0,
},
{
- "denom": "dla",
+ "denom": "mbtc",
"exponent": 6,
},
],
- "description": "Governance Token for Digital Land Acquisition DAO",
- "display": "dla",
+ "display": "mbtc",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mbtc.png",
},
- "name": "Digital Land Acquisition DAO",
- "symbol": "DLA",
+ "name": "Bitcoin",
+ "symbol": "mBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1rhhvx8nzfrx5fufkuft06q5marfkucdqwq5sjw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48916,46 +93923,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
- "base": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "address": "terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "base": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
"denomUnits": [
{
"aliases": [
- "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
],
- "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "denom": "ibc/3F4FFFB53C748CE3E064718DB5263ECEB0ECA4D5BBED69D0D978951A53DCAF75",
"exponent": 0,
},
{
- "denom": "glto",
+ "denom": "mcoin",
"exponent": 6,
},
],
- "description": "DeFi gaming platform built on Juno",
- "display": "glto",
+ "display": "mcoin",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
+ "theme": {
+ "primaryColorHex": "#1454f4",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mcoin.png",
},
- "name": "Gelotto",
- "symbol": "GLTO",
+ "name": "Coinbase Global, Inc.",
+ "symbol": "mCOIN",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra18wayjpyq28gd970qzgjfmsjj7dmgdk039duhph",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -48963,46 +93970,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
- "base": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "address": "terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "base": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
"denomUnits": [
{
"aliases": [
- "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
],
- "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "denom": "ibc/07F90B75153A12CC2E5A568595F48270F5773DD17621516270379648E08B89AC",
"exponent": 0,
},
{
- "denom": "gkey",
+ "denom": "mdis",
"exponent": 6,
},
],
- "description": "Gelotto Year 1 Grand Prize Token",
- "display": "gkey",
+ "display": "mdis",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdis.png",
},
- "name": "GKey",
- "symbol": "GKEY",
+ "name": "The Walt Disney Company",
+ "symbol": "mDIS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra149755r3y0rve30e209awkhn5cxgkn5c8ju9pm5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49010,46 +94017,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
- "base": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "address": "terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "base": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
"denomUnits": [
{
"aliases": [
- "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
],
- "denom": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "denom": "ibc/700E813EA9A2E59BDFDCA083655341B16C9737F62ADC03F96D0B23168AFCFEDF",
"exponent": 0,
},
{
- "denom": "hole",
+ "denom": "mdot",
"exponent": 6,
},
],
- "description": "The native token cw20 for BlackHole on Juno Chain",
- "display": "hole",
+ "display": "mdot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mdot.png",
},
- "name": "BlackHole",
- "symbol": "HOLE",
+ "name": "Polkadot",
+ "symbol": "mDOT",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra19ya4jpvjvvtggepvmmj6ftmwly3p7way0tt08r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49057,47 +94064,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
- "base": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
- "coingeckoId": "stakeeasy-juno-derivative",
+ "address": "terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "base": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
],
- "denom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "denom": "ibc/8CD8ADDD0A97046D9DF16B7C29DB8ABB5AA70BD8122EA0B7AD7B02E6631C39FF",
"exponent": 0,
},
{
- "denom": "sejuno",
+ "denom": "meth",
"exponent": 6,
},
],
- "description": "Staking derivative seJUNO for staked JUNO",
- "display": "sejuno",
+ "display": "meth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
+ "theme": {
+ "primaryColorHex": "#5c648e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/meth.png",
},
- "name": "StakeEasy seJUNO",
- "symbol": "SEJUNO",
+ "name": "Ether",
+ "symbol": "mETH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1dk3g53js3034x4v5c3vavhj2738une880yu6kx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49105,47 +94111,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
- "base": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
- "coingeckoId": "stakeeasy-bjuno",
+ "address": "terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "base": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
],
- "denom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "denom": "ibc/8C505E640E1A4A88109256DC8FACC4395408A7A852485CD29B0BAD00B514AF8A",
"exponent": 0,
},
{
- "denom": "bjuno",
+ "denom": "mfb",
"exponent": 6,
},
],
- "description": "Staking derivative bJUNO for staked JUNO",
- "display": "bjuno",
+ "display": "mfb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
+ "theme": {
+ "primaryColorHex": "#1c74f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mfb.png",
},
- "name": "StakeEasy bJUNO",
- "symbol": "BJUNO",
+ "name": "Facebook Inc.",
+ "symbol": "mFB",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1mqsjugsugfprn3cvgxsrr8akkvdxv2pzc74us7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49153,46 +94158,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
- "base": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "address": "terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "base": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
"denomUnits": [
{
"aliases": [
- "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
],
- "denom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "denom": "ibc/63F3E02662A8FA5E21FB095E5103FBD207D9613E9B641CA94979520E5B95089A",
"exponent": 0,
},
{
- "denom": "solar",
+ "denom": "mglxy",
"exponent": 6,
},
],
- "description": "Solarbank DAO Governance Token for speeding up the shift to renewable and green energy",
- "display": "solar",
+ "display": "mglxy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
+ "theme": {
+ "primaryColorHex": "#1d4cac",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mglxy.png",
},
- "name": "Solarbank DAO",
- "symbol": "SOLAR",
+ "name": "Galaxy Digital Holdings Ltd",
+ "symbol": "mGLXY",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1l5lrxtwd98ylfy09fn866au6dp76gu8ywnudls",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49200,46 +94205,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
- "base": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "address": "terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "base": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
"denomUnits": [
{
"aliases": [
- "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
],
- "denom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "denom": "ibc/FED18BFB62477AA5D7A2A0F19040199B0652FFC287549D602894DAC0A72E83DC",
"exponent": 0,
},
{
- "denom": "seasy",
+ "denom": "mgme",
"exponent": 6,
},
],
- "description": "StakeEasy governance token",
- "display": "seasy",
+ "display": "mgme",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgme.png",
},
- "name": "StakeEasy SEASY",
- "symbol": "SEASY",
+ "name": "GameStop Corp",
+ "symbol": "mGME",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1m6j6j9gw728n82k78s0j9kq8l5p6ne0xcc820p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49247,44 +94252,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
- "base": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "address": "terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "base": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
"denomUnits": [
{
"aliases": [
- "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
],
- "denom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "denom": "ibc/FDC1A75744C19AB7CBBF84DA02DBF0D83943C78E0483FFFBEAA200658D8C07A9",
"exponent": 0,
},
{
- "denom": "muse",
+ "denom": "mgoogl",
"exponent": 6,
},
],
- "description": "The native token cw20 for MuseDAO on Juno Chain",
- "display": "muse",
+ "display": "mgoogl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
+ "theme": {
+ "primaryColorHex": "#34ac54",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgoogl.png",
},
- "name": "MuseDAO",
- "symbol": "MUSE",
+ "name": "Alphabet Inc.",
+ "symbol": "mGOOGL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1h8arz2k547uvmpxctuwush3jzc8fun4s96qgwt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49292,45 +94299,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
- "base": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
- "coingeckoId": "loop",
+ "address": "terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "base": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
"denomUnits": [
{
"aliases": [
- "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
],
- "denom": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
+ "denom": "ibc/54ECE801DA1016646C2A567C6F1C0B5BFA6546660D51EC02A3C21D4C46C471F9",
"exponent": 0,
},
{
- "denom": "loop",
+ "denom": "mgs",
"exponent": 6,
},
],
- "description": "The native token cw20 for Loop Finance on Juno Chain",
- "display": "loop",
+ "display": "mgs",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
+ "theme": {
+ "primaryColorHex": "#749cc4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mgs.png",
},
- "name": "Loop Finance",
- "symbol": "LOOP",
+ "name": "Goldman Sachs Group Inc.",
+ "symbol": "mGS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra137drsu8gce5thf6jr5mxlfghw36rpljt3zj73v",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49338,45 +94346,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
- "base": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
- "coingeckoId": "fanfury",
+ "address": "terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "base": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
"denomUnits": [
{
"aliases": [
- "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
],
- "denom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "denom": "ibc/F2864558ACE45E0C89192910CC808DF3725A6B2A0F2F13DDE8C83C4E9D33753B",
"exponent": 0,
},
{
- "denom": "fury",
+ "denom": "mhood",
"exponent": 6,
},
],
- "description": "The deprecated cw20 token for Fanfury on Juno Chain",
- "display": "fury",
+ "display": "mhood",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
+ "theme": {
+ "primaryColorHex": "#54c48c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mhood.png",
},
- "name": "FURY.legacy",
- "symbol": "FURY.legacy",
+ "name": "Robinhood Markets, Inc.",
+ "symbol": "mHOOD",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra18yqdfzfhnguerz9du5mnvxsh5kxlknqhcxzjfr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49384,47 +94393,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
- "base": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
- "coingeckoId": "posthuman",
+ "address": "terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "base": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
"denomUnits": [
{
"aliases": [
- "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
],
- "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "denom": "ibc/3E00EE6DBC74F0FE87592121948685BE9FD9FD9899D9BAD5FA573D0A6D257BCF",
"exponent": 0,
},
{
- "denom": "phmn",
+ "denom": "miau",
"exponent": 6,
},
],
- "description": "The native token cw20 for PHMN on Juno Chain",
- "display": "phmn",
+ "display": "miau",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
},
- "name": "POSTHUMAN",
- "symbol": "PHMN",
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra10h7ry7apm55h4ez502dqdv9gr53juu85nkd4aq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49432,47 +94440,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
- "base": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
- "coingeckoId": "hopers-io",
+ "address": "terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "base": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
"denomUnits": [
{
"aliases": [
- "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
],
- "denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "denom": "ibc/C0D0937641FD3FB2ACD1A880A79C750FF91C5A5A957A3B035A0C595CAC436C09",
"exponent": 0,
},
{
- "denom": "hopers",
+ "denom": "miau",
"exponent": 6,
},
],
- "description": "The native token cw20 for Hopers on Juno Chain",
- "display": "hopers",
+ "display": "miau",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miau.png",
},
- "name": "Hopers",
- "symbol": "HOPERS",
+ "name": "iShares Gold Trust",
+ "symbol": "mIAU",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra15hp9pr8y4qsvqvxf3m4xeptlk7l8h60634gqec",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49480,44 +94487,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
- "base": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "address": "terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "base": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
"denomUnits": [
{
"aliases": [
- "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
],
- "denom": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "denom": "ibc/314A00892F00133BD6ABEC561636696248CAC6F3F6384D4E9FCD01B8248C40DA",
"exponent": 0,
},
{
- "denom": "red",
+ "denom": "mjnj",
"exponent": 6,
},
],
- "description": "RED",
- "display": "red",
+ "display": "mjnj",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
+ "theme": {
+ "primaryColorHex": "#c41d2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mjnj.png",
},
- "name": "Red",
- "symbol": "RED",
+ "name": "Johnson & Johnson",
+ "symbol": "mJNJ",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1ptdxmj3xmmljzx02nr4auwfuelmj0cnkh8egs2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49525,44 +94534,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
- "base": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "address": "terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "base": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
"denomUnits": [
{
"aliases": [
- "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
],
- "denom": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "denom": "ibc/D0A50A5E3D51CA8BB505F656018C28264E17A2C0115715861CA5070627C930C5",
"exponent": 0,
},
{
- "denom": "blue",
+ "denom": "mko",
"exponent": 6,
},
],
- "description": "BLUE",
- "display": "blue",
+ "display": "mko",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
+ "theme": {
+ "primaryColorHex": "#fcc9cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mko.png",
},
- "name": "Blue",
- "symbol": "BLUE",
+ "name": "Coca-Cola",
+ "symbol": "mKO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1qsnj5gvq8rgs7yws8x5u02gwd5wvtu4tks0hjm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49570,47 +94581,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
- "base": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
- "coingeckoId": "wynd",
+ "address": "terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "base": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
"denomUnits": [
{
"aliases": [
- "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
],
- "denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "denom": "ibc/052D5C042E8DB771737745C7BD85C9B22B6C428064E3B4D611A2AB0EEE4085A8",
"exponent": 0,
},
{
- "denom": "wynd",
+ "denom": "mmsft",
"exponent": 6,
},
],
- "description": "WYND DAO Governance Token",
- "display": "wynd",
+ "display": "mmsft",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
+ "theme": {
+ "primaryColorHex": "#04a4ec",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mmsft.png",
},
- "name": "Wynd DAO Governance Token",
- "symbol": "WYND",
+ "name": "Microsoft Corporation",
+ "symbol": "mMSFT",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1227ppwxxj3jxz8cfgq00jgnxqcny7ryenvkwj6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49618,44 +94628,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
- "base": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "address": "terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "base": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
"denomUnits": [
{
"aliases": [
- "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
],
- "denom": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "denom": "ibc/310EEF709CF68CF647C53BE0ECBA4FDEDF54140B3ABD321610A6BFAA617C21E2",
"exponent": 0,
},
{
- "denom": "banana",
+ "denom": "mnflx",
"exponent": 6,
},
],
- "description": "Bored APE IBC club token",
- "display": "banana",
+ "display": "mnflx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
+ "theme": {
+ "primaryColorHex": "#af040c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnflx.png",
},
- "name": "Banana Token",
- "symbol": "BANANA",
+ "name": "Netflix, Inc.",
+ "symbol": "mNFLX",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1jsxngqasf2zynj5kyh0tgq9mj3zksa5gk35j4k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49663,46 +94675,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
- "base": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "address": "terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "base": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
],
- "denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "denom": "ibc/16B8FAFCB8AFC786548AAA7888668B52AEC19D24269746F68CD03A3042A1564A",
"exponent": 0,
},
{
- "denom": "nride",
+ "denom": "mnio",
"exponent": 6,
},
],
- "description": "nRide Token",
- "display": "nride",
+ "display": "mnio",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnio.png",
},
- "name": "nRide Token",
- "symbol": "NRIDE",
+ "name": "NIO Inc.",
+ "symbol": "mNIO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1dj2cj02zak0nvwy3uj9r9dhhxhdwxnw6psse6p",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49710,44 +94722,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
- "base": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "address": "terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "base": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
"denomUnits": [
{
"aliases": [
- "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
],
- "denom": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "denom": "ibc/205BA69C51332FA29EC8CC08894E72C4FFB564F5379B6B11C1714053BB837467",
"exponent": 0,
},
{
- "denom": "sgnl",
+ "denom": "mnke",
"exponent": 6,
},
],
- "description": "Signal Art and Gaming on Juno",
- "display": "sgnl",
+ "display": "mnke",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnke.png",
},
- "name": "Signal",
- "symbol": "SGNL",
+ "name": "NIKE, Inc.",
+ "symbol": "mNKE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra17ana8hvzea0q7w367dm0dw48sxwql39qekpt7g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49755,44 +94769,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
- "base": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "address": "terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "base": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
"denomUnits": [
{
"aliases": [
- "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
],
- "denom": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "denom": "ibc/F1936A625088A58722C509C9E7A6CE93321451EE0AB6B630E2F2E2EE97DFFCE5",
"exponent": 0,
},
{
- "denom": "jape",
+ "denom": "mnvda",
"exponent": 6,
},
],
- "description": "Governance and utility token for the Junø Apes NFT platform on Juno",
- "display": "jape",
+ "display": "mnvda",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
+ "theme": {
+ "primaryColorHex": "#74bc04",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnvda.png",
},
- "name": "Junø Apes",
- "symbol": "JAPE",
+ "name": "NVIDIA Corporation",
+ "symbol": "mNVDA",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1drsjzvzej4h4qlehcfwclxg4w5l3h5tuvd3jd8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49800,44 +94816,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
- "base": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "address": "terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "base": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
"denomUnits": [
{
"aliases": [
- "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
],
- "denom": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "denom": "ibc/0A0DA132A9707A2634D87E841D0852FCFB4C1100AFB120403AD91181150EFA9A",
"exponent": 0,
},
{
- "denom": "catom",
+ "denom": "mpypl",
"exponent": 6,
},
],
- "description": "A community meme token with a fantasy fiction storyline and comic based NFTs on Juno",
- "display": "catom",
+ "display": "mpypl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
+ "theme": {
+ "primaryColorHex": "#24377a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mpypl.png",
},
- "name": "Catom",
- "symbol": "CATOM",
+ "name": "PayPal Holdings Inc",
+ "symbol": "mPYPL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1rh2907984nudl7vh56qjdtvv7947z4dujj92sx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49845,44 +94863,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
- "base": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "address": "terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "base": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
"denomUnits": [
{
"aliases": [
- "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
],
- "denom": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "denom": "ibc/209BEE1619ADEF026F0CCBD8659A86995599A4821F8DCD15B94B5AAD700DA3E5",
"exponent": 0,
},
{
- "denom": "howl",
+ "denom": "mqqq",
"exponent": 6,
},
],
- "description": "Utility token of Howl.social, an on chain micro-blogging platform on Juno",
- "display": "howl",
+ "display": "mqqq",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
+ "theme": {
+ "primaryColorHex": "#041c7c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mqqq.png",
},
- "name": "Howl",
- "symbol": "HOWL",
+ "name": "Invesco QQQ Trust",
+ "symbol": "mQQQ",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1csk6tc7pdmpr782w527hwhez6gfv632tyf72cp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49890,44 +94910,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
- "base": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "address": "terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "base": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
],
- "denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "denom": "ibc/6448EA728465A3C550A26022C62504392BCBE98071CF29A69E94A0162DDAA94A",
"exponent": 0,
},
{
- "denom": "fox",
+ "denom": "msbux",
"exponent": 6,
},
],
- "description": "Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.",
- "display": "fox",
+ "display": "msbux",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
+ "theme": {
+ "primaryColorHex": "#047444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msbux.png",
},
- "name": "Juno Fox",
- "symbol": "FOX",
+ "name": "Starbucks Corporation",
+ "symbol": "mSBUX",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1246zy658dfgtausf0c4a6ly8sc2e285q4kxqga",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49935,44 +94957,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
- "base": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "address": "terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "base": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
],
- "denom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "denom": "ibc/8AA316F541446D8DDC7161B20636293A55F6B27F49401F458BF593951410142A",
"exponent": 0,
},
{
- "denom": "grdn",
+ "denom": "mslv",
"exponent": 6,
},
],
- "description": "Evmos Guardians governance token.",
- "display": "grdn",
+ "display": "mslv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mslv.png",
},
- "name": "Guardian",
- "symbol": "GRDN",
+ "name": "iShares Silver Trust",
+ "symbol": "mSLV",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1kscs6uhrqwy6rx5kuw5lwpuqvm3t6j2d6uf2lp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -49980,46 +95004,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
- "base": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "address": "terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "base": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
"denomUnits": [
{
"aliases": [
- "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
],
- "denom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "denom": "ibc/22760DDF1573ADD373C4058C6650F965C897F01BD1F25BD7B7ECD6843A7642F3",
"exponent": 0,
},
{
- "denom": "mnpu",
+ "denom": "mspy",
"exponent": 6,
},
],
- "description": "Mini Punks Token",
- "display": "mnpu",
+ "display": "mspy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mspy.png",
},
- "name": "Mini Punks",
- "symbol": "MNPU",
+ "name": "SPDR S&P 500",
+ "symbol": "mSPY",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1aa00lpfexyycedfg5k2p60l9djcmw0ue5l8fhc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50027,49 +95051,46 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "cw20",
},
{
- "address": "juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
- "base": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "address": "terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "base": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
"denomUnits": [
{
"aliases": [
- "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
],
- "denom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "denom": "ibc/B39EA23A27C9EA7DA18FADCEA26377794E6CC274FEA07D6C82C190067E13CC86",
"exponent": 0,
},
{
- "denom": "kleo",
+ "denom": "msq",
"exponent": 6,
},
],
- "description": "Kleomedes Token",
- "display": "kleo",
- "extendedDescription": "Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.
-
-As a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.
-
-We support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.",
+ "display": "msq",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msq.png",
},
- "name": "Kleomedes",
- "symbol": "KLEO",
+ "name": "Square, Inc.",
+ "symbol": "mSQ",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1u43zu5amjlsgty5j64445fr9yglhm53m576ugh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50077,46 +95098,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
- "base": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "address": "terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "base": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
"denomUnits": [
{
"aliases": [
- "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
],
- "denom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "denom": "ibc/9E09484606EF434530D614A47E3B80F68E3DFCF08AAD52AFF679CAF977041787",
"exponent": 0,
},
{
- "denom": "sikoba",
+ "denom": "mtsla",
"exponent": 6,
},
],
- "description": "Sikoba Governance Token",
- "display": "sikoba",
+ "display": "mtsla",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
+ "theme": {
+ "primaryColorHex": "#e41c34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtsla.png",
},
- "name": "Sikoba Token",
- "symbol": "SKOJ",
+ "name": "Tesla, Inc.",
+ "symbol": "mTSLA",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra14y5affaarufk3uscy2vr6pe6w6zqf2wpjzn5sh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50124,44 +95145,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
- "base": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "address": "terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "base": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
"denomUnits": [
{
"aliases": [
- "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
],
- "denom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "denom": "ibc/2FF3AFB2BF8B29A2DAAB99D9CB67078E7ED852BF4F3034B2E4A452AD69E51C49",
"exponent": 0,
},
{
- "denom": "shibac",
+ "denom": "mtwtr",
"exponent": 6,
},
],
- "description": "Shiba Cosmos",
- "display": "shibac",
+ "display": "mtwtr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
+ "theme": {
+ "primaryColorHex": "#2cace4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mtwtr.png",
},
- "name": "ShibaCosmos",
- "symbol": "SHIBAC",
+ "name": "Twitter, Inc.",
+ "symbol": "mTWTR",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1cc3enj9qgchlrj34cnzhwuclc4vl2z3jl7tkqg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50169,44 +95192,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
- "base": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "address": "terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "base": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
],
- "denom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "denom": "ibc/5784472A6B6A2342DDF4C7F2BBF9C2A1264AE53A33AAA18E062A291A61423189",
"exponent": 0,
},
{
- "denom": "clst",
+ "denom": "muso",
"exponent": 6,
},
],
- "description": "Celestims",
- "display": "clst",
+ "display": "muso",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/muso.png",
},
- "name": "Celestims",
- "symbol": "CLST",
+ "name": "United States Oil Fund, LP",
+ "symbol": "mUSO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1lvmx8fsagy70tv0fhmfzdw9h6s3sy4prz38ugf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50214,44 +95239,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
- "base": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "address": "terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "base": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
"denomUnits": [
{
"aliases": [
- "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
],
- "denom": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "denom": "ibc/355B3F771616845BC8E24615AE08EFA78321D6249B9985FDA0D5DB80461DC8E1",
"exponent": 0,
},
{
- "denom": "watr",
+ "denom": "mvixy",
"exponent": 6,
},
],
- "description": "A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!",
- "display": "watr",
+ "display": "mvixy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
},
- "name": "WATR",
- "symbol": "WATR",
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra19cmt6vzvhnnnfsmccaaxzy2uaj06zjktu6yzjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50259,44 +95286,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
- "base": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "address": "terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "base": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
],
- "denom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "denom": "ibc/DE8DE8BCF563A79ED781D6B0C4CA2A1FE2A5598F59C1E67F1AD99BBFB648FA6F",
"exponent": 0,
},
{
- "denom": "casa",
+ "denom": "mvixy",
"exponent": 6,
},
],
- "description": "An innovative DAO dedicated to housing the most vulnerable",
- "display": "casa",
+ "display": "mvixy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
+ "theme": {
+ "primaryColorHex": "#141c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mvixy.png",
},
- "name": "Casa",
- "symbol": "CASA",
+ "name": "ProShares VIX Short-Term Futures ETF",
+ "symbol": "mVIXY",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1zp3a6q6q4953cz376906g5qfmxnlg77hx3te45",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50304,44 +95333,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
- "base": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "address": "terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "base": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
"denomUnits": [
{
"aliases": [
- "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
],
- "denom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "denom": "ibc/A99D90FB213FD1502B9CD0AAD89DE497399D8F8AF8093BDA0DF62E2009D2CB0F",
"exponent": 0,
},
{
- "denom": "summit",
+ "denom": "lota",
"exponent": 6,
},
],
- "description": "Social Impact DAO providing showers, meals, and vehicles to the homeless",
- "display": "summit",
+ "display": "lota",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
+ "theme": {
+ "primaryColorHex": "#c63adc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lota.png",
},
- "name": "Summit",
- "symbol": "SUMMIT",
+ "name": "loterra",
+ "symbol": "LOTA",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1ez46kxtulsdv07538fh5ra5xj8l68mu8eg24vr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50349,44 +95380,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
- "base": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "address": "terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "base": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
"denomUnits": [
{
"aliases": [
- "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
],
- "denom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "denom": "ibc/EA3B97466553137D0957F618A67E59EBB27C3DF31A9061B4C10A354F87E99B03",
"exponent": 0,
},
{
- "denom": "manna",
+ "denom": "dph",
"exponent": 6,
},
],
- "description": "Social Impact DAO dedicated to combatting food insecurity and malnutrition",
- "display": "manna",
+ "display": "dph",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
+ "theme": {
+ "primaryColorHex": "#2c4c9c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dph.png",
},
- "name": "Manna",
- "symbol": "MANNA",
+ "name": "Digipharm",
+ "symbol": "DPH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra17jnhankdfl8vyzj6vejt7ag8uz0cjc9crkl2h7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50394,44 +95427,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
- "base": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "address": "terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "base": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
"denomUnits": [
{
"aliases": [
- "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
],
- "denom": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "denom": "ibc/59B565048388714D6EF90859E8C8BC723DCF4A0406979F323CBBDFE2B7982F53",
"exponent": 0,
},
{
- "denom": "empwr",
+ "denom": "mine",
"exponent": 6,
},
],
- "description": "Social Impact DAO focused on youth empowerment",
- "display": "empwr",
+ "display": "mine",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
+ "theme": {
+ "primaryColorHex": "#042c44",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mine.png",
},
- "name": "EMPWR",
- "symbol": "EMPWR",
+ "name": "Pylon MINE Token",
+ "symbol": "MINE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1kcthelkax4j9x8d3ny6sdag0qmxxynl3qtcrpy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50439,44 +95474,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
- "base": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "address": "terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "base": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
"denomUnits": [
{
"aliases": [
- "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
],
- "denom": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "denom": "ibc/AD2312C4875D0E1AEDC60A1132590C5DEC15F7F8B9922957EB42D2713AD409A9",
"exponent": 0,
},
{
- "denom": "middle",
+ "denom": "bpsidp-24m",
"exponent": 6,
},
],
- "description": "Join us in fighting against world hunger",
- "display": "middle",
+ "display": "bpsidp-24m",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
+ "theme": {
+ "primaryColorHex": "#3d6d8e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bpsidp-24m.png",
},
- "name": "Middle",
- "symbol": "MIDDLE",
+ "name": "Pylon bDP Token for Gateway Psi 24m Pool",
+ "symbol": "bPsiDP-24m",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1zsaswh926ey8qa5x4vj93kzzlfnef0pstuca0y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50484,44 +95521,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
- "base": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "address": "terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "base": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
"denomUnits": [
{
"aliases": [
- "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
],
- "denom": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "denom": "ibc/36B0D5B42D86A4B0A7E1C4C91154613B6D3BF7724DCA84A6406E87B1D93C5008",
"exponent": 0,
},
{
- "denom": "sunset",
+ "denom": "spec",
"exponent": 6,
},
],
- "description": "Social Impact DAO taking a wholistic approach to helping abused and mentally ill women and children",
- "display": "sunset",
+ "display": "spec",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
+ "theme": {
+ "primaryColorHex": "#fa2d6c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/spec.png",
},
- "name": "Sunset",
- "symbol": "SUNSET",
+ "name": "Spectrum Token",
+ "symbol": "SPEC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1s5eczhe0h0jutf46re52x5z4r03c8hupacxmdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50529,44 +95568,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
- "base": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "address": "terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "base": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
"denomUnits": [
{
"aliases": [
- "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
],
- "denom": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "denom": "ibc/BA8B72D4AA4E9D90A8253FEE60EDA5F1B70ACCE1281CF6ABFD4A2BDF77B32F3D",
"exponent": 0,
},
{
- "denom": "tree",
+ "denom": "loop",
"exponent": 6,
},
],
- "description": "Social Impact DAO dedicated to helping restore and protect our environment",
- "display": "tree",
+ "display": "loop",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
+ "theme": {
+ "primaryColorHex": "#04dff9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loop.png",
},
- "name": "Living Tree",
- "symbol": "TREE",
+ "name": "LOOP token",
+ "symbol": "LOOP",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1nef5jf6c7js9x6gkntlehgywvjlpytm7pcgkn4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50574,44 +95615,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
- "base": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "address": "terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "base": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
"denomUnits": [
{
"aliases": [
- "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
],
- "denom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "denom": "ibc/3E586FB08D0729CD1D444D3BE9F43CF32C183D87516FD975CF6D6D2050B62CF8",
"exponent": 0,
},
{
- "denom": "invdrs",
+ "denom": "loopr",
"exponent": 6,
},
],
- "description": "Evmos Guardians' Invaders DAO token.",
- "display": "invdrs",
+ "display": "loopr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
+ "theme": {
+ "primaryColorHex": "#550555",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/loopr.png",
},
- "name": "Invaders",
- "symbol": "INVDRS",
+ "name": "LOOPR token",
+ "symbol": "LOOPR",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1jx4lmmke2srcvpjeereetc9hgegp4g5j0p9r2q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50619,44 +95662,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
- "base": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "address": "terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "base": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
"denomUnits": [
{
"aliases": [
- "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
],
- "denom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "denom": "ibc/7753031C34255CE895DBE9ADA03D276BD6DDD902C7BD8700169107662DDAEA37",
"exponent": 0,
},
{
- "denom": "apemos",
+ "denom": "stt",
"exponent": 6,
},
],
- "description": "Apemos",
- "display": "apemos",
+ "display": "stt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
+ "theme": {
+ "primaryColorHex": "#f5e604",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stt.png",
},
- "name": "Apemos",
- "symbol": "APEMOS",
+ "name": "StarTerra Token",
+ "symbol": "STT",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra13xujxcrc9dqft4p9a8ls0w3j0xnzm6y2uvve8n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50664,44 +95709,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
- "base": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "address": "terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "base": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
],
- "denom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "denom": "ibc/76D3DA00142D027CA885030E131EE04B8197345B0727ED48EFA9EBF687309797",
"exponent": 0,
},
{
- "denom": "osdoge",
+ "denom": "twd",
"exponent": 6,
},
],
- "description": "The First Doge on Osmosis",
- "display": "osdoge",
+ "display": "twd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
+ "theme": {
+ "primaryColorHex": "#25abe3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twd.png",
},
- "name": "Osmosis Doge",
- "symbol": "OSDOGE",
+ "name": "TWD Token",
+ "symbol": "TWD",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra19djkaepjjswucys4npd5ltaxgsntl7jf0xz7w6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50709,44 +95756,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
- "base": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "address": "terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "base": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
"denomUnits": [
{
"aliases": [
- "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
],
- "denom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "denom": "ibc/0B6E4FA2F7290015EC21C0E208A0B969E186B7686329693AF5BAAEE16988E898",
"exponent": 0,
},
{
- "denom": "doga",
+ "denom": "xtra",
"exponent": 6,
},
],
- "description": "Doge Apr",
- "display": "doga",
+ "display": "xtra",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
+ "theme": {
+ "primaryColorHex": "#0c9cd4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xtra.png",
},
- "name": "Doge Apr",
- "symbol": "DOGA",
+ "name": "xterra Token",
+ "symbol": "XTRA",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1kvjscdgwuvwc6uzm4rqfjl6nlmuhj28tequlnc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50754,44 +95803,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
- "base": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "address": "terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "base": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
"denomUnits": [
{
"aliases": [
- "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
],
- "denom": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "denom": "ibc/4587C136065FD5AF4474736BC192F06B93DE0AA4BEACE0E3583C394C8FFB6387",
"exponent": 0,
},
{
- "denom": "pepe",
+ "denom": "miaw",
"exponent": 6,
},
],
- "description": "Osmo Pepe",
- "display": "pepe",
+ "display": "miaw",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
+ "theme": {
+ "primaryColorHex": "#060606",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/miaw.png",
},
- "name": "Osmo Pepe",
- "symbol": "PEPE",
+ "name": "MIAW Token",
+ "symbol": "MIAW",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1vtr50tw0pgqpes34zqu60n554p9x4950wk8f63",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50799,44 +95850,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
- "base": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "address": "terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "base": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
"denomUnits": [
{
"aliases": [
- "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
],
- "denom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "denom": "ibc/2F2EF4E0DC1CA896D71AD96CC6A7C3CF13074D17AFF8EACABC630F2BF757EAEB",
"exponent": 0,
},
{
- "denom": "catmos",
+ "denom": "psi",
"exponent": 6,
},
],
- "description": "Catmos",
- "display": "catmos",
+ "display": "psi",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
+ "theme": {
+ "primaryColorHex": "#1c1c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/psi.png",
},
- "name": "Catmos",
- "symbol": "CATMOS",
+ "name": "Nexus Governance Token",
+ "symbol": "Psi",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra12897djskt9rge8dtmm86w654g7kzckkd698608",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50844,44 +95897,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
- "base": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "address": "terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "base": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
],
- "denom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "denom": "ibc/FF74C3DBE1ED4BB540A5BF66D2CE6F868A9DC93F2A261BD132602DF8151DD88E",
"exponent": 0,
},
{
- "denom": "spacer",
+ "denom": "nluna",
"exponent": 6,
},
],
- "description": "Spacer",
- "display": "spacer",
+ "display": "nluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nluna.svg",
},
- "name": "Spacer",
- "symbol": "SPACER",
+ "name": "Nexus nLuna Token",
+ "symbol": "nLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra10f2mt82kjnkxqj2gepgwl637u2w4ue2z5nhz5j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50889,44 +95941,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
- "base": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "address": "terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "base": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
],
- "denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "denom": "ibc/1B86B792A7F1D691EF816C699943F4CFCB831E3F08DADDDAC9E140E4246B4CD0",
"exponent": 0,
},
{
- "denom": "light",
- "exponent": 9,
+ "denom": "neth",
+ "exponent": 6,
},
],
- "description": "Light: LumenX community DAO treasury token",
- "display": "light",
+ "display": "neth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neth.svg",
},
- "name": "LIGHT",
- "symbol": "LIGHT",
+ "name": "Nexus nETH Token",
+ "symbol": "nETH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra178v546c407pdnx5rer3hu8s2c0fc924k74ymnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50934,44 +95985,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
- "base": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "address": "terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "base": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
"denomUnits": [
{
"aliases": [
- "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
],
- "denom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "denom": "ibc/4A62028682EAEEE2A4DFF80B088E6B780FAE4486B8807347DB9F0517158113E4",
"exponent": 0,
},
{
- "denom": "mile",
+ "denom": "cnluna",
"exponent": 6,
},
],
- "description": "Mille: the 1000th token on osmosis",
- "display": "mile",
+ "display": "cnluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnluna.svg",
},
- "name": "Mille",
- "symbol": "MILE",
+ "name": "nLuna autocompounder share representation",
+ "symbol": "cnLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1u553zk43jd4rwzc53qrdrq4jc2p8rextyq09dj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -50979,44 +96029,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
- "base": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "address": "terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "base": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
"denomUnits": [
{
"aliases": [
- "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
],
- "denom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "denom": "ibc/88605701B1C05FD5F205E18D0CC8CCB9F94241B717F6AD3B36C776530246EF07",
"exponent": 0,
},
{
- "denom": "void",
+ "denom": "cneth",
"exponent": 6,
},
],
- "description": "Void",
- "display": "void",
+ "display": "cneth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cneth.svg",
},
- "name": "Void",
- "symbol": "VOID",
+ "name": "nETH autocompounder share representation",
+ "symbol": "cnETH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1nagqpmyw55yjphea4rhntlfv87ugmeaj8ym756",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51024,44 +96073,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
- "base": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "address": "terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "base": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
"denomUnits": [
{
"aliases": [
- "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
],
- "denom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "denom": "ibc/DBECF33BD3F9BDAC64B3D1605958B2570B1635612718F83B5406727C152A3DE0",
"exponent": 0,
},
{
- "denom": "silica",
+ "denom": "navax",
"exponent": 6,
},
],
- "description": "Silica",
- "display": "silica",
+ "display": "navax",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/navax.svg",
},
- "name": "Silica",
- "symbol": "SLCA",
+ "name": "Nexus nAVAX Token",
+ "symbol": "nAVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra13k62n0285wj8ug0ngcgpf7dgnkzqeu279tz636",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51069,44 +96117,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
- "base": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "address": "terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "base": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
"denomUnits": [
{
"aliases": [
- "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
],
- "denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "denom": "ibc/0AFEF2D077D9A4773D896622734D5E6121E9C1F0910A0A65DED4619866882F8E",
"exponent": 0,
},
{
- "denom": "pepec",
+ "denom": "natom",
"exponent": 6,
},
],
- "description": "Pepec",
- "display": "pepec",
+ "display": "natom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/natom.svg",
},
- "name": "Pepec",
- "symbol": "PEPEC",
+ "name": "Nexus nATOM Token",
+ "symbol": "nATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1jtdc6zpf95tvh9peuaxwp3v0yqszcnwl8j5ade",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51114,44 +96161,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
- "base": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "address": "terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "base": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
"denomUnits": [
{
"aliases": [
- "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
],
- "denom": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "denom": "ibc/75479C8920621ED597041590E1BE5D83A8C5BF1D33726D4EAC29F1E88FFA8C99",
"exponent": 0,
},
{
- "denom": "pltn",
+ "denom": "vkr",
"exponent": 6,
},
],
- "description": "Palantin",
- "display": "pltn",
+ "display": "vkr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vkr.png",
},
- "name": "Palantin",
- "symbol": "PLTN",
+ "name": "VKR Token",
+ "symbol": "VKR",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1dy9kmlm4anr92e42mrkjwzyvfqwz66un00rwr5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51159,46 +96208,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
- "base": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "address": "terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "base": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
"denomUnits": [
{
"aliases": [
- "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
],
- "denom": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "denom": "ibc/390F36020808C29888EAD5D4AE36CD2D3F307AFAAEB8FA74B828191D052804EB",
"exponent": 0,
},
{
- "denom": "yfd",
- "exponent": 6,
+ "denom": "orion",
+ "exponent": 8,
},
],
- "description": "Propose. Vote. Build.",
- "display": "yfd",
+ "display": "orion",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
+ "theme": {
+ "primaryColorHex": "#04bc74",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orion.png",
},
- "name": "Y-Foundry DAO",
- "symbol": "YFD",
+ "name": "Orion Money (Portal)",
+ "symbol": "ORION",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51206,44 +96255,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
- "base": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "address": "terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "base": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
"denomUnits": [
{
"aliases": [
- "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
],
- "denom": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "denom": "ibc/21995AE18ECA6A7DB83228194127D977916CFBCC31BE6F2584417A693C456F70",
"exponent": 0,
},
{
- "denom": "ampJUNO",
+ "denom": "tland",
"exponent": 6,
},
],
- "description": "ERIS liquid staked JUNO",
- "display": "ampJUNO",
+ "display": "tland",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
+ "theme": {
+ "primaryColorHex": "#c3a990",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tland.png",
},
- "name": "ERIS Amplified JUNO",
- "symbol": "ampJUNO",
+ "name": "TerraLand Token",
+ "symbol": "TLAND",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1r5506ckw5tfr3z52jwlek8vg9sn3yflrqrzfsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51251,44 +96302,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
- "base": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "address": "terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "base": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
"denomUnits": [
{
"aliases": [
- "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
],
- "denom": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "denom": "ibc/BC8E9372413C248E3EFC8768FA71C2A20910B5BF44BB9C9610F666BF232FB1FB",
"exponent": 0,
},
{
- "denom": "bits",
- "exponent": 8,
+ "denom": "vust",
+ "exponent": 6,
},
],
- "description": "BITS - Native token of Bitswift Cash",
- "display": "bits",
+ "display": "vust",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
+ "theme": {
+ "primaryColorHex": "#3ccb64",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vust.png",
},
- "name": "BITS",
- "symbol": "BITS",
+ "name": "Vault UST",
+ "symbol": "vUST",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1w0p5zre38ecdy3ez8efd5h9fvgum5s206xknrg",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51296,44 +96349,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
- "base": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "address": "terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "base": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
"denomUnits": [
{
"aliases": [
- "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
],
- "denom": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "denom": "ibc/46569432D6BA5BF23F80FA5EF0A8A9EEB732E7E2DE1827D455BBF8988D32DF9E",
"exponent": 0,
},
{
- "denom": "poil",
- "exponent": 6,
+ "denom": "eth",
+ "exponent": 8,
},
],
- "description": "The least memeable memecoin in existence. The cats have had their day, it's time for $POIL coin to take reign.",
- "display": "poil",
+ "display": "eth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
+ "theme": {
+ "primaryColorHex": "#2d2831",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eth.png",
},
- "name": "POIL",
- "symbol": "POIL",
+ "name": "Ether (Portal)",
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra14tl83xcwqjy0ken9peu4pjjuu755lrry2uy25r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51341,44 +96396,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
- "base": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "address": "terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "base": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
"denomUnits": [
{
"aliases": [
- "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
],
- "denom": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "denom": "ibc/D8B226C88F4A23BCB4DF39C97E57E6029183734670F1F14DEF2BDBD4EE3B1D9C",
"exponent": 0,
},
{
- "denom": "minerva",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.",
- "display": "minerva",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#f3931e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wbtc.png",
},
- "name": "MINERVA",
- "symbol": "MRVA",
+ "name": "Wrapped BTC (Portal)",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1aa7upykmmqqc63l924l5qfap8mrmx5rfdm0v55",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51386,44 +96443,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
- "base": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "address": "terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "base": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
"denomUnits": [
{
"aliases": [
- "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
],
- "denom": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "denom": "ibc/137917083D44BCA95050AD2667DCF121C23FDF71B872AB3A1746E50385773924",
"exponent": 0,
},
{
- "denom": "luno",
- "exponent": 6,
+ "denom": "sol",
+ "exponent": 8,
},
],
- "description": "In Roman mythology, Juno (Latin: Iuno; pronounced [[Help:Pronunciation|[ˈjuːnoː]]]) was the protector and advisor of the state.",
- "display": "luno",
+ "display": "sol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sol.png",
},
- "name": "LUNO",
- "symbol": "LUNO",
+ "name": "SOL (Portal)",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51431,44 +96490,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
- "base": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "address": "terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "base": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
"denomUnits": [
{
"aliases": [
- "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
],
- "denom": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "denom": "ibc/B546F30BEDAF79D90116FA84FA23AE3957701AC824EAB4E18BCE840581A6AC94",
"exponent": 0,
},
{
- "denom": "aten",
- "exponent": 6,
+ "denom": "maticet",
+ "exponent": 8,
},
],
- "description": "ATEN is NETA.",
- "display": "aten",
+ "display": "maticet",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
+ "theme": {
+ "primaryColorHex": "#8447e1",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticet.png",
},
- "name": "ATEN",
- "symbol": "ATEN",
+ "name": "MATIC (Portal from Ethereum)",
+ "symbol": "MATICet",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1dfasranqm4uyaz72r960umxy0w8t6zewqlnkuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51476,44 +96537,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
- "base": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "address": "terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "base": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
],
- "denom": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "denom": "ibc/4421B8FC15CFEF7E895F0547761AED86475A32C4919523851564A1790FDEBEEA",
"exponent": 0,
},
{
- "denom": "hera",
- "exponent": 6,
+ "denom": "bnb",
+ "exponent": 8,
},
],
- "description": "HERA is the goddess of marriage in Greek mythology.",
- "display": "hera",
+ "display": "bnb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
+ "theme": {
+ "primaryColorHex": "#f4bc2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bnb.png",
},
- "name": "HERA",
- "symbol": "HERA",
+ "name": "Binance Coin (Portal)",
+ "symbol": "BNB",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1cetg5wruw2wsdjp7j46rj44xdel00z006e9yg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51521,45 +96584,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
- "base": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
- "coingeckoId": "backbone-labs-staked-juno",
+ "address": "terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "base": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
"denomUnits": [
{
"aliases": [
- "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
],
- "denom": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
+ "denom": "ibc/CDDE673D74F33B250D7B6F569F22A719A5A1707899C31C451F6E7BCB62D29335",
"exponent": 0,
},
{
- "denom": "bJUNO",
- "exponent": 6,
+ "denom": "cake",
+ "exponent": 8,
},
],
- "description": "BackBone Labs Liquid Staked JUNO",
- "display": "bJUNO",
+ "display": "cake",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
+ "theme": {
+ "primaryColorHex": "#d0894d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cake.png",
},
- "name": "BackBone Labs Liquid Staked JUNO",
- "symbol": "bJUNO",
+ "name": "PancakeSwap Token (Portal)",
+ "symbol": "CAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1xvqlpjl2dxyel9qrp6qvtrg04xe3jh9cyxc6av",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51567,45 +96631,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
- "base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
- "coingeckoId": "lvn",
+ "address": "terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "base": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
"denomUnits": [
{
"aliases": [
- "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
],
- "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "denom": "ibc/1FF3A3AA13A80B8AF2FBBB9E40C1496D58B62D1748BA183B8D53A3152A25037D",
"exponent": 0,
},
{
- "denom": "lvn",
- "exponent": 6,
+ "denom": "link",
+ "exponent": 8,
},
],
- "description": "ELEVENPARIS loyalty token on KiChain",
- "display": "lvn",
+ "display": "link",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
},
- "name": "LVN",
- "symbol": "LVN",
+ "name": "Chainlink (Portal)",
+ "symbol": "LINK",
"traces": [
{
"chain": {
- "channel_id": "channel-261",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
- "chain_name": "kichain",
- "channel_id": "channel-18",
- "port": "wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha",
+ "base_denom": "cw20:terra12dfv3f0e6m22z6cnhfn3nxk2en3z3zeqy6ctym",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51613,44 +96678,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
- "base": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "address": "terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "base": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
"denomUnits": [
{
"aliases": [
- "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
+ "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
],
- "denom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963",
+ "denom": "ibc/7FA1CABAF0AAA9209721334072216012E28740B25D9561F1F7443DC85570393A",
"exponent": 0,
},
{
- "denom": "puppy",
- "exponent": 6,
+ "denom": "sushi",
+ "exponent": 8,
},
],
- "description": "Puppy",
- "display": "puppy",
+ "display": "sushi",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
+ "theme": {
+ "primaryColorHex": "#cd68ac",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/puppyhuahua_logo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sushi.png",
},
- "name": "Puppy",
- "symbol": "PUPPY",
+ "name": "SushiToken (Portal)",
+ "symbol": "SUSHI",
"traces": [
{
"chain": {
- "channel_id": "channel-11348",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:chihuahua1yl8z39ugle8s02fpwkhh293509q5xcpalmdzc4amvchz8nkexrmsy95gef",
- "chain_name": "chihuahua",
- "channel_id": "channel-73",
- "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ "base_denom": "cw20:terra1csvuzlf92nyemu6tv25h0l79etpe8hz3h5vn4a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51658,45 +96725,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
- "base": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
- "coingeckoId": "backbone-labs-staked-huahua",
+ "address": "terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "base": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
"denomUnits": [
{
"aliases": [
- "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
+ "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
],
- "denom": "ibc/E40B7DE4A2723609B4D260B2022C279C0FE389494ECB093A46970F0C711F72B3",
+ "denom": "ibc/5ED70788C6AE5AF9F7EF338BD4C20444124429CCB0DB6D6460083E206E4BB370",
"exponent": 0,
},
{
- "denom": "bHUAHUA",
- "exponent": 6,
+ "denom": "uni",
+ "exponent": 8,
},
],
- "description": "BackBone Labs Liquid Staked HUAHUA",
- "display": "bHUAHUA",
+ "display": "uni",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
+ "theme": {
+ "primaryColorHex": "#b01e66",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bhuahua.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/uni.png",
},
- "name": "BackBone Labs Liquid Staked HUAHUA",
- "symbol": "bHUAHUA",
+ "name": "Uniswap (Portal)",
+ "symbol": "UNI",
"traces": [
{
"chain": {
- "channel_id": "channel-11348",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:chihuahua1jz5n4aynhpxx7clf2m8hrv9dp5nz83k67fgaxhy4p9dfwl6zssrq3ymr6w",
- "chain_name": "chihuahua",
- "channel_id": "channel-73",
- "port": "wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52",
+ "base_denom": "cw20:terra1wyxkuy5jq545fn7xfn3enpvs5zg9f9dghf6gxf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51704,47 +96772,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
- "base": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
- "coingeckoId": "neta",
+ "address": "terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "base": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
"denomUnits": [
{
"aliases": [
- "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
],
- "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "denom": "ibc/46448D9F46A9D8C4BDFDFC56C1B254AB9994DD985DBF8CABA77716F2598099DB",
"exponent": 0,
},
{
- "denom": "neta",
+ "denom": "usdtet",
"exponent": 6,
},
],
- "description": "The native token cw20 for Neta on Juno Chain",
- "display": "neta",
+ "display": "usdtet",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
+ "theme": {
+ "primaryColorHex": "#56a995",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtet.png",
},
- "name": "Neta",
- "symbol": "NETA",
+ "name": "Tether USD (Portal from Ethereum)",
+ "symbol": "USDTet",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1ce06wkrdm4vl6t0hvc0g86rsy27pu8yadg3dva",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51752,47 +96819,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
- "base": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
- "coingeckoId": "marble",
+ "address": "terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "base": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
"denomUnits": [
{
"aliases": [
- "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
],
- "denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "denom": "ibc/B6B60ACCF80821DE632BF2F55BD47045DE65B9A1D85309F3E133E74AD0B04AFA",
"exponent": 0,
},
{
- "denom": "marble",
- "exponent": 3,
+ "denom": "usdcet",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Marble DAO on Juno Chain",
- "display": "marble",
+ "display": "usdcet",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
+ "theme": {
+ "primaryColorHex": "#2a75c9",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcet.png",
},
- "name": "Marble",
- "symbol": "MARBLE",
+ "name": "USD Coin (Portal from Ethereum)",
+ "symbol": "USDCet",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1pepwcav40nvj3kh60qqgrk8k07ydmc00xyat06",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51800,47 +96866,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
- "base": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
- "coingeckoId": "hope-galaxy",
+ "address": "terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "base": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
"denomUnits": [
{
"aliases": [
- "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
],
- "denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "denom": "ibc/98297FAA77C01F0A78FB634F1AEC90A7DFFF0DD93F5EC0F824685EC8DABDEA4C",
"exponent": 0,
},
{
- "denom": "hope",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
- "display": "hope",
+ "display": "kuji",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
+ "theme": {
+ "primaryColorHex": "#24242c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kuji.png",
},
- "name": "Hope Galaxy",
- "symbol": "HOPE",
+ "name": "Kujira Token",
+ "symbol": "KUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51848,47 +96913,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
- "base": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
- "coingeckoId": "racoon",
+ "address": "terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "base": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
"denomUnits": [
{
"aliases": [
- "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
],
- "denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "denom": "ibc/68C3603CF336668B146284A3BE83BCE9E42181390512EC075EDB8F2263EDB057",
"exponent": 0,
},
{
- "denom": "rac",
+ "denom": "skuji",
"exponent": 6,
},
],
- "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
- "display": "rac",
+ "display": "skuji",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
+ "theme": {
+ "primaryColorHex": "#252933",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/skuji.png",
},
- "name": "Racoon",
- "symbol": "RAC",
+ "name": "Staked KUJI",
+ "symbol": "sKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra188w26t95tf4dz77raftme8p75rggatxjxfeknw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51896,46 +96960,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
- "base": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "address": "terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "base": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
"denomUnits": [
{
"aliases": [
- "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
],
- "denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "denom": "ibc/78A0C7ED156BB1D2D04B6BE699B49C3B8CC9344B60B308A813EE53C447F2B3DB",
"exponent": 0,
},
{
- "denom": "block",
- "exponent": 6,
+ "denom": "wsteth",
+ "exponent": 8,
},
],
- "description": "The native token of Marble DEX on Juno Chain",
- "display": "block",
+ "display": "wsteth",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
+ "theme": {
+ "primaryColorHex": "#9cdcfc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsteth.png",
},
- "name": "Block",
- "symbol": "BLOCK",
+ "name": "Lido wstETH (Portal)",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra133chr09wu8sakfte5v7vd8qzq9vghtkv4tn0ur",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51943,42 +97007,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
- "base": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "address": "terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "base": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
"denomUnits": [
{
"aliases": [
- "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
],
- "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "denom": "ibc/BD062DAD0104AB23625B7CCAF5B549CEADDBB7E4C8D5D39B865E0245CD46B122",
"exponent": 0,
},
+ {
+ "denom": "wstsol",
+ "exponent": 8,
+ },
],
- "description": "The DAO token to build consensus among Hong Kong People",
- "display": "dhk",
+ "display": "wstsol",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
+ "theme": {
+ "primaryColorHex": "#1dbffc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wstsol.png",
},
- "name": "DHK",
- "symbol": "DHK",
+ "name": "Lido wstSOL (Portal)",
+ "symbol": "wstSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1t9ul45l7m6jw6sxgvnp8e5hj8xzkjsg82g84ap",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -51986,47 +97054,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
- "base": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
- "coingeckoId": "junoswap-raw-dao",
+ "address": "terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "base": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
"denomUnits": [
{
"aliases": [
- "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
],
- "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "denom": "ibc/3752606073CC26755B3CD92629291EAF2F9B2129A97FFBF362921118C66A7956",
"exponent": 0,
},
{
- "denom": "raw",
- "exponent": 6,
+ "denom": "wsbsol",
+ "exponent": 8,
},
],
- "description": "Token governance for Junoswap",
- "display": "raw",
+ "display": "wsbsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wsbsol.svg",
},
- "name": "JunoSwap",
- "symbol": "RAW",
+ "name": "Lido bonded SOL (Portal)",
+ "symbol": "wsbSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1c3xd5s2j3ejx2d94tvcjfkrdeu6rmz48ghzznj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52034,44 +97098,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
- "base": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "address": "terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "base": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
"denomUnits": [
{
"aliases": [
- "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
],
- "denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "denom": "ibc/998D8F3A3181EFCB3B5AC9CE74544EA601E16C7AE3D881FCD270C1899816411D",
"exponent": 0,
},
{
- "denom": "asvt",
- "exponent": 6,
+ "denom": "ldo",
+ "exponent": 8,
},
],
- "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
- "display": "asvt",
+ "display": "ldo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
+ "theme": {
+ "primaryColorHex": "#f49c8c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ldo.png",
},
- "name": "Another.Software Validator Token",
- "symbol": "ASVT",
+ "name": "Lido DAO (Portal)",
+ "symbol": "LDO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1jxypgnfa07j6w92wazzyskhreq2ey2a5crgt6z",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52079,44 +97145,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
- "base": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "address": "terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "base": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
+ "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
],
- "denom": "ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A",
+ "denom": "ibc/C4947806E9A5216EBECB393DF2036940732F29574C449DD0F72AD6BCC8972E52",
"exponent": 0,
},
{
- "denom": "hns",
- "exponent": 6,
+ "denom": "webeth",
+ "exponent": 8,
},
],
- "description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno network.",
- "display": "hns",
+ "display": "webeth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webeth.svg",
},
- "name": "IBC HNS (Handshake)",
- "symbol": "HNS",
+ "name": "Lido Bonded ETH (Wormhole)",
+ "symbol": "webETH",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1u5szg038ur9kzuular3cae8hq6q5rk5u27tuvz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52124,44 +97189,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
- "base": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "address": "terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "base": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
"denomUnits": [
{
"aliases": [
- "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
],
- "denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "denom": "ibc/641DB39FDC4B68E95DC87D7CBF3F7A51C04CCA0B44D2ACFDDAD4EAED082FCEFC",
"exponent": 0,
},
{
- "denom": "joe",
+ "denom": "stluna",
"exponent": 6,
},
],
- "description": "DAO dedicated to building tools on the Juno Network",
- "display": "joe",
+ "display": "stluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
+ "theme": {
+ "primaryColorHex": "#1fc0fb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stluna.png",
},
- "name": "JoeDAO",
- "symbol": "JOE",
+ "name": "Lido staked Luna",
+ "symbol": "stLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1yg3j2s986nyp5z7r2lvt0hx3r0lnd7kwvwwtsc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52169,46 +97236,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
- "base": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "address": "terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "base": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
"denomUnits": [
{
"aliases": [
- "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
+ "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
],
- "denom": "ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8",
+ "denom": "ibc/E59D4A57A79B504082F6964EF0975326F36B954C6279EE2F2AB15848ECF3AD5D",
"exponent": 0,
},
{
- "denom": "dla",
- "exponent": 6,
- },
- ],
- "description": "Governance Token for Digital Land Acquisition DAO",
- "display": "dla",
- "images": [
- {
- "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",
+ "denom": "xdefi",
+ "exponent": 8,
},
],
- "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",
- },
- "name": "Digital Land Acquisition DAO",
- "symbol": "DLA",
+ "display": "xdefi",
+ "name": "XDEFI (Portal)",
+ "symbol": "XDEFI",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra169edevav3pdrtjcx35j6pvzuv54aevewar4nlh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52216,46 +97272,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
- "base": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "address": "terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "base": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
"denomUnits": [
{
"aliases": [
- "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
],
- "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "denom": "ibc/03C738BDE098657666569B342052E5363A8F4186E23553D5B596561D72B83316",
"exponent": 0,
},
{
- "denom": "glto",
+ "denom": "btl",
"exponent": 6,
},
],
- "description": "DeFi gaming platform built on Juno",
- "display": "glto",
+ "display": "btl",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
+ "theme": {
+ "primaryColorHex": "#5cbc8c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/btl.png",
},
- "name": "Gelotto",
- "symbol": "GLTO",
+ "name": "Bitlocus Token",
+ "symbol": "BTL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52263,46 +97319,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
- "base": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "address": "terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "base": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
"denomUnits": [
{
"aliases": [
- "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
],
- "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "denom": "ibc/150E32EB472683898B501D2C34BB96473C0E18E8D59ADB7958AB272FEEFB78AC",
"exponent": 0,
},
{
- "denom": "gkey",
+ "denom": "lunax",
"exponent": 6,
},
],
- "description": "Gelotto Year 1 Grand Prize Token",
- "display": "gkey",
+ "display": "lunax",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
+ "theme": {
+ "primaryColorHex": "#cdcdce",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunax.png",
},
- "name": "GKey",
- "symbol": "GKEY",
+ "name": "LunaX Token",
+ "symbol": "LunaX",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra17y9qkl8dfkeg4py7n0g5407emqnemc3yqk5rup",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52310,46 +97366,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
- "base": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "address": "terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "base": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
+ "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
],
- "denom": "ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D",
+ "denom": "ibc/FB4E805B420DB437770D3F76338782BB7F09DB5A482A6A99EF261EC0E886C65A",
"exponent": 0,
},
{
- "denom": "hole",
+ "denom": "luni",
"exponent": 6,
},
],
- "description": "The native token cw20 for BlackHole on Juno Chain",
- "display": "hole",
+ "display": "luni",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
+ "theme": {
+ "primaryColorHex": "#232742",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luni.png",
},
- "name": "BlackHole",
- "symbol": "HOLE",
+ "name": "LUNI",
+ "symbol": "LUNI",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1m3tdguf59xq3pa2twk5fjte5g6szj5y9x5npy7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52357,47 +97413,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
- "base": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
- "coingeckoId": "stakeeasy-juno-derivative",
+ "address": "terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "base": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
],
- "denom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "denom": "ibc/CCD00C5351C078B78800A7D8A4B3B15ECD14DD9E66972CB23E63FDC63C506890",
"exponent": 0,
},
{
- "denom": "sejuno",
+ "denom": "ply",
"exponent": 6,
},
],
- "description": "Staking derivative seJUNO for staked JUNO",
- "display": "sejuno",
+ "display": "ply",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
+ "theme": {
+ "primaryColorHex": "#070706",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ply.png",
},
- "name": "StakeEasy seJUNO",
- "symbol": "SEJUNO",
+ "name": "PlayNity Token",
+ "symbol": "PLY",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra13awdgcx40tz5uygkgm79dytez3x87rpg4uhnvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52405,47 +97460,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
- "base": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
- "coingeckoId": "stakeeasy-bjuno",
+ "address": "terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "base": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
"denomUnits": [
{
"aliases": [
- "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
],
- "denom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "denom": "ibc/61CE1DBE740EFC2D046B3883BF2766796B34BF12003DB9A610A7B8EE5A11AD96",
"exponent": 0,
},
{
- "denom": "bjuno",
+ "denom": "tfloki",
"exponent": 6,
},
],
- "description": "Staking derivative bJUNO for staked JUNO",
- "display": "bjuno",
+ "display": "tfloki",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
+ "theme": {
+ "primaryColorHex": "#f6c911",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfloki.png",
},
- "name": "StakeEasy bJUNO",
- "symbol": "BJUNO",
+ "name": "TFLOKI",
+ "symbol": "TFLOKI",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1u2k0nkenw0p25ljsr4ksh7rxm65y466vkdewwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52453,46 +97507,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
- "base": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "address": "terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "base": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
"denomUnits": [
{
"aliases": [
- "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
],
- "denom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "denom": "ibc/A534CEE2E7616C2A36735764A221B2C6E578F5F1D368CA22E45D60F061C2763B",
"exponent": 0,
},
{
- "denom": "solar",
+ "denom": "tftic",
"exponent": 6,
},
],
- "description": "Solarbank DAO Governance Token for speeding up the shift to renewable and green energy",
- "display": "solar",
+ "display": "tftic",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tftic.png",
},
- "name": "Solarbank DAO",
- "symbol": "SOLAR",
+ "name": "TFLOKI Genesis Ticket",
+ "symbol": "TFTIC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1a8k3jyv3wf6k3zngza5h6srrxcckdf7zv90p6u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52500,46 +97554,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
- "base": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "address": "terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "base": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
"denomUnits": [
{
"aliases": [
- "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
],
- "denom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "denom": "ibc/EA2D157BEEE501DDF661630FF2340C0C6608992E84CA1D7732E4D5B37884939C",
"exponent": 0,
},
{
- "denom": "seasy",
+ "denom": "tfticii",
"exponent": 6,
},
],
- "description": "StakeEasy governance token",
- "display": "seasy",
+ "display": "tfticii",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticii.png",
},
- "name": "StakeEasy SEASY",
- "symbol": "SEASY",
+ "name": "TFLOKI New World Ticket",
+ "symbol": "TFTICII",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1xt9fgu7965kgvunnjts9zkprd8986kcc444q86",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52547,44 +97601,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
- "base": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "address": "terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "base": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
"denomUnits": [
{
"aliases": [
- "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
],
- "denom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "denom": "ibc/744CF85CF14FA9CF0E8DE49890926163F031D6384EC9E560582B4D0B7AF6383C",
"exponent": 0,
},
{
- "denom": "muse",
+ "denom": "tfticiii",
"exponent": 6,
},
],
- "description": "The native token cw20 for MuseDAO on Juno Chain",
- "display": "muse",
+ "display": "tfticiii",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tfticiii.png",
},
- "name": "MuseDAO",
- "symbol": "MUSE",
+ "name": "TFLOKI Aviator Ticket",
+ "symbol": "TFTICIII",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1vte2xv7dr8sfnrnwdf9arcyprqgr0hty5ads28",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52592,45 +97648,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
- "base": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
- "coingeckoId": "loop",
+ "address": "terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "base": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
"denomUnits": [
{
"aliases": [
- "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
+ "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
],
- "denom": "ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D",
+ "denom": "ibc/2718CB4AECAB59681A38CB265CEC55BD1CBDBC6A72DCB11EE24BD7A21D56B345",
"exponent": 0,
},
{
- "denom": "loop",
+ "denom": "moon",
"exponent": 6,
},
],
- "description": "The native token cw20 for Loop Finance on Juno Chain",
- "display": "loop",
+ "display": "moon",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
+ "theme": {
+ "primaryColorHex": "#ebb30c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/moon.png",
},
- "name": "Loop Finance",
- "symbol": "LOOP",
+ "name": "Moon Token",
+ "symbol": "MOON",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1hmxxq0y8h79f3228vs0czc4uz5jdgjt0appp26",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52638,45 +97695,47 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
- "base": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
- "coingeckoId": "fanfury",
+ "address": "terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "base": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
"denomUnits": [
{
"aliases": [
- "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
],
- "denom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "denom": "ibc/FE1911A6E2DCC6A56793A6AE6B63D70C87A1B9DA856210E840906B9141034420",
"exponent": 0,
},
{
- "denom": "fury",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The deprecated cw20 token for Fanfury on Juno Chain",
- "display": "fury",
+ "display": "astro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
- "name": "FURY.legacy",
- "symbol": "FURY.legacy",
+ "name": "Astroport Token",
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52684,47 +97743,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
- "base": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
- "coingeckoId": "posthuman",
+ "address": "terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "base": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
"denomUnits": [
{
"aliases": [
- "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
],
- "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "denom": "ibc/DA135464AA0C8876246F5F4E37E646D7183E3C42311E70C9B11BB71C70AB6D40",
"exponent": 0,
},
{
- "denom": "phmn",
+ "denom": "xastro.cw20",
"exponent": 6,
},
],
- "description": "The native token cw20 for PHMN on Juno Chain",
- "display": "phmn",
+ "display": "xastro.cw20",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg",
},
- "name": "POSTHUMAN",
- "symbol": "PHMN",
+ "name": "Staked Astroport Token",
+ "symbol": "xASTRO.cw20",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52732,47 +97787,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
- "base": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
- "coingeckoId": "hopers-io",
+ "address": "terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "base": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
"denomUnits": [
{
"aliases": [
- "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
],
- "denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "denom": "ibc/E33D97B345694D0764C5D66E5D9A36D355EED86AEF7047B7432419B026DD045D",
"exponent": 0,
},
{
- "denom": "hopers",
+ "denom": "halo",
"exponent": 6,
},
],
- "description": "The native token cw20 for Hopers on Juno Chain",
- "display": "hopers",
+ "display": "halo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
+ "theme": {
+ "primaryColorHex": "#54a4dc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/halo.png",
},
- "name": "Hopers",
- "symbol": "HOPERS",
+ "name": "Angel Protocol Token",
+ "symbol": "HALO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1w8kvd6cqpsthupsk4l0clwnmek4l3zr7c84kwq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52780,44 +97834,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
- "base": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "address": "terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "base": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
"denomUnits": [
{
"aliases": [
- "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
+ "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
],
- "denom": "ibc/05458E0F3E1A0C8E34B9F5A291B4D306B230F4BA0EF32B86411F95081A0B5DA0",
+ "denom": "ibc/D439187DB47BF5BA6AFD038959A0E41D5072603D09A1B60FDB55EC34080E2310",
"exponent": 0,
},
{
- "denom": "red",
+ "denom": "pug",
"exponent": 6,
},
],
- "description": "RED",
- "display": "red",
+ "display": "pug",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
+ "theme": {
+ "primaryColorHex": "#252424",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/red.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pug.png",
},
- "name": "Red",
- "symbol": "RED",
+ "name": "AstroPug Token",
+ "symbol": "PUG",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1g647t78y2ulqlm3lss8rs3d0spzd0teuwhdvnqn92tr79yltk9dq2h24za",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1kdfsdm3c4reun9j3m4mk3nmyw4a4ns7mj24q3j",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52825,44 +97881,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
- "base": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "address": "terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "base": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
"denomUnits": [
{
"aliases": [
- "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
+ "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
],
- "denom": "ibc/1F0CFBE9934E06C089589EE9AE81C841BD5B1ED802E70914F1A9A13F309878A5",
+ "denom": "ibc/8D89C6379A67653F54B2738E63D56CCE83F434DFFEEAED16CD4C7BB0DAD1EFA0",
"exponent": 0,
},
{
- "denom": "blue",
+ "denom": "orne",
"exponent": 6,
},
],
- "description": "BLUE",
- "display": "blue",
+ "display": "orne",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
+ "theme": {
+ "primaryColorHex": "#fbfbfb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orne.png",
},
- "name": "Blue",
- "symbol": "BLUE",
+ "name": "Orne Token",
+ "symbol": "ORNE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno14q8kk464fafql2fwmlsgvgcdl6h2csqpzv4hr025fmcvgjahpess32k0j7",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1hnezwjqlhzawcrfysczcxs6xqxu2jawn729kkf",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52870,47 +97928,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
- "base": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
- "coingeckoId": "wynd",
+ "address": "terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "base": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
"denomUnits": [
{
"aliases": [
- "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
],
- "denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "denom": "ibc/1163D7CDF5EDCF21044E15ED96BCB6CEDE79922C6894CF5886FBFFD749A1378F",
"exponent": 0,
},
{
- "denom": "wynd",
+ "denom": "tns",
"exponent": 6,
},
],
- "description": "WYND DAO Governance Token",
- "display": "wynd",
+ "display": "tns",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
+ "theme": {
+ "primaryColorHex": "#2442cf",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tns.png",
},
- "name": "Wynd DAO Governance Token",
- "symbol": "WYND",
+ "name": "Terra Name Service",
+ "symbol": "TNS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra14vz4v8adanzph278xyeggll4tfww7teh0xtw2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52918,44 +97975,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
- "base": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "address": "terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "base": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
"denomUnits": [
{
"aliases": [
- "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
+ "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
],
- "denom": "ibc/A33F7AAD8AEB6BFBEAEAD6DBBAD3A88DB094FA76103F921A8893D99D9FBC9176",
+ "denom": "ibc/7A25E06A90095C177A272FB9216BD64271523A0AA533D507ED11095E192C1333",
"exponent": 0,
},
{
- "denom": "banana",
+ "denom": "xrune",
"exponent": 6,
},
],
- "description": "Bored APE IBC club token",
- "display": "banana",
+ "display": "xrune",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xrune.png",
},
- "name": "Banana Token",
- "symbol": "BANANA",
+ "name": "Thorstarter",
+ "symbol": "XRUNE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -52963,46 +98022,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
- "base": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "address": "terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "base": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
"denomUnits": [
{
"aliases": [
- "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
],
- "denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "denom": "ibc/8A9D337B1DFCF107AC81723DB4E97FDA326EF172A66A4C71F3744FDE7C439739",
"exponent": 0,
},
{
- "denom": "nride",
+ "denom": "alot",
"exponent": 6,
},
],
- "description": "nRide Token",
- "display": "nride",
+ "display": "alot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
+ "theme": {
+ "primaryColorHex": "#c7bea1",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/alot.png",
},
- "name": "nRide Token",
- "symbol": "NRIDE",
+ "name": "Alpha Pack Token",
+ "symbol": "aLOT",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1366wmr8t8rrkh6mag8fagqxntmf2qe4kyte784",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53010,44 +98069,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
- "base": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "address": "terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "base": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
"denomUnits": [
{
"aliases": [
- "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
+ "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
],
- "denom": "ibc/4BDADBEDA31899036AB286E9901116496A9D85FB87B35A408C9D67C0DCAC660A",
+ "denom": "ibc/CCF59683E114E3621255DD9AAA971EE34B3403C276C1FEBDF4DEAB741F24DD6A",
"exponent": 0,
},
{
- "denom": "sgnl",
+ "denom": "sity",
"exponent": 6,
},
],
- "description": "Signal Art and Gaming on Juno",
- "display": "sgnl",
+ "display": "sity",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sgnl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sity.svg",
},
- "name": "Signal",
- "symbol": "SGNL",
+ "name": "CurioSITY play to earn token",
+ "symbol": "SITY",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno14lycavan8gvpjn97aapzvwmsj8kyrvf644p05r0hu79namyj3ens87650k",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1z09gnzufuflz6ckd9k0u456l9dnpgsynu0yyhe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53055,44 +98113,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
- "base": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "address": "terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "base": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
"denomUnits": [
{
"aliases": [
- "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
+ "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
],
- "denom": "ibc/176DD560277BB0BD676260BE02EBAB697725CA85144D8A2BF286C6B5323DB5FE",
+ "denom": "ibc/82386C8ED359B9F1C5BC566425A86BA95D1EEF19E1E8F171320BA8869255D651",
"exponent": 0,
},
{
- "denom": "jape",
+ "denom": "glow",
"exponent": 6,
},
],
- "description": "Governance and utility token for the Junø Apes NFT platform on Juno",
- "display": "jape",
+ "display": "glow",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
+ "theme": {
+ "primaryColorHex": "#262238",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/jape.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/glow.png",
},
- "name": "Junø Apes",
- "symbol": "JAPE",
+ "name": "Glow Token",
+ "symbol": "GLOW",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1zkwveux7y6fmsr88atf3cyffx96p0c96qr8tgcsj7vfnhx7sal3s3zu3ps",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra13zx49nk8wjavedjzu8xkk95r3t0ta43c9ptul7",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53100,44 +98160,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
- "base": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "address": "terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "base": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
"denomUnits": [
{
"aliases": [
- "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
+ "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
],
- "denom": "ibc/758A759BD24DD768B66FE3C8087AEF21B337B45FB7B359D2E9624B21507C1B82",
+ "denom": "ibc/2EDE4BE521D5F06A5F5B9DE30DD04D285D9501E907ED513296D266250D7568AC",
"exponent": 0,
},
{
- "denom": "catom",
+ "denom": "apollo",
"exponent": 6,
},
],
- "description": "A community meme token with a fantasy fiction storyline and comic based NFTs on Juno",
- "display": "catom",
+ "display": "apollo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
+ "theme": {
+ "primaryColorHex": "#10192a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catom.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/apollo.png",
},
- "name": "Catom",
- "symbol": "CATOM",
+ "name": "Apollo DAO Token",
+ "symbol": "APOLLO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno12wxyvtqe76x2a5jj6ckp2hfq8v32m6rvyyxwwufl2tksqvkt7whqczv6pa",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra100yeqvww74h4yaejj6h733thgcafdaukjtw397",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53145,44 +98207,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
- "base": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "address": "terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "base": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
"denomUnits": [
{
"aliases": [
- "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
+ "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
],
- "denom": "ibc/36FBE58A4C388A53F3A19CA0AD8A7955C2AFC19C14E56767732ADE5CFA75BEC7",
+ "denom": "ibc/56A7A386329C455AA6C14A326F26C561A3B42E63307019F0CF1AE231467C77C6",
"exponent": 0,
},
{
- "denom": "howl",
+ "denom": "abr",
"exponent": 6,
},
],
- "description": "Utility token of Howl.social, an on chain micro-blogging platform on Juno",
- "display": "howl",
+ "display": "abr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/howl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/abr.svg",
},
- "name": "Howl",
- "symbol": "HOWL",
+ "name": "Allbridge",
+ "symbol": "ABR",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1g0wuyu2f49ncf94r65278puxzclf5arse9f3kvffxyv4se4vgdmsk4dvqz",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1a7ye2splpfzyenu0yrdu8t83uzgusx2malkc7u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53190,44 +98251,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
- "base": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "address": "terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "base": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
"denomUnits": [
{
"aliases": [
- "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
+ "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
],
- "denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "denom": "ibc/EB56414FD6B037F1877C88798786BCCCA11C8E9DE6A8DA46E4FC569E5D4C4647",
"exponent": 0,
},
{
- "denom": "fox",
- "exponent": 6,
- },
- ],
- "description": "Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.",
- "display": "fox",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "denom": "whgtps",
+ "exponent": 8,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
- },
- "name": "Juno Fox",
- "symbol": "FOX",
+ "display": "whgtps",
+ "name": "Global Transaction Payment Solu",
+ "symbol": "whGTPS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1u8cr3hcjvfkzxcaacv9q75uw9hwjmn8pucc93pmy6yvkzz79kh3qncca8x",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1y3d5qexmyac0fg53pfglh2pjk0664ymfvcq9mc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53235,44 +98287,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
- "base": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "address": "terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "base": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
"denomUnits": [
{
"aliases": [
- "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
+ "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
],
- "denom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "denom": "ibc/5E5A07CFE3B3E6C9DB8009C2EC01E55E102B9B570550F7001324792F8D7F28B0",
"exponent": 0,
},
{
- "denom": "grdn",
+ "denom": "prism",
"exponent": 6,
},
],
- "description": "Evmos Guardians governance token.",
- "display": "grdn",
+ "display": "prism",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
+ "theme": {
+ "primaryColorHex": "#f6f6f6",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/prism.png",
},
- "name": "Guardian",
- "symbol": "GRDN",
+ "name": "Prism Protocol Token",
+ "symbol": "PRISM",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1xekkh27punj0uxruv3gvuydyt856fax0nu750xns99t2qcxp7xmsqwhfma",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53280,46 +98334,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
- "base": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "address": "terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "base": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
"denomUnits": [
{
"aliases": [
- "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
+ "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
],
- "denom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "denom": "ibc/4EE9D89898FA05CD27D5F046C1E70D15D101C3CCBC46A5E111F284E8E6BE5323",
"exponent": 0,
},
{
- "denom": "mnpu",
- "exponent": 6,
- },
- ],
- "description": "Mini Punks Token",
- "display": "mnpu",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "denom": "sdollar",
+ "exponent": 2,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
- },
- "name": "Mini Punks",
- "symbol": "MNPU",
+ "display": "sdollar",
+ "name": "Space Dollar",
+ "symbol": "SDOLLAR",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno166heaxlyntd33a5euh4rrz26svhean4klzw594esmd02l4atan6sazy2my",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1l0y8yg0s86x299nqw0p6fhh7ngex3r4phtjeuq",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53327,49 +98370,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
- "base": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "address": "terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "base": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
"denomUnits": [
{
"aliases": [
- "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
+ "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
],
- "denom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF",
+ "denom": "ibc/FC83B97A8DBB08E1E654C0B605F4A7136F7F0A6902AB84BEE8209D077D5CC840",
"exponent": 0,
},
{
- "denom": "kleo",
+ "denom": "whsail",
"exponent": 6,
},
],
- "description": "Kleomedes Token",
- "display": "kleo",
- "extendedDescription": "Kleomedes is an infrastructure provider that self-hosts nodes that validate IBC networks. We are active in supporting the chains we validate through providing infrastructure support in the form of RPC endpoints and relayers.
-
-As a DAO, we have a community of delegators who are active in the discussion of governance on all the chains we validate. We are one of the only validators in the Cosmos Ecosystem that places 100% of profits under the control of DAO governance.
-
-We support innovation in the Cosmos Ecosystem by funding and supporting projects that we believe, support the growth and decentralization of the networks we validate.",
+ "display": "whsail",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
+ "theme": {
+ "primaryColorHex": "#0472b3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/kleomedes.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whsail.png",
},
- "name": "Kleomedes",
- "symbol": "KLEO",
+ "name": "SAIL",
+ "symbol": "whSAIL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno10gthz5ufgrpuk5cscve2f0hjp56wgp90psqxcrqlg4m9mcu9dh8q4864xy",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1ku5e0dhutxhuxudsmsn5647wwcz6ndr3rsh90k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53377,46 +98417,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
- "base": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "address": "terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "base": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
"denomUnits": [
{
"aliases": [
- "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
+ "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
],
- "denom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "denom": "ibc/0097615F4A21E4B0AFF54E3164C0415EB0EC2E880380A8B41F7E704F941CED03",
"exponent": 0,
},
{
- "denom": "sikoba",
- "exponent": 6,
+ "denom": "whgsail",
+ "exponent": 8,
},
],
- "description": "Sikoba Governance Token",
- "display": "sikoba",
+ "display": "whgsail",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
+ "theme": {
+ "primaryColorHex": "#046baa",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whgsail.png",
},
- "name": "Sikoba Token",
- "symbol": "SKOJ",
+ "name": "SolanaSail Governance Token V2",
+ "symbol": "whgSAIL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1qqwf3lkfjhp77yja7gmg3y95pda0e5xctqrdhf3wvwdd79flagvqfgrgxp",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1rl0cpwgtwl4utnaynugevdje37fnmsea7rv4uu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53424,44 +98464,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
- "base": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "address": "terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "base": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
"denomUnits": [
{
"aliases": [
- "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
+ "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
],
- "denom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "denom": "ibc/60DD02DA793455942EB46D125E89B6BB5ABD39991F21D5A7984BD126F0B81986",
"exponent": 0,
},
{
- "denom": "shibac",
+ "denom": "xprism",
"exponent": 6,
},
],
- "description": "Shiba Cosmos",
- "display": "shibac",
+ "display": "xprism",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
+ "theme": {
+ "primaryColorHex": "#242434",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xprism.png",
},
- "name": "ShibaCosmos",
- "symbol": "SHIBAC",
+ "name": "Prism Governance Token",
+ "symbol": "xPRISM",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1x5qt47rw84c4k6xvvywtrd40p8gxjt8wnmlahlqg07qevah3f8lqwxfs7z",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1042wzrwg2uk6jqxjm34ysqquyr9esdgm5qyswz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53469,44 +98511,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
- "base": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "address": "terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "base": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
+ "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
],
- "denom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "denom": "ibc/098AAFF5AF8802B89886F991E07357354064A612DC8DF776B218824EBAD8AD4F",
"exponent": 0,
},
{
- "denom": "clst",
- "exponent": 6,
- },
- ],
- "description": "Celestims",
- "display": "clst",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "denom": "cde",
+ "exponent": 9,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
- },
- "name": "Celestims",
- "symbol": "CLST",
+ "display": "cde",
+ "name": "CAPITRADE TOKEN",
+ "symbol": "CDE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ngww7zxak55fql42wmyqrr4rhzpne24hhs4p3w4cwhcdgqgr3hxsmzl9zg",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra13fs83g5atgjwuh7c5ydzh6n7gecel6xyhhy2t5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53514,44 +98547,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
- "base": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "address": "terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "base": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
"denomUnits": [
{
"aliases": [
- "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
+ "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
],
- "denom": "ibc/AABCB14ACAFD53A5C455BAC01EA0CA5AE18714895846681A52BFF1E3B960B44E",
+ "denom": "ibc/5E27AB9A29891B1FD34A019DCD0CEC510ADB50F344A0396C954D15DAAC63C774",
"exponent": 0,
},
{
- "denom": "watr",
+ "denom": "ctx",
"exponent": 6,
},
],
- "description": "A revolutionary DAO created to bring clean drinking water to men, women, and children worldwide. We hope you join us on our journey!",
- "display": "watr",
+ "display": "ctx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/watr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ctx.png",
},
- "name": "WATR",
- "symbol": "WATR",
+ "name": "C2X Token",
+ "symbol": "CTX",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1m4h8q4p305wgy7vkux0w6e5ylhqll3s6pmadhxkhqtuwd5wlxhxs8xklsw",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1rl20t79ffsrqfa29rke48tj05gj9jxumm92vg8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53559,44 +98594,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
- "base": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "address": "terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "base": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
+ "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
],
- "denom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "denom": "ibc/36A1E70684C02AF59DD3025B888CC5A45B87136C64CF9ACAEFB6E0B3F12E442A",
"exponent": 0,
},
{
- "denom": "casa",
+ "denom": "cluna",
"exponent": 6,
},
],
- "description": "An innovative DAO dedicated to housing the most vulnerable",
- "display": "casa",
+ "display": "cluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
+ "theme": {
+ "primaryColorHex": "#211f2e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cluna.png",
},
- "name": "Casa",
- "symbol": "CASA",
+ "name": "Prism cLuna Token",
+ "symbol": "cLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ju8k8sqwsqu5k6umrypmtyqu2wqcpnrkf4w4mntvl0javt4nma7s8lzgss",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra13zaagrrrxj47qjwczsczujlvnnntde7fdt0mau",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53604,44 +98641,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
- "base": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "address": "terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "base": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
"denomUnits": [
{
"aliases": [
- "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
+ "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
],
- "denom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "denom": "ibc/274A322ACFA24574E99CA9DA03B75CE3F823E5539BBC946C75BC1F23EE9CDA89",
"exponent": 0,
},
{
- "denom": "summit",
+ "denom": "pluna",
"exponent": 6,
},
],
- "description": "Social Impact DAO providing showers, meals, and vehicles to the homeless",
- "display": "summit",
+ "display": "pluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
+ "theme": {
+ "primaryColorHex": "#202030",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pluna.png",
},
- "name": "Summit",
- "symbol": "SUMMIT",
+ "name": "Prism pLuna Token",
+ "symbol": "pLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1j4ux0f6gt7e82z7jdpm25v4g2gts880ap64rdwa49989wzhd0dfqed6vqm",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1tlgelulz9pdkhls6uglfn5lmxarx7f2gxtdzh2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53649,44 +98688,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
- "base": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "address": "terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "base": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
"denomUnits": [
{
"aliases": [
- "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
+ "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
],
- "denom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "denom": "ibc/084529692493948AA0078265BE013E602B9BA77BB148DD6BF2BD764B38BC0A48",
"exponent": 0,
},
{
- "denom": "manna",
+ "denom": "yluna",
"exponent": 6,
},
],
- "description": "Social Impact DAO dedicated to combatting food insecurity and malnutrition",
- "display": "manna",
+ "display": "yluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
+ "theme": {
+ "primaryColorHex": "#202130",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/yluna.png",
},
- "name": "Manna",
- "symbol": "MANNA",
+ "name": "Prism yLuna Token",
+ "symbol": "yLuna",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno13ca2g36ng6etcfhr9qxx352uw2n5e92np54thfkm3w3nzlhsgvwsjaqlyq",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra17wkadg0tah554r35x6wvff0y5s7ve8npcjfuhz",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53694,44 +98735,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
- "base": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "address": "terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "base": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
"denomUnits": [
{
"aliases": [
- "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
+ "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
],
- "denom": "ibc/06E7F44709AA82545D317E925310969F74A0923719CDBB32EFF6A47F4C0FD9AF",
+ "denom": "ibc/DB8986F9B8CB8D9F85C8E0B5BFA6E28B9096EB9A17F6B8B668B01ABC6BE02049",
"exponent": 0,
},
{
- "denom": "empwr",
+ "denom": "atlo",
"exponent": 6,
},
],
- "description": "Social Impact DAO focused on youth empowerment",
- "display": "empwr",
+ "display": "atlo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
+ "theme": {
+ "primaryColorHex": "#1b3667",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empwr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlo.png",
},
- "name": "EMPWR",
- "symbol": "EMPWR",
+ "name": "Atlo Token",
+ "symbol": "ATLO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno12etxwkxvms0uy9ak8g3pyq6a53myukufdnx82pakzmjmpm77a0ksr9gs5v",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1cl7whtrqmz5ldr553q69qahck8xvk80fm33qjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53739,44 +98782,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
- "base": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "address": "terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "base": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
+ "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
],
- "denom": "ibc/EBFD05900EF1A7EE934D4A8E754E49EF7B4EA339287FD671B0737CB059771087",
+ "denom": "ibc/C3709B57D51FAB1E118C07C2C14C2671ABB22ACE4E8B7512A93CBF449B62BE0A",
"exponent": 0,
},
{
- "denom": "middle",
+ "denom": "local",
"exponent": 6,
},
],
- "description": "Join us in fighting against world hunger",
- "display": "middle",
+ "display": "local",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/middle.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/local.png",
},
- "name": "Middle",
- "symbol": "MIDDLE",
+ "name": "LOCAL Token",
+ "symbol": "LOCAL",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1525fuspletvzykpgr2atxpymu9le4mghd7qq4a4u23uwqzc2f3fq7fmafd",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1vchw83qt25j89zqwdpmdzj722sqxthnckqzxxp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53784,44 +98829,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
- "base": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "address": "terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "base": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
"denomUnits": [
{
"aliases": [
- "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
+ "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
],
- "denom": "ibc/D547E4A49B10339061E0BB6B35A939C5C6609595B520447FA0CAA6FBD63CEDC2",
+ "denom": "ibc/947AC438CEC4A43B062F68C126B6D0B7BBE119E9D44B8294AED79A3FDF4CA036",
"exponent": 0,
},
{
- "denom": "sunset",
+ "denom": "luv",
"exponent": 6,
},
],
- "description": "Social Impact DAO taking a wholistic approach to helping abused and mentally ill women and children",
- "display": "sunset",
+ "display": "luv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
+ "theme": {
+ "primaryColorHex": "#f7a02f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sunset.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luv.png",
},
- "name": "Sunset",
- "symbol": "SUNSET",
+ "name": "Lunaverse",
+ "symbol": "LUV",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno17703kcxtsg37hryxnestejyyycuv5yyvnghp2e7w0kqvafnnyetsgzq62w",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra15k5r9r8dl8r7xlr29pry8a9w7sghehcnv5mgp6",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53829,44 +98876,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
- "base": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "address": "terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "base": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
"denomUnits": [
{
"aliases": [
- "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
+ "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
],
- "denom": "ibc/1430C4E214AEDDF2DDA6A41E4FA33A51A60E1E0012293F0DCB1E2B66935E5994",
+ "denom": "ibc/5F3656AC7AE74EFC9A6419BFB0AF797E8AA3DA92E5F5E45658DB1976C7DD0568",
"exponent": 0,
},
{
- "denom": "tree",
+ "denom": "robo",
"exponent": 6,
},
],
- "description": "Social Impact DAO dedicated to helping restore and protect our environment",
- "display": "tree",
+ "display": "robo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
+ "theme": {
+ "primaryColorHex": "#2473d2",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/livingtree.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/robo.png",
},
- "name": "Living Tree",
- "symbol": "TREE",
+ "name": "RoboHero",
+ "symbol": "ROBO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1uu3rxu7w7fpfj4sl4xpxppgymk57mzdzn6kg7492jdxh5dwk7d2qq9429e",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1f62tqesptvmhtzr8sudru00gsdtdz24srgm7wp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53874,44 +98923,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
- "base": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "address": "terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "base": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
"denomUnits": [
{
"aliases": [
- "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
+ "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
],
- "denom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "denom": "ibc/C4CA2D966B393B7CDF5BD948E74617B795B24724C10AEABE7DD819EC4F82A8AA",
"exponent": 0,
},
{
- "denom": "invdrs",
+ "denom": "luart",
"exponent": 6,
},
],
- "description": "Evmos Guardians' Invaders DAO token.",
- "display": "invdrs",
+ "display": "luart",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
+ "theme": {
+ "primaryColorHex": "#1b1429",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luart.png",
},
- "name": "Invaders",
- "symbol": "INVDRS",
+ "name": "Luart Token",
+ "symbol": "LUART",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1jwdy7v4egw36pd84aeks3ww6n8k7zhsumd4ac8q5lts83ppxueus4626e8",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1vwz7t30q76s7xx6qgtxdqnu6vpr3ak3vw62ygk",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53919,44 +98970,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
- "base": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "address": "terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "base": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
"denomUnits": [
{
"aliases": [
- "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
+ "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
],
- "denom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "denom": "ibc/C2BE0C2C54D15B7A8963502C94C472B969991B64CD41D7B21A137ACFF0DFB69D",
"exponent": 0,
},
{
- "denom": "apemos",
+ "denom": "mars",
"exponent": 6,
},
],
- "description": "Apemos",
- "display": "apemos",
+ "display": "mars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mars.svg",
},
- "name": "Apemos",
- "symbol": "APEMOS",
+ "name": "Mars Token",
+ "symbol": "MARS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1jrr0tuuzxrrwcg6hgeqhw5wqpck2y55734e7zcrp745aardlp0qqg8jz06",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -53964,44 +99014,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
- "base": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "address": "terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "base": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
"denomUnits": [
{
"aliases": [
- "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
+ "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
],
- "denom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "denom": "ibc/CE1AD225DBCBD92176E771B28DBD7DC8D2216A9BA483ADF809236095F620B05D",
"exponent": 0,
},
{
- "denom": "osdoge",
+ "denom": "xmars",
"exponent": 6,
},
],
- "description": "The First Doge on Osmosis",
- "display": "osdoge",
+ "display": "xmars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xmars.svg",
},
- "name": "Osmosis Doge",
- "symbol": "OSDOGE",
+ "name": "xMars Token",
+ "symbol": "XMARS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1ytymtllllsp3hfmndvcp802p2xmy5s8m59ufel8xv9ahyxyfs4hs4kd4je",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1a04v570f9cxp49mk06vjsm8axsswndpwwt67k4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54009,44 +99058,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
- "base": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "address": "terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "base": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
"denomUnits": [
{
"aliases": [
- "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
+ "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
],
- "denom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "denom": "ibc/5573EEA1EEDDABCF05AFF8CC4E8AE2C220F2DF57AA4591D2863613736ADB6A21",
"exponent": 0,
},
{
- "denom": "doga",
- "exponent": 6,
- },
- ],
- "description": "Doge Apr",
- "display": "doga",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "denom": "dfiat",
+ "exponent": 8,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
- },
- "name": "Doge Apr",
- "symbol": "DOGA",
+ "display": "dfiat",
+ "name": "DeFiato",
+ "symbol": "DFIAT",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1k2ruzzvvwwtwny6gq6kcwyfhkzahaunp685wmz4hafplduekj98q9hgs6d",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1vpws4hmpmpsqwnz3gljn8zj42rv7rkpc5atgt4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54054,44 +99094,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
- "base": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "address": "terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "base": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
"denomUnits": [
{
"aliases": [
- "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
+ "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
],
- "denom": "ibc/00BC6883C29D45EAA021A55CFDD5884CA8EFF9D39F698A9FEF79E13819FF94F8",
+ "denom": "ibc/9446CDD047DB30C65F5D378AFB488120B8EFF6DA4236F854F6829ED67B3FE21A",
"exponent": 0,
},
{
- "denom": "pepe",
+ "denom": "ceres",
"exponent": 6,
},
],
- "description": "Osmo Pepe",
- "display": "pepe",
+ "display": "ceres",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ceres.svg",
},
- "name": "Osmo Pepe",
- "symbol": "PEPE",
+ "name": "Ceres Governance Token",
+ "symbol": "CERES",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1hppnw4jppmrzzga4yvd8s87y3dwkhe27xwwl5d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54099,44 +99138,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
- "base": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "address": "terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "base": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
"denomUnits": [
{
"aliases": [
- "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
+ "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
],
- "denom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "denom": "ibc/6617AE3517F2EF41A6E96CF4800CD9798D515D49B5B1EA67BAE5FB5E4F06C087",
"exponent": 0,
},
{
- "denom": "catmos",
- "exponent": 6,
+ "denom": "wasavax",
+ "exponent": 8,
},
],
- "description": "Catmos",
- "display": "catmos",
+ "display": "wasavax",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wasavax.svg",
},
- "name": "Catmos",
- "symbol": "CATMOS",
+ "name": "BENQI Staked AVAX (Portal)",
+ "symbol": "wasAVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1z3e2e4jpk4n0xzzwlkgcfvc95pc5ldq0xcny58",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54144,44 +99182,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
- "base": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "address": "terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "base": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
+ "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
],
- "denom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "denom": "ibc/A98E20CDFAA4F824DC1FB38DF734639D9B663B6B9CDE70679B147C19979463DB",
"exponent": 0,
},
{
- "denom": "spacer",
+ "denom": "mint",
"exponent": 6,
},
],
- "description": "Spacer",
- "display": "spacer",
+ "display": "mint",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mint.svg",
},
- "name": "Spacer",
- "symbol": "SPACER",
+ "name": "MintDAO",
+ "symbol": "MINT",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dyyf7pxeassxvftf570krv7fdf5r8e4r04mp99h0mllsqzp3rs4q7y8yqg",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1zd6let0zg0xjn2sestagxv4ax24a4ml6j40qdr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54189,44 +99226,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
- "base": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "address": "terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "base": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
+ "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
],
- "denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "denom": "ibc/9B6B25D108D3B29E8404D280E18C3CC7368D8C1BF585C9184B4345FD39C31E04",
"exponent": 0,
},
{
- "denom": "light",
- "exponent": 9,
+ "denom": "sd",
+ "exponent": 8,
},
],
- "description": "Light: LumenX community DAO treasury token",
- "display": "light",
+ "display": "sd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sd.png",
},
- "name": "LIGHT",
- "symbol": "LIGHT",
+ "name": "Stader SD (Portal)",
+ "symbol": "SD",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dpany8c0lj526lsa02sldv7shzvnw5dt5ues72rk35hd69rrydxqeraz8l",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1ustvnmngueq0p4jd7gfnutgvdc6ujpsjhsjd02",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54234,44 +99273,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
- "base": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "address": "terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "base": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
"denomUnits": [
{
"aliases": [
- "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
+ "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
],
- "denom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "denom": "ibc/2A3E0853497988E9D54FD6B91BCC5C72A87F1AF9CAA3C09B0073254D9B0EFE12",
"exponent": 0,
},
{
- "denom": "mile",
- "exponent": 6,
+ "denom": "xsd",
+ "exponent": 8,
},
],
- "description": "Mille: the 1000th token on osmosis",
- "display": "mile",
+ "display": "xsd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
+ "theme": {
+ "primaryColorHex": "#f3f3f3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xsd.png",
},
- "name": "Mille",
- "symbol": "MILE",
+ "name": "Stader xSD",
+ "symbol": "xSD",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1llg7q2d5dqlrqzh5dxv8c7kzzjszld34s5vktqmlmaaxqjssz43sxyhq0d",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1ln2z938phz0nc2wepxpzfkwp6ezn9yrz9zv9ep",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54279,44 +99320,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
- "base": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "address": "terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "base": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
"denomUnits": [
{
"aliases": [
- "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
+ "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
],
- "denom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "denom": "ibc/E29BCFF5B139DCCB29E99DFC6953E11D16176D585B486CE0729B69A00134C7F1",
"exponent": 0,
},
{
- "denom": "void",
- "exponent": 6,
+ "denom": "paxg",
+ "exponent": 8,
},
],
- "description": "Void",
- "display": "void",
+ "display": "paxg",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
+ "theme": {
+ "primaryColorHex": "#848484",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png",
},
- "name": "Void",
- "symbol": "VOID",
+ "name": "Paxos Gold (Portal)",
+ "symbol": "PAXG",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1lpvx3mv2a6ddzfjc7zzz2v2cm5gqgqf0hx67hc5p5qwn7hz4cdjsnznhu8",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1uux6gwd6pzr0gfzrru5kne55cxex9d0700c72r",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54324,44 +99367,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
- "base": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "address": "terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "base": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
"denomUnits": [
{
"aliases": [
- "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
+ "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
],
- "denom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "denom": "ibc/0C950158CDD84042774B43896B55DC1A6596BC95BDF8ED61A7C038BDCF7DA7E8",
"exponent": 0,
},
{
- "denom": "silica",
- "exponent": 6,
+ "denom": "whdao",
+ "exponent": 8,
},
],
- "description": "Silica",
- "display": "silica",
+ "display": "whdao",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
+ "theme": {
+ "primaryColorHex": "#2c2c44",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whdao.png",
},
- "name": "Silica",
- "symbol": "SLCA",
+ "name": "DAO Maker",
+ "symbol": "whDAO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno10vgf2u03ufcf25tspgn05l7j3tfg0j63ljgpffy98t697m5r5hmqaw95ux",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1efjugpjc50d8sha7lr8s48cr7wmsthz94eevcl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54369,44 +99414,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
- "base": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "address": "terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "base": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
"denomUnits": [
{
"aliases": [
- "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
+ "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
],
- "denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "denom": "ibc/B21400D3D89367F2C18811F581571DE2BAEF45F992DE9B625BDD6DBD5FBF7BF3",
"exponent": 0,
},
{
- "denom": "pepec",
- "exponent": 6,
+ "denom": "link",
+ "exponent": 18,
},
],
- "description": "Pepec",
- "display": "pepec",
+ "display": "link",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
+ "theme": {
+ "primaryColorHex": "#345cd4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png",
},
- "name": "Pepec",
- "symbol": "PEPEC",
+ "name": "ChainLink Token",
+ "symbol": "LINK",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1epxnvge53c4hkcmqzlxryw5fp7eae2utyk6ehjcfpwajwp48km3sgxsh9k",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1su6g4t4vwx7y0uh3ksancyaurj4l6w9pfs40qt",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54414,44 +99461,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
- "base": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "address": "terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "base": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
"denomUnits": [
{
"aliases": [
- "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
+ "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
],
- "denom": "ibc/0E30775281643124D79B8670ACD3F478AC5FAB2B1CA1E32903D0775D8A8BB064",
+ "denom": "ibc/3B9ABA3279B929C3D9C59F6C8C1A1E661D4FC13DDF462DAB2265EC39CDCD1001",
"exponent": 0,
},
{
- "denom": "pltn",
+ "denom": "sayve",
"exponent": 6,
},
],
- "description": "Palantin",
- "display": "pltn",
+ "display": "sayve",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pltn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sayve.png",
},
- "name": "Palantin",
- "symbol": "PLTN",
+ "name": "Sayve Token",
+ "symbol": "SAYVE",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno15au4k2jgwd0jnchy0fkg3lm00fpt7jt0j2duuzradn2q7sega2dszyn5pp",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra14v9wrjs55qsn9lkvylsqela3w2ytwxzkycqzcr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54459,46 +99508,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
- "base": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "address": "terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "base": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
"denomUnits": [
{
"aliases": [
- "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
+ "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
],
- "denom": "ibc/54CB460BC2DB59641ECCCFE170C543C3FD661969C4ADD5D181F34139E30335FE",
+ "denom": "ibc/0EA073BA9C2F35003AF05F99D121C47EC603A978D7C42A50CD4FFEF8ECA525B0",
"exponent": 0,
},
{
- "denom": "yfd",
+ "denom": "guides",
"exponent": 6,
},
],
- "description": "Propose. Vote. Build.",
- "display": "yfd",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
- },
- ],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/yfd.svg",
- },
- "name": "Y-Foundry DAO",
- "symbol": "YFD",
+ "display": "guides",
+ "name": "Guides Token",
+ "symbol": "GUIDES",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno12mcwmd6wqhledkjsurlfqtc8j0pedvxlcxw3gs4kh2qf808ehehsen8nmw",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1z55rhw0ut70jxdmpvge98mvj0rkwcz74q77z0u",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54506,44 +99544,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
- "base": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "address": "terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "base": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
"denomUnits": [
{
"aliases": [
- "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
+ "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
],
- "denom": "ibc/C6A6EB496465BB37EBA5F294D321AB464F255D46BF7613E51DB1FE36C2D8C0AF",
+ "denom": "ibc/4B889178BAA176E102E33F4B7A421EF958C1C039799B4E036FA6A5AE3A7BF958",
"exponent": 0,
},
{
- "denom": "ampJUNO",
+ "denom": "bro",
"exponent": 6,
},
],
- "description": "ERIS liquid staked JUNO",
- "display": "ampJUNO",
+ "display": "bro",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/ampjuno.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bro.svg",
},
- "name": "ERIS Amplified JUNO",
- "symbol": "ampJUNO",
+ "name": "BRO token",
+ "symbol": "BRO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1a0khag6cfzu5lrwazmyndjgvlsuk7g4vn9jd8ceym8f4jf6v2l9q6d348a",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1mt2ytlrxhvd5c4d4fshxxs3zcus3fkdmuv4mk2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54551,44 +99588,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
- "base": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "address": "terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "base": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
"denomUnits": [
{
"aliases": [
- "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
+ "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
],
- "denom": "ibc/E4767181FEC2D11BEBC10C590CC766F5BEAEB44AB0AA17D94E5A4839B3556158",
+ "denom": "ibc/5A765EDE7C505881C21527256A05F552AF22578D23033E049989C72DDF5EE4C8",
"exponent": 0,
},
{
- "denom": "bits",
- "exponent": 8,
+ "denom": "bbro",
+ "exponent": 6,
},
],
- "description": "BITS - Native token of Bitswift Cash",
- "display": "bits",
+ "display": "bbro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bits.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bbro.svg",
},
- "name": "BITS",
- "symbol": "BITS",
+ "name": "bBRO token",
+ "symbol": "bBRO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno14fz92ehqt37e096xr95kmy8nc0kz803uezxtg4fwx7agjjma86sqm8mg3h",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1qryq5wreecx2wd3cdtzz94syr4z0a92l60asds",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54596,44 +99632,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
- "base": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "address": "terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "base": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
"denomUnits": [
{
"aliases": [
- "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
+ "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
],
- "denom": "ibc/969F8AF96694B3588F7E8B210F986991408360888BC40DB169E6E9F751830229",
+ "denom": "ibc/5209EB7BFF67D0F1CD7323BFDFCC87DFCEF039E78ECF8862E001D17397E7B8C2",
"exponent": 0,
},
{
- "denom": "poil",
- "exponent": 6,
- },
- ],
- "description": "The least memeable memecoin in existence. The cats have had their day, it's time for $POIL coin to take reign.",
- "display": "poil",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
+ "denom": "gtps",
+ "exponent": 18,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/poil.png",
- },
- "name": "POIL",
- "symbol": "POIL",
+ "display": "gtps",
+ "name": "Global Transaction Payment Solut",
+ "symbol": "GTPS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno13epyeat7ef0k7q6kllmyvc8zpfd9xm7cqjrgtk0qkgrk7n5mjfmq8979jw",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra15zvyhmv6gwddht7kt4q6w5nasn4tcpgzcdfmgr",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54641,44 +99668,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
- "base": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "address": "terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "base": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
"denomUnits": [
{
"aliases": [
- "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
+ "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
],
- "denom": "ibc/9E1F8DBB64753CAB022F2BDEA0D2C3B53522F372140DDF494AEE94C3078925E8",
+ "denom": "ibc/A27871670712E674D292568403A9B6FDD0B6507C78DAE0B0318F8BB14145A7AD",
"exponent": 0,
},
{
- "denom": "minerva",
- "exponent": 6,
- },
- ],
- "description": "Minerva was one of the main goddesses worshiped by the Roman Pagans and is a goddess from Roman Mythology.",
- "display": "minerva",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
+ "denom": "gfi",
+ "exponent": 18,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/minerva.png",
- },
- "name": "MINERVA",
- "symbol": "MRVA",
+ "display": "gfi",
+ "name": "Gtps.Finance",
+ "symbol": "GFI",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1h86ut5aevlxuuxrra6wy3dfq6e39zkzzv9eelz678jr6amxlc4gsx46j82",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra15pkdjxv2ewjzn9x665y26pfz2h6ymak4d4e8se",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54686,44 +99704,35 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
- "base": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "address": "terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "base": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
"denomUnits": [
{
"aliases": [
- "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
+ "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
],
- "denom": "ibc/EF9E75F44C52D139A6C98A0E37183E1C32ED6F00BDCFA0020550D78C31A62C0E",
+ "denom": "ibc/BE1E260CC5C322EF415134FDF0B48C48D3F09956D89BAC92D1328A47BFFFC7AB",
"exponent": 0,
},
{
- "denom": "luno",
- "exponent": 6,
- },
- ],
- "description": "In Roman mythology, Juno (Latin: Iuno; pronounced [[Help:Pronunciation|[ˈjuːnoː]]]) was the protector and advisor of the state.",
- "display": "luno",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
+ "denom": "ulc",
+ "exponent": 18,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/luno.png",
- },
- "name": "LUNO",
- "symbol": "LUNO",
+ "display": "ulc",
+ "name": "Ultimatalioniscoin",
+ "symbol": "ULC",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno13c57ssxvlzefsj4v5spdz4m9r6c6s2far5npvmc9en7nz02xqjyqne40gk",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1fyjsxx73jrufw8ufgtuswa773dvdkny92k70wa",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54731,44 +99740,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
- "base": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "address": "terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "base": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
"denomUnits": [
{
"aliases": [
- "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
+ "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
],
- "denom": "ibc/BD34998D398D927B04616A3FFC6A513A10AF203A80E0B0DAD5F01CEA9E050C20",
+ "denom": "ibc/1DD19A3A498B19E2A8E2CDC76AB6FBA350CA7AE95F53B0FF66B94FC7D1D64977",
"exponent": 0,
},
{
- "denom": "aten",
+ "denom": "sst",
"exponent": 6,
},
],
- "description": "ATEN is NETA.",
- "display": "aten",
+ "display": "sst",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/aten.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sst.png",
},
- "name": "ATEN",
- "symbol": "ATEN",
+ "name": "Sooah Studio Token",
+ "symbol": "SST",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1elpg96tju8a32vzn25u6asvscajjm4000589z0zthhvks28ajypqzurl7r",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1689ys6p6gfu0q6xrjqkzfn80sdyhurjqn0jfdl",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54776,44 +99787,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
- "base": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "address": "terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "base": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
"denomUnits": [
{
"aliases": [
- "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
+ "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
],
- "denom": "ibc/D29CE169AD7EDB6E9DFC3B42179D54B7EC756C9EB1790E9CAD888A203C17E102",
+ "denom": "ibc/954C8FA6685BE14447269E3207EC8331B037E1BBE268EEE0B199E53A00A35A33",
"exponent": 0,
},
{
- "denom": "hera",
- "exponent": 6,
+ "denom": "atlas",
+ "exponent": 8,
},
],
- "description": "HERA is the goddess of marriage in Greek mythology.",
- "display": "hera",
+ "display": "atlas",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
+ "theme": {
+ "primaryColorHex": "#c77a91",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/atlas.png",
},
- "name": "HERA",
- "symbol": "HERA",
+ "name": "Star Atlas (Portal)",
+ "symbol": "ATLAS",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1dtd45vxvv080v9x7hffysnmvrqm6ysecjdnvafqul28646hm04xs9gheh0",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1rg8f993m9834afwazersesgx7jjxv4p87q9wvc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54821,45 +99834,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
- "base": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
- "coingeckoId": "backbone-labs-staked-juno",
+ "address": "terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "base": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
"denomUnits": [
{
"aliases": [
- "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
+ "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
],
- "denom": "ibc/8ED0F4F84A6035D7DE3E0D6B8A0258401496C7366481F7C863C0B7B738C37A2B",
+ "denom": "ibc/D73732BB4D8D95F1E85AA88300EA988EB30EEDBC0AC4B397FEC15EEF21BF6597",
"exponent": 0,
},
{
- "denom": "bJUNO",
- "exponent": 6,
+ "denom": "audio",
+ "exponent": 8,
},
],
- "description": "BackBone Labs Liquid Staked JUNO",
- "display": "bJUNO",
+ "display": "audio",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
+ "theme": {
+ "primaryColorHex": "#7d1dc0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/audio.png",
},
- "name": "BackBone Labs Liquid Staked JUNO",
- "symbol": "bJUNO",
+ "name": "Audius (Portal)",
+ "symbol": "AUDIO",
"traces": [
{
"chain": {
- "channel_id": "channel-169",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:juno1mvkgcr5uce2rnpzr4qrzf50hx4qreuwzlt7fzsjrhjud3xnjmttq5mkh2m",
- "chain_name": "juno",
- "channel_id": "channel-47",
- "port": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ "base_denom": "cw20:terra1nc6flp57m5hsr6y5y8aexzszy43ksr0drdr8rp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54867,45 +99881,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
- "base": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
- "coingeckoId": "lvn",
+ "address": "terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "base": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
"denomUnits": [
{
"aliases": [
- "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
],
- "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "denom": "ibc/E421747451935D6FD8FD0232E1D68ABC167326F946FEAA12122621D9CED4ED6A",
"exponent": 0,
},
{
- "denom": "lvn",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 8,
},
],
- "description": "ELEVENPARIS loyalty token on KiChain",
- "display": "lvn",
+ "display": "avax",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
+ "theme": {
+ "primaryColorHex": "#e74245",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/avax.png",
},
- "name": "LVN",
- "symbol": "LVN",
+ "name": "AVAX (Portal)",
+ "symbol": "AVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-261",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
- "chain_name": "kichain",
- "channel_id": "channel-18",
- "port": "wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha",
+ "base_denom": "cw20:terra1hj8de24c3yqvcsv9r8chr03fzwsak3hgd8gv3m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -54913,481 +99928,469 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
- "base": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
- "coingeckoId": "sienna",
+ "address": "terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "base": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
"denomUnits": [
{
"aliases": [
- "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
],
- "denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "denom": "ibc/627D28C2DAB73D02EE4530AC14048A6308774C49E252DE610B4FC95C12306B15",
"exponent": 0,
},
{
- "denom": "sienna",
- "exponent": 18,
+ "denom": "bat",
+ "exponent": 8,
},
],
- "description": "The native token cw20 for SIENNA on Secret Network",
- "display": "sienna",
+ "display": "bat",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
+ "theme": {
+ "primaryColorHex": "#f75108",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/bat.png",
},
- "name": "SIENNA",
- "symbol": "SIENNA",
+ "name": "Basic Attention Token (Portal)",
+ "symbol": "BAT",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1apxgj5agkkfdm2tprwvykug0qtahxvfmugnhx2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
- "base": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "address": "terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "base": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
"denomUnits": [
{
"aliases": [
- "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
],
- "denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "denom": "ibc/61BAA2DB9CD9F853B6FC576A39C698139AA536E3DD299C59BF82524C7789429E",
"exponent": 0,
},
{
- "denom": "shd",
+ "denom": "busdbs",
"exponent": 8,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "busdbs",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
+ "theme": {
+ "primaryColorHex": "#f4bc0f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/busdbs.png",
},
- "name": "Shade (old)",
- "symbol": "SHD(old)",
+ "name": "Binance USD (Portal from BSC)",
+ "symbol": "BUSDbs",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1skjr69exm6v8zellgjpaa2emhwutrk5a6dz7dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "base": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
- "coingeckoId": "shade-protocol",
+ "address": "terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "base": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
"denomUnits": [
{
"aliases": [
- "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
],
- "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "denom": "ibc/B2CB4EC52DA861F5AD4A89561A78556E8BA062EE017F7ECBF6C728C2CF30C78E",
"exponent": 0,
},
{
- "denom": "shd",
+ "denom": "dai",
"exponent": 8,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "dai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
+ "theme": {
+ "primaryColorHex": "#fbb932",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dai.png",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "DAI (Portal)",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1zmclyfepfmqvfqflu8r3lv6f75trmg05z7xq95",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
- "base": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
- "coingeckoId": "silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2",
+ "address": "terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "base": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
"denomUnits": [
{
"aliases": [
- "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
],
- "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "denom": "ibc/3A76F38BBFAE242858A44AED08700FB137D97B26594BF0F247A78A016C1C0C9C",
"exponent": 0,
},
{
- "denom": "silk",
- "exponent": 6,
+ "denom": "maticpo",
+ "exponent": 8,
},
],
- "description": "The native token cw20 for Silk on Secret Network",
- "display": "silk",
+ "display": "maticpo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
+ "theme": {
+ "primaryColorHex": "#8445e3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/maticpo.png",
},
- "name": "Silk",
- "symbol": "SILK",
+ "name": "MATIC (Portal from Polygon)",
+ "symbol": "MATICpo",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1dtqlfecglk47yplfrtwjzyagkgcqqngd5lgjp8",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
- "base": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
- "coingeckoId": "stkd-scrt",
+ "address": "terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "base": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
"denomUnits": [
{
"aliases": [
- "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
],
- "denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "denom": "ibc/C31212697D7E9C3A86844DD97E6A89B23FA1B4D19D44EB47871CCBB8DCEEE35A",
"exponent": 0,
},
{
- "denom": "stkd-scrt",
- "exponent": 6,
+ "denom": "mimet",
+ "exponent": 8,
},
],
- "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
- "display": "stkd-scrt",
+ "display": "mimet",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
+ "theme": {
+ "primaryColorHex": "#6f6df0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mimet.png",
},
- "name": "SCRT Staking Derivatives",
- "symbol": "stkd-SCRT",
+ "name": "Magic Internet Money",
+ "symbol": "MIMet",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra15a9dr3a2a2lj5fclrw35xxg9yuxg0d908wpf2y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
- "base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
- "coingeckoId": "buttcoin-2",
+ "address": "terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "base": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
"denomUnits": [
{
"aliases": [
- "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
],
- "denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "denom": "ibc/8CF8C3D5FA88A985DAC71BBFBBB6B5B83247ABA6EFF42049465F130578C21D00",
"exponent": 0,
},
{
- "denom": "butt",
+ "denom": "ray",
"exponent": 6,
},
],
- "description": "The native token cw20 for Button on Secret Network",
- "display": "butt",
+ "display": "ray",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
+ "theme": {
+ "primaryColorHex": "#4d75f2",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ray.png",
},
- "name": "Button",
- "symbol": "BUTT",
+ "name": "Raydium (Portal)",
+ "symbol": "RAY",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1ht5sepn28z999jx33sdduuxm9acthad507jg9q",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
- "coingeckoId": "alter",
+ "address": "terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "base": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
"denomUnits": [
{
"aliases": [
- "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
],
- "denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "denom": "ibc/8B1205F77CC5A0403306FB525A5393796D0288337BBCE53636E75591AEFF2853",
"exponent": 0,
},
{
- "denom": "alter",
+ "denom": "sbr",
"exponent": 6,
},
],
- "description": "The native token cw20 for Alter on Secret Network",
- "display": "alter",
+ "display": "sbr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
+ "theme": {
+ "primaryColorHex": "#161527",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
- },
- "name": "Alter",
- "socials": {
- "twitter": "https://twitter.com/AlterDapp",
- "website": "http://alter.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sbr.png",
},
- "symbol": "ALTER",
+ "name": "Saber (Portal)",
+ "symbol": "SBR",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra17h82zsq6q8x5tsgm5ugcx4gytw3axguvzt4pkc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
+ "typeAsset": "cw20",
},
{
- "address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
- "base": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "address": "terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "base": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
"denomUnits": [
{
"aliases": [
- "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
],
- "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "denom": "ibc/5BF935F2D869C723DC3CBD341253E5E09385827FE8ED2D3E0FA08CB8AC694EE7",
"exponent": 0,
},
{
- "denom": "amber",
- "exponent": 6,
+ "denom": "shib",
+ "exponent": 8,
},
],
- "description": "The native token cw20 for Amber on Secret Network",
- "display": "amber",
+ "display": "shib",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
+ "theme": {
+ "primaryColorHex": "#f99e0e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
- },
- "name": "Amber",
- "socials": {
- "twitter": "https://twitter.com/AmberDAO_",
- "website": "http://amber.money/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/shib.png",
},
- "symbol": "AMBER",
+ "name": "Shiba Inu (Portal)",
+ "symbol": "SHIB",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1huku2lecfjhq9d00k5a8dh73gw7dwe6vvuf2dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
- "base": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "address": "terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "base": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
"denomUnits": [
{
"aliases": [
- "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
],
- "denom": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "denom": "ibc/B159A28CA4B293970765D07AD783904816A5197895798056A2153D8812267C08",
"exponent": 0,
},
{
- "denom": "shill",
+ "denom": "srmso",
"exponent": 6,
},
],
- "description": "The native token cw20 for Shill on Secret Network",
- "display": "shill",
+ "display": "srmso",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
+ "theme": {
+ "primaryColorHex": "#40c2d6",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/srmso.png",
},
- "name": "Shill",
- "symbol": "SHILL",
+ "name": "Serum (Portal from Solana)",
+ "symbol": "SRMso",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1dkam9wd5yvaswv4yq3n2aqd4wm5j8n82qc0c7c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "base": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "address": "terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "base": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
"denomUnits": [
{
"aliases": [
- "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
],
- "denom": "ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4",
+ "denom": "ibc/0CF0C033EF499817C864D4C96C181ECB0A622C21B906ADDA8B9C078646EAE1B7",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "usdcav",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro.cw20",
+ "display": "usdcav",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
+ "theme": {
+ "primaryColorHex": "#2775cb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
- },
- "name": "Astroport CW20 Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcav.png",
},
- "symbol": "ASTRO.cw20",
+ "name": "USD Coin (Portal from Avalanche)",
+ "symbol": "USDCav",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1pvel56a2hs93yd429pzv9zp5aptcjg5ulhkz7w",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55395,40 +100398,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
- "base": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "address": "terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "base": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
"denomUnits": [
{
"aliases": [
- "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
],
- "denom": "ibc/47D772D7B46D7E19EAC59726BDEB1DE66D19DC1A2734EC02F10C38727A80818C",
+ "denom": "ibc/8726BBFA5837A5E36E964E450652645752BE60134E52C6688D667A05454FC2E0",
"exponent": 0,
},
+ {
+ "denom": "usdcbs",
+ "exponent": 8,
+ },
],
- "description": "Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.",
- "display": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
+ "display": "usdcbs",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
+ "theme": {
+ "primaryColorHex": "#2675cb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcbs.png",
},
- "name": "dinheiro",
- "symbol": "DINHEIROS",
+ "name": "USD Coin (Portal from BSC)",
+ "symbol": "USDCbs",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1spkm49wd9dqkranhrks4cupecl3rtgeqqljq3qrvrrts2ev2gw6sy5vz3k",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1yljlrxvkar0c6ujpvf8g57m5rpcwl7r032zyvu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55436,44 +100445,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
- "base": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "address": "terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "base": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
"denomUnits": [
{
"aliases": [
- "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
+ "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
],
- "denom": "ibc/B19E942BC9E6FA56A66B5D3601D724CE6E2D61689D9E2BC8A0E9C6B0DEBF3D4E",
+ "denom": "ibc/DF343D71EE8EB038F6E22493075271B6ECE0914F688FA7D03B471F722841B587",
"exponent": 0,
},
{
- "denom": "Reis",
+ "denom": "usdcpo",
"exponent": 6,
},
],
- "description": "Reis is the king of trading, high volume high liquidity, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
- "display": "Reis",
+ "display": "usdcpo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
+ "theme": {
+ "primaryColorHex": "#2a73cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcpo.png",
},
- "name": "real",
- "symbol": "REIS",
+ "name": "USD Coin (Portal from Polygon)",
+ "symbol": "USDCpo",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1sdglum2dt4f3fmq7jrt2phf2tegmnudc7qqqqujkpqcm9ujuxxkqakv5u8",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1kkyyh7vganlpkj0gkc2rfmhy858ma4rtwywe3x",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55481,44 +100492,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
- "base": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "address": "terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "base": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
"denomUnits": [
{
"aliases": [
- "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
+ "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
],
- "denom": "ibc/AAE2A5A0EB3A97DAC1CBFCD318B1402946E266D47E9DC29EB22A7A6784848E5A",
+ "denom": "ibc/193EAA38602E756888FE002143657385CA1B71B1731C87E88F73BF1F9C1E86F0",
"exponent": 0,
},
{
- "denom": "Escudos",
+ "denom": "usdcso",
"exponent": 6,
},
],
- "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and foward.",
- "display": "Escudos",
+ "display": "usdcso",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
+ "theme": {
+ "primaryColorHex": "#2a76cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdcso.png",
},
- "name": "escudo",
- "symbol": "ESCUDOS",
+ "name": "USD Coin (Portal from Solana)",
+ "symbol": "USDCso",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1qj5hs3e86qn4vm9dvtgtlkdp550r0rayk9wpay44mfw3gn3tr8nq5jw3dg",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1e6mq63y64zcxz8xyu5van4tgkhemj3r86yvgu4",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55526,44 +100539,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
- "base": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "address": "terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "base": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
"denomUnits": [
{
"aliases": [
- "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
+ "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
],
- "denom": "ibc/ED11A4C3C7090F571BA5918A7DC828CD4D84C62BB65819D2012FF528914070DF",
+ "denom": "ibc/F03DFB5FCCBD29E45CF175C24182A58C79A0A446612EA20DAB8BDB70DC1FF83A",
"exponent": 0,
},
{
- "denom": "Alem",
+ "denom": "usdtav",
"exponent": 6,
},
],
- "description": "Alem is a local currency for the region of Alentejo in Portugal, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
- "display": "Alem",
+ "display": "usdtav",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtav.png",
},
- "name": "alentejo.money",
- "symbol": "ALEM",
+ "name": "Tether USD (Portal from Avalanche)",
+ "symbol": "USDTav",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1cmf8ytutcwrjrv08zskj9phuh46a3w3nkjax7en4hxezsrdr58lqvzy05q",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1eqvq3thjhye7anv6f6mhxpjhyvww8zjvqcdgjx",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55571,45 +100586,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
- "base": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
- "coingeckoId": "eris-amplified-luna",
+ "address": "terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "base": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
"denomUnits": [
{
"aliases": [
- "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
+ "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
],
- "denom": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
+ "denom": "ibc/F8EDC4511E7ACE342FEF05FC48702EA02FD0A9339AE293C221EB5688398B5DB6",
"exponent": 0,
},
{
- "denom": "ampluna",
- "exponent": 6,
+ "denom": "usdtbs",
+ "exponent": 8,
},
],
- "description": "ERIS liquid staked LUNA.",
- "display": "ampluna",
+ "display": "usdtbs",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
+ "theme": {
+ "primaryColorHex": "#55ac94",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtbs.png",
},
- "name": "ERIS Amplified LUNA",
- "symbol": "ampLUNA",
+ "name": "Tether USD (Portal from BSC)",
+ "symbol": "USDTbs",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1vlqeghv5mt5udh96kt5zxlh2wkh8q4kewkr0dd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55617,45 +100633,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
- "base": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
- "coingeckoId": "lion-dao",
+ "address": "terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "base": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
"denomUnits": [
{
"aliases": [
- "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
+ "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
],
- "denom": "ibc/A5E2D0103694807198DEABB950B5C35862B2C37D2878B010023048472C6E1B3E",
+ "denom": "ibc/107A3AD8E6328408744B7D9FBA619D8371805184F46B829DEA372CC2DC790489",
"exponent": 0,
},
{
- "denom": "roar",
+ "denom": "usdtso",
"exponent": 6,
},
],
- "description": "Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling",
- "display": "roar",
+ "display": "usdtso",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
+ "theme": {
+ "primaryColorHex": "#54ac96",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/usdtso.png",
},
- "name": "Lion DAO",
- "symbol": "ROAR",
+ "name": "Tether USD (Portal from Solana)",
+ "symbol": "USDTso",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1lxx40s29qvkrcj8fsa3yzyehy7w50umdvvnls2r830rys6lu2zns63eelv",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1hd9n65snaluvf7en0p4hqzse9eqecejz2k8rl5",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55663,44 +100680,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
- "base": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "address": "terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "base": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
"denomUnits": [
{
"aliases": [
- "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
+ "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
],
- "denom": "ibc/F6D1588C844E2B17D64904F57940E46FF2316D25DAD4CAD882075FEDF570E5B0",
+ "denom": "ibc/5F9702D20754980C1CB7AA848CF097BAB61D4236F10D18F7E431FE2C2C6659BA",
"exponent": 0,
},
{
- "denom": "gem",
- "exponent": 6,
+ "denom": "gohm",
+ "exponent": 8,
},
],
- "description": "GEM DAO, building a decentralized, community-owned, low-supply store of value",
- "display": "gem",
+ "display": "gohm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
+ "theme": {
+ "primaryColorHex": "#b3bec1",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gohm.png",
},
- "name": "GEM DAO",
- "symbol": "GEM",
+ "name": "Governance OHM (Portal)",
+ "symbol": "gOHM",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1ynvsz80w9xmhdxucv96gkwpxlwvjgsq75xh2f3pf825c4wfmkfxskq6pqv",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1fpfn2kkr8mv390wx4dtpfk3vkjx9ch3thvykl3",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55708,44 +100727,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
- "base": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "address": "terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "base": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
"denomUnits": [
{
"aliases": [
- "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
+ "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
],
- "denom": "ibc/92D104452291E203A20D098E3413904DA113CED1F70392E68ADDFD28AF88A614",
+ "denom": "ibc/05352AE3BCE316C1F137A05F6B18268DE6D5AE67CC0045F5DFE05823C17CABEE",
"exponent": 0,
},
{
- "denom": "cub",
- "exponent": 6,
+ "denom": "msol",
+ "exponent": 8,
},
],
- "description": "Lion Cub DAO is a useless meme community DAO on Terra",
- "display": "cub",
+ "display": "msol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#c8e8e1",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/msol.png",
},
- "name": "Lion Cub DAO",
- "symbol": "CUB",
+ "name": "Marinade staked SOL (Portal)",
+ "symbol": "mSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1lalvk0r6nhruel7fvzdppk3tup3mh5j4d4eadrqzfhle4zrf52as58hh9t",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1qvlpf2v0zmru3gtex40sqq02wxp39x3cjh359y",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55753,44 +100774,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
- "base": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "address": "terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "base": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
"denomUnits": [
{
"aliases": [
- "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
+ "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
],
- "denom": "ibc/22AE94FAFE985FE3F550CB44895981AF3BF143615CC2B0D31E871358C4EC9FB7",
+ "denom": "ibc/6F5998D94C801508B8B7262048CFD398540FE31427B35D553661042D44423DF3",
"exponent": 0,
},
{
- "denom": "blue",
- "exponent": 6,
+ "denom": "steth",
+ "exponent": 8,
},
],
- "description": "BLUE CUB DAO is a community DAO on Terra",
- "display": "blue",
+ "display": "steth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
+ "theme": {
+ "primaryColorHex": "#04a4fb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steth.png",
},
- "name": "BLUE CUB DAO",
- "symbol": "BLUE",
+ "name": "Lido Staked Ether (Portal)",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1gwrz9xzhqsygyr5asrgyq3pu0ewpn00mv2zenu86yvx2nlwpe8lqppv584",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1w7ywr6waxtjuvn5svk5wqydqpjj0q9ps7qct4d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55798,44 +100821,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
- "base": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "address": "terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "base": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
"denomUnits": [
{
"aliases": [
- "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
+ "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
],
- "denom": "ibc/AE0997DCCDA4F1E8104C8FE7F0FC9E3CF8D00FEE079582A8D9DB86B2EAA0B13C",
+ "denom": "ibc/44325A118DA8B8D873D1BF3404B09A1AC02EBBF440FEAC4186FB677C92788D17",
"exponent": 0,
},
{
- "denom": "xxx",
- "exponent": 10,
+ "denom": "lct",
+ "exponent": 6,
},
],
- "description": "Liquidity token, NFT, HARVEST FOR VALUE",
- "display": "xxx",
+ "display": "lct",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
+ "theme": {
+ "primaryColorHex": "#2664a3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lct.png",
},
- "name": "TheOnlyOne",
- "symbol": "xxx",
+ "name": "LCT Token",
+ "symbol": "LCT",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra10se906awphtccf4vd83m0ulpmpt9v4msuakmpy0pwvmtxmup3kdq25rayn",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1srp2u95kxps35nvan88gn96nfqhukqya2d0ffc",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55843,44 +100868,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
- "base": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "address": "terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "base": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
"denomUnits": [
{
"aliases": [
- "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
+ "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
],
- "denom": "ibc/43D49D784D779F548C14E9FBB3D2AA786AF1D92BC2B1ADDF8F66C1B339F6999B",
+ "denom": "ibc/9040BE69B33F6F8CAF8FC2404B384647CBCB2363B7AEB21F8325C2C2BA70100C",
"exponent": 0,
},
{
- "denom": "GUGU",
+ "denom": "batom",
"exponent": 6,
},
],
- "description": "Just a meme coin on Terra",
- "display": "GUGU",
+ "display": "batom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/batom.svg",
},
- "name": "GUGU",
- "symbol": "GUGU",
+ "name": "Bonded ATOM",
+ "symbol": "bATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra19nu4q2y0xe3vza6ve5ymup33uzm049pnrqq5ddeuulmrg279t57qstcces",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra18zqcnl83z98tf6lly37gghm7238k7lh79u4z9a",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55888,45 +100912,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "base": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
- "coingeckoId": "backbone-labs-staked-luna",
+ "address": "terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "base": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
"denomUnits": [
{
"aliases": [
- "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
],
- "denom": "ibc/14B25BDFFBE4A0584A82BF439C9FB93DE74054F931E162264B530EB994B590EF",
+ "denom": "ibc/B86D0EC0B5333229BCFF55F48DBE19E940AC6C342A17C9F75B7FE23F0C620339",
"exponent": 0,
},
{
- "denom": "bLUNA",
+ "denom": "webatom",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked LUNA",
- "display": "bLUNA",
+ "display": "webatom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/webatom.svg",
},
- "name": "BackBone Labs Liquid Staked LUNA",
- "symbol": "bLUNA",
+ "name": "pStake Bonded ATOM (Wormhole)",
+ "symbol": "webATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra128pe5jpempxu0nws5lw28se9zknhsr78626cpn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55934,46 +100956,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
- "base": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "address": "terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "base": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
"denomUnits": [
{
"aliases": [
- "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
+ "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
],
- "denom": "ibc/C21B8AC361B2D52F4D49FBC87FAE8711B15A5779B7A07FF0DB8ABFBAF176E032",
+ "denom": "ibc/2D6714236503E557BD02C6ED9E70B03CDFBB19D4F0CD2EAA5D780D4C493A8787",
"exponent": 0,
},
{
- "denom": "sayve",
+ "denom": "wcoin",
"exponent": 6,
},
],
- "description": "Sayve is a revolutionary language learning app in the Web3 era that combines gamification, blockchain technology, and a Metaverse experience to motivate users to learn languages while earning rewards.",
- "display": "sayve",
+ "display": "wcoin",
"images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/wcoin.svg",
},
- "name": "sayve",
- "symbol": "SAYVE",
+ "name": "Willisch Coin",
+ "symbol": "WCOIN",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1xp9hrhthzddnl7j5du83gqqr4wmdjm5t0guzg9jp6jwrtpukwfjsjgy4f3",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1laczhlpxlgmrwr9un9ds74qxd2fj4754nf82dn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -55981,44 +101000,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
- "base": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "address": "terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "base": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
"denomUnits": [
{
"aliases": [
- "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
+ "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
],
- "denom": "ibc/629BE9A0661493CBE5003E7C947DCCFC5580DC7DC5EE7D8137F33DE59F91C16D",
+ "denom": "ibc/7DCBF780E8CD72397AB4CE0F482285A2C29601E4BE4480A115CA0905FDB3EC9F",
"exponent": 0,
},
{
- "denom": "nico",
- "exponent": 18,
+ "denom": "lctfancard",
+ "exponent": 6,
},
],
- "description": "Nico Dao Money",
- "display": "nico",
+ "display": "lctfancard",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
+ "theme": {
+ "primaryColorHex": "#2968a5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lctfancard.png",
},
- "name": "nico",
- "symbol": "NICO",
+ "name": "LCT Fancard Token",
+ "symbol": "LCTfancard",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1e0efrrrj8d55pflme3dmtyuj7klzcef5cfmz6r2jyqz77kk2jz3qa6drg3",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1thhm2u93m2stytzynhsxh5h3jrtg540x4punqy",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56026,44 +101047,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
- "base": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "address": "terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "base": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
"denomUnits": [
{
"aliases": [
- "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
+ "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
],
- "denom": "ibc/D6BD04B471AA8646B2FC04C2AFFB81CBB842D7981D79E6660A19366F0E6FDBD2",
+ "denom": "ibc/F37EF82C7F64ADEC81365EDA2A426D2422E6A28800F10448629AACDDAE92F3D3",
"exponent": 0,
},
{
- "denom": "seas",
+ "denom": "kntc",
"exponent": 6,
},
],
- "description": "Sailing the Seas DAO is a community DAO built on Enterprise on Terra",
- "display": "seas",
+ "display": "kntc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kntc.svg",
},
- "name": "Sailing The SeaS DAO",
- "symbol": "SEAS",
+ "name": "Kinetic Token",
+ "symbol": "KNTC",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1rc6ssp5rym7a0hg29xpj4cc9e67tl56kg5jyzgl9qrhfxxc2ugvsnrkala",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1yeyr6taynkwdl85ppaggr3zr8txhf66cny2ang",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56071,44 +101091,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
- "base": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "address": "terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "base": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
"denomUnits": [
{
"aliases": [
- "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
+ "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
],
- "denom": "ibc/05396CC34336345E4808487A2D46A068286AB8C183D916D76B9F934CFF4BCD1F",
+ "denom": "ibc/E1DDEDB674BC6D6884A468D4865CD05C5205DCBA3ECFA76EC1031F9A58F3A35A",
"exponent": 0,
},
{
- "denom": "bitz",
+ "denom": "kust",
"exponent": 6,
},
],
- "description": "A community DAO built on Enterprise",
- "display": "bitz",
+ "display": "kust",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/kust.svg",
},
- "name": "BitzDAO",
- "symbol": "BITZ",
+ "name": "Kinetic kUST Token",
+ "symbol": "kUST",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1g53pyke8jtmt4lwvk4yl0xaqc4u0qlsl8dz3ex",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56116,44 +101135,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
- "base": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "address": "terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "base": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
"denomUnits": [
{
"aliases": [
- "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
+ "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
],
- "denom": "ibc/79ECA328D8F12F9CD15ED7C4897230CF09580FBEC87F5759DBA384A69F9FE0DD",
+ "denom": "ibc/ECCCB63C2E36660DBD7F701B12EF20597D42088799FF8E81CE54BFD55A7AC16E",
"exponent": 0,
},
{
- "denom": "seul",
+ "denom": "steak",
"exponent": 6,
},
],
- "description": "SEUL DAO",
- "display": "seul",
+ "display": "steak",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/steak.svg",
},
- "name": "seul",
- "symbol": "SEUL",
+ "name": "Steak Token",
+ "symbol": "STEAK",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra13s5pxw5j2p4ssvzwvxd8l7h30vke8vjgtng75vqgv6p9vddfk3hskfka0l",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1rl4zyexjphwgx6v3ytyljkkc4mrje2pyznaclv",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56161,44 +101179,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
- "base": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "address": "terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "base": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
"denomUnits": [
{
"aliases": [
- "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
+ "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
],
- "denom": "ibc/DE801496DE32B83400D67378F4BA797A544EB3EE4290D123460784B30175D6D2",
+ "denom": "ibc/AA01F69B068E1722721183DBF3876E5BE2803C61EC0EF450FA850F6AA0C3025D",
"exponent": 0,
},
{
- "denom": "xseul",
+ "denom": "cst",
"exponent": 6,
},
],
- "description": "SEUL DAO",
- "display": "xseul",
+ "display": "cst",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cst.png",
},
- "name": "xseul",
- "symbol": "xSEUL",
+ "name": "CST Token",
+ "symbol": "CST",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1q328gl40az3cf9x67cgudn8e8w2az9vsmhtkwsgdu7a43rhy5caqc82yr5",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1jkkt5638cd5pur0u5jnr2juw0v6hz5d6z8xu8m",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56206,44 +101226,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
- "base": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "address": "terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "base": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
"denomUnits": [
{
"aliases": [
- "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
+ "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
],
- "denom": "ibc/D470DA9DE1DFDB4BA83AD494D691C949255F5D690F361F90BD9650FEA1ECE03F",
+ "denom": "ibc/52EA1A9E068E1BD5EA74AB23CFC310C9A475982DBEF0B332D060987EE3836C1B",
"exponent": 0,
},
{
- "denom": "ito",
+ "denom": "cstfancard",
"exponent": 6,
},
],
- "description": "ITO DAO",
- "display": "ito",
+ "display": "cstfancard",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
+ "theme": {
+ "primaryColorHex": "#5d2616",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cstfancard.png",
},
- "name": "ito",
- "symbol": "ITO",
+ "name": "CST Fancard Token",
+ "symbol": "CSTfancard",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1c77xqv746m7ghxayrge79dxr4kcezev8g6cnrfled4f3n4ufj0vs5gz28s",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1kz7qszu7p4dg9lts7m9m7lpuarsnan47jh3fam",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56251,44 +101273,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
- "base": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "address": "terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "base": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
"denomUnits": [
{
"aliases": [
- "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
+ "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
],
- "denom": "ibc/7D15BE6B6EFAFE8BA7714399BCD7B0C9E4738446F3A2274F57B98CAAF0244945",
+ "denom": "ibc/F84CD975385ED193D6ED2A8AF0CBACA7304399426F92E19A55615A57A091C1CD",
"exponent": 0,
},
{
- "denom": "ARMANI",
- "exponent": 6,
+ "denom": "nwld",
+ "exponent": 9,
},
],
- "description": "Chris Armani Token",
- "display": "ARMANI",
+ "display": "nwld",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
+ "theme": {
+ "primaryColorHex": "#046394",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwld.png",
},
- "name": "ARMANI",
- "symbol": "ARMANI",
+ "name": "Neworld Labs Develpper Token",
+ "symbol": "NWLD",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1aa7stl3fytvave9xtcexgv0kne4k7ks068dcljkrfj37hy8q270sjadav8",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1amz5c45l34n7w8m5a3z7rd7u0k037x4nnsemwj",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56296,44 +101320,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
- "base": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "address": "terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "base": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
"denomUnits": [
{
"aliases": [
- "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
+ "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
],
- "denom": "ibc/6998D3A13400D9D816517F3809BE63DE2F947339B83D110842C6CCECCA1C6200",
+ "denom": "ibc/2CE3FB37B459658FEC5DDDDFF7EFC561AB81AAA317FAECF07D9D8F934F977A9D",
"exponent": 0,
},
{
- "denom": "DROGO",
+ "denom": "fury",
"exponent": 6,
},
],
- "description": "useless meme coin",
- "display": "DROGO",
+ "display": "fury",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/fury.png",
},
- "name": "DROGO",
- "symbol": "DROGO",
+ "name": "FURY",
+ "symbol": "FURY",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1cl273523kmr2uwjhhznq54je69mted2u3ljffm8kp2ap4z3drdksftwqun",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1cdc6nlsx0l6jmt3nnx7gxjggf902wge3n2z76k",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56341,44 +101367,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
- "base": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "address": "terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "base": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
"denomUnits": [
{
"aliases": [
- "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
+ "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
],
- "denom": "ibc/DF5B633763109623079D70726116A7EEBDE02C40AB3616A23666DA02F7A5744A",
+ "denom": "ibc/7A0E6CF16DD239E89BCFF814A9013697734703E9E12F6605B4D07454D726571B",
"exponent": 0,
},
{
- "denom": "ADO",
+ "denom": "rct",
"exponent": 6,
},
],
- "description": "ado the flower of night",
- "display": "ADO",
+ "display": "rct",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rct.svg",
},
- "name": "ADO",
- "symbol": "ADO",
+ "name": "Reactor Token",
+ "symbol": "RCT",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra17n223dxpkypc5c48la7aqjvverczg82ga3cr93",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56386,44 +101411,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
- "base": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "address": "terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "base": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
"denomUnits": [
{
"aliases": [
- "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
+ "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
],
- "denom": "ibc/B6EE099850A8CAB9FCB8F993BCDA4C7D42810F2C001D90324056588216D93DAB",
+ "denom": "ibc/125F2B412926A70AF29619F0807FF0F3188718BB4C548496F018F902847583AB",
"exponent": 0,
},
{
- "denom": "DNA",
+ "denom": "vitc",
"exponent": 6,
},
],
- "description": "DNA DAO",
- "display": "DNA",
+ "display": "vitc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
+ "theme": {
+ "primaryColorHex": "#e3551b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/vitc.png",
},
- "name": "DNA",
- "symbol": "DNA",
+ "name": "Vitamin Coin",
+ "symbol": "VITC",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra14vw4sfqwe7jw8ppcc7u44vq7hy9qa2nlstnxmu",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56431,44 +101458,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
- "base": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "address": "terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "base": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
"denomUnits": [
{
"aliases": [
- "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
+ "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
],
- "denom": "ibc/1EF209B460FB285206D740F35B0B499B5FC4FB19CF92DEFC2574B29869EE7DEE",
+ "denom": "ibc/AD1F63BA20D4D7405091BAFA81686681AC1CB033DB15EE614CBD4B359D8D8BB5",
"exponent": 0,
},
{
- "denom": "bitmos",
+ "denom": "sb",
"exponent": 6,
},
],
- "description": "Bitmos opens doors for BRC20 tokens to thrive alongside established players in the Cosmos Network, revolutionizing decentralized finance (DeFi) for all.",
- "display": "bitmos",
+ "display": "sb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
+ "theme": {
+ "primaryColorHex": "#7c241c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sb.png",
},
- "name": "Bitmos",
- "symbol": "BMOS",
+ "name": "DragonSB",
+ "symbol": "SB",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1sxe8u2hjczlekwfkcq0rs28egt38pg3wqzfx4zcrese4fnvzzupsk9gjkq",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1948uvsah8aw40dhsa9mhl3htq8lraj0smlh77g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56476,44 +101505,43 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
- "base": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "address": "terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "base": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
"denomUnits": [
{
"aliases": [
- "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
+ "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
],
- "denom": "ibc/B8078FAE3418D6E03945D35461C592261479193BB918FC5F278AA7EEC6A629BC",
+ "denom": "ibc/12D57045A1B0CD82F3924B62FB44EBCA67948D759747A8AE9D83EF7AF0762757",
"exponent": 0,
},
{
- "denom": "lads",
+ "denom": "toad",
"exponent": 6,
},
],
- "description": "",
- "display": "lads",
+ "display": "toad",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/toad.svg",
},
- "name": "LADS",
- "symbol": "LADS",
+ "name": "RESToad Token",
+ "symbol": "TOAD",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra1eh8eq60cjy997w5dc3a6exfzanlaurupav8klx7m9u9ddfgh25mqjwl5vj",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1rz964297kvt86rteajhtp4hsffhcum0ye8eljh",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56521,44 +101549,46 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
- "base": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
+ "address": "terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "base": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
"denomUnits": [
{
"aliases": [
- "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
+ "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
],
- "denom": "ibc/CBD4AB7EA218D56F69E3440359392D2EFA0F46C9DD5BE145C36CA36D699A8827",
+ "denom": "ibc/169449C31A5B18D8A93BDE18B1201D815B5FAAECBA0DE09D862BE3240B9A29EB",
"exponent": 0,
},
{
- "denom": "CLON",
+ "denom": "orionastro",
"exponent": 6,
},
],
- "description": "ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.",
- "display": "CLON",
+ "display": "orionastro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
+ "theme": {
+ "primaryColorHex": "#1d90d6",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/orionastro.png",
},
- "name": "CLON",
- "symbol": "CLON",
+ "name": "Orion Money xASTRO Derivative Token",
+ "symbol": "orionASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-559",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2",
- "chain_name": "terra2",
- "channel_id": "channel-85",
- "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ "base_denom": "cw20:terra1yhlhrea3rgyx2xdnsswsfakn28qa8z7yp5gmhd",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
@@ -56566,437 +101596,424 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"typeAsset": "cw20",
},
{
- "address": "secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
- "base": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
- "coingeckoId": "sienna",
+ "address": "terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "base": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
"denomUnits": [
{
"aliases": [
- "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
],
- "denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "denom": "ibc/73CBE52098D640F5826E3DD8CEE9E77A2C3C1F8442147323E5E141D7DEE0F513",
"exponent": 0,
},
{
- "denom": "sienna",
- "exponent": 18,
+ "denom": "retro",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for SIENNA on Secret Network",
- "display": "sienna",
+ "display": "retro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
+ "theme": {
+ "primaryColorHex": "#eb4024",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/retro.png",
},
- "name": "SIENNA",
- "symbol": "SIENNA",
+ "name": "Retrograde",
+ "symbol": "RETRO",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1j4hwavavmtsafa6zr0npalfz3tk9gf3p4787mp",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
- "base": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "address": "terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "base": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
"denomUnits": [
{
"aliases": [
- "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
],
- "denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "denom": "ibc/A4ED6C6F4564061734649338DD60865F154A80B2C26A711E3EA3D73B07F3A4BC",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "tnd",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "tnd",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
+ "theme": {
+ "primaryColorHex": "#1c53fb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tnd.png",
},
- "name": "Shade (old)",
- "symbol": "SHD(old)",
+ "name": "TerrnadoCash",
+ "symbol": "TND",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra16wggm67a34msdxasg2vergm2pt289y7930wv7d",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "base": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
- "coingeckoId": "shade-protocol",
+ "address": "terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "base": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
"denomUnits": [
{
"aliases": [
- "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
],
- "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "denom": "ibc/6A561C4F7EEC8356E971CD9F86A29F88C2FF1DCA9778F59CACA6DF5D4CD890D4",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "stnd",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "display": "stnd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/stnd.svg",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "TerrnadoCash",
+ "symbol": "sTND",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1n9k2he20h5vpyn4mgv7pg4pzvw2n3wc4a86v3g",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
- "base": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
- "coingeckoId": "silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2",
+ "address": "terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "base": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
"denomUnits": [
{
"aliases": [
- "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
+ "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
],
- "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "denom": "ibc/B1A27A6C18687491FEE0B237441C2056600DD9EEA3A252DE87DDE9EF96DBE16F",
"exponent": 0,
},
{
- "denom": "silk",
- "exponent": 6,
+ "denom": "nwt",
+ "exponent": 9,
},
],
- "description": "The native token cw20 for Silk on Secret Network",
- "display": "silk",
+ "display": "nwt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
+ "theme": {
+ "primaryColorHex": "#aeb8f5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/nwt.png",
},
- "name": "Silk",
- "symbol": "SILK",
+ "name": "Neworld Token",
+ "symbol": "NWT",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1fl449muk5yq8dlad7a22nje4p5d2pnsgymhjfd",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1ezz5xply2v3xdyv32gy5tcd7zq4k235q4xtzwe",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
- "address": "secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
- "base": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
- "coingeckoId": "stkd-scrt",
+ "address": "terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "base": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
"denomUnits": [
{
"aliases": [
- "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
],
- "denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "denom": "ibc/05D5AD21F3722CB4F070D2B2293344EDAB655C80C4A80CCAC1C3675F7CFD5304",
"exponent": 0,
},
{
- "denom": "stkd-scrt",
+ "denom": "neb",
"exponent": 6,
},
],
- "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
- "display": "stkd-scrt",
+ "display": "neb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
+ "theme": {
+ "primaryColorHex": "#8b90ad",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/neb.png",
},
- "name": "SCRT Staking Derivatives",
- "symbol": "stkd-SCRT",
+ "name": "Nebula Token",
+ "symbol": "NEB",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1mpq5zkkm39nmjrjg9raknpfrfmcfwv0nh0whvn",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
- "base": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
- "coingeckoId": "buttcoin-2",
+ "address": "terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "base": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
"denomUnits": [
{
"aliases": [
- "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
],
- "denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "denom": "ibc/F5440320D31620C7F09B02AB8C70AE47521B9E555E0BA7F07B784163D9BFF8DC",
"exponent": 0,
},
{
- "denom": "butt",
+ "denom": "trit",
"exponent": 6,
},
],
- "description": "The native token cw20 for Button on Secret Network",
- "display": "butt",
+ "display": "trit",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
+ "theme": {
+ "primaryColorHex": "#24ab9b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/trit.png",
},
- "name": "Button",
- "symbol": "BUTT",
+ "name": "Terra Tritium Token",
+ "symbol": "TRIT",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1g6fm3yu79gv0rc8067n2nnfpf0vks6n0wpzaf4u7w48tdrmj98zsy7uu00",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "base": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
- "coingeckoId": "alter",
+ "address": "terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "base": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
"denomUnits": [
{
"aliases": [
- "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
],
- "denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "denom": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98",
"exponent": 0,
},
{
- "denom": "alter",
+ "denom": "juris",
"exponent": 6,
},
],
- "description": "The native token cw20 for Alter on Secret Network",
- "display": "alter",
+ "description": "Juris Protocol is the Lending Platform for the Terra Ecosystem.",
+ "display": "juris",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
- },
- "name": "Alter",
- "socials": {
- "twitter": "https://twitter.com/AlterDapp",
- "website": "http://alter.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
- "symbol": "ALTER",
+ "name": "Juris Protocol",
+ "symbol": "JURIS",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
+ "typeAsset": "cw20",
},
{
- "address": "secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
- "base": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "address": "terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "base": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
"denomUnits": [
{
"aliases": [
- "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
],
- "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "denom": "ibc/B5457A60AD0FEF33E2831059518659D132E514CEE3EC4E9B45AD708EF6D5F234",
"exponent": 0,
},
{
- "denom": "amber",
+ "denom": "tadf",
"exponent": 6,
},
],
- "description": "The native token cw20 for Amber on Secret Network",
- "display": "amber",
+ "description": "Tadpole Frogztrik Token meme",
+ "display": "tadf",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
+ "theme": {
+ "primaryColorHex": "#e9f9f2",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
- },
- "name": "Amber",
- "socials": {
- "twitter": "https://twitter.com/AmberDAO_",
- "website": "http://amber.money/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png",
},
- "symbol": "AMBER",
+ "name": "Tadpole Frogztrik Token",
+ "symbol": "TADF",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip20",
+ "typeAsset": "cw20",
},
{
- "address": "secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
- "base": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "address": "terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "base": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
"denomUnits": [
{
"aliases": [
- "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
+ "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
],
- "denom": "ibc/77BEE176F08CCC5AFBDFCCB9C63EBDF95D773FE3A0D3A85AC667AD633CE030A7",
+ "denom": "ibc/4249A9BAE70BB8FFCED21E2928CA2D980431E74D172FA7CCC5A78A8064837C94",
"exponent": 0,
},
{
- "denom": "shill",
+ "denom": "frog",
"exponent": 6,
},
],
- "description": "The native token cw20 for Shill on Secret Network",
- "display": "shill",
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
},
- "name": "Shill",
- "symbol": "SHILL",
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
"traces": [
{
"chain": {
- "channel_id": "channel-476",
+ "channel_id": "channel-78488",
"port": "transfer",
},
"counterparty": {
- "base_denom": "cw20:secret197dvnt9yjxwn8sjdlx05f7zuk27lsdxtfnwxse",
- "chain_name": "secretnetwork",
- "channel_id": "channel-44",
- "port": "wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4",
+ "base_denom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chain_name": "terra",
+ "channel_id": "channel-108",
+ "port": "wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc",
},
"type": "ibc-cw20",
},
],
- "typeAsset": "snip25",
+ "typeAsset": "cw20",
},
{
"address": "terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
@@ -57020,6 +102037,17 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
],
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
@@ -57064,6 +102092,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Dinheiros.png",
+ "theme": {
+ "primaryColorHex": "#244c9c",
+ },
},
],
"logoURIs": {
@@ -57109,6 +102140,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Reis.png",
+ "theme": {
+ "primaryColorHex": "#1d5c65",
+ },
},
],
"logoURIs": {
@@ -57149,11 +102183,14 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"exponent": 6,
},
],
- "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and foward.",
+ "description": "Escudos is the everyday currency of dioalma.protocol, good to send money back and forward.",
"display": "Escudos",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Escudos.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -57194,11 +102231,14 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"exponent": 6,
},
],
- "description": "Alem is a local currency for the region of Alentejo in Portugal, sibling of Dinheiros, Reis and Alem, a token of dioalma.protocol.",
+ "description": "Alem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
"display": "Alem",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Alem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
},
],
"logoURIs": {
@@ -57223,6 +102263,294 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
],
"typeAsset": "cw20",
},
+ {
+ "address": "terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "base": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ ],
+ "denom": "ibc/48181F07E2926C34B576975F41A763C2DD8FAB72DDF767DB3E5C74D481702458",
+ "exponent": 0,
+ },
+ {
+ "denom": "AMG",
+ "exponent": 6,
+ },
+ ],
+ "description": "almagem is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "AMG",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/almagem.png",
+ },
+ "name": "almagem",
+ "symbol": "AMG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1en42e2vsvtdsvrcqg5s5e5e4djejjaed6fxmvtpweg3tu33h6k5qkg9c40",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "base": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ ],
+ "denom": "ibc/F2336F11762C81459BEE128F1E02D50451C9E323CFDD13A8EA0E16210B3DB21C",
+ "exponent": 0,
+ },
+ {
+ "denom": "ARK",
+ "exponent": 6,
+ },
+ ],
+ "description": "arika is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "ARK",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arika.png",
+ },
+ "name": "arika",
+ "symbol": "ARK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1ysd87nayjuelxj4wvp4wnp9as0mwszzkje6a9z6f3xx2903ghnsq4hm50y",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "base": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ ],
+ "denom": "ibc/78CAE7506E28750D3F4116B74531000B9D2535B6DF07FAD25179BB3ECCE4153E",
+ "exponent": 0,
+ },
+ {
+ "denom": "DANU",
+ "exponent": 6,
+ },
+ ],
+ "description": "danu is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DANU",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/danu.png",
+ },
+ "name": "danu",
+ "symbol": "DANU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1vj68f2ntauaj5dfvy5z4tq4we3hsyg363k63js5sae2t7th9aacqan89sr",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "base": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ ],
+ "denom": "ibc/129335060D0EA13A2712524AC6A8790549FC5CED7FEDF29643E54F9E92FDA121",
+ "exponent": 0,
+ },
+ {
+ "denom": "TRS",
+ "exponent": 6,
+ },
+ ],
+ "description": "torus is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "TRS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/trs.png",
+ },
+ "name": "torus",
+ "symbol": "TRS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1swzpenwh39f8aa7qht34r05f8ew6k2vehvqt2aw4fjy0fgghhheqs9l6h7",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "base": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ ],
+ "denom": "ibc/8E49ABB7B070F65D1F379BA521D873B29B65864F0791FCAFCA241EE23F854E30",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLASMA",
+ "exponent": 6,
+ },
+ ],
+ "description": "plasma is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "PLASMA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/plasma.png",
+ },
+ "name": "plasma",
+ "symbol": "PLASMA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1mqs6mdx0ak7qvjzs6efhg65g4j5pzwpdkcgdsv5tpekln3qhggrq3qzvdp",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "address": "terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "base": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
+ "denomUnits": [
+ {
+ "aliases": [
+ "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ ],
+ "denom": "ibc/12FC7AE39C50C1C8E394014E643845D64AA179EDEC34886D0447F86BE2997730",
+ "exponent": 0,
+ },
+ {
+ "denom": "DMT",
+ "exponent": 6,
+ },
+ ],
+ "description": "dmt is one of the tokens of the seven families of dioalmaprotocol, alem almagem arika danu torus dmt plasma, all seven families use dinheiros reis and escudos, dioalma.protcol the currency of the seven seas.",
+ "display": "DMT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ "theme": {
+ "primaryColorHex": "#d1b295",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/dmt.png",
+ },
+ "name": "dmt",
+ "symbol": "DMT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-559",
+ "port": "transfer",
+ },
+ "counterparty": {
+ "base_denom": "cw20:terra1xfkkgwxychgrnq0vcp82u32mecrzj8s64s03cxtmf46k6j2n2wssc7rzjf",
+ "chain_name": "terra2",
+ "channel_id": "channel-85",
+ "port": "wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x",
+ },
+ "type": "ibc-cw20",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
{
"address": "terra1ecgazyd0waaj3g7l9cmy5gulhxkps2gmxu9ghducvuypjq68mq2s5lvsct",
"base": "ibc/0A37D33F8899D8A0AACC15AFF08172D9C0F7293DBCC059FF1CF914167BA31AB1",
@@ -57291,6 +102619,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "theme": {
+ "primaryColorHex": "#f3f313",
+ },
},
],
"logoURIs": {
@@ -57336,6 +102667,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gem.png",
+ "theme": {
+ "primaryColorHex": "#21b6b3",
+ },
},
],
"logoURIs": {
@@ -57381,6 +102715,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "theme": {
+ "primaryColorHex": "#f3d343",
+ },
},
],
"logoURIs": {
@@ -57426,6 +102763,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -57471,6 +102811,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xxx3.png",
+ "theme": {
+ "primaryColorHex": "#efe8e9",
+ },
},
],
"logoURIs": {
@@ -57516,6 +102859,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/gugu.png",
+ "theme": {
+ "primaryColorHex": "#e3e2e5",
+ },
},
],
"logoURIs": {
@@ -57562,6 +102908,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
@@ -57608,6 +102957,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/sayve.svg",
+ "theme": {
+ "primaryColorHex": "#f3ebdb",
+ },
},
],
"logoURIs": {
@@ -57654,6 +103006,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/nicodao.png",
+ "theme": {
+ "primaryColorHex": "#f1cc79",
+ },
},
],
"logoURIs": {
@@ -57699,6 +103054,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/SEAS.png",
+ "theme": {
+ "primaryColorHex": "#c0943f",
+ },
},
],
"logoURIs": {
@@ -57744,6 +103102,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/BITZ.png",
+ "theme": {
+ "primaryColorHex": "#dd6a30",
+ },
},
],
"logoURIs": {
@@ -57789,6 +103150,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/seul.png",
+ "theme": {
+ "primaryColorHex": "#0da8c9",
+ },
},
],
"logoURIs": {
@@ -57834,6 +103198,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/xseul.png",
+ "theme": {
+ "primaryColorHex": "#0ba7ce",
+ },
},
],
"logoURIs": {
@@ -57879,6 +103246,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/I.png",
+ "theme": {
+ "primaryColorHex": "#f8d034",
+ },
},
],
"logoURIs": {
@@ -57924,6 +103294,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/armani.png",
+ "theme": {
+ "primaryColorHex": "#d19a84",
+ },
},
],
"logoURIs": {
@@ -57969,6 +103342,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/drogo.png",
+ "theme": {
+ "primaryColorHex": "#ae987b",
+ },
},
],
"logoURIs": {
@@ -58014,6 +103390,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ADO.png",
+ "theme": {
+ "primaryColorHex": "#040607",
+ },
},
],
"logoURIs": {
@@ -58059,6 +103438,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/DNA.png",
+ "theme": {
+ "primaryColorHex": "#232333",
+ },
},
],
"logoURIs": {
@@ -58104,6 +103486,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bitmos.png",
+ "theme": {
+ "primaryColorHex": "#0c0704",
+ },
},
],
"logoURIs": {
@@ -58144,11 +103529,13 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"exponent": 6,
},
],
- "description": "",
"display": "lads",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/LADS.png",
+ "theme": {
+ "primaryColorHex": "#040507",
+ },
},
],
"logoURIs": {
@@ -58194,6 +103581,9 @@ We support innovation in the Cosmos Ecosystem by funding and supporting projects
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png",
+ "theme": {
+ "primaryColorHex": "#c7cbcf",
+ },
},
],
"logoURIs": {
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 7228c8463..a1268fbf7 100644
--- a/v2/packages/utils/__tests__/__snapshots__/ibc-assets.test.ts.snap
+++ b/v2/packages/utils/__tests__/__snapshots__/ibc-assets.test.ts.snap
@@ -6,7 +6,6 @@ exports[`getIbcAssets 1`] = `
"assets": [
{
"base": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -26,6 +25,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "theme": {
+ "primaryColorHex": "#dbdbdb",
+ },
},
],
"logoURIs": {
@@ -47,6 +49,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
@@ -70,6 +73,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "theme": {
+ "primaryColorHex": "#4aa29e",
+ },
},
],
"logoURIs": {
@@ -95,6 +101,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
@@ -118,6 +125,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "theme": {
+ "primaryColorHex": "#77b64f",
+ },
},
],
"logoURIs": {
@@ -143,6 +153,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
@@ -165,6 +176,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "theme": {
+ "primaryColorHex": "#ecc53b",
+ },
},
],
"logoURIs": {
@@ -186,6 +200,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
@@ -203,12 +218,16 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
+ "description": "Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.",
"display": "bld",
+ "extendedDescription": "Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform's native token, BLD, is used for staking, securing the network, and governance. Agoric's innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "theme": {
+ "primaryColorHex": "#c42b44",
+ },
},
],
"logoURIs": {
@@ -234,6 +253,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
@@ -257,6 +277,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
@@ -278,6 +301,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
@@ -305,6 +329,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "theme": {
+ "primaryColorHex": "#24241c",
+ },
},
],
"logoURIs": {
@@ -330,6 +357,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
@@ -347,12 +375,18 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "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.",
+ "description": "Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.",
"display": "akt",
+ "extendedDescription": "Akash Network is revolutionizing the cloud computing industry with its decentralized marketplace that leverages underutilized computing resources. By connecting users with providers offering unused computational capacity, Akash provides a more affordable and flexible alternative to conventional cloud services. This decentralized approach not only reduces costs but also enhances security and resilience, as data and applications are distributed across multiple nodes rather than centralized servers.
+
+The Akash Network utilizes its native token, AKT, to facilitate transactions and incentivize participants within the ecosystem. Users can pay for cloud services using AKT, while providers earn AKT by offering their computing resources. The network's open-source nature and compatibility with major cloud platforms further enhance its appeal, enabling seamless integration and broad adoption. Akash Network's innovative model is poised to disrupt the traditional cloud computing landscape, offering a decentralized, efficient, and cost-effective solution for developers and enterprises.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
@@ -378,6 +412,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
@@ -402,10 +437,17 @@ exports[`getIbcAssets 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -425,6 +467,52 @@ exports[`getIbcAssets 1`] = `
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
+ "coingeckoId": "andromeda-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uandr",
+ ],
+ "denom": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
+ "exponent": 0,
+ },
+ {
+ "denom": "andr",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of Andromeda",
+ "display": "andr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
+ },
+ "name": "Andr",
+ "symbol": "ANDR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-81924",
+ },
+ "counterparty": {
+ "base_denom": "uandr",
+ "chain_name": "andromeda",
+ "channel_id": "channel-17",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
{
"base": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
"coingeckoId": "archway",
@@ -445,17 +533,21 @@ exports[`getIbcAssets 1`] = `
"exponent": 18,
},
],
- "description": "The native token of Archway network",
+ "description": "Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.",
"display": "arch",
+ "extendedDescription": "Archway aims to incentivize developers by sharing a portion of the transaction fees generated by their decentralized applications (dApps) built on the platform. This innovative approach helps align the interests of developers with the network's growth and sustainability. Archway's native token, ARCH, is used for staking, governance, and distributing rewards to developers. By leveraging the Cosmos SDK, Archway ensures interoperability and scalability, allowing developers to build and deploy efficient and high-performance dApps.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
},
"name": "Archway",
"socials": {
@@ -476,13 +568,14 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
],
"denom": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"exponent": 0,
@@ -501,6 +594,9 @@ exports[`getIbcAssets 1`] = `
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
@@ -514,7 +610,7 @@ exports[`getIbcAssets 1`] = `
"channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "base_denom": "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
"chain_name": "archway",
"channel_id": "channel-1",
},
@@ -546,13 +642,16 @@ exports[`getIbcAssets 1`] = `
"baseDenom": "uvdl",
"chainName": "vidulum",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
"name": "Vidulum",
"symbol": "VDL",
@@ -571,6 +670,58 @@ exports[`getIbcAssets 1`] = `
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
+ ],
+ "denom": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Circle's USDC Noble on Archway ",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC (Noble)",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1429",
+ },
+ "counterparty": {
+ "base_denom": "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
{
"base": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
"denomUnits": [
@@ -592,6 +743,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "theme": {
+ "primaryColorHex": "#bdbb82",
+ },
},
],
"logoURIs": {
@@ -617,6 +771,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
@@ -640,6 +795,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "theme": {
+ "primaryColorHex": "#edb548",
+ },
},
],
"logoURIs": {
@@ -665,6 +823,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
@@ -688,6 +847,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "theme": {
+ "primaryColorHex": "#a7c8d4",
+ },
},
],
"logoURIs": {
@@ -709,6 +871,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
@@ -726,12 +889,18 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "description": "The native token of Axelar",
+ "description": "Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.",
"display": "axl",
+ "extendedDescription": "Axelar is a decentralized interoperability network connecting diverse blockchain ecosystems, facilitating seamless cross-chain communication and value transfer. By providing a unified platform for different blockchains to interact, Axelar enhances the connectivity and functionality of the blockchain space. The network employs advanced cryptographic protocols and consensus mechanisms to ensure the security and reliability of cross-chain transactions.
+
+The Axelar Network's native token, AXL, is used for transaction fees, incentivizing network validators, and governance. By staking AXL, users can secure the network and earn rewards while influencing key decisions regarding the platform's development. Axelar's focus on interoperability extends to supporting various blockchain protocols, enabling developers to build applications operating across multiple chains. This capability is crucial for the growth of decentralized finance (DeFi) and other blockchain-based solutions, making Axelar vital to the evolving blockchain ecosystem.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -757,6 +926,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
@@ -780,6 +950,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
@@ -801,6 +974,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
@@ -821,6 +995,10 @@ exports[`getIbcAssets 1`] = `
"display": "frax",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
@@ -842,6 +1020,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
@@ -864,6 +1043,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#f4ac34",
+ },
},
],
"logoURIs": {
@@ -885,9 +1067,11 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "coingeckoId": "axelar-usdt",
"denomUnits": [
{
"aliases": [
@@ -907,6 +1091,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
"logoURIs": {
@@ -928,6 +1115,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
@@ -949,6 +1137,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
@@ -969,9 +1160,11 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "coingeckoId": "axlwbtc",
"denomUnits": [
{
"aliases": [
@@ -990,6 +1183,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
@@ -1010,6 +1206,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
@@ -1030,6 +1227,10 @@ exports[`getIbcAssets 1`] = `
"display": "aave",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
],
@@ -1051,6 +1252,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
@@ -1071,6 +1273,10 @@ exports[`getIbcAssets 1`] = `
"display": "ape",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x4d224452801aced8b2f0aebe155379bb5d594381",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
],
@@ -1092,6 +1298,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
@@ -1112,6 +1319,10 @@ exports[`getIbcAssets 1`] = `
"display": "axs",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
},
],
@@ -1133,6 +1344,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
@@ -1153,8 +1365,15 @@ exports[`getIbcAssets 1`] = `
"display": "link",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x514910771af9ca656af840dff83e8264ecf986ca",
+ "chainName": "ethereum",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#2c5cdc",
+ },
},
],
"logoURIs": {
@@ -1176,6 +1395,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
@@ -1196,6 +1416,10 @@ exports[`getIbcAssets 1`] = `
"display": "mkr",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
],
@@ -1217,6 +1441,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
@@ -1237,6 +1462,10 @@ exports[`getIbcAssets 1`] = `
"display": "rai",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
],
@@ -1258,6 +1487,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
@@ -1278,7 +1508,15 @@ exports[`getIbcAssets 1`] = `
"display": "shib",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "primaryColorHex": "#FFA409",
+ },
},
],
"logoURIs": {
@@ -1299,6 +1537,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
@@ -1319,6 +1558,10 @@ exports[`getIbcAssets 1`] = `
"display": "steth",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
@@ -1340,6 +1583,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
@@ -1360,6 +1604,10 @@ exports[`getIbcAssets 1`] = `
"display": "uni",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
},
],
@@ -1381,6 +1629,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
@@ -1401,6 +1650,10 @@ exports[`getIbcAssets 1`] = `
"display": "xcn",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
},
],
@@ -1422,6 +1675,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
@@ -1442,8 +1696,15 @@ exports[`getIbcAssets 1`] = `
"display": "dot",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xffffffff1fcacbd218edc0eba20fc2308c778080",
+ "chainName": "moonbeam",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
@@ -1465,6 +1726,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
@@ -1485,8 +1747,15 @@ exports[`getIbcAssets 1`] = `
"display": "wglmr",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xacc15dc74880c9944775448304b263d191c6077f",
+ "chainName": "moonbeam",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#e4147c",
+ },
},
],
"logoURIs": {
@@ -1508,6 +1777,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
@@ -1528,8 +1798,15 @@ exports[`getIbcAssets 1`] = `
"display": "wmatic",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
+ "chainName": "polygon",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "theme": {
+ "primaryColorHex": "#2b93fb",
+ },
},
],
"logoURIs": {
@@ -1551,6 +1828,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
@@ -1571,8 +1849,15 @@ exports[`getIbcAssets 1`] = `
"display": "wbnb",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
+ "chainName": "binancesmartchain",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
@@ -1594,6 +1879,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
@@ -1614,11 +1900,20 @@ exports[`getIbcAssets 1`] = `
"display": "busd",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x4fabb145d64652a948d72533023f6e7a623c7c53",
+ "chainName": "ethereum",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
},
"name": "Binance USD",
"symbol": "BUSD",
@@ -1635,6 +1930,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
@@ -1655,6 +1951,10 @@ exports[`getIbcAssets 1`] = `
"display": "avax",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
+ "chainName": "avalanche",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
@@ -1676,6 +1976,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
@@ -1696,11 +1997,20 @@ exports[`getIbcAssets 1`] = `
"display": "ftm",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
+ "chainName": "fantom",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "theme": {
+ "primaryColorHex": "#1c6cfc",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
},
"name": "Wrapped FTM",
"symbol": "WFTM",
@@ -1717,6 +2027,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
@@ -1739,6 +2050,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
@@ -1760,6 +2074,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
@@ -1782,6 +2097,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
@@ -1803,6 +2121,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
@@ -1823,8 +2142,15 @@ exports[`getIbcAssets 1`] = `
"display": "fil",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
+ "chainName": "filecoin",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "theme": {
+ "primaryColorHex": "#0694fc",
+ },
},
],
"logoURIs": {
@@ -1846,6 +2172,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
@@ -1866,8 +2193,15 @@ exports[`getIbcAssets 1`] = `
"display": "arb",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x912CE59144191C1204E64559FE8253a0e49E6548",
+ "chainName": "arbitrum",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "theme": {
+ "primaryColorHex": "#253545",
+ },
},
],
"logoURIs": {
@@ -1889,6 +2223,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
@@ -1914,6 +2249,9 @@ exports[`getIbcAssets 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
+ },
},
],
"logoURIs": {
@@ -1935,6 +2273,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
@@ -1959,6 +2298,9 @@ exports[`getIbcAssets 1`] = `
"chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "theme": {
+ "primaryColorHex": "#c9dbfc",
+ },
},
],
"logoURIs": {
@@ -1979,6 +2321,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
@@ -2003,6 +2346,9 @@ exports[`getIbcAssets 1`] = `
"chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"logoURIs": {
@@ -2023,6 +2369,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
@@ -2067,6 +2414,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
@@ -2111,6 +2459,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
@@ -2136,6 +2485,9 @@ exports[`getIbcAssets 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "theme": {
+ "primaryColorHex": "#14448c",
+ },
},
],
"logoURIs": {
@@ -2157,6 +2509,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
@@ -2201,6 +2554,227 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "yum-wei",
+ ],
+ "denom": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
+ "exponent": 0,
+ },
+ {
+ "denom": "yum",
+ "exponent": 18,
+ },
+ ],
+ "display": "yum",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
+ "theme": {
+ "primaryColorHex": "#33a6e7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
+ },
+ "name": "Axelar Wrapped YUM",
+ "symbol": "YUM.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "yum-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arbitrum-weth-wei",
+ ],
+ "denom": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
+ "exponent": 0,
+ },
+ {
+ "denom": "arbitrum-weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "arbitrum-weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
+ "chainName": "arbitrum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ },
+ ],
+ "name": "Arbitrum axlETH",
+ "symbol": "axlETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "arbitrum-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "base-weth-wei",
+ ],
+ "denom": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
+ "exponent": 0,
+ },
+ {
+ "denom": "base-weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "base-weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000006",
+ "chainName": "base",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ },
+ ],
+ "name": "Base axlETH",
+ "symbol": "axlETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "base-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "polygon-weth-wei",
+ ],
+ "denom": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
+ "exponent": 0,
+ },
+ {
+ "denom": "polygon-weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "polygon-weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
+ "chainName": "polygon",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ },
+ ],
+ "name": "Polygon axlETH",
+ "symbol": "axlETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "polygon-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "op-wei",
+ ],
+ "denom": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
+ "exponent": 0,
+ },
+ {
+ "denom": "op",
+ "exponent": 18,
+ },
+ ],
+ "display": "op",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000042",
+ "chainName": "optimism",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg",
+ "theme": {
+ "primaryColorHex": "#fc0424",
+ },
+ },
+ ],
+ "name": "Optimism",
+ "symbol": "OP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-208",
+ },
+ "counterparty": {
+ "base_denom": "op-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
@@ -2224,6 +2798,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#4424e4",
+ },
},
],
"logoURIs": {
@@ -2249,6 +2826,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
@@ -2272,6 +2850,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "theme": {
+ "primaryColorHex": "#079fd7",
+ },
},
],
"logoURIs": {
@@ -2293,6 +2874,260 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
+ "coingeckoId": "vidulum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ ],
+ "denom": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
+ "exponent": 0,
+ },
+ {
+ "denom": "vdl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Vidulum App Token",
+ "display": "vdl",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ },
+ "name": "Vidulum",
+ "symbol": "VDL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ ],
+ "denom": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
+ ],
+ "denom": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
+ "exponent": 0,
+ },
+ {
+ "denom": "C2M",
+ "exponent": 6,
+ },
+ ],
+ "description": "Crypto2Mars Community Token",
+ "display": "C2M",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
+ "theme": {
+ "primaryColorHex": "#FEFEFE",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
+ },
+ "name": "Crypto2Mars",
+ "symbol": "C2M",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
+ ],
+ "denom": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
+ "exponent": 0,
+ },
+ {
+ "denom": "uarch",
+ "exponent": 12,
+ },
+ {
+ "denom": "arch",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Archway network",
+ "display": "arch",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "aarch",
+ "chainName": "archway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ },
+ "name": "Archway",
+ "symbol": "ARCH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
+ ],
+ "denom": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC from Noble",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-340",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
},
{
"base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
@@ -2316,6 +3151,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#3cc494",
+ },
},
],
"logoURIs": {
@@ -2341,6 +3179,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
@@ -2364,6 +3203,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#c8307f",
+ },
},
],
"logoURIs": {
@@ -2411,6 +3253,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "theme": {
+ "primaryColorHex": "#e8e5e7",
+ },
},
],
"logoURIs": {
@@ -2431,6 +3276,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
@@ -2452,6 +3298,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "theme": {
+ "primaryColorHex": "#c3a59e",
+ },
},
],
"logoURIs": {
@@ -2472,6 +3321,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
@@ -2493,6 +3343,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "theme": {
+ "primaryColorHex": "#0d0d0d",
+ },
},
],
"logoURIs": {
@@ -2513,6 +3366,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
@@ -2534,6 +3388,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "theme": {
+ "primaryColorHex": "#1c2536",
+ },
},
],
"logoURIs": {
@@ -2554,6 +3411,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
@@ -2575,6 +3433,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "theme": {
+ "primaryColorHex": "#f5f5f5",
+ },
},
],
"logoURIs": {
@@ -2595,6 +3456,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
@@ -2616,6 +3478,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "theme": {
+ "primaryColorHex": "#1a1521",
+ },
},
],
"logoURIs": {
@@ -2636,6 +3501,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
@@ -2657,6 +3523,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "theme": {
+ "primaryColorHex": "#161616",
+ },
},
],
"logoURIs": {
@@ -2677,6 +3546,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
@@ -2698,6 +3568,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "theme": {
+ "primaryColorHex": "#cfb1b3",
+ },
},
],
"logoURIs": {
@@ -2718,6 +3591,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
@@ -2739,6 +3613,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "theme": {
+ "primaryColorHex": "#0a0a0a",
+ },
},
],
"logoURIs": {
@@ -2759,6 +3636,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
@@ -2780,6 +3658,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "theme": {
+ "primaryColorHex": "#b8b6b6",
+ },
},
],
"logoURIs": {
@@ -2800,6 +3681,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
@@ -2821,6 +3703,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "theme": {
+ "primaryColorHex": "#0f0c27",
+ },
},
],
"logoURIs": {
@@ -2841,6 +3726,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
@@ -2862,6 +3748,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "theme": {
+ "primaryColorHex": "#21283c",
+ },
},
],
"logoURIs": {
@@ -2882,6 +3771,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
@@ -2903,6 +3793,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "theme": {
+ "primaryColorHex": "#151515",
+ },
},
],
"logoURIs": {
@@ -2923,6 +3816,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
@@ -2944,6 +3838,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "theme": {
+ "primaryColorHex": "#847760",
+ },
},
],
"logoURIs": {
@@ -2964,6 +3861,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
@@ -2998,6 +3896,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
@@ -3024,6 +3923,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "theme": {
+ "primaryColorHex": "#708ffc",
+ },
},
],
"keywords": [
@@ -3053,10 +3955,10 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -3075,6 +3977,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "theme": {
+ "primaryColorHex": "#0c3ab5",
+ },
},
],
"keywords": [
@@ -3098,10 +4003,10 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -3120,6 +4025,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "theme": {
+ "primaryColorHex": "#ee8828",
+ },
},
],
"keywords": [
@@ -3143,6 +4051,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
@@ -3162,6 +4071,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "theme": {
+ "primaryColorHex": "#4cea4e",
+ },
},
],
"logoURIs": {
@@ -3183,6 +4095,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
@@ -3201,6 +4114,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "theme": {
+ "primaryColorHex": "#ffffff",
+ },
},
],
"logoURIs": {
@@ -3222,6 +4138,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
@@ -3247,6 +4164,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "theme": {
+ "primaryColorHex": "#f4ecce",
+ },
},
],
"logoURIs": {
@@ -3268,6 +4188,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
@@ -3293,6 +4214,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "theme": {
+ "primaryColorHex": "#fba809",
+ },
},
],
"logoURIs": {
@@ -3314,6 +4238,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
@@ -3332,6 +4257,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "theme": {
+ "primaryColorHex": "#1e8fa9",
+ },
},
],
"logoURIs": {
@@ -3353,6 +4281,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
@@ -3376,6 +4305,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "theme": {
+ "primaryColorHex": "#1c1f1f",
+ },
},
],
"logoURIs": {
@@ -3401,6 +4333,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
@@ -3425,10 +4358,17 @@ exports[`getIbcAssets 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -3473,6 +4413,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#a5edf2",
+ },
},
],
"logoURIs": {
@@ -3521,6 +4464,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
+ "theme": {
+ "primaryColorHex": "#053e4f",
+ },
},
],
"logoURIs": {
@@ -3566,8 +4512,15 @@ exports[`getIbcAssets 1`] = `
"display": "bnb",
"images": [
{
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "binancesmartchain",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
@@ -3589,6 +4542,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
@@ -3614,6 +4568,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -3635,6 +4592,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
@@ -3658,7 +4616,14 @@ exports[`getIbcAssets 1`] = `
"display": "busd",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
+ "chainName": "binancesmartchain",
+ },
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
@@ -3679,6 +4644,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
@@ -3704,6 +4670,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
@@ -3725,6 +4694,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
@@ -3750,6 +4720,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
+ "theme": {
+ "primaryColorHex": "#043d4d",
+ },
},
],
"logoURIs": {
@@ -3771,6 +4744,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
@@ -3815,6 +4789,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
@@ -3859,6 +4834,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
@@ -3882,10 +4858,20 @@ exports[`getIbcAssets 1`] = `
"display": "usdc",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
"name": "Circle USD",
@@ -3903,6 +4889,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
@@ -3926,6 +4913,10 @@ exports[`getIbcAssets 1`] = `
"display": "usdc",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
+ "chainName": "binancesmartchain",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
@@ -3947,6 +4938,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
@@ -3972,6 +4964,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "theme": {
+ "primaryColorHex": "#2cccc4",
+ },
},
],
"logoURIs": {
@@ -3993,6 +4988,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
@@ -4010,13 +5006,18 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "description": "The native token of the Celestia blockchain.",
+ "description": "Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.",
"display": "tia",
- "extendedDescription": "Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.",
+ "extendedDescription": "Celestia is a pioneering blockchain platform that aims to address the scalability and interoperability challenges faced by current blockchain networks. It introduces a modular architecture that separates consensus and data availability from execution, allowing developers to create highly customizable and scalable blockchains. By decoupling these functions, Celestia enables independent blockchains to interact seamlessly while maintaining high throughput and security.
+
+Celestia's unique approach includes a consensus and data availability layer that supports multiple execution environments, facilitating a diverse range of decentralized applications (dApps). This design allows for greater flexibility and efficiency, as developers can choose the best execution environment for their specific use case. Celestia's focus on modularity and interoperability has the potential to significantly enhance the blockchain ecosystem by enabling more scalable and adaptable solutions.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
@@ -4042,6 +5043,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
@@ -4065,6 +5067,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "theme": {
+ "primaryColorHex": "#c6c6c9",
+ },
},
],
"logoURIs": {
@@ -4086,10 +5091,11 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
- "coingeckoId": "",
+ "coingeckoId": "chain4energy",
"denomUnits": [
{
"aliases": [
@@ -4105,9 +5111,13 @@ exports[`getIbcAssets 1`] = `
],
"description": "The native token of Chain4Energy",
"display": "c4e",
+ "extendedDescription": "C4E is a DePIN L1 Blockchain platform, designed to support a variety of innovative energy and e-mobility applications by creating a decentralized and democratized community-powered ecosystem.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "theme": {
+ "primaryColorHex": "#24344c",
+ },
},
],
"logoURIs": {
@@ -4132,6 +5142,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
@@ -4155,6 +5166,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#fc5f04",
+ },
},
],
"logoURIs": {
@@ -4176,6 +5190,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
@@ -4193,12 +5208,16 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "description": "The native token of Chihuahua Chain",
+ "description": "Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.",
"display": "huahua",
+ "extendedDescription": "Chihuahua aims to foster a vibrant and interactive community through its blockchain platform, which emphasizes social engagement and entertainment. The native token, HUAHUA, is used for various activities within the ecosystem, including rewards, staking, and governance. Chihuahua's unique approach combines blockchain technology with community engagement, offering a dynamic and enjoyable environment for its users.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
+ },
},
],
"logoURIs": {
@@ -4220,6 +5239,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
@@ -4238,15 +5258,25 @@ exports[`getIbcAssets 1`] = `
],
"description": "has a hat",
"display": "achihuahuawifhat",
+ "extendedDescription": "Chihuahuawifhat is the biggest cult of the Chihuahua chain aiming to take over Cosmos. The token is $BADDOG and we're not playing around.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
"name": "Chihuahuawifhat",
+ "socials": {
+ "twitter": "https://x.com/chihuahuawifhat",
+ "website": "https://baddog.lol/",
+ },
"symbol": "BADDOG",
"traces": [
{
@@ -4261,6 +5291,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
@@ -4282,6 +5313,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "theme": {
+ "primaryColorHex": "#d9905f",
+ },
},
],
"logoURIs": {
@@ -4302,6 +5336,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
@@ -4323,6 +5358,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "theme": {
+ "primaryColorHex": "#f3bb5b",
+ },
},
],
"logoURIs": {
@@ -4343,6 +5381,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
@@ -4364,6 +5403,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "theme": {
+ "primaryColorHex": "#43b333",
+ },
},
],
"logoURIs": {
@@ -4384,6 +5426,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
@@ -4405,6 +5448,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -4425,6 +5471,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
@@ -4446,6 +5493,9 @@ exports[`getIbcAssets 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "theme": {
+ "primaryColorHex": "#d9d2d2",
+ },
},
],
"logoURIs": {
@@ -4466,10 +5516,153 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0",
+ "base": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ ],
+ "denom": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
+ "exponent": 0,
+ },
+ {
+ "denom": "ashHUAHUA",
+ "exponent": 6,
+ },
+ ],
+ "description": "ashHUAHUA - Burned HUAHUA",
+ "display": "ashHUAHUA",
+ "extendedDescription": "ashHUAHUA - receipt token recieved when burning HUAHUA via ASH DAOs Furnace",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f46c0f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ },
+ "name": "Burned HUAHUA",
+ "symbol": "ashHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-113",
+ },
+ "counterparty": {
+ "base_denom": "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ ],
+ "denom": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampGASH",
+ "exponent": 6,
+ },
+ ],
+ "display": "ampGASH",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ },
+ "name": "ampGASH",
+ "symbol": "ampGASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-113",
+ },
+ "counterparty": {
+ "base_denom": "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ ],
+ "denom": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
+ "exponent": 0,
+ },
+ {
+ "denom": "GUPPY",
+ "exponent": 6,
+ },
+ ],
+ "display": "GUPPY",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ },
+ "name": "GUPPY",
+ "symbol": "GUPPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-113",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
},
{
"base": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -4483,12 +5676,15 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "description": "Decentralized Machine Learning",
+ "description": "Cifer Blockchain Network Built for Decentralized Machine Learning.",
"display": "cif",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "theme": {
+ "primaryColorHex": "#af49b7",
+ },
},
],
"logoURIs": {
@@ -4514,6 +5710,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
@@ -4537,6 +5734,9 @@ exports[`getIbcAssets 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
@@ -4558,6 +5758,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
@@ -4581,6 +5782,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "theme": {
+ "primaryColorHex": "#645ca4",
+ },
},
],
"logoURIs": {
@@ -4602,6 +5806,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
@@ -4625,6 +5830,9 @@ exports[`getIbcAssets 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -4646,6 +5854,7 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
@@ -4663,8 +5872,9 @@ exports[`getIbcAssets 1`] = `
"exponent": 12,
},
],
- "description": "The native staking and governance token of Composable.",
+ "description": "Picasso is a blockchain project within the IBC ecosystem that focuses on providing modular and interoperable solutions for decentralized finance (DeFi) and other blockchain applications.",
"display": "pica",
+ "extendedDescription": "Picasso is part of the IBC network and aims to offer modular, interoperable solutions tailored for DeFi and other blockchain applications. Picasso enables IBC-based bridging between Cosmos, Solana, Ethereum, and Polkadot. Picasso's commitment to innovation and interoperability makes it a significant player in the evolving blockchain landscape, providing tools and infrastructure that cater to diverse blockchain use cases.",
"images": [
{
"imageSync": {
@@ -4680,7 +5890,7 @@ exports[`getIbcAssets 1`] = `
"name": "Pica",
"socials": {
"twitter": "https://twitter.com/picasso_network",
- "website": "https://picasso.xyz/",
+ "website": "https://picasso.network/",
},
"symbol": "PICA",
"traces": [
@@ -4696,15 +5906,16 @@ exports[`getIbcAssets 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "base": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"denomUnits": [
{
"aliases": [
"ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
],
- "denom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "denom": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"exponent": 0,
},
{
@@ -4744,13 +5955,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "base": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"denomUnits": [
{
"aliases": [
"ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
],
- "denom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "denom": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"exponent": 0,
},
{
@@ -4766,10 +5977,15 @@ exports[`getIbcAssets 1`] = `
"baseDenom": "79228162514264337593543950342",
"chainName": "picasso",
},
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"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",
},
"name": "DOT",
@@ -4790,13 +6006,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "base": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"denomUnits": [
{
"aliases": [
"ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
],
- "denom": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "denom": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"exponent": 0,
},
{
@@ -4804,7 +6020,7 @@ exports[`getIbcAssets 1`] = `
"exponent": 6,
},
],
- "description": "The native staking and governance token of Statemine parachain.",
+ "description": "USDT issued by the Kusama Asset Hub.",
"display": "usdt",
"images": [
{
@@ -4832,13 +6048,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "base": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"denomUnits": [
{
"aliases": [
"ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
],
- "denom": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "denom": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"exponent": 0,
},
{
@@ -4878,13 +6094,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "base": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"denomUnits": [
{
"aliases": [
"ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
],
- "denom": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "denom": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"exponent": 0,
},
{
@@ -4894,19 +6110,29 @@ exports[`getIbcAssets 1`] = `
],
"description": "The native token of Ethereum, bridged via IBC.",
"display": "eth",
+ "extendedDescription": "Ether is the native token of the Ethereum blockchain. It powers a wide range of decentralized applications and smart contracts on the platform. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
"baseDenom": "wei",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
"name": "Ethereum",
+ "socials": {
+ "twitter": "https://twitter.com/ethereum",
+ "website": "https://ethereum.org/",
+ },
"symbol": "ETH",
"traces": [
{
@@ -4924,13 +6150,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "base": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"denomUnits": [
{
"aliases": [
"ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
],
- "denom": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "denom": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"exponent": 0,
},
{
@@ -4940,6 +6166,7 @@ exports[`getIbcAssets 1`] = `
],
"description": "A stablecoin issued by Maker Protocol.",
"display": "dai",
+ "extendedDescription": "DAI, a stablecoin issued by the Maker Protocol, maintains a value pegged to the US dollar. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
@@ -4953,6 +6180,10 @@ exports[`getIbcAssets 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
"name": "Dai",
+ "socials": {
+ "twitter": "https://twitter.com/MakerDAO",
+ "website": "https://makerdao.com/",
+ },
"symbol": "DAI",
"traces": [
{
@@ -4970,13 +6201,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "base": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"denomUnits": [
{
"aliases": [
"ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
],
- "denom": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "denom": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"exponent": 0,
},
{
@@ -4986,19 +6217,29 @@ exports[`getIbcAssets 1`] = `
],
"description": "The governance token of the Frax ecosystem.",
"display": "fxs",
+ "extendedDescription": "Frax Shares is the governance and utility token of the Frax Protocol. It plays a crucial role in maintaining the stability of the FRAX stablecoin. Holders of FXS can participate in governance decisions and benefit from the protocol's growth and revenue, as the token captures fees.",
"images": [
{
"imageSync": {
"baseDenom": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
},
"name": "Frax Shares",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "FXS",
"traces": [
{
@@ -5016,13 +6257,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "base": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"denomUnits": [
{
"aliases": [
"ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
],
- "denom": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "denom": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"exponent": 0,
},
{
@@ -5030,8 +6271,9 @@ exports[`getIbcAssets 1`] = `
"exponent": 18,
},
],
- "description": "The first fractional-algorithmic stablecoin.",
+ "description": "The first fractional-algorithmic stablecoin by Frax Finance.",
"display": "frax",
+ "extendedDescription": "FRAX is a stablecoin designed to maintain a stable value to a peg of the US dollar. It is issued by the Frax Protocol, which employs a hybrid approach combining algorithmic mechanisms with collateral backing.",
"images": [
{
"imageSync": {
@@ -5045,6 +6287,10 @@ exports[`getIbcAssets 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
"name": "Frax",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "FRAX",
"traces": [
{
@@ -5062,13 +6308,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "base": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"denomUnits": [
{
"aliases": [
"ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
],
- "denom": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "denom": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"exponent": 0,
},
{
@@ -5078,19 +6324,29 @@ exports[`getIbcAssets 1`] = `
],
"description": "A liquid ETH staking derivative designed to leverage the Frax ecosystem.",
"display": "frxeth",
+ "extendedDescription": "FrxETH is a stablecoin that is loosely pegged to ETH, meaning that 1 frxETH always represents 1 ETH.",
"images": [
{
"imageSync": {
"baseDenom": "0x5e8422345238f34275888049021821e8e08caa1f",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
},
"name": "Frax Ether",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "frxETH",
"traces": [
{
@@ -5108,13 +6364,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "base": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"denomUnits": [
{
"aliases": [
"ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
],
- "denom": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "denom": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"exponent": 0,
},
{
@@ -5124,6 +6380,7 @@ exports[`getIbcAssets 1`] = `
],
"description": "A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.",
"display": "sfrxeth",
+ "extendedDescription": "SFRXETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. It allows users to earn staking yield on their frxETH, a type of Frax Ether.",
"images": [
{
"imageSync": {
@@ -5137,6 +6394,10 @@ exports[`getIbcAssets 1`] = `
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
"name": "Frax Staked Ether",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "sfrxETH",
"traces": [
{
@@ -5154,13 +6415,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "base": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"denomUnits": [
{
"aliases": [
"ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
],
- "denom": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "denom": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"exponent": 0,
},
{
@@ -5170,19 +6431,29 @@ exports[`getIbcAssets 1`] = `
],
"description": "An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ",
"display": "sfrax",
+ "extendedDescription": "Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times.",
"images": [
{
"imageSync": {
"baseDenom": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
},
"name": "Staked FRAX",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
"symbol": "sFRAX",
"traces": [
{
@@ -5200,13 +6471,13 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "base": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"denomUnits": [
{
"aliases": [
"ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
],
- "denom": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "denom": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"exponent": 0,
},
{
@@ -5216,19 +6487,31 @@ exports[`getIbcAssets 1`] = `
],
"description": "A stablecoin issued by Tether that is pegged 1:1 to the USD.",
"display": "usdt",
+ "extendedDescription": "USDT, or Tether, is a widely used stablecoin pegged to the US dollar, designed to maintain a stable value and facilitate transactions. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
"baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"chainName": "ethereum",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Tether",
+ "name": "Tether (Ethereum)",
+ "socials": {
+ "twitter": "https://twitter.com/Tether_to",
+ "website": "https://www.tether.to/",
+ },
"symbol": "USDT",
"traces": [
{
@@ -5246,243 +6529,243 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
- "coingeckoId": "consciousdao",
+ "base": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"denomUnits": [
{
"aliases": [
- "acvnt",
+ "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
],
- "denom": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
+ "denom": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"exponent": 0,
},
{
- "denom": "cvnt",
+ "denom": "crv",
"exponent": 18,
},
],
- "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "cvnt",
+ "description": "CRV is the governance token for Curve Finance.",
+ "display": "crv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "imageSync": {
+ "baseDenom": "0xd533a949740bb3306d119cc777fa900ba034cd52",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
+ "theme": {
+ "primaryColorHex": "#1fcbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
- },
- "name": "Cvn",
- "socials": {
- "twitter": "https://twitter.com/conscious_chain",
- "website": "https://cvn.io",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
},
- "symbol": "CVN",
+ "name": "Curve DAO",
+ "symbol": "CRV",
"traces": [
{
"chain": {
- "channel_id": "channel-35264",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "acvnt",
- "chain_name": "conscious",
- "channel_id": "channel-5",
+ "base_denom": "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
- "coingeckoId": "coreum",
+ "base": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"denomUnits": [
{
"aliases": [
- "ucore",
+ "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
],
- "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "denom": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"exponent": 0,
},
{
- "denom": "core",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 18,
},
],
- "description": "The native token of Coreum",
- "display": "core",
+ "description": "An ERC-20 token issued Ethereum that represents Bitcoin.",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
- "keywords": [
- "dex",
- "staking",
- "wasm",
- "assets",
- "nft",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
- },
- "name": "Coreum",
- "socials": {
- "twitter": "https://twitter.com/CoreumOfficial",
- "website": "https://www.coreum.com/",
+ "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",
},
- "symbol": "COREUM",
+ "name": "Wrapped Bitcoin",
+ "symbol": "wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ucore",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "base": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"denomUnits": [
{
"aliases": [
- "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
],
- "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "denom": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"exponent": 0,
},
{
- "denom": "xrp",
- "exponent": 6,
+ "denom": "steth",
+ "exponent": 18,
},
],
- "description": "XRP bridged from XRPL",
- "display": "xrp",
+ "description": "A token that represents staked ether in Lido.",
+ "display": "steth",
"images": [
{
"imageSync": {
- "baseDenom": "drop",
- "chainName": "xrpl",
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
- "name": "Ripple",
- "symbol": "XRP",
+ "name": "Lido Staked Ether",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "coingeckoId": "cosmos",
+ "base": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"denomUnits": [
{
"aliases": [
- "uatom",
+ "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
],
- "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "denom": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "reth",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Cosmos Hub.",
- "display": "atom",
+ "description": "Rocket Pool protocol's liquid staking token.",
+ "display": "reth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"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",
- },
- "name": "Cosmos Hub Atom",
- "socials": {
- "twitter": "https://twitter.com/cosmoshub",
- "website": "https://cosmos.network",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
},
- "symbol": "ATOM",
+ "name": "Rocket Pool ETH",
+ "symbol": "rETH",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "uatom",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "base": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"denomUnits": [
{
"aliases": [
- "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
],
- "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "denom": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "crvusd",
+ "exponent": 18,
},
],
- "description": "Tether USDt on the Cosmos Hub",
- "display": "usdt",
+ "description": "A collateralized-debt-position (CDP) stablecoin by Curve DAO.",
+ "display": "crvusd",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
+ "theme": {
+ "primaryColorHex": "#d6e3d9",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "crvUSD",
+ "symbol": "crvUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -5490,43 +6773,48 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "base": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"denomUnits": [
{
"aliases": [
- "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
],
- "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "denom": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"exponent": 0,
},
+ {
+ "denom": "pxeth",
+ "exponent": 18,
+ },
],
- "description": "FX on Cosmos Hub",
- "display": "FX",
+ "description": "pxETH is built on top of the Pirex platform and forms the foundation of the Dinero protocol.",
+ "display": "pxeth",
"images": [
{
"imageSync": {
- "baseDenom": "FX",
- "chainName": "fxcore",
+ "baseDenom": "0x04c154b66cb340f3ae24111cc767e0184ed00cc6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
+ "theme": {
+ "primaryColorHex": "#c3cbd2",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Dinero Staked ETH",
+ "symbol": "pxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -5534,597 +6822,602 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
- "coingeckoId": "crescent-network",
+ "base": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"denomUnits": [
{
"aliases": [
- "ucre",
+ "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
],
- "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "denom": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"exponent": 0,
},
{
- "denom": "cre",
- "exponent": 6,
+ "denom": "eeth",
+ "exponent": 18,
},
],
- "description": "The native token of Crescent",
- "display": "cre",
+ "description": "eETH is a natively restaked liquid staking token on Ethereum.",
+ "display": "eeth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x35fa164735182de50811e8e2e824cfb9b6118ac2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
+ "theme": {
+ "primaryColorHex": "#5045b7",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
},
- "name": "Crescent",
- "symbol": "CRE",
+ "name": "ether.fi Staked ETH",
+ "symbol": "eETH",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ucre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
- "coingeckoId": "liquid-staking-crescent",
+ "base": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"denomUnits": [
{
"aliases": [
- "ubcre",
+ "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
],
- "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "denom": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"exponent": 0,
},
{
- "denom": "bcre",
- "exponent": 6,
+ "denom": "ena",
+ "exponent": 18,
},
],
- "description": "The bonded token of Crescent",
- "display": "bcre",
+ "description": "The native governance token of Ethena.",
+ "display": "ena",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x57e114b691db790c35207b2e685d4a43181e6061",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
- "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",
- },
- "name": "Bonded Crescent",
- "symbol": "bCRE",
+ "name": "Ethena",
+ "symbol": "ENA",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ubcre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "coingeckoId": "crypto-com-chain",
+ "base": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"denomUnits": [
{
"aliases": [
- "basecro",
+ "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
],
- "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "denom": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"exponent": 0,
},
{
- "denom": "cro",
- "exponent": 8,
+ "denom": "usde",
+ "exponent": 18,
},
],
- "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
- "display": "cro",
+ "description": "Ethena USDe is a synthetic dollar protocol built on Ethereum.",
+ "display": "usde",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "imageSync": {
+ "baseDenom": "0x4c9edd5852cd905f086c759e8383e09bff1e68b3",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- "name": "Cronos",
- "socials": {
- "twitter": "https://twitter.com/cronos_chain",
- "website": "https://cronos.org/",
- },
- "symbol": "CRO",
+ "name": "Ethena USDe",
+ "symbol": "USDe",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "basecro",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"denomUnits": [
{
"aliases": [
- "baseXLM",
+ "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "ezeth",
+ "exponent": 18,
},
],
- "description": "Synthetic XLM pegged 1:1 by Crypto.com",
- "display": "lumen",
+ "description": "A Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer.",
+ "display": "ezeth",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0xbf5495efe5db9ce00f80364c8b423567e58d2110",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png",
+ "theme": {
+ "primaryColorHex": "#9bcf2c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
- },
- "name": "Lumen (XLM) pegged token",
- "symbol": "XLM",
+ "name": "Renzo Restaked ETH",
+ "symbol": "ezETH",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "baseXLM",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"denomUnits": [
{
"aliases": [
- "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "pepe",
+ "exponent": 18,
},
],
- "description": "The native token of Stellar network, transferred via Solo Machine.",
- "display": "lumen",
+ "description": "PEPE is a deflationary memecoin launched on Ethereum. ",
+ "display": "pepe",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
- },
- "name": "Lumen (Solo Machine)",
- "symbol": "XLM",
+ "name": "Pepe",
+ "symbol": "PEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
- "coingeckoId": "cudos",
+ "base": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"denomUnits": [
{
"aliases": [
- "acudos",
+ "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
],
- "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "denom": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"exponent": 0,
},
{
- "denom": "cudos",
- "exponent": 18,
+ "denom": "wsol",
+ "exponent": 9,
},
],
- "description": "The native token of the Cudos blockchain",
- "display": "cudos",
+ "description": "SOL is the native cryptocurrency of the Solana blockchain.",
+ "display": "wsol",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
- "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",
- },
- "name": "Cudos",
- "socials": {
- "twitter": "https://twitter.com/CUDOS_",
- "website": "http://www.cudos.org",
- },
- "symbol": "CUDOS",
+ "name": "Wrapped Solana",
+ "symbol": "wSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-298",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "acudos",
- "chain_name": "cudos",
- "channel_id": "channel-1",
+ "base_denom": "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
- "coingeckoId": "decentr",
+ "base": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"denomUnits": [
{
"aliases": [
- "udec",
+ "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
],
- "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "denom": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"exponent": 0,
},
{
- "denom": "dec",
- "exponent": 6,
+ "denom": "msol",
+ "exponent": 9,
},
],
- "description": "The native token of Decentr",
- "display": "dec",
+ "description": "mSOL represents staked SOL in the Marinade stake pool.",
+ "display": "msol",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "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",
- },
- "name": "Decentr",
- "symbol": "DEC",
+ "name": "Marinade Staked SOL",
+ "symbol": "mSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-181",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udec",
- "chain_name": "decentr",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
- "coingeckoId": "desmos",
+ "base": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"denomUnits": [
{
"aliases": [
- "udsm",
+ "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
],
- "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "denom": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"exponent": 0,
},
{
- "denom": "dsm",
- "exponent": 6,
+ "denom": "jitosol",
+ "exponent": 9,
},
],
- "description": "The native token of Desmos",
- "display": "dsm",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.",
+ "display": "jitosol",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png",
+ "theme": {
+ "primaryColorHex": "#5bb384",
+ },
},
],
- "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",
- },
- "name": "Desmos",
- "symbol": "DSM",
+ "name": "Jito Staked SOL",
+ "symbol": "jitoSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-135",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udsm",
- "chain_name": "desmos",
- "channel_id": "channel-2",
+ "base_denom": "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
- "coingeckoId": "dhealth",
+ "base": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"denomUnits": [
{
"aliases": [
- "udhp",
+ "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
],
- "denom": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
+ "denom": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"exponent": 0,
},
{
- "denom": "dhp",
- "exponent": 6,
+ "denom": "bsol",
+ "exponent": 9,
},
],
- "description": "The native token of dHealth",
- "display": "dhp",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the BlazeStake protocol.",
+ "display": "bsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "imageSync": {
+ "baseDenom": "bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bsol.png",
+ "theme": {
+ "primaryColorHex": "#21c3cc",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
- },
- "name": "Digital Health Point",
- "symbol": "DHP",
+ "name": "BlazeStake Staked SOL",
+ "symbol": "bSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-73360",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udhp",
- "chain_name": "dhealth",
- "channel_id": "channel-2",
+ "base_denom": "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
- "coingeckoId": "dig-chain",
+ "base": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"denomUnits": [
{
"aliases": [
- "udig",
+ "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
],
- "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "denom": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"exponent": 0,
},
{
- "denom": "dig",
- "exponent": 6,
+ "denom": "lst",
+ "exponent": 9,
},
],
- "description": "Native token of Dig Chain",
- "display": "dig",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.",
+ "display": "lst",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
- },
- "name": "Dig Chain",
- "symbol": "DIG",
+ "name": "Liquid Staking Token",
+ "symbol": "LST",
"traces": [
{
"chain": {
- "channel_id": "channel-128",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udig",
- "chain_name": "dig",
- "channel_id": "channel-1",
+ "base_denom": "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "base": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"denomUnits": [
{
"aliases": [
- "peaka",
+ "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
],
- "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "denom": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"exponent": 0,
},
{
- "denom": "DORA",
- "exponent": 18,
+ "denom": "edgesol",
+ "exponent": 9,
},
],
- "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
- "display": "DORA",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.",
+ "display": "edgesol",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "imageSync": {
+ "baseDenom": "edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png",
+ "theme": {
+ "primaryColorHex": "#146cfc",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
- },
- "name": "Dora Vota",
- "symbol": "DORA",
+ "name": "Edgevana Staked SOL",
+ "symbol": "edgeSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-2694",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "peaka",
- "chain_name": "doravota",
- "channel_id": "channel-0",
+ "base_denom": "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
- "coingeckoId": "dydx-chain",
+ "base": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"denomUnits": [
{
"aliases": [
- "adydx",
+ "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
],
- "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "denom": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "hsol",
+ "exponent": 9,
},
],
- "description": "The native staking token of dYdX Protocol.",
- "display": "dydx",
+ "description": "A liquid staked token that represents SOL staked to Helius's validator.",
+ "display": "hsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "imageSync": {
+ "baseDenom": "he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/hsol.png",
"theme": {
- "circle": true,
+ "primaryColorHex": "#e5502a",
},
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- "name": "dYdX",
- "socials": {
- "twitter": "https://twitter.com/dYdX",
- "website": "https://dydx.trade/",
- },
- "symbol": "DYDX",
+ "name": "Helius Staked SOL",
+ "symbol": "hSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "adydx",
- "chain_name": "dydx",
+ "base_denom": "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "base": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"denomUnits": [
{
"aliases": [
- "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
],
- "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "denom": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "jupsol",
+ "exponent": 9,
},
],
- "description": "Noble USDC on dYdX Protocol.",
- "display": "usdc",
+ "description": "A liquid staked token that represents SOL staked to Jupiter's validator.",
+ "display": "jupsol",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jupsol.png",
+ "theme": {
+ "primaryColorHex": "#85d79e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
- },
- "name": "Noble USDC",
- "symbol": "USDC",
+ "name": "Jupiter Staked SOL",
+ "symbol": "jupSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
- "chain_name": "dydx",
+ "base_denom": "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -6133,183 +7426,188 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
- "coingeckoId": "dymension",
+ "base": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"denomUnits": [
{
"aliases": [
- "adym",
+ "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
],
- "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "denom": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"exponent": 0,
},
{
- "denom": "dym",
- "exponent": 18,
+ "denom": "wif",
+ "exponent": 6,
},
],
- "description": "The native governance and staking token of the Dymension Hub",
- "display": "dym",
+ "description": "dogwifhat is a meme coin that operates on Solana.",
+ "display": "wif",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "imageSync": {
+ "baseDenom": "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/wif.png",
+ "theme": {
+ "primaryColorHex": "#a29482",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
- },
- "name": "Dymension",
- "socials": {
- "twitter": "https://twitter.com/dymension",
- "website": "https://portal.dymension.xyz",
- },
- "symbol": "DYM",
+ "name": "dogwifhat",
+ "symbol": "WIF",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "adym",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "base": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"denomUnits": [
{
"aliases": [
- "anim",
+ "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
],
- "denom": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "denom": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"exponent": 0,
},
{
- "denom": "nim",
- "exponent": 18,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "The native token of Nim Network.",
- "display": "nim",
- "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
+ "description": "Tether, issued natively on Solana.",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg",
+ "imageSync": {
+ "baseDenom": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
- "keywords": [
- "gaming",
- "AI",
- ],
- "name": "NIM Network",
- "socials": {
- "twitter": "https://twitter.com/nim_network",
- "website": "https://nim.network/",
- },
- "symbol": "NIM",
+ "name": "Tether",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "anim",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
- "coingeckoId": "",
+ "base": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"denomUnits": [
{
"aliases": [
- "dys",
+ "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
],
- "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "denom": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"exponent": 0,
},
+ {
+ "denom": "whine",
+ "exponent": 6,
+ },
],
- "description": "The native staking and governance token of the Dyson Protocol",
- "display": "dys",
+ "description": "Whinecoin is an experimental memecoin by the Sommelier Finance team.",
+ "display": "whine",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "imageSync": {
+ "baseDenom": "ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": false,
+ "primaryColorHex": "#FFFFFF",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
- },
- "name": "Dys",
- "symbol": "DYS",
+ "name": "WHINEcoin",
+ "symbol": "WHINE",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "dys",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "base": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"denomUnits": [
{
"aliases": [
- "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
],
- "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "denom": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "unicorn",
"exponent": 6,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "description": "Unicorn from Solana via Picasso IBC",
+ "display": "unicorn",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "uwunicorn",
+ "chainName": "unicorn",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unicorn/images/uwu.png",
+ "theme": {
+ "primaryColorHex": "#D44CE6",
},
- "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",
},
],
- "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",
- },
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Unicorn",
+ "symbol": "UWU",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -6317,1024 +7615,1192 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "base": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
+ "coingeckoId": "consciousdao",
"denomUnits": [
{
"aliases": [
- "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "acvnt",
],
- "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "denom": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "cvnt",
+ "exponent": 18,
},
],
- "description": "Wrapped Bitcoin on Axelar on Osmosis",
- "display": "wbtc",
+ "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "cvnt",
+ "extendedDescription": "Conscious Network is a public chain infrastructure that deeply integrates AI. It is based on a multi-layer blockchain network architecture consisting of Layer 1 and L2 Rollup, and introduces decentralized storage protocols to build a scalable Web3 AI infrastructure.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "theme": {
+ "primaryColorHex": "#047e04",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Cvn",
+ "socials": {
+ "twitter": "https://twitter.com/conscious_chain",
+ "website": "https://cvn.io",
+ },
+ "symbol": "CVN",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-73971",
},
"counterparty": {
- "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "acvnt",
+ "chain_name": "conscious",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "coingeckoId": "coreum",
"denomUnits": [
{
"aliases": [
- "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "ucore",
],
- "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "core",
"exponent": 6,
},
],
- "description": "Circle's stablecoin on Axelar on Osmosis",
- "display": "usdc",
+ "description": "The native token of Coreum",
+ "display": "core",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "theme": {
+ "primaryColorHex": "#24d494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
},
],
+ "keywords": [
+ "dex",
+ "staking",
+ "wasm",
+ "assets",
+ "nft",
+ "XRPL",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Coreum",
+ "socials": {
+ "twitter": "https://twitter.com/CoreumOfficial",
+ "website": "https://www.coreum.com/",
+ },
+ "symbol": "COREUM",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
- "chain_name": "dyson",
+ "base_denom": "ucore",
+ "chain_name": "coreum",
"channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
- "coingeckoId": "echelon",
+ "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"denomUnits": [
{
"aliases": [
- "aechelon",
+ "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
],
- "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"exponent": 0,
},
{
- "denom": "echelon",
- "exponent": 18,
+ "denom": "xrp",
+ "exponent": 6,
},
],
- "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
- "display": "echelon",
+ "description": "XRP bridged from XRPL",
+ "display": "xrp",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "imageSync": {
+ "baseDenom": "drop",
+ "chainName": "xrpl",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
},
- "name": "Echelon",
- "symbol": "ECH",
+ "name": "Ripple",
+ "symbol": "XRP",
"traces": [
{
"chain": {
- "channel_id": "channel-403",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "aechelon",
- "chain_name": "echelon",
- "channel_id": "channel-11",
+ "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "chain_name": "coreum",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
- "coingeckoId": "e-money",
+ "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "coingeckoId": "cosmos",
"denomUnits": [
{
"aliases": [
- "ungm",
+ "uatom",
],
- "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"exponent": 0,
},
{
- "denom": "ngm",
+ "denom": "atom",
"exponent": 6,
},
],
- "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",
+ "description": "ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.",
+ "display": "atom",
+ "extendedDescription": "ATOM, the native cryptocurrency of the Cosmos network, is essential for achieving the project's goal of creating an 'Internet of Blockchains.' Launched in 2019, Cosmos aims to solve the scalability, usability, and interoperability issues prevalent in existing blockchain ecosystems. The Cosmos Hub, the central blockchain of the network, uses ATOM for transaction fees, staking, and governance. By staking ATOM, users can earn rewards and participate in governance, influencing decisions on network upgrades and changes.
+
+Cosmos leverages the Tendermint consensus algorithm to achieve high transaction throughput and fast finality. Its Inter-Blockchain Communication (IBC) protocol enables seamless data and value transfer between different blockchains, fostering a highly interconnected and collaborative ecosystem. The flexibility and scalability offered by Cosmos have attracted numerous projects, enhancing its utility and adoption. ATOM's role in securing the network and facilitating governance underscores its importance in the broader blockchain landscape.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "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",
},
- "name": "e-Money",
- "symbol": "NGM",
+ "name": "Cosmos Hub Atom",
+ "socials": {
+ "twitter": "https://twitter.com/cosmoshub",
+ "website": "https://cosmos.network",
+ },
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "ungm",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "uatom",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
- "coingeckoId": "e-money-eur",
+ "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"denomUnits": [
{
"aliases": [
- "eeur",
+ "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
],
- "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"exponent": 0,
},
{
- "denom": "eur",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
- "display": "eur",
+ "description": "Tether USDt on the Cosmos Hub",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "e-Money EUR",
- "symbol": "EEUR",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "eeur",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
- "coingeckoId": "",
+ "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"denomUnits": [
{
"aliases": [
- "echf",
+ "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
],
- "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
+ "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"exponent": 0,
},
- {
- "denom": "chf",
- "exponent": 6,
- },
],
- "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
- "display": "chf",
+ "description": "FX on Cosmos Hub",
+ "display": "FX",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "imageSync": {
+ "baseDenom": "FX",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "e-Money CHF",
- "symbol": "ECHF",
+ "name": "Function X",
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "echf",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
- "coingeckoId": "",
+ "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "coingeckoId": "crescent-network",
"denomUnits": [
{
"aliases": [
- "enok",
+ "ucre",
],
- "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
+ "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
"exponent": 0,
},
{
- "denom": "nok",
+ "denom": "cre",
"exponent": 6,
},
],
- "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
- "display": "nok",
+ "description": "The native token of Crescent",
+ "display": "cre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#3c2832",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "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",
},
- "name": "e-Money NOK",
- "symbol": "ENOK",
+ "name": "Crescent",
+ "symbol": "CRE",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "enok",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ucre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
- "coingeckoId": "",
+ "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "coingeckoId": "liquid-staking-crescent",
"denomUnits": [
{
"aliases": [
- "edkk",
+ "ubcre",
],
- "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
+ "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
"exponent": 0,
},
{
- "denom": "dkk",
+ "denom": "bcre",
"exponent": 6,
},
],
- "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
- "display": "dkk",
+ "description": "The bonded token of Crescent",
+ "display": "bcre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#df969f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "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",
},
- "name": "e-Money DKK",
- "symbol": "EDKK",
+ "name": "Bonded Crescent",
+ "symbol": "bCRE",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "edkk",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ubcre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
- "coingeckoId": "",
+ "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "coingeckoId": "crypto-com-chain",
"denomUnits": [
{
"aliases": [
- "esek",
+ "basecro",
],
- "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
+ "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
"exponent": 0,
},
{
- "denom": "sek",
- "exponent": 6,
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
- "display": "sek",
+ "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
+ "display": "cro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "theme": {
+ "primaryColorHex": "#0c2c71",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "e-Money SEK",
- "symbol": "ESEK",
+ "name": "Cronos",
+ "socials": {
+ "twitter": "https://twitter.com/cronos_chain",
+ "website": "https://cronos.org/",
+ },
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "esek",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "basecro",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "umpwr",
+ "baseXLM",
],
- "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "mpwr",
- "exponent": 6,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "The native staking and governance token of Empower.",
- "display": "mpwr",
+ "description": "Synthetic XLM pegged 1:1 by Crypto.com",
+ "display": "lumen",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "imageSync": {
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "name": "MPWR",
- "symbol": "MPWR",
+ "name": "Lumen (XLM) pegged token",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-1411",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "umpwr",
- "chain_name": "empowerchain",
- "channel_id": "channel-1",
+ "base_denom": "baseXLM",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "coingeckoId": "evmos",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "aevmos",
+ "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
],
- "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "The native EVM, governance and staking token of the Evmos Hub",
- "display": "evmos",
+ "description": "The native token of Stellar network, transferred via Solo Machine.",
+ "display": "lumen",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
- },
- "name": "Evmos",
- "socials": {
- "twitter": "https://twitter.com/EvmosOrg",
- "website": "https://evmos.org/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "symbol": "EVMOS",
+ "name": "Lumen (Solo Machine)",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "aevmos",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "coingeckoId": "cudos",
"denomUnits": [
{
"aliases": [
- "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "acudos",
],
- "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Evmos",
- "display": "usdt",
+ "description": "The native token of the Cudos blockchain",
+ "display": "cudos",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Cudos",
+ "socials": {
+ "twitter": "https://twitter.com/CUDOS_",
+ "website": "http://www.cudos.org",
+ },
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-298",
},
"counterparty": {
- "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "acudos",
+ "chain_name": "cudos",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "coingeckoId": "decentr",
"denomUnits": [
{
"aliases": [
- "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "udec",
],
- "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
"exponent": 0,
},
{
- "denom": "neok",
- "exponent": 18,
+ "denom": "dec",
+ "exponent": 6,
},
],
- "description": "The token of Neokingdom DAO.",
- "display": "neok",
- "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
+ "description": "The native token of Decentr",
+ "display": "dec",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4678e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
- },
- "name": "Neokingdom DAO",
- "socials": {
- "twitter": "https://twitter.com/NEOKingdomDAO",
- "website": "https://www.neokingdom.org/",
+ "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",
},
- "symbol": "NEOK",
+ "name": "Decentr",
+ "symbol": "DEC",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-181",
},
"counterparty": {
- "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "udec",
+ "chain_name": "decentr",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "coingeckoId": "desmos",
"denomUnits": [
{
"aliases": [
- "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "udsm",
],
- "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
"exponent": 0,
},
{
- "denom": "berlin",
- "exponent": 18,
+ "denom": "dsm",
+ "exponent": 6,
},
],
- "description": "The token of Teledisko DAO.",
- "display": "berlin",
+ "description": "The native token of Desmos",
+ "display": "dsm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fb804e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
},
- "name": "Teledisko DAO",
- "symbol": "BERLIN",
+ "name": "Desmos",
+ "symbol": "DSM",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-135",
},
"counterparty": {
- "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "udsm",
+ "chain_name": "desmos",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "base": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
+ "coingeckoId": "dhealth",
"denomUnits": [
{
"aliases": [
- "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "udhp",
],
- "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
"exponent": 0,
},
{
- "denom": "crowdp",
- "exponent": 18,
+ "denom": "dhp",
+ "exponent": 6,
},
],
- "description": "The token of Crowdpunk DAO",
- "display": "crowdp",
+ "description": "The native token of dHealth",
+ "display": "dhp",
+ "extendedDescription": "dHealth Network is an Operating System for Web3 Healthcare. It provides Web3 components such as Decentralised Digital Identity, Digital Payment, and user-controlled data access to support dApps and business models at the intersection of healthcare and blockchain technology.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "theme": {
+ "primaryColorHex": "#140c7c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
},
- "name": "Crowdpunk DAO",
- "symbol": "CROWDP",
+ "name": "Digital Health Point",
+ "socials": {
+ "twitter": "https://twitter.com/dhealth_network",
+ "website": "https://dhealth.com",
+ },
+ "symbol": "DHP",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-75030",
},
"counterparty": {
- "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "udhp",
+ "chain_name": "dhealth",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
- "coingeckoId": "fetch-ai",
+ "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "coingeckoId": "dig-chain",
"denomUnits": [
{
"aliases": [
- "afet",
+ "udig",
],
- "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
"exponent": 0,
},
{
- "denom": "fet",
- "exponent": 18,
+ "denom": "dig",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of the Fetch Hub.",
- "display": "fet",
+ "description": "Native token of Dig Chain",
+ "display": "dig",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "theme": {
+ "primaryColorHex": "#1b1433",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
},
- "name": "fetch-ai",
- "symbol": "FET",
+ "name": "Dig Chain",
+ "symbol": "DIG",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-128",
},
"counterparty": {
- "base_denom": "afet",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "udig",
+ "chain_name": "dig",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"denomUnits": [
{
"aliases": [
- "nanomobx",
+ "peaka",
],
- "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"exponent": 0,
},
{
- "denom": "mobx",
- "exponent": 9,
+ "denom": "DORA",
+ "exponent": 18,
},
],
- "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
- "display": "mobx",
+ "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
+ "display": "DORA",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "theme": {
+ "primaryColorHex": "#fba214",
+ },
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
},
- "name": "MOBIX",
- "symbol": "MOBX",
+ "name": "Dora Vota",
+ "symbol": "DORA",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-2694",
},
"counterparty": {
- "base_denom": "nanomobx",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "peaka",
+ "chain_name": "doravota",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
- "coingeckoId": "fanfury",
+ "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "coingeckoId": "dydx-chain",
"denomUnits": [
{
"aliases": [
- "ufury",
+ "adydx",
],
- "denom": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
+ "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
"exponent": 0,
},
{
- "denom": "fury",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The native token of Furya",
- "display": "fury",
+ "description": "DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.",
+ "display": "dydx",
+ "extendedDescription": "DYDX is a leading decentralized trading platform specializing in derivatives and perpetual contracts. It enables users to trade with leverage, providing a sophisticated and efficient trading environment without intermediaries. Built on the Ethereum blockchain, DYDX uses smart contracts to ensure transaction security and transparency, giving users full control over their funds and trades.
+
+The DYDX platform's native token, DYDX, is integral to its ecosystem, used for governance, staking, and fee discounts, incentivizing active participation. DYDX offers a wide range of trading pairs and supports advanced trading features like margin trading and lending. Combining the benefits of decentralized finance with traditional trading platform functionality, DYDX is paving the way for a more open and inclusive financial system.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
"theme": {
- "primaryColorHex": "#eaf143",
+ "primaryColorHex": "#21212f",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "theme": {
+ "circle": true,
},
},
- ],
- "keywords": [
- "gaming",
- "staking",
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Furya",
+ "name": "dYdX",
"socials": {
- "twitter": "https://twitter.com/furyachain",
+ "twitter": "https://twitter.com/dYdX",
+ "website": "https://dydx.trade/",
},
- "symbol": "FURY",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-8690",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "ufury",
- "chain_name": "furya",
+ "base_denom": "adydx",
+ "chain_name": "dydx",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
- "coingeckoId": "fx-coin",
+ "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"denomUnits": [
{
"aliases": [
- "FX",
+ "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
],
- "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"exponent": 0,
},
{
- "denom": "WFX",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The native staking token of the Function X",
- "display": "WFX",
+ "description": "Noble USDC on dYdX Protocol.",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Noble USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "FX",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "chain_name": "dydx",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "coingeckoId": "dymension",
"denomUnits": [
{
"aliases": [
- "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "adym",
],
- "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
+ "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "PUNDIX",
+ "denom": "dym",
"exponent": 18,
},
],
- "description": "The cross chain token of the Function X",
- "display": "PUNDIX",
+ "description": "The native governance and staking token of the Dymension Hub",
+ "display": "dym",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f4e4d4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
},
- "name": "Pundi X Token",
- "symbol": "PUNDIX",
+ "name": "Dymension",
+ "socials": {
+ "twitter": "https://twitter.com/dymension",
+ "website": "https://portal.dymension.xyz",
+ },
+ "symbol": "DYM",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "adym",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "base": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"denomUnits": [
{
"aliases": [
- "uglx",
+ "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
],
- "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "denom": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"exponent": 0,
},
{
- "denom": "glx",
- "exponent": 6,
+ "denom": "nim",
+ "exponent": 18,
},
],
- "description": "GLX is the staking token of the Galaxy Chain",
- "display": "glx",
+ "description": "The native token of Nim Network.",
+ "display": "nim",
+ "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "anim",
+ "chainName": "nim",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
+ "theme": {
+ "primaryColorHex": "#519cea",
+ },
},
],
+ "keywords": [
+ "gaming",
+ "AI",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
},
- "name": "Galaxy",
- "symbol": "GLX",
+ "name": "Nim Network",
+ "socials": {
+ "twitter": "https://twitter.com/nim_network",
+ "website": "https://nim.network/",
+ },
+ "symbol": "NIM",
"traces": [
{
"chain": {
- "channel_id": "channel-236",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "uglx",
- "chain_name": "galaxy",
- "channel_id": "channel-0",
+ "base_denom": "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "base": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"denomUnits": [
{
"aliases": [
- "utest",
+ "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
],
- "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "denom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "test",
- "exponent": 6,
+ "denom": "mand",
+ "exponent": 18,
},
],
- "description": "The native fee token of Gateway.",
- "display": "test",
- "name": "Test",
- "symbol": "TEST",
+ "description": "The native token of Mande Network.",
+ "display": "mand",
+ "extendedDescription": "Mande network is an open on-chain reputation layer on Web3",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "amand",
+ "chainName": "mande",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ "theme": {
+ "primaryColorHex": "#274cbf",
+ },
+ },
+ ],
+ "keywords": [
+ "credibility",
+ "identity",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ },
+ "name": "Mande Network",
+ "socials": {
+ "twitter": "https://twitter.com/MandeNetwork",
+ "website": "https://mande.network/",
+ },
+ "symbol": "MAND",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "utest",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"denomUnits": [
{
"aliases": [
- "uworm",
+ "dys",
],
- "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"exponent": 0,
},
+ ],
+ "description": "The native staking and governance token of the Dyson Protocol",
+ "display": "dys",
+ "images": [
{
- "aliases": [],
- "denom": "worm",
- "exponent": 6,
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "description": "the native staking token of Gateway.",
- "display": "worm",
- "name": "Worm",
- "symbol": "WORM",
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ },
+ "name": "Dys",
+ "symbol": "DYS",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "uworm",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "dys",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
@@ -7342,3819 +8808,4192 @@ exports[`getIbcAssets 1`] = `
"typeAsset": "sdk.coin",
},
{
- "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
- "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
],
- "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
- "exponent": 8,
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "description": "The native token of Osmosis",
+ "display": "osmo",
"images": [
{
"imageSync": {
- "baseDenom": "0x2::sui::SUI",
- "chainName": "sui",
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
+ "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",
},
- "name": "Sui (Wormhole)",
- "symbol": "SUI",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
- "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
],
- "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "denom": "wbtc",
"exponent": 8,
},
],
- "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "description": "Wrapped Bitcoin on Axelar on Osmosis",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "Wrapped Ether (Wormhole)",
- "symbol": "WETH",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
- "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
],
- "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
- "exponent": 8,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
+ "description": "Circle's stablecoin on Axelar on Osmosis",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
- "symbol": "wstETH",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
- "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "aechelon",
],
- "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
- "exponent": 8,
+ "denom": "echelon",
+ "exponent": 18,
},
],
- "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
+ "display": "echelon",
"images": [
{
- "imageSync": {
- "baseDenom": "0x1::aptos_coin::AptosCoin",
- "chainName": "aptos",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
- "name": "Aptos Coin (Wormhole)",
- "symbol": "APT",
+ "name": "Echelon",
+ "symbol": "ECH",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-403",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "aechelon",
+ "chain_name": "echelon",
+ "channel_id": "channel-11",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
- "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "coingeckoId": "e-money",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "ungm",
],
- "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "denom": "ngm",
"exponent": 6,
},
],
- "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "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",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "theme": {
+ "primaryColorHex": "#caf2ea",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
},
- "name": "Tether USD (Wormhole)",
- "symbol": "USDT",
+ "name": "e-Money",
+ "symbol": "NGM",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ungm",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
- "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "coingeckoId": "e-money-eur",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "eeur",
],
- "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
- "exponent": 8,
+ "denom": "eur",
+ "exponent": 6,
},
],
- "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
+ "display": "eur",
"images": [
{
- "imageSync": {
- "baseDenom": "So11111111111111111111111111111111111111112",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "theme": {
+ "primaryColorHex": "#f4c808",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
},
- "name": "Wrapped SOL (Wormhole)",
- "symbol": "SOL",
+ "name": "e-Money EUR",
+ "symbol": "EEUR",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "eeur",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
- "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "echf",
],
- "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
- "exponent": 5,
+ "denom": "chf",
+ "exponent": 6,
},
],
- "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
+ "display": "chf",
"images": [
{
- "imageSync": {
- "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "theme": {
+ "primaryColorHex": "#db2b1c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
},
- "name": "Bonk (Wormhole)",
- "symbol": "Bonk",
+ "name": "e-Money CHF",
+ "symbol": "ECHF",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "echf",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
- "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "enok",
],
- "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
- "exponent": 8,
+ "denom": "nok",
+ "exponent": 6,
},
],
- "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
+ "display": "nok",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "theme": {
+ "primaryColorHex": "#cb142d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
},
- "name": "Wrapped BTC (Wormhole)",
- "symbol": "WBTC",
+ "name": "e-Money NOK",
+ "symbol": "ENOK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "enok",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
- "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "edkk",
],
- "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
- "exponent": 8,
+ "denom": "dkk",
+ "exponent": 6,
},
],
- "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
+ "display": "dkk",
"images": [
{
- "imageSync": {
- "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "theme": {
+ "primaryColorHex": "#ac0c34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
},
- "name": "tBTC v2 (Wormhole)",
- "symbol": "tBTC",
+ "name": "e-Money DKK",
+ "symbol": "EDKK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "edkk",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
- "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "esek",
],
- "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
- "exponent": 8,
+ "denom": "sek",
+ "exponent": 6,
},
],
- "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
+ "display": "sek",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "theme": {
+ "primaryColorHex": "#045493",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
},
- "name": "Dai Stablecoin (Wormhole)",
- "symbol": "DAI",
+ "name": "e-Money SEK",
+ "symbol": "ESEK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "esek",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "umpwr",
],
- "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "denom": "mpwr",
"exponent": 6,
},
],
- "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "description": "The native staking and governance token of Empower.",
+ "display": "mpwr",
"images": [
{
- "imageSync": {
- "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
- "chainName": "ethereum",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": true,
+ "primaryColorHex": "#00e33a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": false,
+ "primaryColorHex": "#00e33a",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
},
- "name": "USD Coin (Wormhole)",
- "symbol": "USDC",
+ "name": "MPWR",
+ "symbol": "MPWR",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-1411",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "umpwr",
+ "chain_name": "empowerchain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "coingeckoId": "evmos",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "aevmos",
],
- "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
+ "description": "The native EVM, governance and staking token of the Evmos Hub",
+ "display": "evmos",
"images": [
{
- "imageSync": {
- "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "chainName": "avalanche",
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "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",
},
- "name": "Avalanche USD Coin (Wormhole)",
- "symbol": "avalanche.USDC.wh",
+ "name": "Evmos",
+ "socials": {
+ "twitter": "https://twitter.com/EvmosOrg",
+ "website": "https://evmos.org/",
+ },
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "aevmos",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
],
- "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"exponent": 0,
},
{
- "aliases": [
- "pyth",
- ],
- "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "description": "Tether USDt on Evmos",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
- "chainName": "solana",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Pyth Network",
- "symbol": "PYTH",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
],
- "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
- "exponent": 6,
+ "denom": "neok",
+ "exponent": 18,
},
],
- "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
+ "description": "The token of Neokingdom DAO.",
+ "display": "neok",
+ "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
"images": [
{
- "imageSync": {
- "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "theme": {
+ "primaryColorHex": "#7f0f70",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
},
- "name": "Solana USD Coin (Wormhole)",
- "symbol": "solana.USDC.wh",
+ "name": "Neokingdom DAO",
+ "socials": {
+ "twitter": "https://twitter.com/NEOKingdomDAO",
+ "website": "https://www.neokingdom.org/",
+ },
+ "symbol": "NEOK",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
- "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
],
- "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"exponent": 0,
},
{
- "aliases": [
- "bskt",
- ],
- "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
- "exponent": 5,
+ "denom": "berlin-legacy",
+ "exponent": 18,
},
],
- "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "description": "The legacy token of Teledisko DAO.",
+ "display": "berlin-legacy",
"images": [
{
- "imageSync": {
- "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "theme": {
+ "primaryColorHex": "#bbce1a",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
},
- "name": "Basket",
- "symbol": "BSKT",
+ "name": "Teledisko DAO - Legacy",
+ "symbol": "BERLIN-legacy",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
- "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
- "coingeckoId": "",
+ "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
],
- "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
+ "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"exponent": 0,
},
{
- "denom": "w",
- "exponent": 6,
+ "denom": "crowdp",
+ "exponent": 18,
},
],
- "description": "W is the native token powering the Wormhole interoperability platform.",
- "display": "w",
+ "description": "The token of Crowdpunk DAO",
+ "display": "crowdp",
"images": [
{
- "imageSync": {
- "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "theme": {
+ "primaryColorHex": "#04fbfb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
},
- "name": "Wormhole Token",
- "symbol": "W",
+ "name": "Crowdpunk DAO",
+ "symbol": "CROWDP",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "erc20",
},
{
- "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "coingeckoId": "fetch-ai",
"denomUnits": [
{
"aliases": [
- "el1",
+ "afet",
],
- "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
"exponent": 0,
},
{
- "denom": "l1",
+ "denom": "fet",
"exponent": 18,
},
],
- "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
- "display": "l1",
+ "description": "The native staking and governance token of the Fetch Hub.",
+ "display": "fet",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c2444",
+ },
},
],
"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",
+ "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",
},
- "name": "GenesisL1",
- "symbol": "L1",
+ "name": "fetch-ai",
+ "symbol": "FET",
"traces": [
{
"chain": {
- "channel_id": "channel-253",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "el1",
- "chain_name": "genesisl1",
- "channel_id": "channel-1",
+ "base_denom": "afet",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
- "coingeckoId": "gitopia",
+ "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"denomUnits": [
{
"aliases": [
- "ulore",
+ "nanomobx",
],
- "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"exponent": 0,
},
{
- "denom": "LORE",
- "exponent": 6,
+ "denom": "mobx",
+ "exponent": 9,
},
],
- "description": "The native token of Gitopia",
- "display": "LORE",
+ "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
+ "display": "mobx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04ae9b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- "name": "LORE",
- "socials": {
- "twitter": "https://twitter.com/gitopiaDAO",
- "website": "https://gitopia.com/",
+ "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",
},
- "symbol": "LORE",
+ "name": "MOBIX",
+ "symbol": "MOBX",
"traces": [
{
"chain": {
- "channel_id": "channel-781",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "ulore",
- "chain_name": "gitopia",
- "channel_id": "channel-0",
+ "base_denom": "nanomobx",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
- "coingeckoId": "graviton",
+ "base": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
+ "coingeckoId": "firmachain",
"denomUnits": [
{
"aliases": [
- "ugraviton",
+ "ufct",
],
- "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "denom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
"exponent": 0,
},
{
- "denom": "graviton",
+ "denom": "fct",
"exponent": 6,
},
],
- "description": "The native token of Gravity Bridge",
- "display": "graviton",
+ "description": "FIRMACHAIN adds a signing and verifying e-contract function to the blockchain. Unlocking new limits of electronic contracts with blockchain technology, FIRMACHAIN seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FIRMACHAIN’s data blockchain.",
+ "display": "fct",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"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",
+ "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",
},
- "name": "Graviton",
- "socials": {
- "twitter": "https://twitter.com/gravity_bridge",
- "website": "https://www.gravitybridge.net/",
- },
- "symbol": "GRAV",
+ "name": "FIRMACHAIN",
+ "symbol": "FCT",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-79241",
},
"counterparty": {
- "base_denom": "ugraviton",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "ufct",
+ "chain_name": "firmachain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "base": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
+ "coingeckoId": "fanfury",
"denomUnits": [
{
"aliases": [
- "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "ufury",
],
- "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "denom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "fury",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "The native token of Furya",
+ "display": "fury",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
+ "keywords": [
+ "gaming",
+ "staking",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Furya",
+ "socials": {
+ "twitter": "https://twitter.com/furyachain",
+ },
+ "symbol": "FURY",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-74222",
},
"counterparty": {
- "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "ufury",
+ "chain_name": "furya",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "coingeckoId": "fx-coin",
"denomUnits": [
{
"aliases": [
- "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "FX",
],
- "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
"exponent": 0,
},
{
- "denom": "gweth",
+ "denom": "WFX",
"exponent": 18,
},
],
- "description": "Gravity Bridge WETH",
- "display": "gweth",
+ "description": "The native staking token of the Function X",
+ "display": "WFX",
+ "extendedDescription": "FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "Wrapped Ethereum",
- "symbol": "WETH",
+ "name": "Function X",
+ "socials": {
+ "twitter": "https://x.com/functionx_io",
+ "website": "https://functionx.io",
+ },
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "FX",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"denomUnits": [
{
"aliases": [
- "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
],
- "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"exponent": 0,
},
{
- "denom": "gusdc",
- "exponent": 6,
+ "denom": "PUNDIX",
+ "exponent": 18,
},
],
- "description": "Gravity Bridge USDC",
- "display": "gusdc",
+ "description": "The cross chain token of the Function X",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://x.com/PundiXLabs",
+ "website": "https://pundix.com",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "symbol": "PUNDIX",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"denomUnits": [
{
"aliases": [
- "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "uglx",
],
- "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"exponent": 0,
},
{
- "denom": "gusdt",
+ "denom": "glx",
"exponent": 6,
},
],
- "description": "Gravity Bridge USDT",
- "display": "gusdt",
+ "description": "GLX is the staking token of the Galaxy Chain",
+ "display": "glx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5e3be6",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Galaxy",
+ "symbol": "GLX",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-236",
},
"counterparty": {
- "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "uglx",
+ "chain_name": "galaxy",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"denomUnits": [
{
"aliases": [
- "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "utest",
],
- "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"exponent": 0,
},
{
- "denom": "gwbtc",
- "exponent": 8,
+ "denom": "test",
+ "exponent": 6,
},
],
- "description": "Gravity Bridge WBTC",
- "display": "gwbtc",
- "images": [
- {
- "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",
- },
- ],
- "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",
- },
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "description": "The native fee token of Gateway.",
+ "display": "test",
+ "name": "Test",
+ "symbol": "TEST",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "utest",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"denomUnits": [
{
"aliases": [
- "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "uworm",
],
- "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"exponent": 0,
},
{
- "denom": "gdai",
- "exponent": 18,
- },
- ],
- "description": "Gravity Bridge DAI",
- "display": "gdai",
- "images": [
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "denom": "worm",
+ "exponent": 6,
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
- },
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "description": "the native staking token of Gateway.",
+ "display": "worm",
+ "name": "Worm",
+ "symbol": "WORM",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "uworm",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
+ "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"denomUnits": [
{
"aliases": [
- "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
],
- "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"exponent": 0,
},
{
- "denom": "gsdai",
- "exponent": 18,
+ "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge sDAI",
- "display": "gsdai",
+ "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "baseDenom": "0x2::sui::SUI",
+ "chainName": "sui",
},
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
- "name": "Savings Dai",
- "symbol": "sDAI",
+ "name": "Sui (Wormhole)",
+ "symbol": "SUI",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
+ "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"denomUnits": [
{
"aliases": [
- "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
],
- "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"exponent": 0,
},
{
- "denom": "gocc",
- "exponent": 18,
+ "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge OCC",
- "display": "gocc",
+ "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
- "name": "OccamFi",
- "symbol": "OCC",
+ "name": "Wrapped Ether (Wormhole)",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
+ "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"denomUnits": [
{
"aliases": [
- "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
],
- "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"exponent": 0,
},
{
- "denom": "page",
+ "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
"exponent": 8,
},
],
- "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
- "display": "page",
+ "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
"images": [
{
"imageSync": {
- "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
"chainName": "ethereum",
},
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Page",
- "symbol": "PAGE",
+ "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
+ "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"denomUnits": [
{
"aliases": [
- "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
],
- "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"exponent": 0,
},
{
- "denom": "gpaxg",
- "exponent": 18,
+ "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge Paxos Gold",
- "display": "gpaxg",
+ "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "baseDenom": "0x1::aptos_coin::AptosCoin",
+ "chainName": "aptos",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
- "name": "Paxos Gold",
- "symbol": "PAXG",
+ "name": "Aptos Coin (Wormhole)",
+ "symbol": "APT",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
- "coingeckoId": "islamic-coin",
+ "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
+ "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"denomUnits": [
{
"aliases": [
- "aISLM",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
],
- "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"exponent": 0,
},
{
- "denom": "ISLM",
- "exponent": 18,
+ "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Haqq Network",
- "display": "ISLM",
+ "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Islamic Coin",
- "symbol": "ISLM",
+ "name": "Tether USD (Wormhole)",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-1575",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "aISLM",
- "chain_name": "haqq",
- "channel_id": "channel-2",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
- "coingeckoId": "humans-ai",
+ "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
+ "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"denomUnits": [
{
"aliases": [
- "aheart",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
],
- "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"exponent": 0,
},
{
- "denom": "heart",
- "exponent": 18,
+ "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "exponent": 8,
},
],
- "description": "The native staking and governance token of Humans.ai.",
- "display": "heart",
+ "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
"theme": {
- "darkMode": true,
+ "backgroundColorHex": "#000000",
+ "circle": true,
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "HEART",
- "socials": {
- "twitter": "https://twitter.com/humansdotai",
- "website": "https://humans.ai/",
- },
- "symbol": "HEART",
+ "name": "Wrapped SOL (Wormhole)",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-20082",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "aheart",
- "chain_name": "humans",
- "channel_id": "channel-4",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
- "coingeckoId": "ixo",
+ "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
+ "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"denomUnits": [
{
"aliases": [
- "uixo",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
],
- "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"exponent": 0,
},
{
- "denom": "ixo",
- "exponent": 6,
+ "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "exponent": 5,
},
],
- "description": "The native token of IXO Chain",
- "display": "ixo",
+ "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "imageSync": {
+ "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "theme": {
+ "primaryColorHex": "#ee950a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
- "name": "IXO",
- "symbol": "IXO",
+ "name": "Bonk (Wormhole)",
+ "symbol": "Bonk",
"traces": [
{
"chain": {
- "channel_id": "channel-38",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "uixo",
- "chain_name": "impacthub",
- "channel_id": "channel-4",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
- "coingeckoId": "imv",
+ "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
+ "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"denomUnits": [
{
"aliases": [
- "aimv",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
],
- "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"exponent": 0,
},
{
- "denom": "imv",
- "exponent": 18,
+ "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "exponent": 8,
},
],
- "description": "The native EVM, governance and staking token of the Imversed",
- "display": "imv",
+ "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "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",
},
- "name": "IMV",
- "symbol": "IMV",
+ "name": "Wrapped BTC (Wormhole)",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-517",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "aimv",
- "chain_name": "imversed",
- "channel_id": "channel-1",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
- "coingeckoId": "injective-protocol",
+ "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
+ "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"denomUnits": [
{
"aliases": [
- "inj",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
],
- "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"exponent": 0,
},
{
- "denom": "INJ",
- "exponent": 18,
+ "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "exponent": 8,
},
],
- "description": "The INJ token is the native governance token for the Injective chain.",
- "display": "INJ",
+ "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"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",
- },
- "name": "Injective",
- "socials": {
- "twitter": "https://twitter.com/Injective_",
- "website": "https://injective.com/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
- "symbol": "INJ",
+ "name": "tBTC v2 (Wormhole)",
+ "symbol": "tBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "inj",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
+ "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"denomUnits": [
{
"aliases": [
- "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
],
- "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "exponent": 8,
},
],
- "description": "Tether USDt on Injective",
- "display": "usdt",
+ "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Dai Stablecoin (Wormhole)",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"denomUnits": [
{
"aliases": [
- "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
],
- "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"exponent": 0,
},
{
- "denom": "ampINJ",
+ "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"exponent": 6,
},
],
- "description": "ERIS liquid staked INJ",
- "display": "ampINJ",
+ "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "ERIS Amplified INJ",
- "symbol": "ampINJ",
+ "name": "USD Coin (Wormhole)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
- "coingeckoId": "autism",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"denomUnits": [
{
"aliases": [
- "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
],
- "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"exponent": 0,
},
{
- "denom": "autism",
+ "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"exponent": 6,
},
],
- "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
- "display": "autism",
+ "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "imageSync": {
+ "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
+ "chainName": "avalanche",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Autism",
- "symbol": "AUTISM",
+ "name": "Avalanche USD Coin (Wormhole)",
+ "symbol": "avalanche.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
- "coingeckoId": "dog-wif-nuchucks",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"denomUnits": [
{
"aliases": [
- "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
],
- "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"exponent": 0,
},
{
- "denom": "NINJA",
+ "aliases": [
+ "pyth",
+ ],
+ "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"exponent": 6,
},
],
- "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
- "display": "NINJA",
+ "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "imageSync": {
+ "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
+ "chainName": "solana",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
- "name": "Dog wif nunchucks",
- "symbol": "NINJA",
+ "name": "Pyth Network",
+ "symbol": "PYTH",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"denomUnits": [
{
"aliases": [
- "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
],
- "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"exponent": 0,
},
{
- "denom": "WGMI",
+ "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"exponent": 6,
},
],
- "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
- "display": "WGMI",
+ "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "imageSync": {
+ "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "WGMI",
- "symbol": "WGMI",
+ "name": "Solana USD Coin (Wormhole)",
+ "symbol": "solana.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
+ "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"denomUnits": [
{
"aliases": [
- "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
],
- "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "aliases": [
+ "bskt",
+ ],
+ "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "exponent": 5,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "theme": {
+ "primaryColorHex": "#485573",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "Basket",
+ "symbol": "BSKT",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
+ "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"denomUnits": [
{
"aliases": [
- "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
],
- "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"exponent": 0,
},
{
- "denom": "glto",
+ "denom": "w",
"exponent": 6,
},
],
- "description": "GLTO-ERC20 on injective",
- "display": "glto",
+ "description": "W is the native token powering the Wormhole interoperability platform.",
+ "display": "w",
"images": [
{
"imageSync": {
- "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chainName": "ethereum",
+ "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"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",
- },
- "name": "Gelotto",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
- "symbol": "GLTO",
+ "name": "Wormhole Token",
+ "symbol": "W",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
- "coingeckoId": "hava-coin",
+ "base": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"denomUnits": [
{
"aliases": [
- "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
],
- "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "denom": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"exponent": 0,
},
{
- "denom": "hava",
+ "aliases": [
+ "pbj",
+ "PBJ",
+ ],
+ "denom": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
"exponent": 6,
},
],
- "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
- "display": "hava",
+ "description": "Pepe Bruce Jenner",
+ "display": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
+ "extendedDescription": "$PBJ is the culture coin for Solana, eat dis!",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "imageSync": {
+ "baseDenom": "ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
+ "theme": {
+ "backgroundColorHex": "#ee0000",
+ "primaryColorHex": "#488000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
- },
- "name": "Hava Coin",
- "socials": {
- "twitter": "https://twitter.com/Hava_Coin",
- "website": "https://havacoin.xyz/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
},
- "symbol": "HAVA",
+ "name": "Pepe Bruce Jenner",
+ "symbol": "PBJ",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"denomUnits": [
{
"aliases": [
- "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "el1",
],
- "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"exponent": 0,
},
{
- "denom": "BADKID",
- "exponent": 6,
+ "denom": "l1",
+ "exponent": 18,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
+ "display": "l1",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "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",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "GenesisL1",
+ "symbol": "L1",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-253",
},
"counterparty": {
- "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "el1",
+ "chain_name": "genesisl1",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "coingeckoId": "gitopia",
"denomUnits": [
{
"aliases": [
- "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "ulore",
],
- "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
"exponent": 0,
},
{
- "denom": "NINPO",
+ "denom": "LORE",
"exponent": 6,
},
],
- "description": "The second meme coin on Injective.",
- "display": "NINPO",
+ "description": "The native token of Gitopia",
+ "display": "LORE",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "theme": {
+ "primaryColorHex": "#2c173c",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "theme": {
+ "primaryColorHex": "#2e154d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
},
- "name": "Ninpo",
- "symbol": "NINPO",
+ "name": "LORE",
+ "socials": {
+ "twitter": "https://twitter.com/gitopiaDAO",
+ "website": "https://gitopia.com/",
+ },
+ "symbol": "LORE",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-781",
},
"counterparty": {
- "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ulore",
+ "chain_name": "gitopia",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "coingeckoId": "graviton",
"denomUnits": [
{
"aliases": [
- "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "ugraviton",
],
- "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
"exponent": 0,
},
{
- "denom": "JUDO",
+ "denom": "graviton",
"exponent": 6,
},
],
- "description": "JUDO is a very futuristic meme token.",
- "display": "JUDO",
+ "description": "The native token of Gravity Bridge",
+ "display": "graviton",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "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",
},
- "name": "Judo",
- "symbol": "JUDO",
+ "name": "Graviton",
+ "socials": {
+ "twitter": "https://twitter.com/gravity_bridge",
+ "website": "https://www.gravitybridge.net/",
+ },
+ "symbol": "GRAV",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ugraviton",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"denomUnits": [
{
"aliases": [
- "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
],
- "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"exponent": 0,
},
{
- "denom": "beast",
- "exponent": 6,
+ "denom": "pstake",
+ "exponent": 18,
},
],
- "description": "BEAST-ERC20 on injective",
- "display": "beast",
+ "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
+ "display": "pstake",
"images": [
{
"imageSync": {
- "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
"chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
- },
- "name": "Gelotto BEAST",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "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",
},
- "symbol": "BEAST",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"denomUnits": [
{
"aliases": [
- "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
],
- "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"exponent": 0,
},
{
- "denom": "astro",
- "exponent": 6,
+ "denom": "gweth",
+ "exponent": 18,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Gravity Bridge WETH",
+ "display": "gweth",
"images": [
{
"imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "baseDenom": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "Wrapped Ethereum",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
- "coingeckoId": "iris-network",
+ "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "coingeckoId": "gravity-bridge-usdc",
"denomUnits": [
{
"aliases": [
- "uiris",
+ "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
],
- "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
"exponent": 0,
},
{
- "denom": "iris",
+ "denom": "gusdc",
"exponent": 6,
},
],
- "description": "The IRIS token is the native governance token for the IrisNet chain.",
- "display": "iris",
+ "description": "Gravity Bridge USDC",
+ "display": "gusdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "IRISnet",
- "symbol": "IRIS",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "uiris",
- "chain_name": "irisnet",
- "channel_id": "channel-3",
+ "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
- "coingeckoId": "jackal-protocol",
+ "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"denomUnits": [
{
"aliases": [
- "ujkl",
+ "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"exponent": 0,
},
{
- "denom": "jkl",
+ "denom": "gusdt",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Jackal.",
- "display": "jkl",
+ "description": "Gravity Bridge USDT",
+ "display": "gusdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Jackal",
- "symbol": "JKL",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-412",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ujkl",
- "chain_name": "jackal",
- "channel_id": "channel-0",
+ "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "coingeckoId": "juno-network",
+ "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"denomUnits": [
{
"aliases": [
- "ujuno",
+ "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
],
- "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"exponent": 0,
},
{
- "denom": "juno",
- "exponent": 6,
+ "denom": "gwbtc",
+ "exponent": 8,
},
],
- "description": "The native token of JUNO Chain",
- "display": "juno",
+ "description": "Gravity Bridge WBTC",
+ "display": "gwbtc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"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",
- },
- "name": "Juno",
- "socials": {
- "twitter": "https://twitter.com/JunoNetwork",
- "website": "https://junonetwork.io/",
+ "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",
},
- "symbol": "JUNO",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ujuno",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
],
- "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "gdai",
+ "exponent": 18,
},
],
- "display": "atom",
+ "description": "Gravity Bridge DAI",
+ "display": "gdai",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
},
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "ATOM on Juno",
- "symbol": "ATOM",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
- "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"denomUnits": [
{
"aliases": [
- "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
],
- "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"exponent": 0,
},
{
- "denom": "nexx",
- "exponent": 6,
+ "denom": "gsdai",
+ "exponent": 18,
},
],
- "display": "nexx",
+ "description": "Gravity Bridge sDAI",
+ "display": "gsdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "imageSync": {
+ "baseDenom": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#7ec231",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "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",
},
- "name": "NEXX GEN AI",
- "symbol": "NEXX",
+ "name": "Savings Dai",
+ "symbol": "sDAI",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
- "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"denomUnits": [
{
"aliases": [
- "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
],
- "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"exponent": 0,
},
{
- "denom": "dgl",
- "exponent": 6,
+ "denom": "gocc",
+ "exponent": 18,
},
],
- "display": "dgl",
+ "description": "Gravity Bridge OCC",
+ "display": "gocc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "imageSync": {
+ "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "theme": {
+ "primaryColorHex": "#313648",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
- "name": "Licorice",
- "symbol": "DGL",
+ "name": "OccamFi",
+ "symbol": "OCC",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
- "coingeckoId": "usd-coin",
+ "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"denomUnits": [
{
"aliases": [
- "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
],
- "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "page",
+ "exponent": 8,
},
],
- "description": "USD Coin on Juno",
- "display": "usdc",
+ "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
+ "display": "page",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ebb324",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "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",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Page",
+ "symbol": "PAGE",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"denomUnits": [
{
"aliases": [
- "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
],
- "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "gpaxg",
+ "exponent": 18,
},
],
- "display": "rstk",
+ "description": "Gravity Bridge Paxos Gold",
+ "display": "gpaxg",
"images": [
{
"imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "baseDenom": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "theme": {
+ "primaryColorHex": "#ebe60e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Paxos Gold",
+ "symbol": "PAXG",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
- "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "coingeckoId": "islamic-coin",
"denomUnits": [
{
"aliases": [
- "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "aISLM",
],
- "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
"exponent": 0,
},
{
- "denom": "wind",
- "exponent": 6,
+ "denom": "ISLM",
+ "exponent": 18,
},
],
- "display": "wind",
+ "description": "The native EVM, governance and staking token of the Haqq Network",
+ "display": "ISLM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "theme": {
+ "primaryColorHex": "#04cd80",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
},
- "name": "Wind Token",
- "symbol": "WIND",
+ "name": "Islamic Coin",
+ "socials": {
+ "twitter": "https://x.com/1slamic_coin",
+ "website": "https://islamiccoin.net",
+ },
+ "symbol": "ISLM",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "aISLM",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
- "coingeckoId": "kava",
+ "address": "0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "base": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
+ "coingeckoId": "deenar-gold",
"denomUnits": [
{
"aliases": [
- "ukava",
+ "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
],
- "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "denom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
"exponent": 0,
},
{
- "denom": "kava",
+ "denom": "DEEN",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Kava",
- "display": "kava",
- "extendedDescription": "The native staking and governance token of Kava
-
-Kava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.
-
-The Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).
-
-The two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.
-
-The Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.",
+ "description": "Deenar gold-backed stablecoin",
+ "display": "DEEN",
+ "extendedDescription": "Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#ffbc05",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
},
- "name": "Kava",
+ "name": "Deenar",
"socials": {
- "twitter": "https://twitter.com/KAVA_CHAIN",
- "website": "https://www.kava.io/",
+ "twitter": "https://x.com/DeenarGold",
+ "website": "https://deenar.com",
},
- "symbol": "KAVA",
+ "symbol": "DEEN",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "ukava",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
- "coingeckoId": "kava-lend",
+ "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "coingeckoId": "humans-ai",
"denomUnits": [
{
"aliases": [
- "hard",
+ "aheart",
],
- "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
"exponent": 0,
},
{
- "denom": "HARD",
- "exponent": 6,
+ "denom": "heart",
+ "exponent": 18,
},
],
- "description": "Governance token of Kava Lend Protocol",
- "display": "HARD",
+ "description": "The native staking and governance token of Humans.ai.",
+ "display": "heart",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#f3f3f3",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
},
- "name": "Kava Hard",
- "symbol": "HARD",
+ "name": "HEART",
+ "socials": {
+ "twitter": "https://twitter.com/humansdotai",
+ "website": "https://humans.ai/",
+ },
+ "symbol": "HEART",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-20082",
},
"counterparty": {
- "base_denom": "hard",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "aheart",
+ "chain_name": "humans",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
- "coingeckoId": "kava-swap",
+ "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "coingeckoId": "ixo",
"denomUnits": [
{
"aliases": [
- "swp",
+ "uixo",
],
- "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
"exponent": 0,
},
{
- "denom": "SWP",
+ "denom": "ixo",
"exponent": 6,
},
],
- "description": "Governance token of Kava Swap Protocol",
- "display": "SWP",
+ "description": "The native token of IXO Chain",
+ "display": "ixo",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "theme": {
+ "primaryColorHex": "#2c4484",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
},
- "name": "Kava Swap",
- "symbol": "SWP",
+ "name": "IXO",
+ "symbol": "IXO",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-38",
},
"counterparty": {
- "base_denom": "swp",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "uixo",
+ "chain_name": "impacthub",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
- "coingeckoId": "usdx",
+ "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "coingeckoId": "imv",
"denomUnits": [
{
"aliases": [
- "usdx",
+ "aimv",
],
- "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
"exponent": 0,
},
{
- "denom": "USDX",
- "exponent": 6,
+ "denom": "imv",
+ "exponent": 18,
},
],
- "description": "The native stablecoin of Kava",
- "display": "USDX",
+ "description": "The native EVM, governance and staking token of the Imversed",
+ "display": "imv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "theme": {
+ "primaryColorHex": "#4c54e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
},
- "name": "Kava USDX",
- "symbol": "USDX",
+ "name": "IMV",
+ "symbol": "IMV",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-517",
},
"counterparty": {
- "base_denom": "usdx",
- "chain_name": "kava",
+ "base_denom": "aimv",
+ "chain_name": "imversed",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "coingeckoId": "tether",
+ "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "coingeckoId": "injective-protocol",
"denomUnits": [
{
"aliases": [
- "erc20/tether/usdt",
+ "inj",
],
- "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "display": "usdt",
+ "description": "Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.",
+ "display": "INJ",
+ "extendedDescription": "Injective Protocol is a cutting-edge decentralized exchange (DEX) platform facilitating fully decentralized trading of derivatives, futures, and spot markets. Built on the Cosmos SDK, Injective leverages layer-2 scaling solutions for high-speed transactions with low fees, ensuring an efficient trading experience. The platform's design eliminates intermediaries, giving users complete control over their assets and trades.
+
+The Injective ecosystem is powered by its native token, INJ, used for governance, staking, and fee reduction. By staking INJ, users can participate in network governance, influencing key decisions and protocol upgrades. Injective's features include cross-chain trading, allowing seamless asset trading across different blockchains, and a decentralized order book for transparency and security. Injective transforms the DeFi space with a comprehensive, decentralized solution for trading various financial instruments.",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Injective",
+ "socials": {
+ "twitter": "https://twitter.com/Injective_",
+ "website": "https://injective.com/",
+ },
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "erc20/tether/usdt",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "inj",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
- "coingeckoId": "ki",
+ "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"denomUnits": [
{
"aliases": [
- "uxki",
+ "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
],
- "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"exponent": 0,
},
{
- "denom": "xki",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "The native token of Ki Chain",
- "display": "xki",
+ "description": "Tether USDt on Injective",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Ki",
- "symbol": "XKI",
+ "name": "Tether USDt",
+ "symbol": "USDTkv",
"traces": [
{
"chain": {
- "channel_id": "channel-77",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "uxki",
- "chain_name": "kichain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
- "coingeckoId": "darcmatter-coin",
+ "base": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"denomUnits": [
{
"aliases": [
- "udarc",
+ "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "denom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"exponent": 0,
},
{
- "denom": "darc",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "The native token of Konstellation Network",
- "display": "darc",
+ "description": "Tether USDt from Ethereum via Peggy bridge.",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "DARC",
- "symbol": "DARC",
+ "name": "Tether USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-171",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "udarc",
- "chain_name": "konstellation",
- "channel_id": "channel-0",
+ "base_denom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
- "coingeckoId": "kujira",
+ "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"denomUnits": [
{
"aliases": [
- "ukuji",
+ "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
],
- "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"exponent": 0,
},
{
- "denom": "kuji",
+ "denom": "ampINJ",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "ERIS liquid staked INJ",
+ "display": "ampINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "theme": {
+ "primaryColorHex": "#5480cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
- },
- "name": "Kujira",
- "socials": {
- "twitter": "https://twitter.com/TeamKujira",
- "website": "https://kujira.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
},
- "symbol": "KUJI",
+ "name": "ERIS Amplified INJ",
+ "symbol": "ampINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ukuji",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
- "coingeckoId": "usk",
+ "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "coingeckoId": "autism",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
],
- "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
"exponent": 0,
},
{
- "denom": "usk",
+ "denom": "autism",
"exponent": 6,
},
],
- "description": "The native over-collateralized stablecoin from the Kujira chain.",
- "display": "usk",
+ "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
+ "display": "autism",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
},
- "name": "USK",
- "symbol": "USK",
+ "name": "Autism",
+ "symbol": "AUTISM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "base": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"denomUnits": [
{
"aliases": [
- "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
],
- "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "denom": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"exponent": 0,
},
{
- "denom": "qcKUJI",
- "exponent": 6,
+ "denom": "bINJ",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding KUJI derivative",
- "display": "qcKUJI",
+ "description": "BackBone Labs Liquid Staked Injective",
+ "display": "bINJ",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
},
- "name": "qcKUJI",
- "symbol": "qcKUJI",
+ "name": "BackBone Labs Liquid Staked Injective",
+ "symbol": "bINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "coingeckoId": "dog-wif-nuchucks",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
],
- "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
"exponent": 0,
},
{
- "denom": "ampKUJI",
+ "denom": "NINJA",
"exponent": 6,
},
],
- "description": "ampKUJI",
- "display": "ampKUJI",
+ "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
+ "display": "NINJA",
+ "extendedDescription": "$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it's not. And the dog, he has nunchucks.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "theme": {
+ "backgroundColorHex": "#00468E",
+ "circle": true,
+ "primaryColorHex": "#00468E",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
},
- "name": "ampKUJI",
- "symbol": "ampKUJI",
+ "name": "Dog wif nunchucks",
+ "socials": {
+ "twitter": "https://x.com/dogwifnunchucks",
+ "website": "https://www.dogwifnunchucks.com/",
+ },
+ "symbol": "NINJA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
- "coingeckoId": "mantadao",
+ "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"denomUnits": [
{
"aliases": [
- "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
],
- "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"exponent": 0,
},
{
- "denom": "mnta",
+ "denom": "WGMI",
"exponent": 6,
},
],
- "description": "MantaDAO Governance Token",
- "display": "mnta",
+ "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
+ "display": "WGMI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
},
- "name": "MantaDAO",
- "symbol": "MNTA",
+ "name": "WGMI",
+ "symbol": "WGMI",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
],
- "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"exponent": 0,
},
{
- "denom": "qcMNTA",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "Quark's auto-compounding MNTA derivative",
- "display": "qcMNTA",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "qcMNTA",
- "symbol": "qcMNTA",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"denomUnits": [
{
"aliases": [
- "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
],
- "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"exponent": 0,
},
{
- "denom": "ampMNTA",
+ "denom": "glto",
"exponent": 6,
},
],
- "description": "ERIS Liquid Staked MNTA",
- "display": "ampMNTA",
+ "description": "GLTO-ERC20 on injective",
+ "display": "glto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "imageSync": {
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
- "name": "ERIS Amplified MNTA",
- "symbol": "ampMNTA",
+ "name": "Gelotto",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "GLTO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "coingeckoId": "hava-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
],
- "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
"exponent": 0,
},
{
- "denom": "wink",
+ "denom": "hava",
"exponent": 6,
},
],
- "description": "The content house of Kujira",
- "display": "wink",
+ "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
+ "display": "hava",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "theme": {
+ "primaryColorHex": "#eacea5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
},
- "name": "WINK",
- "symbol": "WINK",
+ "name": "Hava Coin",
+ "socials": {
+ "twitter": "https://twitter.com/Hava_Coin",
+ "website": "https://havacoin.xyz/",
+ },
+ "symbol": "HAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
],
- "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"exponent": 0,
},
{
- "denom": "blend",
+ "denom": "BADKID",
"exponent": 6,
},
],
- "description": "Blend Token",
- "display": "blend",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "name": "BLEND",
- "symbol": "BLEND",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"denomUnits": [
{
"aliases": [
- "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
],
- "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "NINPO",
"exponent": 6,
},
],
- "description": "Tether USDt on Kujira",
- "display": "usdt",
+ "description": "The second meme coin on Injective.",
+ "display": "NINPO",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "theme": {
+ "primaryColorHex": "#31292a",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Ninpo",
+ "symbol": "NINPO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
],
- "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"exponent": 0,
},
{
- "denom": "fuzn",
+ "denom": "JUDO",
"exponent": 6,
},
],
- "description": "The staking and governance token of Fuzion",
- "display": "fuzn",
+ "description": "JUDO is a very futuristic meme token.",
+ "display": "JUDO",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "theme": {
+ "primaryColorHex": "#18120f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
},
- "name": "Fuzion",
- "symbol": "FUZN",
+ "name": "Judo",
+ "symbol": "JUDO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
],
- "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"exponent": 0,
},
{
- "denom": "rfuzn",
+ "denom": "beast",
"exponent": 6,
},
],
- "description": "The receipt token of Fuzion",
- "display": "rfuzn",
+ "description": "BEAST-ERC20 on injective",
+ "display": "beast",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "imageSync": {
+ "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "theme": {
+ "primaryColorHex": "#21172b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
},
- "name": "Fuzion Receipt",
- "symbol": "rFUZN",
+ "name": "Gelotto BEAST",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "BEAST",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
],
- "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"exponent": 0,
},
{
- "denom": "yfuzn",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The yield token of Fuzion",
- "display": "yfuzn",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Fuzion Yield",
- "symbol": "yFUZN",
+ "name": "Astroport token",
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "base": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"denomUnits": [
{
"aliases": [
- "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
],
- "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "denom": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"exponent": 0,
},
{
- "denom": "qcFUZN",
- "exponent": 6,
+ "denom": "nINJ",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding FUZN derivative",
- "display": "qcFUZN",
+ "description": "A receipt token for lent INJ issued by the Neptune Protocol.",
+ "display": "nINJ",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png",
+ "theme": {
+ "primaryColorHex": "#293a6f",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
- },
- "name": "qcFUZN",
- "symbol": "qcFUZN",
+ "name": "Neptune Receipt INJ",
+ "symbol": "nINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
- "coingeckoId": "unstake-fi",
+ "base": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"denomUnits": [
{
"aliases": [
- "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
],
- "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "denom": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"exponent": 0,
},
{
- "denom": "nstk",
+ "denom": "nATOM",
"exponent": 6,
},
],
- "description": "The Revenue & Governance token of Unstake.fi",
- "display": "nstk",
+ "description": "A receipt token for lent ATOM issued by the Neptune Protocol.",
+ "display": "nATOM",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png",
+ "theme": {
+ "primaryColorHex": "#272f4b",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
- },
- "name": "Unstake Fi",
- "symbol": "NSTK",
+ "name": "Neptune Receipt ATOM",
+ "symbol": "nATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "base": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"denomUnits": [
{
"aliases": [
- "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
],
- "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "denom": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"exponent": 0,
},
{
- "denom": "local",
- "exponent": 6,
+ "denom": "nWETH",
+ "exponent": 18,
},
],
- "description": "Local Money",
- "display": "local",
+ "description": "A receipt token for lent WETH issued by the Neptune Protocol.",
+ "display": "nWETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png",
+ "theme": {
+ "primaryColorHex": "#2a303f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
- },
- "name": "LOCAL",
- "symbol": "LOCAL",
+ "name": "Neptune Receipt WETH",
+ "symbol": "nWETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "base": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"denomUnits": [
{
"aliases": [
- "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
],
- "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "denom": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"exponent": 0,
},
{
- "denom": "PLNK",
+ "denom": "nUSDT",
"exponent": 6,
},
],
- "description": "Food for whales",
- "display": "PLNK",
+ "description": "A receipt token for lent USDT issued by the Neptune Protocol.",
+ "display": "nUSDT",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
- },
- "name": "Plankton",
- "symbol": "PLNK",
+ "name": "Neptune Receipt USDT",
+ "symbol": "nUSDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "base": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"denomUnits": [
{
"aliases": [
- "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
],
- "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "denom": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"exponent": 0,
},
{
- "denom": "sol",
- "exponent": 8,
+ "denom": "nTIA",
+ "exponent": 6,
},
],
- "display": "sol",
+ "description": "A receipt token for lent TIA issued by the Neptune Protocol.",
+ "display": "nTIA",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chainName": "gateway",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png",
+ "theme": {
+ "primaryColorHex": "#7931f9",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
- },
- "name": "Wormhole Solana",
- "symbol": "whSOL",
+ "name": "Neptune Receipt TIA",
+ "symbol": "nTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "base": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"denomUnits": [
{
"aliases": [
- "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
],
- "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "denom": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "NBZ",
+ "exponent": 6,
},
],
- "display": "evmos",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
"imageSync": {
- "baseDenom": "aevmos",
- "chainName": "evmos",
+ "baseDenom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "Evmos",
- "symbol": "EVMOS",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "base": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"denomUnits": [
{
"aliases": [
- "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
],
- "denom": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "denom": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "Talis",
+ "exponent": 6,
},
],
- "display": "avax",
+ "description": "Talis governance token",
+ "display": "Talis",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png",
+ "theme": {
+ "primaryColorHex": "#0c0f17",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "name": "Talis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Axelar Wrapped AVAX",
- "symbol": "wAVAX",
+ "symbol": "TALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "base": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
],
- "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "denom": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "xTalis",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Talis revenue sharing token",
+ "display": "xTalis",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png",
+ "theme": {
+ "primaryColorHex": "#eaf0df",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "name": "xTalis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "symbol": "XTALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "base": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"denomUnits": [
{
"aliases": [
- "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
],
- "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "denom": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "usdc",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -11162,180 +13001,185 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "base": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"denomUnits": [
{
"aliases": [
- "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
],
- "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "denom": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "SYN",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.",
+ "display": "SYN",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "Axelar USD Coin",
- "symbol": "axlUSDC",
+ "name": "Syndicate",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "base": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"denomUnits": [
{
"aliases": [
- "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
],
- "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "denom": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "ashSYN",
"exponent": 6,
},
],
- "display": "cmdx",
+ "description": "SYN burn Derivative; minted when SYN is burned via The Furnace",
+ "display": "ashSYN",
"images": [
{
- "imageSync": {
- "baseDenom": "ucmdx",
- "chainName": "comdex",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "ASH Syndicate",
+ "symbol": "ashSYN",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "base": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"denomUnits": [
{
"aliases": [
- "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
],
- "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "COSMO",
"exponent": 6,
},
],
- "display": "juno",
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "extendedDescription": "We aim to build a decentralized community by leveraging cutting-edge technologies.",
"images": [
{
- "imageSync": {
- "baseDenom": "ujuno",
- "chainName": "juno",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
},
- "name": "Juno",
- "symbol": "JUNO",
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "base": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"denomUnits": [
{
"aliases": [
- "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
],
- "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "denom": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "XTRUMP",
+ "exponent": 6,
},
],
- "display": "weth",
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "imageSync": {
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
},
- "name": "Axelar Wrapped Ether",
- "symbol": "wETH",
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -11343,235 +13187,240 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "base": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"denomUnits": [
{
"aliases": [
- "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
],
- "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "denom": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "DRUGS",
+ "exponent": 9,
},
],
- "display": "atom",
+ "description": "Distributing happiness, is a serious business",
+ "display": "DRUGS",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "DRUGS",
+ "symbol": "DRUGS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "coingeckoId": "iris-network",
"denomUnits": [
{
"aliases": [
- "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "uiris",
],
- "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "iris",
"exponent": 6,
},
],
- "display": "luna",
+ "description": "The IRIS token is the native governance token for the IrisNet chain.",
+ "display": "iris",
"images": [
{
- "imageSync": {
- "baseDenom": "uluna",
- "chainName": "luna",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5664ad",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "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",
},
- "name": "Luna",
- "symbol": "LUNA",
+ "name": "IRISnet",
+ "symbol": "IRIS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
- "chain_name": "kujira",
+ "base_denom": "uiris",
+ "chain_name": "irisnet",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "coingeckoId": "jackal-protocol",
"denomUnits": [
{
"aliases": [
- "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "ujkl",
],
- "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "jkl",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.",
+ "display": "jkl",
+ "extendedDescription": "Jackal Network is a decentralized storage platform designed to offer secure, private, and efficient data storage solutions using blockchain technology. By leveraging a distributed network of nodes, Jackal Network ensures data redundancy and security, protecting against data loss and unauthorized access. The platform uses advanced encryption techniques to maintain data privacy while allowing users to share and access their data seamlessly. Jackal Network's native token is used for paying storage fees, staking, and participating in network governance, incentivizing users to contribute to the network's security and reliability.",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "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",
+ "theme": {
+ "primaryColorHex": "#dbdbcb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Jackal",
+ "symbol": "JKL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-412",
},
"counterparty": {
- "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ujkl",
+ "chain_name": "jackal",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "coingeckoId": "juno-network",
"denomUnits": [
{
"aliases": [
- "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "ujuno",
],
- "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "juno",
"exponent": 6,
},
],
- "display": "scrt",
+ "description": "The native token of JUNO Chain",
+ "display": "juno",
"images": [
{
- "imageSync": {
- "baseDenom": "uscrt",
- "chainName": "scrt",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "Juno",
+ "socials": {
+ "twitter": "https://twitter.com/JunoNetwork",
+ "website": "https://junonetwork.io/",
+ },
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ujuno",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"denomUnits": [
{
"aliases": [
- "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "atom",
"exponent": 6,
},
],
- "display": "stkatom",
+ "display": "atom",
"images": [
{
"imageSync": {
- "baseDenom": "stk/uatom",
- "chainName": "persistence",
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "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",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "ATOM on Juno",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -11579,5384 +13428,5605 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
+ "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"denomUnits": [
{
"aliases": [
- "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
],
- "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"exponent": 0,
},
{
- "denom": "bKUJI",
+ "denom": "nexx",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked KUJI",
- "display": "bKUJI",
+ "display": "nexx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "theme": {
+ "primaryColorHex": "#040405",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
},
- "name": "BackBone Labs Liquid Staked KUJI",
- "symbol": "bKUJI",
+ "name": "NEXX GEN AI",
+ "symbol": "NEXX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
+ "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"denomUnits": [
{
"aliases": [
- "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
],
- "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "dgl",
"exponent": 6,
},
],
- "display": "rstk",
+ "display": "dgl",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "theme": {
+ "primaryColorHex": "#dfe0e0",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Licorice",
+ "symbol": "DGL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
],
- "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
"exponent": 0,
},
{
- "denom": "xusk",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Ghost Vault USK",
- "display": "xusk",
+ "description": "USD Coin on Juno",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Ghost Vault USK",
- "symbol": "xUSK",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
],
- "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"exponent": 0,
},
{
- "denom": "xmnta",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "Ghost Vault MNTA",
- "display": "xmnta",
+ "display": "rstk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "Ghost Vault MNTA",
- "symbol": "xMNTA",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
+ "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"denomUnits": [
{
"aliases": [
- "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
],
- "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"exponent": 0,
},
{
- "denom": "statom",
+ "denom": "wind",
"exponent": 6,
},
],
- "description": "Stride staked ATOM",
- "display": "statom",
+ "display": "wind",
"images": [
{
- "imageSync": {
- "baseDenom": "statom",
- "chainName": "stride",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "address": "juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k",
+ "base": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"denomUnits": [
{
"aliases": [
- "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
],
- "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "denom": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"exponent": 0,
},
{
- "denom": "wbtc.axl",
+ "denom": "arena",
"exponent": 6,
},
],
- "description": "Axelar Bridged wBTC",
- "display": "wbtc.axl",
+ "description": "The token for the Arena DAO",
+ "display": "arena",
"images": [
{
- "imageSync": {
- "baseDenom": "wbtc-satoshi",
- "chainName": "axelar",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
+ "theme": {
+ "primaryColorHex": "#dc6c24",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
},
- "name": "Axelar Bridged wBTC",
- "symbol": "wBTC.axl",
+ "name": "Arena Token",
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "base": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"denomUnits": [
{
"aliases": [
- "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
],
- "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "denom": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"exponent": 0,
},
{
- "denom": "stosmo",
+ "denom": "ashWIND",
"exponent": 6,
},
],
- "description": "Stride staked OSMO",
- "display": "stosmo",
+ "description": "ashWIND",
+ "display": "ashWIND",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
- "name": "Stride staked OSMO",
- "symbol": "stOSMO",
+ "name": "ashWIND",
+ "symbol": "ashWIND",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
+ "chain_name": "juno",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "coingeckoId": "kava",
"denomUnits": [
{
"aliases": [
- "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "ukava",
],
- "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
"exponent": 0,
},
{
- "denom": "lp-dot-mnta",
+ "denom": "kava",
"exponent": 6,
},
],
- "description": "LP Bow: DOT.axl-MNTA",
- "display": "lp-dot-mnta",
+ "description": "Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.",
+ "display": "kava",
+ "extendedDescription": "Kava offers a suite of DeFi services, such as lending, borrowing, and stablecoin issuance, utilizing a cross-chain platform that integrates the Cosmos SDK and Ethereum interoperability. Users can collateralize their assets to borrow Kava's stablecoin, USDX, or participate in lending and liquidity pools to earn rewards. Kava's native token, KAVA, is used for staking, governance, and securing the network. The platform's goal is to provide a decentralized, efficient, and accessible financial ecosystem that bridges multiple blockchain networks.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "theme": {
+ "primaryColorHex": "#e64942",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
},
- "name": "LP Bow: DOT.axl-MNTA",
- "symbol": "LP DOT.axl-MNTA",
+ "name": "Kava",
+ "socials": {
+ "twitter": "https://twitter.com/KAVA_CHAIN",
+ "website": "https://www.kava.io/",
+ },
+ "symbol": "KAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ukava",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "coingeckoId": "kava-lend",
"denomUnits": [
{
"aliases": [
- "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "hard",
],
- "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
"exponent": 0,
},
{
- "denom": "lp-shd-mnta",
+ "denom": "HARD",
"exponent": 6,
},
],
- "description": "LP Bow: SHD-MNTA",
- "display": "lp-shd-mnta",
+ "description": "Governance token of Kava Lend Protocol",
+ "display": "HARD",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#7b34ac",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SHD-MNTA",
- "symbol": "LP SHD-MNTA",
+ "name": "Kava Hard",
+ "symbol": "HARD",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "hard",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "coingeckoId": "kava-swap",
"denomUnits": [
{
"aliases": [
- "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "swp",
],
- "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
"exponent": 0,
},
{
- "denom": "lp-dydx-mnta",
+ "denom": "SWP",
"exponent": 6,
},
],
- "description": "LP Bow: DYDX-MNTA",
- "display": "lp-dydx-mnta",
+ "description": "Governance token of Kava Swap Protocol",
+ "display": "SWP",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#544cfc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DYDX-MNTA",
- "symbol": "LP DYDX-MNTA",
+ "name": "Kava Swap",
+ "symbol": "SWP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "swp",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "coingeckoId": "usdx",
"denomUnits": [
{
"aliases": [
- "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "usdx",
],
- "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
"exponent": 0,
},
{
- "denom": "lp-wavax-mnta",
+ "denom": "USDX",
"exponent": 6,
},
],
- "description": "LP Bow: wAVAX.axl-MNTA",
- "display": "lp-wavax-mnta",
+ "description": "The native stablecoin of Kava",
+ "display": "USDX",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "theme": {
+ "primaryColorHex": "#04d4a3",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
},
- "name": "LP Bow: wAVAX.axl-MNTA",
- "symbol": "LP wAVAX.axl-MNTA",
+ "name": "Kava USDX",
+ "symbol": "USDX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "usdx",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "coingeckoId": "tether",
"denomUnits": [
{
"aliases": [
- "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "erc20/tether/usdt",
],
- "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
"exponent": 0,
},
{
- "denom": "lp-cheq-mnta",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "LP Bow: CHEQ-MNTA",
- "display": "lp-cheq-mnta",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LP Bow: CHEQ-MNTA",
- "symbol": "LP CHEQ-MNTA",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/tether/usdt",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "coingeckoId": "ki",
"denomUnits": [
{
"aliases": [
- "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "uxki",
],
- "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
"exponent": 0,
},
{
- "denom": "lp-fuzn-mnta",
+ "denom": "xki",
"exponent": 6,
},
],
- "description": "LP Bow: FUZN-MNTA",
- "display": "lp-fuzn-mnta",
+ "description": "The native token of Ki Chain",
+ "display": "xki",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c04fc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: FUZN-MNTA",
- "symbol": "LP FUZN-MNTA",
+ "name": "Ki",
+ "symbol": "XKI",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-77",
},
"counterparty": {
- "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uxki",
+ "chain_name": "kichain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "base": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"denomUnits": [
{
"aliases": [
- "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "uKIMA",
],
- "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "denom": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"exponent": 0,
},
{
- "denom": "lp-somm-mnta",
+ "denom": "KIMA",
"exponent": 6,
},
],
- "description": "LP Bow: SOMM-MNTA",
- "display": "lp-somm-mnta",
+ "description": "Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.",
+ "display": "KIMA",
+ "extendedDescription": "Kima is an asset-agnostic interoperability infrastructure designed to bridge the gap between blockchain networks and traditional financial systems. By providing a unified platform for secure and scalable cross-ecosystem transactions, Kima enables seamless transfers across different ecosystems, including digital assets and legacy financial systems. Its patent-pending architecture eliminates vulnerabilities associated with smart contracts and key management, ensuring a secure environment for high-volume transactions. Kima’s innovative approach provides financial institutions and developers with the tools needed to create interoperable solutions that operate across both traditional and blockchain-based systems, driving the future of decentralized finance and financial services.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
- "name": "LP Bow: SOMM-MNTA",
- "symbol": "LP SOMM-MNTA",
+ "name": "KIMA",
+ "socials": {
+ "github": "https://github.com/kima-finance",
+ "medium": "https://medium.com/@kima_finance",
+ "telegram": "https://t.me/kimanetwork",
+ "twitter": "https://x.com/KimaNetwork",
+ "website": "https://www.kima.network/",
+ },
+ "symbol": "KIMA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-83350",
},
"counterparty": {
- "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uKIMA",
+ "chain_name": "kimanetwork",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "coingeckoId": "darcmatter-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "udarc",
],
- "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
"exponent": 0,
},
{
- "denom": "lp-weth-mnta",
+ "denom": "darc",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-MNTA",
- "display": "lp-weth-mnta",
+ "description": "The native token of Konstellation Network",
+ "display": "darc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042a61",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wETH.axl-MNTA",
- "symbol": "LP wETH.axl-MNTA",
+ "name": "DARC",
+ "symbol": "DARC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-171",
},
"counterparty": {
- "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udarc",
+ "chain_name": "konstellation",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "coingeckoId": "kujira",
"denomUnits": [
{
"aliases": [
- "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "ukuji",
],
- "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
"exponent": 0,
},
{
- "denom": "lp-ntrn-mnta",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "LP Bow: NTRN-MNTA",
- "display": "lp-ntrn-mnta",
+ "description": "Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.",
+ "display": "kuji",
+ "extendedDescription": "Kujira provides a comprehensive DeFi platform that includes tools for lending, borrowing, and yield farming, leveraging blockchain technology to offer a transparent, secure, and efficient user experience. The native token, KUJI, is central to the ecosystem, used for transaction fees, staking, and governance. Kujira's user-centric design and innovative features make it a popular choice in the DeFi space, enabling users to maximize their returns and effectively manage their digital assets.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
- "name": "LP Bow: NTRN-MNTA",
- "symbol": "LP NTRN-MNTA",
+ "name": "Kujira",
+ "socials": {
+ "twitter": "https://twitter.com/TeamKujira",
+ "website": "https://kujira.network/",
+ },
+ "symbol": "KUJI",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "base_denom": "ukuji",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "coingeckoId": "usk",
"denomUnits": [
{
"aliases": [
- "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
],
- "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
"exponent": 0,
},
{
- "denom": "lp-wftm-mnta",
+ "denom": "usk",
"exponent": 6,
},
],
- "description": "LP Bow: wFTM.axl-MNTA",
- "display": "lp-wftm-mnta",
+ "description": "The native over-collateralized stablecoin from the Kujira chain.",
+ "display": "usk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "theme": {
+ "primaryColorHex": "#2e363f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
},
- "name": "LP Bow: wFTM.axl-MNTA",
- "symbol": "LP wFTM.axl-MNTA",
+ "name": "USK",
+ "symbol": "USK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"denomUnits": [
{
"aliases": [
- "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
],
- "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"exponent": 0,
},
{
- "denom": "lp-stars-mnta",
+ "denom": "qcKUJI",
"exponent": 6,
},
],
- "description": "LP Bow: STARS-MNTA",
- "display": "lp-stars-mnta",
+ "description": "Quark's auto-compounding KUJI derivative",
+ "display": "qcKUJI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
- "name": "LP Bow: STARS-MNTA",
- "symbol": "LP STARS-MNTA",
+ "name": "qcKUJI",
+ "symbol": "qcKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"denomUnits": [
{
"aliases": [
- "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
],
- "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"exponent": 0,
},
{
- "denom": "lp-tia-mnta",
+ "denom": "ampKUJI",
"exponent": 6,
},
],
- "description": "LP Bow: TIA-MNTA",
- "display": "lp-tia-mnta",
+ "description": "ampKUJI",
+ "display": "ampKUJI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "theme": {
+ "primaryColorHex": "#4b7bbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
},
- "name": "LP Bow: TIA-MNTA",
- "symbol": "LP TIA-MNTA",
+ "name": "ampKUJI",
+ "symbol": "ampKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "coingeckoId": "mantadao",
"denomUnits": [
{
"aliases": [
- "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
],
- "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
"exponent": 0,
},
{
- "denom": "lp-sol-mnta",
+ "denom": "mnta",
"exponent": 6,
},
],
- "description": "LP Bow: SOL.wh-MNTA",
- "display": "lp-sol-mnta",
+ "description": "MantaDAO Governance Token",
+ "display": "mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "theme": {
+ "primaryColorHex": "#0c141c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
},
- "name": "LP Bow: SOL.wh-MNTA",
- "symbol": "LP SOL.wh-MNTA",
+ "name": "MantaDAO",
+ "symbol": "MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"denomUnits": [
{
"aliases": [
- "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
],
- "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"exponent": 0,
},
{
- "denom": "lp-dym-mnta",
+ "denom": "qcMNTA",
"exponent": 6,
},
],
- "description": "LP Bow: DYM-MNTA",
- "display": "lp-dym-mnta",
+ "description": "Quark's auto-compounding MNTA derivative",
+ "display": "qcMNTA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
- "name": "LP Bow: DYM-MNTA",
- "symbol": "LP DYM-MNTA",
+ "name": "qcMNTA",
+ "symbol": "qcMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
],
- "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"exponent": 0,
},
{
- "denom": "lp-akt-mnta",
+ "denom": "ampMNTA",
"exponent": 6,
},
],
- "description": "LP Bow: AKT-MNTA",
- "display": "lp-akt-mnta",
+ "description": "ERIS Liquid Staked MNTA",
+ "display": "ampMNTA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "theme": {
+ "primaryColorHex": "#618bc8",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
},
- "name": "LP Bow: AKT-MNTA",
- "symbol": "LP AKT-MNTA",
+ "name": "ERIS Amplified MNTA",
+ "symbol": "ampMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
],
- "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"exponent": 0,
},
{
- "denom": "lp-link-mnta",
+ "denom": "wink",
"exponent": 6,
},
],
- "description": "LP Bow: LINK.axl-MNTA",
- "display": "lp-link-mnta",
+ "description": "The content house of Kujira",
+ "display": "wink",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "theme": {
+ "primaryColorHex": "#fc7991",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
},
- "name": "LP Bow: LINK.axl-MNTA",
- "symbol": "LP LINK.axl-MNTA",
+ "name": "WINK",
+ "symbol": "WINK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
],
- "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"exponent": 0,
},
{
- "denom": "lp-wtao-mnta",
+ "denom": "blend",
"exponent": 6,
},
],
- "description": "LP Bow: wTAO.grv-MNTA",
- "display": "lp-wtao-mnta",
+ "description": "Blend Token",
+ "display": "blend",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
- "name": "LP Bow: wTAO.grv-MNTA",
- "symbol": "LP wTAO.grv-MNTA",
+ "name": "BLEND",
+ "symbol": "BLEND",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
],
- "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"exponent": 0,
},
{
- "denom": "lp-mnta-kuji",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "LP Bow: MNTA-KUJI",
- "display": "lp-mnta-kuji",
+ "description": "Tether USDt on Kujira",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LP Bow: MNTA-KUJI",
- "symbol": "LP MNTA-KUJI",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "coingeckoId": "fuzion",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
],
- "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
"exponent": 0,
},
{
- "denom": "lp-axl-mnta",
+ "denom": "fuzn",
"exponent": 6,
},
],
- "description": "LP Bow: AXL-MNTA",
- "display": "lp-axl-mnta",
+ "description": "The staking and governance token of Fuzion",
+ "display": "fuzn",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "theme": {
+ "primaryColorHex": "#f05d8d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
},
- "name": "LP Bow: AXL-MNTA",
- "symbol": "LP AXL-MNTA",
+ "name": "Fuzion",
+ "symbol": "FUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
],
- "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"exponent": 0,
},
{
- "denom": "lp-atom-mnta",
+ "denom": "rfuzn",
"exponent": 6,
},
],
- "description": "LP Bow: ATOM-MNTA",
- "display": "lp-atom-mnta",
+ "description": "The receipt token of Fuzion",
+ "display": "rfuzn",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "theme": {
+ "primaryColorHex": "#949494",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
},
- "name": "LP Bow: ATOM-MNTA",
- "symbol": "LP ATOM-MNTA",
+ "name": "Fuzion Receipt",
+ "symbol": "rFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
],
- "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"exponent": 0,
},
{
- "denom": "lp-arb-mnta",
+ "denom": "yfuzn",
"exponent": 6,
},
],
- "description": "LP Bow: ARB-MNTA",
- "display": "lp-arb-mnta",
+ "description": "The yield token of Fuzion",
+ "display": "yfuzn",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
- "name": "LP Bow: ARB-MNTA",
- "symbol": "LP ARB-MNTA",
+ "name": "Fuzion Yield",
+ "symbol": "yFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"denomUnits": [
{
"aliases": [
- "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
],
- "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"exponent": 0,
},
{
- "denom": "lp-whale-mnta",
+ "denom": "qcFUZN",
"exponent": 6,
},
],
- "description": "LP Bow: WHALE-MNTA",
- "display": "lp-whale-mnta",
+ "description": "Quark's auto-compounding FUZN derivative",
+ "display": "qcFUZN",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
- "name": "LP Bow: WHALE-MNTA",
- "symbol": "LP WHALE-MNTA",
+ "name": "qcFUZN",
+ "symbol": "qcFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "base": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"denomUnits": [
{
"aliases": [
- "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
],
- "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "denom": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"exponent": 0,
},
{
- "denom": "lp-scrt-mnta",
+ "denom": "qcAQLA",
"exponent": 6,
},
],
- "description": "LP Bow: SCRT-MNTA",
- "display": "lp-scrt-mnta",
+ "description": "Quark's auto-compounding AQLA derivative",
+ "display": "qcAQLA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
- "name": "LP Bow: SCRT-MNTA",
- "symbol": "LP SCRT-MNTA",
+ "name": "qcAQLA",
+ "symbol": "qcAQLA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "base_denom": "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "base": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
+ "coingeckoId": "aqualibre",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
],
- "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "denom": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
"exponent": 0,
},
{
- "denom": "lp-wsteth-mnta",
+ "denom": "AQLA",
"exponent": 6,
},
],
- "description": "LP Bow: wstETH.axl-MNTA",
- "display": "lp-wsteth-mnta",
+ "description": "The Aqualibre project's token",
+ "display": "AQLA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
- "name": "LP Bow: wstETH.axl-MNTA",
- "symbol": "LP wstETH.axl-MNTA",
+ "name": "AQLA",
+ "symbol": "AQLA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "base_denom": "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "coingeckoId": "unstake-fi",
"denomUnits": [
{
"aliases": [
- "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
],
- "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
"exponent": 0,
},
{
- "denom": "lp-wmatic-mnta",
+ "denom": "nstk",
"exponent": 6,
},
],
- "description": "LP Bow: wMATIC.axl-MNTA",
- "display": "lp-wmatic-mnta",
+ "description": "The Revenue & Governance token of Unstake.fi",
+ "display": "nstk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
- "name": "LP Bow: wMATIC.axl-MNTA",
- "symbol": "LP wMATIC.axl-MNTA",
+ "name": "Unstake Fi",
+ "symbol": "NSTK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
],
- "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"exponent": 0,
},
{
- "denom": "lp-uni-mnta",
+ "denom": "local",
"exponent": 6,
},
],
- "description": "LP Bow: UNI.axl-MNTA",
- "display": "lp-uni-mnta",
+ "description": "Local Money",
+ "display": "local",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
},
- "name": "LP Bow: UNI.axl-MNTA",
- "symbol": "LP UNI.axl-MNTA",
+ "name": "LOCAL",
+ "symbol": "LOCAL",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"denomUnits": [
{
"aliases": [
- "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
],
- "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"exponent": 0,
},
{
- "denom": "lp-yieldeth-mnta",
+ "denom": "PLNK",
"exponent": 6,
},
],
- "description": "LP Bow: yieldETH.axl-MNTA",
- "display": "lp-yieldeth-mnta",
+ "description": "Food for whales",
+ "display": "PLNK",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "theme": {
+ "primaryColorHex": "#c87ae9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
},
- "name": "LP Bow: yieldETH.axl-MNTA",
- "symbol": "LP yieldETH.axl-MNTA",
+ "name": "Plankton",
+ "symbol": "PLNK",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
],
- "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"exponent": 0,
},
{
- "denom": "lp-wbtc-mnta",
- "exponent": 6,
+ "denom": "sol",
+ "exponent": 8,
},
],
- "description": "LP Bow: wBTC.axl-MNTA",
- "display": "lp-wbtc-mnta",
+ "display": "sol",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chainName": "gateway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "LP Bow: wBTC.axl-MNTA",
- "symbol": "LP wBTC.axl-MNTA",
+ "name": "Wormhole Solana",
+ "symbol": "SOL.wh",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
],
- "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"exponent": 0,
},
{
- "denom": "lp-paxg-mnta",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "LP Bow: PAXG.grv-MNTA",
- "display": "lp-paxg-mnta",
+ "display": "evmos",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "aevmos",
+ "chainName": "evmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: PAXG.grv-MNTA",
- "symbol": "LP PAXG.grv-MNTA",
+ "name": "Evmos",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "base": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
],
- "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "denom": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"exponent": 0,
},
{
- "denom": "lp-wbnb-mnta",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "description": "LP Bow: wBNB.axl-MNTA",
- "display": "lp-wbnb-mnta",
+ "display": "avax",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "wavax-wei",
+ "chainName": "axelar",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "LP Bow: wBNB.axl-MNTA",
- "symbol": "LP wBNB.axl-MNTA",
+ "name": "Axelar Wrapped AVAX",
+ "symbol": "wAVAX",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
],
- "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"exponent": 0,
},
{
- "denom": "lp-osmo-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: OSMO-MNTA",
- "display": "lp-osmo-mnta",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "LP Bow: OSMO-MNTA",
- "symbol": "LP OSMO-MNTA",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"denomUnits": [
{
"aliases": [
- "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
],
- "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"exponent": 0,
},
{
- "denom": "lp-inj-mnta",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "LP Bow: INJ-MNTA",
- "display": "lp-inj-mnta",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: INJ-MNTA",
- "symbol": "LP INJ-MNTA",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"denomUnits": [
{
"aliases": [
- "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
],
- "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"exponent": 0,
},
{
- "denom": "lp-stosmo-osmo",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: stOSMO-OSMO",
- "display": "lp-stosmo-osmo",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: stOSMO-OSMO",
- "symbol": "LP stOSMO-OSMO",
+ "name": "Axelar USD Coin",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
],
- "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
"exponent": 0,
},
{
- "denom": "lp-wsteth-weth",
+ "denom": "cmdx",
"exponent": 6,
},
],
- "description": "LP Bow: wstETH.axl-wETH.axl",
- "display": "lp-wsteth-weth",
+ "display": "cmdx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ucmdx",
+ "chainName": "comdex",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wstETH.axl-wETH.axl",
- "symbol": "LP wstETH.axl-wETH.axl",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
],
- "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
"exponent": 0,
},
{
- "denom": "lp-qcmnta-mnta",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "LP Bow: qcMNTA-MNTA",
- "display": "lp-qcmnta-mnta",
+ "display": "juno",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ujuno",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: qcMNTA-MNTA",
- "symbol": "LP qcMNTA-MNTA",
+ "name": "Juno",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
],
- "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
"exponent": 0,
},
{
- "denom": "lp-ampmnta-mnta",
- "exponent": 6,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "LP Bow: ampMNTA-MNTA",
- "display": "lp-ampmnta-mnta",
+ "display": "weth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "weth-wei",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
- "name": "LP Bow: ampMNTA-MNTA",
- "symbol": "LP ampMNTA-MNTA",
+ "name": "Axelar Wrapped Ether",
+ "symbol": "wETH.axl",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
"exponent": 0,
},
{
- "denom": "lp-weth-usk",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-USK",
- "display": "lp-weth-usk",
+ "display": "atom",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wETH.axl-USK",
- "symbol": "LP wETH.axl-USK",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
"denomUnits": [
{
"aliases": [
- "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
],
- "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
"exponent": 0,
},
{
- "denom": "nami",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "The token of NAMI",
- "display": "nami",
+ "display": "luna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "NAMI",
- "symbol": "NAMI",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
"channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
"chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
- "coingeckoId": "kyve-network",
+ "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
"denomUnits": [
{
"aliases": [
- "ukyve",
+ "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
],
- "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
"exponent": 0,
},
{
- "denom": "kyve",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "The native utility token of the KYVE network.",
- "display": "kyve",
+ "display": "stars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
- },
- "name": "KYVE",
- "socials": {
- "twitter": "https://twitter.com/KYVENetwork",
- "website": "https://www.kyve.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "symbol": "KYVE",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-767",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ukyve",
- "chain_name": "kyve",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
- "coingeckoId": "lambda",
+ "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
"denomUnits": [
{
"aliases": [
- "ulamb",
+ "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
],
- "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
"exponent": 0,
},
{
- "denom": "lamb",
- "exponent": 18,
+ "denom": "scrt",
+ "exponent": 6,
},
],
- "description": "The native token of Lambda",
- "display": "lamb",
+ "display": "scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "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",
},
- "name": "Lambda",
- "symbol": "LAMB",
+ "name": "Secret Network",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-378",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ulamb",
- "chain_name": "lambda",
- "channel_id": "channel-2",
+ "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
- "coingeckoId": "likecoin",
+ "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
"denomUnits": [
{
"aliases": [
- "nanolike",
+ "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
],
- "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
"exponent": 0,
},
{
- "denom": "like",
- "exponent": 9,
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
},
],
- "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",
+ "display": "stkatom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stk/uatom",
+ "chainName": "persistence",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "LikeCoin",
- "symbol": "LIKE",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-53",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "nanolike",
- "chain_name": "likecoin",
+ "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
"denomUnits": [
{
"aliases": [
- "ulumen",
+ "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
],
- "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
"exponent": 0,
},
{
- "denom": "lumen",
+ "denom": "bKUJI",
"exponent": 6,
},
],
- "description": "The native token of LumenX Network",
- "display": "lumen",
+ "description": "BackBone Labs Liquid Staked KUJI",
+ "display": "bKUJI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "theme": {
+ "primaryColorHex": "#cc3533",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
},
- "name": "LUMEN",
- "symbol": "LUMEN",
+ "name": "BackBone Labs Liquid Staked KUJI",
+ "symbol": "bKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-286",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ulumen",
- "chain_name": "lumenx",
+ "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
- "coingeckoId": "lum-network",
+ "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
"denomUnits": [
{
"aliases": [
- "ulum",
+ "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
],
- "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
"exponent": 0,
},
{
- "denom": "lum",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "Native token of the Lum Network",
- "display": "lum",
+ "display": "rstk",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "Lum",
- "symbol": "LUM",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-115",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ulum",
- "chain_name": "lumnetwork",
+ "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
- "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
+ "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
"denomUnits": [
{
"aliases": [
- "umars",
+ "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
],
- "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
"exponent": 0,
},
{
- "denom": "mars",
+ "denom": "xusk",
"exponent": 6,
},
],
- "description": "Mars protocol token",
- "display": "mars",
+ "description": "Ghost Vault USK",
+ "display": "xusk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "theme": {
+ "primaryColorHex": "#303741",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
- },
- "name": "Mars",
- "socials": {
- "twitter": "https://twitter.com/mars_protocol",
- "website": "https://www.marsprotocol.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
},
- "symbol": "MARS",
+ "name": "Ghost Vault USK",
+ "symbol": "xUSK",
"traces": [
{
"chain": {
- "channel_id": "channel-557",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umars",
- "chain_name": "mars",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
"denomUnits": [
{
"aliases": [
- "umedas",
+ "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
],
- "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
"exponent": 0,
},
{
- "denom": "medas",
+ "denom": "xmnta",
"exponent": 6,
},
],
- "description": "The native token of Medas Digital Network",
- "display": "medas",
+ "description": "Ghost Vault MNTA",
+ "display": "xmnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "theme": {
+ "primaryColorHex": "#0f151f",
+ },
},
],
- "keywords": [
- "medas",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
},
- "name": "Medas Digital",
- "symbol": "MEDAS",
+ "name": "Ghost Vault MNTA",
+ "symbol": "xMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-519",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umedas",
- "chain_name": "medasdigital",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
- "coingeckoId": "meme-network",
+ "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
"denomUnits": [
{
"aliases": [
- "umeme",
+ "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
],
- "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
"exponent": 0,
},
{
- "denom": "meme",
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
- "display": "meme",
+ "description": "Stride staked ATOM",
+ "display": "statom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "stuatom",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "MEME",
- "symbol": "MEME",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-238",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umeme",
- "chain_name": "meme",
- "channel_id": "channel-1",
+ "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
- "coingeckoId": "microtick",
+ "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
"denomUnits": [
{
"aliases": [
- "utick",
+ "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
],
- "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
"exponent": 0,
},
{
- "denom": "tick",
+ "denom": "wbtc.axl",
"exponent": 6,
},
],
- "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
- "display": "tick",
+ "description": "Axelar Bridged wBTC",
+ "display": "wbtc.axl",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "wbtc-satoshi",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
- "name": "Microtick",
- "symbol": "TICK",
+ "name": "Axelar Bridged wBTC",
+ "symbol": "wBTC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-39",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "utick",
- "chain_name": "microtick",
- "channel_id": "channel-16",
+ "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
- "coingeckoId": "white-whale",
+ "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
"denomUnits": [
{
"aliases": [
- "uwhale",
+ "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
],
- "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
"exponent": 0,
},
{
- "denom": "whale",
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "The native token of Migaloo Chain",
- "display": "whale",
+ "description": "Stride staked OSMO",
+ "display": "stosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "imageSync": {
+ "baseDenom": "stuosmo",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Whale",
- "symbol": "WHALE",
+ "name": "Stride staked OSMO",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uwhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
],
- "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
"exponent": 0,
},
{
- "denom": "ampWHALE",
+ "denom": "lp-dot-mnta",
"exponent": 6,
},
],
- "description": "ampWHALE",
- "display": "ampWHALE",
+ "description": "LP Bow: DOT.axl-MNTA",
+ "display": "lp-dot-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ampWHALE",
- "symbol": "ampWHALE",
+ "name": "LP Bow: DOT.axl-MNTA",
+ "symbol": "LP DOT.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
- "coingeckoId": "backbone-labs-staked-whale",
+ "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
],
- "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
"exponent": 0,
},
{
- "denom": "bWHALE",
+ "denom": "lp-shd-mnta",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked WHALE",
- "display": "bWHALE",
+ "description": "LP Bow: SHD-MNTA",
+ "display": "lp-shd-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "BackBone Labs Liquid Staked WHALE",
- "symbol": "bWHALE",
+ "name": "LP Bow: SHD-MNTA",
+ "symbol": "LP SHD-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
"denomUnits": [
{
"aliases": [
- "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
],
- "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
"exponent": 0,
},
{
- "denom": "fable",
+ "denom": "lp-dydx-mnta",
"exponent": 6,
},
],
- "description": "FABLE",
- "display": "fable",
+ "description": "LP Bow: DYDX-MNTA",
+ "display": "lp-dydx-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "FABLE",
- "symbol": "FABLE",
+ "name": "LP Bow: DYDX-MNTA",
+ "symbol": "LP DYDX-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
"denomUnits": [
{
"aliases": [
- "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
],
- "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
"exponent": 0,
},
{
- "denom": "bluna",
+ "denom": "lp-wavax-mnta",
"exponent": 6,
},
],
- "description": "boneLUNA are autocompounding LUNA tokens",
- "display": "bluna",
+ "description": "LP Bow: wAVAX.axl-MNTA",
+ "display": "lp-wavax-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "boneLuna",
- "symbol": "bLUNA",
+ "name": "LP Bow: wAVAX.axl-MNTA",
+ "symbol": "LP wAVAX.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
],
- "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
"exponent": 0,
},
{
- "denom": "RAC",
+ "denom": "lp-cheq-mnta",
"exponent": 6,
},
],
- "description": "RAC",
- "display": "RAC",
+ "description": "LP Bow: CHEQ-MNTA",
+ "display": "lp-cheq-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "RAC",
- "symbol": "RAC",
+ "name": "LP Bow: CHEQ-MNTA",
+ "symbol": "LP CHEQ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
],
- "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
"exponent": 0,
},
{
- "denom": "ASH",
+ "denom": "lp-fuzn-mnta",
"exponent": 6,
},
],
- "description": "ASH",
- "display": "ASH",
+ "description": "LP Bow: FUZN-MNTA",
+ "display": "lp-fuzn-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ASH",
- "symbol": "ASH",
+ "name": "LP Bow: FUZN-MNTA",
+ "symbol": "LP FUZN-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
"denomUnits": [
{
"aliases": [
- "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
],
- "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "lp-somm-mnta",
"exponent": 6,
},
],
- "description": "Tether USDt on Migaloo",
- "display": "usdt",
+ "description": "LP Bow: SOMM-MNTA",
+ "display": "lp-somm-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "LP Bow: SOMM-MNTA",
+ "symbol": "LP SOMM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
],
- "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
"exponent": 0,
},
{
- "denom": "GUPPY",
+ "denom": "lp-weth-mnta",
"exponent": 6,
},
],
- "description": "GUPPY",
- "display": "GUPPY",
+ "description": "LP Bow: wETH.axl-MNTA",
+ "display": "lp-weth-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "GUPPY",
- "symbol": "GUPPY",
+ "name": "LP Bow: wETH.axl-MNTA",
+ "symbol": "LP wETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
],
- "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
"exponent": 0,
},
{
- "denom": "OPHIR",
+ "denom": "lp-ntrn-mnta",
"exponent": 6,
},
],
- "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
- "display": "OPHIR",
+ "description": "LP Bow: NTRN-MNTA",
+ "display": "lp-ntrn-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "OPHIR",
- "symbol": "OPHIR",
+ "name": "LP Bow: NTRN-MNTA",
+ "symbol": "LP NTRN-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
],
- "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
"exponent": 0,
},
{
- "denom": "SHARK",
+ "denom": "lp-wftm-mnta",
"exponent": 6,
},
],
- "description": "SHARK is the apex price prediction market within Cosmos.",
- "display": "SHARK",
+ "description": "LP Bow: wFTM.axl-MNTA",
+ "display": "lp-wftm-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "SHARK",
- "symbol": "SHARK",
+ "name": "LP Bow: wFTM.axl-MNTA",
+ "symbol": "LP wFTM.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
],
- "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
"exponent": 0,
},
{
- "denom": "lsdSHARK",
+ "denom": "lp-stars-mnta",
"exponent": 6,
},
],
- "description": "lsdSHARK is the liquid staking derivative of SHARK.",
- "display": "lsdSHARK",
+ "description": "LP Bow: STARS-MNTA",
+ "display": "lp-stars-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "lsdSHARK",
- "symbol": "lsdSHARK",
+ "name": "LP Bow: STARS-MNTA",
+ "symbol": "LP STARS-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
"denomUnits": [
{
"aliases": [
- "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
],
- "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "lp-tia-mnta",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "LP Bow: TIA-MNTA",
+ "display": "lp-tia-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
- },
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "LUNA",
+ "name": "LP Bow: TIA-MNTA",
+ "symbol": "LP TIA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
"denomUnits": [
{
"aliases": [
- "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
],
- "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
"exponent": 0,
},
{
- "denom": "Rakoff",
+ "denom": "lp-sol-mnta",
"exponent": 6,
},
],
- "description": "Rakoff Token",
- "display": "Rakoff",
+ "description": "LP Bow: SOL.wh-MNTA",
+ "display": "lp-sol-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
- "chainName": "terra",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Rakoff",
- "symbol": "RAKOFF",
+ "name": "LP Bow: SOL.wh-MNTA",
+ "symbol": "LP SOL.wh-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
],
- "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
"exponent": 0,
},
{
- "denom": "gash",
+ "denom": "lp-dym-mnta",
"exponent": 6,
},
],
- "description": "GASH",
- "display": "gash",
+ "description": "LP Bow: DYM-MNTA",
+ "display": "lp-dym-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "GASH",
- "symbol": "GASH",
+ "name": "LP Bow: DYM-MNTA",
+ "symbol": "LP DYM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
],
- "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "lp-akt-mnta",
"exponent": 6,
},
],
- "description": "Restake DAO Token",
- "display": "rstk",
+ "description": "LP Bow: AKT-MNTA",
+ "display": "lp-akt-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "RESTAKE",
- "symbol": "RSTK",
+ "name": "LP Bow: AKT-MNTA",
+ "symbol": "LP AKT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
- "coingeckoId": "neutron-3",
+ "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
"denomUnits": [
{
"aliases": [
- "untrn",
+ "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
],
- "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
"exponent": 0,
},
{
- "denom": "ntrn",
+ "denom": "lp-link-mnta",
"exponent": 6,
},
],
- "description": "The native token of Neutron chain.",
- "display": "ntrn",
+ "description": "LP Bow: LINK.axl-MNTA",
+ "display": "lp-link-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- "name": "Neutron",
- "socials": {
- "twitter": "https://twitter.com/Neutron_org",
- "website": "https://neutron.org/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "NTRN",
+ "name": "LP Bow: LINK.axl-MNTA",
+ "symbol": "LP LINK.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "untrn",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
],
- "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "lp-wtao-mnta",
"exponent": 6,
},
],
- "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
- "display": "atom",
+ "description": "LP Bow: wTAO.grv-MNTA",
+ "display": "lp-wtao-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "IBC atom",
- "symbol": "ATOM",
+ "name": "LP Bow: wTAO.grv-MNTA",
+ "symbol": "LP wTAO.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
"denomUnits": [
{
"aliases": [
- "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
],
- "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
"exponent": 0,
},
{
- "denom": "axlusdc",
+ "denom": "lp-mnta-kuji",
"exponent": 6,
},
],
- "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
- "display": "axlusdc",
+ "description": "LP Bow: MNTA-KUJI",
+ "display": "lp-mnta-kuji",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin (Axelar)",
- "symbol": "axlUSDC",
+ "name": "LP Bow: MNTA-KUJI",
+ "symbol": "LP MNTA-KUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
"denomUnits": [
{
"aliases": [
- "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
],
- "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
"exponent": 0,
},
{
- "denom": "tia",
+ "denom": "lp-axl-mnta",
"exponent": 6,
},
],
- "description": "Tia on Neutron",
- "display": "tia",
+ "description": "LP Bow: AXL-MNTA",
+ "display": "lp-axl-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "utia",
- "chainName": "celestia",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Celestia TIA",
- "symbol": "TIA",
+ "name": "LP Bow: AXL-MNTA",
+ "symbol": "LP AXL-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
"denomUnits": [
{
"aliases": [
- "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
],
- "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
"exponent": 0,
},
{
- "denom": "ASTROPEPE",
+ "denom": "lp-atom-mnta",
"exponent": 6,
},
],
- "description": "Astropepe meme coin",
- "display": "ASTROPEPE",
+ "description": "LP Bow: ATOM-MNTA",
+ "display": "lp-atom-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "AstroPepe",
- "symbol": "ASTROPEPE",
+ "name": "LP Bow: ATOM-MNTA",
+ "symbol": "LP ATOM-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
],
- "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
"exponent": 0,
},
{
- "denom": "wstETH",
- "exponent": 18,
+ "denom": "lp-arb-mnta",
+ "exponent": 6,
},
],
- "description": "wstETH on Neutron",
- "display": "wstETH",
+ "description": "LP Bow: ARB-MNTA",
+ "display": "lp-arb-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "wstETH",
- "symbol": "wstETH",
+ "name": "LP Bow: ARB-MNTA",
+ "symbol": "LP ARB-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
"denomUnits": [
{
"aliases": [
- "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
],
- "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
"exponent": 0,
},
{
- "denom": "sat",
+ "denom": "lp-whale-mnta",
"exponent": 6,
},
],
- "description": "NBTC on Neutron",
- "display": "sat",
+ "description": "LP Bow: WHALE-MNTA",
+ "display": "lp-whale-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "usat",
- "chainName": "nomic",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nomic NBTC",
- "symbol": "SAT",
+ "name": "LP Bow: WHALE-MNTA",
+ "symbol": "LP WHALE-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
"denomUnits": [
{
"aliases": [
- "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
],
- "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "lp-scrt-mnta",
+ "exponent": 6,
},
],
- "description": "DYDX on Neutron",
- "display": "dydx",
+ "description": "LP Bow: SCRT-MNTA",
+ "display": "lp-scrt-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "LP Bow: SCRT-MNTA",
+ "symbol": "LP SCRT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
- "coingeckoId": "newt",
+ "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
"denomUnits": [
{
"aliases": [
- "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
],
- "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
"exponent": 0,
},
{
- "denom": "newt",
+ "denom": "lp-wsteth-mnta",
"exponent": 6,
},
],
- "description": "The cutest NEWT token on Neutron chain.",
- "display": "newt",
+ "description": "LP Bow: wstETH.axl-MNTA",
+ "display": "lp-wsteth-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Newt",
- "symbol": "NEWT",
+ "name": "LP Bow: wstETH.axl-MNTA",
+ "symbol": "LP wstETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
- "coingeckoId": "astroport-fi",
+ "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
],
- "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "lp-wmatic-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "LP Bow: wMATIC.axl-MNTA",
+ "display": "lp-wmatic-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
- },
- "name": "Astroport token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "ASTRO",
+ "name": "LP Bow: wMATIC.axl-MNTA",
+ "symbol": "LP wMATIC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
"denomUnits": [
{
"aliases": [
- "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
],
- "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
"exponent": 0,
},
{
- "denom": "xASTRO",
+ "denom": "lp-uni-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "xASTRO",
+ "description": "LP Bow: UNI.axl-MNTA",
+ "display": "lp-uni-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
- },
- "name": "Staked Astroport Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "xASTRO",
+ "name": "LP Bow: UNI.axl-MNTA",
+ "symbol": "LP UNI.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
"denomUnits": [
{
"aliases": [
- "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
],
- "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "lp-yieldeth-mnta",
"exponent": 6,
},
],
- "description": "ASTRO.cw20 on Neutron",
- "display": "astro.cw20",
+ "description": "LP Bow: yieldETH.axl-MNTA",
+ "display": "lp-yieldeth-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chainName": "terra2",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Astroport CW20 token",
- "symbol": "ASTRO.cw20",
+ "name": "LP Bow: yieldETH.axl-MNTA",
+ "symbol": "LP yieldETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
"denomUnits": [
{
"aliases": [
- "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
],
- "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
"exponent": 0,
},
{
- "denom": "corgi",
+ "denom": "lp-wbtc-mnta",
"exponent": 6,
},
],
- "description": "Baby Corgi is the real doggo of Neutron!",
- "display": "corgi",
+ "description": "LP Bow: wBTC.axl-MNTA",
+ "display": "lp-wbtc-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Baby Corgi",
- "symbol": "CORGI",
+ "name": "LP Bow: wBTC.axl-MNTA",
+ "symbol": "LP wBTC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
"denomUnits": [
{
"aliases": [
- "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
],
- "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
"exponent": 0,
},
{
- "denom": "circus",
+ "denom": "lp-paxg-mnta",
"exponent": 6,
},
],
- "description": "clownmaxxed store of value",
- "display": "circus",
+ "description": "LP Bow: PAXG.grv-MNTA",
+ "display": "lp-paxg-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "AtomEconomicZone69JaeKwonInu",
- "symbol": "CIRCUS",
+ "name": "LP Bow: PAXG.grv-MNTA",
+ "symbol": "LP PAXG.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
"denomUnits": [
{
"aliases": [
- "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
],
- "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
"exponent": 0,
},
{
- "denom": "jimmy",
+ "denom": "lp-wbnb-mnta",
"exponent": 6,
},
],
- "description": "Jimmy Neutron Finance",
- "display": "jimmy",
+ "description": "LP Bow: wBNB.axl-MNTA",
+ "display": "lp-wbnb-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "jimmy",
- "symbol": "JIMMY",
+ "name": "LP Bow: wBNB.axl-MNTA",
+ "symbol": "LP wBNB.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
"denomUnits": [
{
"aliases": [
- "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
],
- "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
"exponent": 0,
},
{
- "denom": "bad",
+ "denom": "lp-osmo-mnta",
"exponent": 6,
},
],
- "description": "Baddest coin on Cosmos",
- "display": "bad",
+ "description": "LP Bow: OSMO-MNTA",
+ "display": "lp-osmo-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Badcoin",
- "symbol": "BAD",
+ "name": "LP Bow: OSMO-MNTA",
+ "symbol": "LP OSMO-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
"denomUnits": [
{
"aliases": [
- "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
],
- "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
"exponent": 0,
},
{
- "denom": "bitcosmos",
+ "denom": "lp-inj-mnta",
"exponent": 6,
},
],
- "description": "BITCOSMOS",
- "display": "bitcosmos",
+ "description": "LP Bow: INJ-MNTA",
+ "display": "lp-inj-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Bitcosmos",
- "symbol": "BTC",
+ "name": "LP Bow: INJ-MNTA",
+ "symbol": "LP INJ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
"denomUnits": [
{
"aliases": [
- "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
],
- "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
"exponent": 0,
},
{
- "denom": "wtf",
+ "denom": "lp-stosmo-osmo",
"exponent": 6,
},
],
- "description": "What the Fuck",
- "display": "wtf",
+ "description": "LP Bow: stOSMO-OSMO",
+ "display": "lp-stosmo-osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "wtf",
- "symbol": "WTF",
+ "name": "LP Bow: stOSMO-OSMO",
+ "symbol": "LP stOSMO-OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
"denomUnits": [
{
"aliases": [
- "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
],
- "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "lp-wsteth-weth",
"exponent": 6,
},
],
- "description": "NLS on Neutron",
- "display": "nls",
+ "description": "LP Bow: wstETH.axl-wETH.axl",
+ "display": "lp-wsteth-weth",
"images": [
{
- "imageSync": {
- "baseDenom": "unls",
- "chainName": "nolus",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nolus NLS",
- "symbol": "NLS",
+ "name": "LP Bow: wstETH.axl-wETH.axl",
+ "symbol": "LP wstETH.axl-wETH.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
],
- "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "lp-qcmnta-mnta",
"exponent": 6,
},
],
- "description": "A Mechanical Canine",
- "display": "goddard",
+ "description": "LP Bow: qcMNTA-MNTA",
+ "display": "lp-qcmnta-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Goddard",
- "symbol": "GODRD",
+ "name": "LP Bow: qcMNTA-MNTA",
+ "symbol": "LP qcMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
"denomUnits": [
{
"aliases": [
- "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
],
- "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
"exponent": 0,
},
{
- "denom": "apollo",
+ "denom": "lp-ampmnta-mnta",
"exponent": 6,
},
],
- "description": "The deflationary utility token of the Apollo DAO project",
- "display": "apollo",
+ "description": "LP Bow: ampMNTA-MNTA",
+ "display": "lp-ampmnta-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
- },
- "name": "Apollo DAO",
- "socials": {
- "twitter": "https://twitter.com/ApolloDAO",
- "website": "https://apollo.farm/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "APOLLO",
+ "name": "LP Bow: ampMNTA-MNTA",
+ "symbol": "LP ampMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
],
- "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
"exponent": 0,
},
{
- "denom": "newtroll",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "NEWTROLL",
- "display": "newtroll",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Newtroll",
- "symbol": "NTRL",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "coingeckoId": "nami-protocol",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
],
- "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
"exponent": 0,
},
{
- "denom": "retro",
+ "denom": "nami",
"exponent": 6,
},
],
- "description": "Retro Game",
- "display": "retro",
+ "description": "The token of NAMI",
+ "display": "nami",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
},
- "name": "Retro",
- "symbol": "RETRO",
+ "name": "NAMI",
+ "symbol": "NAMI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "base": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
"denomUnits": [
{
"aliases": [
- "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
],
- "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "denom": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "nausd",
"exponent": 6,
},
],
- "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
- "display": "goddard",
+ "description": "The receipt token of NAMI Protocol",
+ "display": "nausd",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
- "name": "Goddard",
- "symbol": "GODDARD",
+ "name": "NAUSD",
+ "symbol": "NAUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "base": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
"denomUnits": [
{
"aliases": [
- "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
],
- "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "denom": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "mctest",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "The token of MCTest",
+ "display": "mctest",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "MCTEST",
+ "symbol": "MC01",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "base": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
"denomUnits": [
{
"aliases": [
- "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
],
- "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "denom": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
"exponent": 0,
},
{
- "denom": "boy",
+ "denom": "auto",
"exponent": 6,
},
],
- "description": "Astro BOY",
- "display": "boy",
+ "description": "The token of AUTO",
+ "display": "auto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
},
- "name": "boy",
- "symbol": "BOY",
+ "name": "AUTO",
+ "symbol": "AUTO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "base": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
"denomUnits": [
{
"aliases": [
- "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
],
- "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "denom": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
"exponent": 0,
},
{
- "denom": "BADKID",
- "exponent": 6,
+ "denom": "qcDYDX",
+ "exponent": 18,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "Quark's auto-compounding DYDX derivative",
+ "display": "qcDYDX",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "qcDYDX",
+ "symbol": "qcDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "base": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
"denomUnits": [
{
"aliases": [
- "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
],
- "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "denom": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
"exponent": 0,
},
{
- "denom": "cartel",
+ "denom": "rkuji",
"exponent": 6,
},
],
- "description": "Reflections of cartel activity on Cosmos.",
- "display": "cartel",
+ "description": "The Kujira Recovery Token",
+ "display": "rkuji",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
- "name": "cartel",
- "symbol": "CARTEL",
+ "name": "rKUJI",
+ "symbol": "rKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "base": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
"denomUnits": [
{
"aliases": [
- "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
],
- "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "denom": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
"exponent": 0,
},
{
- "denom": "ATOM1KLFG",
+ "denom": "lp-atom-usk",
"exponent": 6,
},
],
- "description": "$ATOM to $1,000 LFG!!",
- "display": "ATOM1KLFG",
+ "description": "LP Bow: ATOM-USK",
+ "display": "lp-atom-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ATOM1KLFG",
- "symbol": "ATOM1KLFG",
+ "name": "LP Bow: ATOM-USK",
+ "symbol": "LP ATOM-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
- "coingeckoId": "usd-coin",
+ "base": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
"denomUnits": [
{
"aliases": [
- "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
],
- "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "denom": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "USD Coin on Neutron",
- "display": "usdc",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
- "coingeckoId": "nibiru",
+ "base": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
"denomUnits": [
{
"aliases": [
- "unibi",
+ "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
],
- "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "denom": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
"exponent": 0,
},
{
- "denom": "nibi",
+ "denom": "lp-sol-usk",
"exponent": 6,
},
],
- "description": "The native token of Nibiru network",
- "display": "nibi",
+ "description": "LP Bow: SOL.wh-USK",
+ "display": "lp-sol-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nibiru",
- "symbol": "NIBI",
+ "name": "LP Bow: SOL.wh-USK",
+ "symbol": "LP SOL.wh-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-21113",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unibi",
- "chain_name": "nibiru",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "base": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
"denomUnits": [
{
"aliases": [
- "ustake",
+ "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
],
- "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "denom": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
"exponent": 0,
},
{
- "denom": "stake",
+ "denom": "lp-weth-usdc",
"exponent": 6,
},
],
- "description": "The permissioned staking asset for Noble Chain",
- "display": "stake",
+ "description": "LP Bow: wETH.axl-USDC",
+ "display": "lp-weth-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stake",
- "symbol": "STAKE",
+ "name": "LP Bow: wETH.axl-USDC",
+ "symbol": "LP wETH.axl-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ustake",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "base": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
"denomUnits": [
{
"aliases": [
- "ufrienzies",
+ "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
],
- "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "denom": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
"exponent": 0,
},
{
- "denom": "frienzies",
+ "denom": "lp-dydx-usk",
"exponent": 6,
},
],
- "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
- "display": "frienzies",
+ "description": "LP Bow: DYDX-USK",
+ "display": "lp-dydx-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Frienzies",
- "symbol": "FRNZ",
+ "name": "LP Bow: DYDX-USK",
+ "symbol": "LP DYDX-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ufrienzies",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "base": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
"denomUnits": [
{
"aliases": [
- "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
],
- "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "denom": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
"exponent": 0,
},
{
- "aliases": [
- "ATOM",
- ],
- "denom": "atom",
+ "denom": "lp-akt-usdc",
"exponent": 6,
},
],
- "description": "ATOM token on Noble",
- "display": "atom",
+ "description": "LP Bow: AKT-USDC",
+ "display": "lp-akt-usdc",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Atom Staking Coin",
- "symbol": "ATOM",
+ "name": "LP Bow: AKT-USDC",
+ "symbol": "LP AKT-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
- "coingeckoId": "usd-coin",
+ "base": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
],
- "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "denom": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp-wbtc-usk",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "LP Bow: wBTC-USK",
+ "display": "lp-wbtc-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "LP Bow: wBTC-USK",
+ "symbol": "LP wBTC-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "base": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
"denomUnits": [
{
"aliases": [
- "unois",
+ "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
],
- "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "denom": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
"exponent": 0,
},
{
- "denom": "nois",
- "exponent": 6,
+ "denom": "lp-wbtc-wbtc",
+ "exponent": 8,
},
],
- "description": "The native token of Nois",
- "display": "nois",
+ "description": "LP Bow: wBTC.axl-wBTC",
+ "display": "lp-wbtc-wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
- "keywords": [
- "nois",
- "randomness",
- "drand",
- "wasm",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nois",
- "symbol": "NOIS",
+ "name": "LP Bow: wBTC.axl-wBTC",
+ "symbol": "LP wBTC.axl-wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-8277",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unois",
- "chain_name": "nois",
- "channel_id": "channel-37",
+ "base_denom": "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
- "coingeckoId": "nolus",
+ "base": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
"denomUnits": [
{
"aliases": [
- "unls",
+ "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
],
- "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "denom": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "lp-inj-usdc",
"exponent": 6,
},
],
- "description": "The native token of Nolus chain",
- "display": "nls",
+ "description": "LP Bow: INJ-USDC",
+ "display": "lp-inj-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
- },
- "name": "Nolus",
- "socials": {
- "twitter": "https://twitter.com/NolusProtocol",
- "website": "https://nolus.io/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "NLS",
+ "name": "LP Bow: INJ-USDC",
+ "symbol": "LP INJ-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unls",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "base": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
"denomUnits": [
{
"aliases": [
- "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
],
- "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "denom": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "lp-atom-usdc",
"exponent": 6,
},
],
- "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "usdc",
+ "description": "LP Bow: ATOM-USDC",
+ "display": "lp-atom-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "axlUSDC",
- "symbol": "axlUSDC",
+ "name": "LP Bow: ATOM-USDC",
+ "symbol": "LP ATOM-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "base": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
],
- "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "denom": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "osmo",
+ "denom": "lp-mnta-usdc",
"exponent": 6,
},
],
- "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "osmo",
+ "description": "LP Bow: MNTA-USDC",
+ "display": "lp-mnta-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "LP Bow: MNTA-USDC",
+ "symbol": "LP MNTA-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "base": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
"denomUnits": [
{
"aliases": [
- "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
],
- "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "denom": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stosmo",
+ "denom": "lp-mnta-usk",
"exponent": 6,
},
],
- "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stosmo",
+ "description": "LP Bow: MNTA-USK",
+ "display": "lp-mnta-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Osmosis",
- "symbol": "stOSMO",
+ "name": "LP Bow: MNTA-USK",
+ "symbol": "LP MNTA-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "base": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
"denomUnits": [
{
"aliases": [
- "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
],
- "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "denom": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "atom",
+ "denom": "boon",
"exponent": 6,
},
],
- "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "atom",
+ "description": "The token that fuels the Boon app",
+ "display": "boon",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
- "name": "Atom",
- "symbol": "ATOM",
+ "name": "Boon",
+ "symbol": "BOON",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "coingeckoId": "kyve-network",
"denomUnits": [
{
"aliases": [
- "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "ukyve",
],
- "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "statom",
+ "denom": "kyve",
"exponent": 6,
},
],
- "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "statom",
+ "description": "The native utility token of the KYVE network.",
+ "display": "kyve",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "theme": {
+ "primaryColorHex": "#335350",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "KYVE",
+ "socials": {
+ "twitter": "https://twitter.com/KYVENetwork",
+ "website": "https://www.kyve.network/",
+ },
+ "symbol": "KYVE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-767",
},
"counterparty": {
- "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
- "chain_name": "nolus",
+ "base_denom": "ukyve",
+ "chain_name": "kyve",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "coingeckoId": "lambda",
"denomUnits": [
{
"aliases": [
- "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "ulamb",
],
- "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "weth",
+ "denom": "lamb",
"exponent": 18,
},
],
- "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "weth",
+ "description": "The native token of Lambda",
+ "display": "lamb",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "theme": {
+ "primaryColorHex": "#e41c54",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
},
- "name": "WETH",
- "symbol": "WETH",
+ "name": "Lambda",
+ "symbol": "LAMB",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-378",
},
"counterparty": {
- "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulamb",
+ "chain_name": "lambda",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "base": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ "coingeckoId": "lava-network",
"denomUnits": [
{
"aliases": [
- "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "ulava",
],
- "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "denom": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "lava",
+ "exponent": 6,
},
],
- "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "wbtc",
+ "description": "Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.",
+ "display": "lava",
+ "extendedDescription": "Lava Network is an innovative blockchain platform that aims to unlock the full potential of decentralized applications by providing a modular data access network. This platform allows developers to easily connect to multiple blockchains through fast and reliable RPC (Remote Procedure Call) services. By leveraging a peer-to-peer network of node operators, Lava ensures high performance and low latency for data requests across over 30 blockchain ecosystems. The native token, LAVA, is used for securing the network, rewarding node operators, and governance. Lava Network's goal is to create a seamless and efficient data infrastructure that supports the scalability and flexibility needs of the Web3 ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ "theme": {
+ "primaryColorHex": "#6f043e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
+ "keywords": [
+ "modular",
+ "data",
+ "data access",
+ "rpc",
+ "staking",
+ "dual staking",
+ "indexing",
+ "incentivized public rpc",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
},
- "name": "WBTC",
- "symbol": "WBTC",
+ "name": "Lava",
+ "socials": {
+ "twitter": "https://twitter.com/lavanetxyz",
+ "website": "https://lavanet.xyz",
+ },
+ "symbol": "LAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-76971",
},
"counterparty": {
- "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulava",
+ "chain_name": "lava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "coingeckoId": "likecoin",
"denomUnits": [
{
"aliases": [
- "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "nanolike",
],
- "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "akt",
- "exponent": 6,
+ "denom": "like",
+ "exponent": 9,
},
],
- "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "akt",
+ "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",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2d656c",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "AKT",
- "symbol": "AKT",
+ "name": "LikeCoin",
+ "symbol": "LIKE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-53",
},
"counterparty": {
- "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "nanolike",
+ "chain_name": "likecoin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "base": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
"denomUnits": [
{
"aliases": [
- "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "alrz",
],
- "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "denom": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "axl",
- "exponent": 6,
+ "denom": "LRZ",
+ "exponent": 18,
},
],
- "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "axl",
+ "description": "Native staking token of Lorenzo: LRZ (alrz)",
+ "display": "LRZ",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
},
- "name": "AXL",
- "symbol": "AXL",
+ "name": "LRZ",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "LRZ",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-79840",
},
"counterparty": {
- "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
- "chain_name": "nolus",
+ "base_denom": "alrz",
+ "chain_name": "lorenzo",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "base": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
"denomUnits": [
{
"aliases": [
- "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "stBTC",
],
- "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "denom": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "juno",
- "exponent": 6,
+ "denom": "display_stBTC",
+ "exponent": 18,
},
],
- "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "juno",
+ "description": "stBTC is the liquid principal token of the Lorenzo protocol, designed to represent staked Bitcoin within the Babylon ecosystem.
+
+",
+ "display": "display_stBTC",
+ "extendedDescription": "stBTC serves as a crucial component of the Lorenzo protocol, enabling Bitcoin holders to unlock the liquidity of their assets while participating in the security of Proof-of-Stake (PoS) networks. By staking BTC through Lorenzo, users receive stBTC, which is redeemable 1-to-1 for the original Bitcoin. This mechanism allows users to earn yield without sacrificing liquidity, as stBTC can be freely utilized within the Lorenzo DeFi ecosystem.
+
+The innovative dual-token system of stBTC and Yield Accruing Tokens (YATs) empowers users to not only stake their BTC but also engage in various decentralized finance activities such as trading, lending, and collateralization. This enhances the utility and flexibility of Bitcoin, providing additional financial opportunities while contributing to the security of PoS networks.
+
+stBTC's role in the Lorenzo protocol illustrates its importance in creating a highly interconnected and efficient financial ecosystem, making it a valuable asset in the broader landscape of decentralized finance.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
},
- "name": "JUNO",
- "symbol": "JUNO",
+ "name": "Lorenzo stBTC",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "stBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-79840",
},
"counterparty": {
- "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
- "chain_name": "nolus",
+ "base_denom": "stBTC",
+ "chain_name": "lorenzo",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"denomUnits": [
{
"aliases": [
- "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "ulumen",
],
- "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "evmos",
- "exponent": 18,
+ "denom": "lumen",
+ "exponent": 6,
},
],
- "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "evmos",
+ "description": "The native token of LumenX Network",
+ "display": "lumen",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "theme": {
+ "primaryColorHex": "#cb8b40",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
},
- "name": "EVMOS",
- "symbol": "EVMOS",
+ "name": "LUMEN",
+ "symbol": "LUMEN",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-286",
},
"counterparty": {
- "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulumen",
+ "chain_name": "lumenx",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "coingeckoId": "lum-network",
"denomUnits": [
{
"aliases": [
- "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "ulum",
],
- "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stk/atom",
+ "denom": "lum",
"exponent": 6,
},
],
- "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stk/atom",
+ "description": "Native token of the Lum Network",
+ "display": "lum",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#080808",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "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",
},
- "name": "stkATOM",
- "symbol": "stkATOM",
+ "name": "Lum",
+ "symbol": "LUM",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-115",
},
"counterparty": {
- "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ulum",
+ "chain_name": "lumnetwork",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"denomUnits": [
{
"aliases": [
- "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "umars",
],
- "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "scrt",
+ "denom": "mars",
"exponent": 6,
},
],
- "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "scrt",
+ "description": "Mars Protocol token (pre-migration)",
+ "display": "mars",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
},
- "name": "SCRT",
- "symbol": "SCRT",
+ "name": "Mars",
+ "socials": {
+ "twitter": "https://twitter.com/mars_protocol",
+ "website": "https://www.marsprotocol.io/",
+ },
+ "symbol": "MARS.old",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-557",
},
"counterparty": {
- "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "umars",
+ "chain_name": "mars",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"denomUnits": [
{
"aliases": [
- "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "umedas",
],
- "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "cro",
- "exponent": 8,
+ "denom": "medas",
+ "exponent": 6,
},
],
- "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "cro",
+ "description": "The native token of Medas Digital Network",
+ "display": "medas",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "theme": {
+ "primaryColorHex": "#147ccc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
+ "keywords": [
+ "medas",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
},
- "name": "CRO",
- "symbol": "CRO",
+ "name": "Medas Digital",
+ "symbol": "MEDAS",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-519",
},
"counterparty": {
- "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
- "chain_name": "nolus",
+ "base_denom": "umedas",
+ "chain_name": "medasdigital",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "coingeckoId": "meme-network",
"denomUnits": [
{
"aliases": [
- "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "umeme",
],
- "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stars",
+ "denom": "meme",
"exponent": 6,
},
],
- "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stars",
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "STARS",
- "symbol": "STARS",
+ "name": "MEME",
+ "symbol": "MEME",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-238",
},
"counterparty": {
- "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "umeme",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "base": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
"denomUnits": [
{
"aliases": [
- "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
],
- "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "denom": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "tia",
- "exponent": 6,
+ "denom": "planq",
+ "exponent": 18,
},
],
- "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "tia",
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
- "chainName": "osmosis",
+ "baseDenom": "aplanq",
+ "chainName": "planq",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
},
- "name": "TIA",
- "symbol": "TIA",
+ "name": "Planq",
+ "symbol": "PLQ",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-238",
},
"counterparty": {
- "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -16964,665 +19034,654 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "coingeckoId": "microtick",
"denomUnits": [
{
"aliases": [
- "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "utick",
],
- "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "strd",
+ "denom": "tick",
"exponent": 6,
},
],
- "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "strd",
+ "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
+ "display": "tick",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#6bab14",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "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",
},
- "name": "STRD",
- "symbol": "STRD",
+ "name": "Microtick",
+ "symbol": "TICK",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-39",
},
"counterparty": {
- "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "utick",
+ "chain_name": "microtick",
+ "channel_id": "channel-16",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "coingeckoId": "white-whale",
"denomUnits": [
{
"aliases": [
- "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "uwhale",
],
- "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "ntrn",
+ "denom": "whale",
"exponent": 6,
},
],
- "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "ntrn",
+ "description": "Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.",
+ "display": "whale",
+ "extendedDescription": "Migaloo originated as part of the Terra ecosystem but has since transitioned to the Cosmos ecosystem, focusing on creating a decentralized platform that balances and distributes liquidity across various zones. Key features include its permissionless nature and the Alliance module, which facilitates cross-chain staking and enhances blockchain security. Migaloo's flagship application is the White Whale Protocol, an interchain liquidity protocol that uses trading and flash loans to generate yield for stakers. The platform emphasizes interoperability, scalability, and community engagement, aiming to be a pivotal player in the Cosmos ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "untrn",
- "chainName": "neutron",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
},
- "name": "NTRN",
- "symbol": "NTRN",
+ "name": "Whale",
+ "symbol": "WHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "uwhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
"denomUnits": [
{
"aliases": [
- "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
],
- "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "dydx",
- "exponent": 18,
+ "denom": "ampWHALE",
+ "exponent": 6,
},
],
- "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "dydx",
+ "description": "ampWHALE",
+ "display": "ampWHALE",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chainName": "neutron",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "ampWHALE",
+ "symbol": "ampWHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "coingeckoId": "backbone-labs-staked-whale",
"denomUnits": [
{
"aliases": [
- "unom",
+ "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
],
- "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
"exponent": 0,
},
{
- "denom": "nom",
+ "denom": "bWHALE",
"exponent": 6,
},
],
- "description": "Nomic's native token.",
- "display": "nom",
+ "description": "BackBone Labs Liquid Staked WHALE",
+ "display": "bWHALE",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "theme": {
+ "primaryColorHex": "#d8d8d8",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
},
- "name": "Nomic",
- "symbol": "NOM",
+ "name": "BackBone Labs Liquid Staked WHALE",
+ "symbol": "bWHALE",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unom",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
"denomUnits": [
{
"aliases": [
- "usat",
+ "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
],
- "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
"exponent": 0,
},
{
- "denom": "nbtc",
- "exponent": 14,
+ "denom": "fable",
+ "exponent": 6,
},
],
- "description": "Bitcoin. On Cosmos.",
- "display": "nbtc",
+ "description": "FABLE",
+ "display": "fable",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
},
- "name": "Nomic Bitcoin",
- "symbol": "nBTC",
+ "name": "FABLE",
+ "symbol": "FABLE",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "usat",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
- "coingeckoId": "",
+ "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
"denomUnits": [
{
"aliases": [
- "unyx",
+ "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
],
- "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
"exponent": 0,
},
{
- "denom": "nyx",
+ "denom": "bluna",
"exponent": 6,
},
],
- "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
- "display": "nyx",
+ "description": "boneLUNA are autocompounding LUNA tokens",
+ "display": "bluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "imageSync": {
+ "baseDenom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
},
- "name": "NYX",
- "symbol": "NYX",
+ "name": "boneLuna",
+ "symbol": "bLUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unyx",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
- "coingeckoId": "nym",
+ "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
"denomUnits": [
{
"aliases": [
- "unym",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
],
- "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
"exponent": 0,
},
{
- "denom": "nym",
+ "denom": "RAC",
"exponent": 6,
},
],
- "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
- "display": "nym",
+ "description": "RAC",
+ "display": "RAC",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
- "theme": {
- "circle": true,
- "darkMode": false,
- },
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
"theme": {
- "circle": true,
- "darkMode": true,
+ "primaryColorHex": "#2b2434",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
},
- "name": "NYM",
- "symbol": "NYM",
+ "name": "Racoon",
+ "symbol": "RAC",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "unym",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
- "coingeckoId": "odin-protocol",
+ "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
"denomUnits": [
{
"aliases": [
- "loki",
+ "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
],
- "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
"exponent": 0,
},
{
- "denom": "odin",
+ "denom": "ASH",
"exponent": 6,
},
],
- "description": "Staking and governance token for ODIN Protocol",
- "display": "odin",
+ "description": "ASH",
+ "display": "ASH",
"images": [
{
- "imageSync": {
- "baseDenom": "loki",
- "chainName": "odin",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
},
- "name": "ODIN",
- "symbol": "ODIN",
+ "name": "ASH",
+ "symbol": "ASH",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "loki",
- "chain_name": "odin",
- "channel_id": "channel-3",
+ "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
"denomUnits": [
{
"aliases": [
- "mGeo",
+ "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
],
- "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
"exponent": 0,
},
{
- "denom": "geo",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "GEO token for ODIN Protocol",
- "display": "geo",
+ "description": "Tether USDt on Migaloo",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "mGeo",
- "chainName": "odin",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "GEO",
- "symbol": "GEO",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "mGeo",
- "chain_name": "odin",
- "channel_id": "channel-3",
+ "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
"denomUnits": [
{
"aliases": [
- "mO9W",
+ "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
],
- "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
"exponent": 0,
},
{
- "denom": "O9W",
+ "denom": "GUPPY",
"exponent": 6,
},
],
- "description": "O9W token for ODIN Protocol",
- "display": "O9W",
+ "description": "GUPPY",
+ "display": "GUPPY",
"images": [
{
- "imageSync": {
- "baseDenom": "mO9W",
- "chainName": "odin",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
},
- "name": "O9W",
- "symbol": "O9W",
+ "name": "GUPPY",
+ "symbol": "GUPPY",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "mO9W",
- "chain_name": "odin",
- "channel_id": "channel-3",
+ "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
- "coingeckoId": "omniflix-network",
+ "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
"denomUnits": [
{
"aliases": [
- "uflix",
+ "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
],
- "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
"exponent": 0,
},
{
- "denom": "flix",
+ "denom": "OPHIR",
"exponent": 6,
},
],
- "description": "The native staking token of OmniFlix Hub.",
- "display": "flix",
+ "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
+ "display": "OPHIR",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
- },
- "name": "Flix",
- "socials": {
- "twitter": "https://twitter.com/OmniFlixNetwork",
- "website": "https://omniflix.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
},
- "symbol": "FLIX",
+ "name": "OPHIR",
+ "symbol": "OPHIR",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uflix",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
"denomUnits": [
{
"aliases": [
- "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
],
- "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "SHARK",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "SHARK is the apex price prediction market within Cosmos.",
+ "display": "SHARK",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "theme": {
+ "primaryColorHex": "#062d54",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "SHARK",
+ "symbol": "SHARK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
],
- "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "lsdSHARK",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "lsdSHARK is the liquid staking derivative of SHARK.",
+ "display": "lsdSHARK",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "theme": {
+ "primaryColorHex": "#0d739c",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
},
- "name": "Osmosis osmo",
- "symbol": "OSMO",
+ "name": "lsdSHARK",
+ "symbol": "lsdSHARK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "coingeckoId": "terra-luna-2",
"denomUnits": [
{
"aliases": [
- "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
],
- "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "luna",
"exponent": 6,
},
],
- "display": "ist",
+ "description": "The native staking token of Terra.",
+ "display": "luna",
"images": [
{
"imageSync": {
- "baseDenom": "uist",
- "chainName": "agoric",
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "Agoric IST (Inter Stable Token)",
- "symbol": "IST",
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
@@ -17630,46 +19689,45 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
"denomUnits": [
{
"aliases": [
- "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
],
- "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "Rakoff",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Rakoff Token",
+ "display": "Rakoff",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chainName": "terra",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
},
- "name": "USD Coin (Axelar)",
- "symbol": "USDC.axl",
+ "name": "Rakoff",
+ "symbol": "RAKOFF",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
@@ -17677,611 +19735,630 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
"denomUnits": [
{
"aliases": [
- "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
],
- "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "gash",
"exponent": 6,
},
],
- "description": "Akash Token (AKT) is the Akash Network's native utility token",
- "display": "akt",
+ "description": "GASH",
+ "display": "gash",
"images": [
{
- "imageSync": {
- "baseDenom": "uakt",
- "chainName": "akash",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "theme": {
+ "primaryColorHex": "#1d0918",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
},
- "name": "Akash",
- "symbol": "AKT",
+ "name": "GASH",
+ "symbol": "GASH",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
"denomUnits": [
{
"aliases": [
- "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
],
- "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
"exponent": 0,
},
{
- "denom": "baddog",
+ "denom": "rstk",
"exponent": 6,
},
],
- "display": "baddog",
+ "description": "Restake DAO Token",
+ "display": "rstk",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "BadDog (Osmosis)",
- "symbol": "BADDOG.osmo",
+ "name": "RESTAKE",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
- "coingeckoId": "onomy-protocol",
+ "base": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
"denomUnits": [
{
"aliases": [
- "anom",
+ "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
],
- "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "denom": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
"exponent": 0,
},
{
- "denom": "nom",
- "exponent": 18,
+ "denom": "frog",
+ "exponent": 6,
},
],
- "description": "The native token of Onomy Protocol",
- "display": "nom",
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "imageSync": {
+ "baseDenom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chainName": "terra",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
},
],
- "keywords": [
- "dex",
- "stablecoin",
- "bridge",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
},
- "name": "Nom",
- "symbol": "NOM",
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
"traces": [
{
"chain": {
- "channel_id": "channel-525",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "anom",
- "chain_name": "onomy",
- "channel_id": "channel-0",
+ "base_denom": "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
- "coingeckoId": "oraichain-token",
+ "base": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
"denomUnits": [
{
"aliases": [
- "orai",
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
],
- "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "denom": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
"exponent": 0,
},
{
- "denom": "ORAI",
+ "denom": "GRAC",
"exponent": 6,
},
],
- "description": "The native token of Oraichain",
- "display": "ORAI",
+ "description": "GRAC is the official token of Racoon.Bet's gaming platform.",
+ "display": "GRAC",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ "theme": {
+ "primaryColorHex": "#f5bf09",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
},
- "name": "Oraichain",
- "symbol": "ORAI",
+ "name": "Gaming RAC Token",
+ "symbol": "GRAC",
"traces": [
{
"chain": {
- "channel_id": "channel-216",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "orai",
- "chain_name": "oraichain",
- "channel_id": "channel-13",
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
- "coingeckoId": "",
+ "base": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
"denomUnits": [
{
"aliases": [
- "uebl",
+ "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
],
- "denom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
+ "denom": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
"exponent": 0,
},
{
- "denom": "ebl",
+ "denom": "wind",
"exponent": 6,
},
],
- "description": "The native staking token of 8ball.",
- "display": "ebl",
+ "display": "wind",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "imageSync": {
+ "baseDenom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "8ball",
- "symbol": "EBL",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-641",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "uebl",
- "chain_name": "8ball",
- "channel_id": "channel-16",
+ "base_denom": "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
- "coingeckoId": "arable-protocol",
+ "base": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
"denomUnits": [
{
"aliases": [
- "aacre",
+ "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
],
- "denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ "denom": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
"exponent": 0,
},
{
- "denom": "acre",
- "exponent": 18,
+ "denom": "shitmos",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Acrechain",
- "display": "acre",
+ "display": "shitmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#639BFF",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
- },
- "name": "Acre",
- "socials": {
- "twitter": "https://twitter.com/ArableProtocol",
- "website": "https://arable.finance/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
},
- "symbol": "ACRE",
+ "name": "Shitmos",
+ "symbol": "SHITMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-490",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "aacre",
- "chain_name": "acrechain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
- "coingeckoId": "arable-usd",
+ "base": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
"denomUnits": [
{
"aliases": [
- "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
+ "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
],
- "denom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ "denom": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
"exponent": 0,
},
{
- "denom": "arusd",
- "exponent": 18,
+ "denom": "ampGASH",
+ "exponent": 6,
},
],
- "description": "Overcollateralized stable coin for Arable derivatives v1",
- "display": "arusd",
+ "description": "ERIS Liquid Alliance Staked GASH",
+ "display": "ampGASH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
- },
- "name": "Arable USD",
- "socials": {
- "twitter": "https://twitter.com/ArableProtocol",
- "website": "https://arable.finance/",
- },
- "symbol": "arUSD",
+ "name": "ampGASH",
+ "symbol": "ampGASH",
"traces": [
{
"chain": {
- "channel_id": "channel-490",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
- "chain_name": "acrechain",
- "channel_id": "channel-0",
+ "base_denom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ "base": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
"denomUnits": [
{
"aliases": [
- "erc20/0xAE6D3334989a22A65228732446731438672418F2",
+ "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
],
- "denom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ "denom": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
"exponent": 0,
},
{
- "denom": "cnto",
- "exponent": 18,
+ "denom": "SYN",
+ "exponent": 6,
},
],
- "description": "Ciento Exchange Token",
- "display": "cnto",
+ "display": "SYN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "imageSync": {
+ "baseDenom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "Ciento Token",
- "symbol": "CNTO",
+ "name": "SYN",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-490",
+ "channel_id": "channel-642",
},
"counterparty": {
- "base_denom": "erc20/0xAE6D3334989a22A65228732446731438672418F2",
- "chain_name": "acrechain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
- "coingeckoId": "agoric",
+ "base": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ "coingeckoId": "neutaro",
"denomUnits": [
{
"aliases": [
- "ubld",
+ "uneutaro",
],
- "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ "denom": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
"exponent": 0,
},
{
- "denom": "bld",
+ "denom": "neutaro",
"exponent": 6,
},
],
- "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
- "display": "bld",
+ "description": "The native token of Neutaro",
+ "display": "neutaro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ "theme": {
+ "primaryColorHex": "#cbfb06",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
- },
- "name": "Agoric",
- "socials": {
- "twitter": "https://twitter.com/agoric",
- "website": "https://agoric.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
},
- "symbol": "BLD",
+ "name": "Neutaro",
+ "symbol": "NTMPI",
"traces": [
{
"chain": {
- "channel_id": "channel-320",
+ "channel_id": "channel-79092",
},
"counterparty": {
- "base_denom": "ubld",
- "chain_name": "agoric",
- "channel_id": "channel-1",
+ "base_denom": "uneutaro",
+ "chain_name": "neutaro",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
- "coingeckoId": "inter-stable-token",
+ "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "coingeckoId": "neutron-3",
"denomUnits": [
{
"aliases": [
- "uist",
+ "untrn",
],
- "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "ntrn",
"exponent": 6,
},
],
- "description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
- "display": "ist",
+ "description": "Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub's security to provide cross-chain DeFi applications.",
+ "display": "ntrn",
+ "extendedDescription": "Neutron is a blockchain network designed to bring smart contracts to the Cosmos ecosystem using CosmWasm. It leverages Interchain Security to rely on the Cosmos Hub's validator set, enhancing its security without needing its own validators. This allows Neutron to provide robust, cross-chain smart contract applications across more than 50 interconnected blockchains. Neutron's focus on interchain queries and transactions enables secure data retrieval and transaction execution across multiple chains, fostering the development of complex and decentralized applications within the Cosmos network.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "Inter Stable Token",
- "symbol": "IST",
+ "name": "Neutron",
+ "socials": {
+ "twitter": "https://twitter.com/Neutron_org",
+ "website": "https://neutron.org/",
+ },
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-320",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uist",
- "chain_name": "agoric",
- "channel_id": "channel-1",
+ "base_denom": "untrn",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
- "coingeckoId": "aioz-network",
+ "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
"denomUnits": [
{
"aliases": [
- "attoaioz",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
+ "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
"exponent": 0,
},
{
- "denom": "nanoaioz",
- "exponent": 9,
- },
- {
- "denom": "aioz",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of the AIOZ Network.",
- "display": "aioz",
+ "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
- },
- "name": "AIOZ",
- "socials": {
- "twitter": "https://twitter.com/AIOZNetwork",
- "website": "https://aioz.network/",
+ "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",
},
- "symbol": "AIOZ",
+ "name": "IBC atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-779",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "attoaioz",
- "chain_name": "aioz",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "coingeckoId": "akash-network",
+ "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
"denomUnits": [
{
"aliases": [
- "uakt",
+ "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
],
- "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "axlusdc",
"exponent": 6,
},
],
- "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",
+ "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
+ "display": "axlusdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"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",
- },
- "name": "Akash Network",
- "socials": {
- "twitter": "https://twitter.com/akashnet_",
- "website": "https://akash.network/",
+ "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",
},
- "symbol": "AKT",
+ "name": "USD Coin (Axelar)",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uakt",
- "chain_name": "akash",
- "channel_id": "channel-9",
+ "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
+ "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
"denomUnits": [
{
"aliases": [
- "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
+ "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
],
- "denom": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
+ "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "Tether USDt on Akash",
- "display": "usdt",
+ "description": "Tia on Neutron",
+ "display": "tia",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Celestia TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-1",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
- "chain_name": "akash",
- "channel_id": "channel-9",
+ "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -18289,145 +20366,141 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
- "coingeckoId": "archway",
+ "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
"denomUnits": [
{
"aliases": [
- "aarch",
+ "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
],
- "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
+ "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
"exponent": 0,
},
{
- "denom": "uarch",
- "exponent": 12,
- },
- {
- "denom": "arch",
- "exponent": 18,
+ "denom": "ASTROPEPE",
+ "exponent": 6,
},
],
- "description": "The native token of Archway network",
- "display": "arch",
+ "description": "Astropepe meme coin",
+ "display": "ASTROPEPE",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "theme": {
+ "primaryColorHex": "#47391d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",
- },
- "name": "Archway",
- "socials": {
- "twitter": "https://twitter.com/archwayHQ",
- "website": "https://archway.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
},
- "symbol": "ARCH",
+ "name": "AstroPepe",
+ "symbol": "ASTROPEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-1429",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "aarch",
- "chain_name": "archway",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
+ "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
],
- "denom": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
+ "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "denom": "wstETH",
+ "exponent": 18,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "wstETH on Neutron",
+ "display": "wstETH",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "wstETH",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-1429",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
- "chain_name": "archway",
- "channel_id": "channel-1",
+ "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
+ "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
"denomUnits": [
{
"aliases": [
- "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
+ "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
],
- "denom": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
+ "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
"exponent": 0,
},
{
- "denom": "vdl",
+ "denom": "sat",
"exponent": 6,
},
],
- "description": "The native token of Vidulum",
- "display": "vdl",
+ "description": "NBTC on Neutron",
+ "display": "sat",
"images": [
{
"imageSync": {
- "baseDenom": "uvdl",
- "chainName": "vidulum",
+ "baseDenom": "usat",
+ "chainName": "nomic",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Vidulum",
- "symbol": "VDL",
+ "name": "Nomic NBTC",
+ "symbol": "SAT",
"traces": [
{
"chain": {
- "channel_id": "channel-1429",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
- "chain_name": "archway",
- "channel_id": "channel-1",
+ "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
@@ -18435,1818 +20508,1992 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
"denomUnits": [
{
"aliases": [
- "arkh",
+ "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
],
- "denom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
"exponent": 0,
},
{
- "denom": "ARKH",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The native token of Arkhadian",
- "display": "ARKH",
+ "description": "DYDX on Neutron",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
- },
- "name": "Arkh",
- "socials": {
- "twitter": "https://twitter.com/ArkhadianSas",
- "website": "https://arkhadian.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "symbol": "ARKH",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-648",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "arkh",
- "chain_name": "arkh",
- "channel_id": "channel-12",
+ "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
- "coingeckoId": "assetmantle",
+ "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "coingeckoId": "newt",
"denomUnits": [
{
"aliases": [
- "umntl",
+ "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
],
- "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
"exponent": 0,
},
{
- "denom": "mntl",
+ "denom": "newt",
"exponent": 6,
},
],
- "description": "The native token of Asset Mantle",
- "display": "mntl",
+ "description": "The cutest NEWT token on Neutron chain.",
+ "display": "newt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "theme": {
+ "primaryColorHex": "#16233d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
- },
- "name": "AssetMantle",
- "socials": {
- "twitter": "https://twitter.com/AssetMantle",
- "website": "https://www.assetmantle.one/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
},
- "symbol": "MNTL",
+ "name": "Newt",
+ "symbol": "NEWT",
"traces": [
{
"chain": {
- "channel_id": "channel-232",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "umntl",
- "chain_name": "assetmantle",
- "channel_id": "channel-0",
+ "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
- "coingeckoId": "aura-network",
+ "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "coingeckoId": "astroport-fi",
"denomUnits": [
{
"aliases": [
- "uaura",
+ "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
],
- "denom": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
+ "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
"exponent": 0,
},
{
- "denom": "aura",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The native token of Aura Network",
- "display": "aura",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Aura",
- "symbol": "AURA",
+ "name": "Astroport token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-11304",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uaura",
- "chain_name": "aura",
+ "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chain_name": "neutron",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
- "coingeckoId": "axelar",
+ "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
"denomUnits": [
{
"aliases": [
- "uaxl",
+ "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
],
- "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
"exponent": 0,
},
{
- "denom": "axl",
+ "denom": "xASTRO",
"exponent": 6,
},
],
- "description": "The native token of Axelar",
- "display": "axl",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "xASTRO",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
- "name": "Axelar",
+ "name": "Staked Astroport Token",
"socials": {
- "twitter": "https://twitter.com/axelarnetwork",
- "website": "https://axelar.network/",
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
},
- "symbol": "AXL",
+ "symbol": "xASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uaxl",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "coingeckoId": "axlusdc",
+ "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
],
- "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "astro.cw20",
"exponent": 6,
},
],
- "description": "Circle's stablecoin on Axelar",
- "display": "usdc",
+ "description": "ASTRO.cw20 on Neutron",
+ "display": "astro.cw20",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Astroport CW20 token",
+ "symbol": "ASTRO.cw20",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
"denomUnits": [
{
"aliases": [
- "frax-wei",
+ "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
],
- "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
"exponent": 0,
},
{
- "denom": "frax",
- "exponent": 18,
+ "denom": "corgi",
+ "exponent": 6,
},
],
- "description": "Frax's fractional-algorithmic stablecoin on Axelar",
- "display": "frax",
+ "description": "Baby Corgi is the real doggo of Neutron!",
+ "display": "corgi",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "theme": {
+ "primaryColorHex": "#fab442",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
},
- "name": "Frax",
- "symbol": "FRAX",
+ "name": "Baby Corgi",
+ "symbol": "CORGI",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "frax-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
"denomUnits": [
{
"aliases": [
- "dai-wei",
+ "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
],
- "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
"exponent": 0,
},
{
- "denom": "dai",
- "exponent": 18,
+ "denom": "circus",
+ "exponent": 6,
},
],
- "description": "Dai stablecoin on Axelar",
- "display": "dai",
+ "description": "clownmaxxed store of value",
+ "display": "circus",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "theme": {
+ "primaryColorHex": "#242033",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
},
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "name": "AtomEconomicZone69JaeKwonInu",
+ "symbol": "CIRCUS",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "dai-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
"denomUnits": [
{
"aliases": [
- "uusdt",
+ "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
],
- "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "jimmy",
"exponent": 6,
},
],
- "description": "Tether's USD stablecoin on Axelar",
- "display": "usdt",
+ "description": "Jimmy Neutron Finance",
+ "display": "jimmy",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "theme": {
+ "primaryColorHex": "#7d3c20",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "jimmy",
+ "symbol": "JIMMY",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uusdt",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
"denomUnits": [
{
"aliases": [
- "weth-wei",
+ "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
],
- "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "bad",
+ "exponent": 6,
},
],
- "description": "Wrapped Ether on Axelar",
- "display": "weth",
+ "description": "Baddest coin on Cosmos",
+ "display": "bad",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "theme": {
+ "primaryColorHex": "#211a0d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
},
- "name": "Wrapped Ether",
- "symbol": "WETH",
+ "name": "Badcoin",
+ "symbol": "BAD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "weth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
"denomUnits": [
{
"aliases": [
- "wbtc-satoshi",
+ "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
],
- "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "bitcosmos",
+ "exponent": 6,
},
],
- "description": "Wrapped Bitcoin on Axelar",
- "display": "wbtc",
+ "description": "BITCOSMOS",
+ "display": "bitcosmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "theme": {
+ "primaryColorHex": "#1b0847",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Bitcosmos",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wbtc-satoshi",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
"denomUnits": [
{
"aliases": [
- "aave-wei",
+ "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
],
- "denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
"exponent": 0,
},
{
- "denom": "aave",
- "exponent": 18,
+ "denom": "wtf",
+ "exponent": 6,
},
],
- "description": "Aave on Axelar",
- "display": "aave",
+ "description": "What the Fuck",
+ "display": "wtf",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "theme": {
+ "primaryColorHex": "#dcd5ab",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
},
- "name": "Aave",
- "symbol": "AAVE",
+ "name": "wtf",
+ "symbol": "WTF",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "aave-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
"denomUnits": [
{
"aliases": [
- "ape-wei",
+ "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
],
- "denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
"exponent": 0,
},
{
- "denom": "ape",
- "exponent": 18,
+ "denom": "nls",
+ "exponent": 6,
},
],
- "description": "ApeCoin on Axelar",
- "display": "ape",
+ "description": "NLS on Neutron",
+ "display": "nls",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "imageSync": {
+ "baseDenom": "unls",
+ "chainName": "nolus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "name": "ApeCoin",
- "symbol": "APE",
+ "name": "Nolus NLS",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "ape-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
+ "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
"denomUnits": [
{
"aliases": [
- "axs-wei",
+ "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
],
- "denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
+ "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
"exponent": 0,
},
{
- "denom": "axs",
- "exponent": 18,
+ "denom": "goddard",
+ "exponent": 6,
},
],
- "description": "Axie Infinity Shard on Axelar",
- "display": "axs",
+ "description": "A Mechanical Canine",
+ "display": "goddard",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "theme": {
+ "primaryColorHex": "#516b80",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
},
- "name": "Axie Infinity Shard",
- "symbol": "AXS",
+ "name": "Goddard",
+ "symbol": "GODRD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "axs-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
"denomUnits": [
{
"aliases": [
- "link-wei",
+ "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
],
- "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
"exponent": 0,
},
{
- "denom": "link",
- "exponent": 18,
+ "denom": "apollo",
+ "exponent": 6,
},
],
- "description": "Chainlink on Axelar",
- "display": "link",
+ "description": "The deflationary utility token of the Apollo DAO project",
+ "display": "apollo",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
- "name": "Chainlink",
- "symbol": "LINK",
+ "name": "Apollo DAO",
+ "socials": {
+ "twitter": "https://twitter.com/ApolloDAO",
+ "website": "https://apollo.farm/",
+ },
+ "symbol": "APOLLO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "link-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
"denomUnits": [
{
"aliases": [
- "mkr-wei",
+ "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
],
- "denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
"exponent": 0,
},
{
- "denom": "mkr",
- "exponent": 18,
+ "denom": "newtroll",
+ "exponent": 6,
},
],
- "description": "Maker on Axelar",
- "display": "mkr",
+ "description": "NEWTROLL",
+ "display": "newtroll",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
- "name": "Maker",
- "symbol": "MKR",
+ "name": "Newtroll",
+ "symbol": "NTRL",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "mkr-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
"denomUnits": [
{
"aliases": [
- "rai-wei",
+ "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
],
- "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
"exponent": 0,
},
{
- "denom": "rai",
- "exponent": 18,
+ "denom": "retro",
+ "exponent": 6,
},
],
- "description": "Rai Reflex Index on Axelar",
- "display": "rai",
+ "description": "Retro Game",
+ "display": "retro",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
- "name": "Rai Reflex Index",
- "symbol": "RAI",
+ "name": "Retro",
+ "symbol": "RETRO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "rai-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
"denomUnits": [
{
"aliases": [
- "shib-wei",
+ "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
],
- "denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
"exponent": 0,
},
{
- "denom": "shib",
- "exponent": 18,
+ "denom": "goddard",
+ "exponent": 6,
},
],
- "description": "Shiba Inu on Axelar",
- "display": "shib",
+ "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
+ "display": "goddard",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
- "name": "Shiba Inu",
- "symbol": "SHIB",
+ "name": "Goddard",
+ "symbol": "GODDARD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "shib-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
+ "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
"denomUnits": [
{
"aliases": [
- "steth-wei",
+ "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
],
- "denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
+ "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
"exponent": 0,
},
{
- "denom": "steth",
- "exponent": 18,
+ "denom": "WOSMO",
+ "exponent": 6,
},
],
- "description": "Lido Staked Ether on Axelar",
- "display": "steth",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "Lido Staked Ether",
- "symbol": "stETH",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "steth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
+ "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
"denomUnits": [
{
"aliases": [
- "uni-wei",
+ "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
],
- "denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
+ "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
"exponent": 0,
},
{
- "denom": "uni",
- "exponent": 18,
+ "denom": "boy",
+ "exponent": 6,
},
],
- "description": "Uniswap on Axelar",
- "display": "uni",
+ "description": "Astro BOY",
+ "display": "boy",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "theme": {
+ "primaryColorHex": "#333333",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
},
- "name": "Uniswap",
- "symbol": "UNI",
+ "name": "boy",
+ "symbol": "BOY",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "uni-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
+ "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
"denomUnits": [
{
"aliases": [
- "xcn-wei",
+ "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
],
- "denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
+ "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
"exponent": 0,
},
{
- "denom": "xcn",
- "exponent": 18,
+ "denom": "BADKID",
+ "exponent": 6,
},
],
- "description": "Chain on Axelar",
- "display": "xcn",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "name": "Chain",
- "symbol": "XCN",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "xcn-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
"denomUnits": [
{
"aliases": [
- "dot-planck",
+ "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
],
- "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
"exponent": 0,
},
{
- "denom": "dot",
- "exponent": 10,
+ "denom": "cartel",
+ "exponent": 6,
},
],
- "description": "Wrapped Polkadot on Axelar",
- "display": "dot",
+ "description": "Reflections of cartel activity on Cosmos.",
+ "display": "cartel",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "theme": {
+ "primaryColorHex": "#8c9098",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
},
- "name": "Wrapped Polkadot",
- "symbol": "DOT",
+ "name": "cartel",
+ "symbol": "CARTEL",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "dot-planck",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
"denomUnits": [
{
"aliases": [
- "wglmr-wei",
+ "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
],
- "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
"exponent": 0,
},
{
- "denom": "wglmr",
- "exponent": 18,
+ "denom": "ATOM1KLFG",
+ "exponent": 6,
},
],
- "description": "Wrapped Moonbeam on Axelar",
- "display": "wglmr",
+ "description": "$ATOM to $1,000 LFG!!",
+ "display": "ATOM1KLFG",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
},
- "name": "Wrapped Moonbeam",
- "symbol": "WGLMR",
+ "name": "ATOM1KLFG",
+ "symbol": "ATOM1KLFG",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wglmr-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "wmatic-wei",
+ "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
],
- "denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
"exponent": 0,
},
{
- "denom": "wmatic",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "Wrapped Matic on Axelar",
- "display": "wmatic",
+ "description": "USD Coin on Neutron",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Wrapped Matic",
- "symbol": "WMATIC",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wmatic-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ "base": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
"denomUnits": [
{
"aliases": [
- "wbnb-wei",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
],
- "denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ "denom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
"exponent": 0,
},
{
- "denom": "wbnb",
- "exponent": 18,
+ "denom": "WEIRD",
+ "exponent": 6,
},
],
- "description": "Wrapped BNB on Axelar",
- "display": "wbnb",
+ "description": "WEIRD FRIENDS token",
+ "display": "WEIRD",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
},
- "name": "Wrapped BNB",
- "symbol": "WBNB",
+ "name": "WEIRD",
+ "symbol": "WEIRD",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wbnb-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ "base": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
"denomUnits": [
{
"aliases": [
- "busd-wei",
+ "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
],
- "denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ "denom": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
"exponent": 0,
},
{
- "denom": "busd",
- "exponent": 18,
+ "denom": "takumi",
+ "exponent": 6,
},
],
- "description": "Binance USD on Axelar.",
- "display": "busd",
+ "display": "takumi",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png",
+ "theme": {
+ "primaryColorHex": "#556867",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
- },
- "name": "Binance USD",
- "symbol": "BUSD",
+ "name": "Takumi Asano",
+ "symbol": "TAKUMI",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "busd-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ "base": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
"denomUnits": [
{
"aliases": [
- "wavax-wei",
+ "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
],
- "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ "denom": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "NBZ",
+ "exponent": 6,
},
],
- "description": "Wrapped AVAX on Axelar.",
- "display": "avax",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "Wrapped AVAX",
- "symbol": "WAVAX",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wavax-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ "base": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
"denomUnits": [
{
"aliases": [
- "wftm-wei",
+ "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
],
- "denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ "denom": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
"exponent": 0,
},
{
- "denom": "ftm",
- "exponent": 18,
+ "denom": "MARS",
+ "exponent": 6,
},
],
- "description": "Wrapped FTM on Axelar.",
- "display": "ftm",
+ "description": "Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.",
+ "display": "MARS",
+ "extendedDescription": "Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "theme": {
+ "primaryColorHex": "#ef4136",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
},
- "name": "Wrapped FTM",
- "symbol": "WFTM",
+ "name": "Mars Protocol token",
+ "socials": {
+ "twitter": "https://x.com/mars_protocol",
+ "website": "https://marsprotocol.io/",
+ },
+ "symbol": "MARS",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wftm-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ "base": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
+ "coingeckoId": "drop-staked-atom",
"denomUnits": [
{
"aliases": [
- "polygon-uusdc",
+ "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
],
- "denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ "denom": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
"exponent": 0,
},
{
- "denom": "polygon-usdc",
+ "denom": "dATOM",
"exponent": 6,
},
],
- "description": "Circle's stablecoin from Polygon on Axelar",
- "display": "polygon-usdc",
+ "description": "Drop staked ATOM",
+ "display": "dATOM",
+ "extendedDescription": "Drop protocol token for the interchain liquidity",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "USD Coin from Polygon",
- "symbol": "USDC",
+ "name": "dATOM",
+ "socials": {
+ "twitter": "https://x.com/Dropdotmoney",
+ "website": "https://www.drop.money/",
+ },
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "polygon-uusdc",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ "base": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
"denomUnits": [
{
"aliases": [
- "avalanche-uusdc",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
],
- "denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ "denom": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
"exponent": 0,
},
{
- "denom": "avalanche-usdc",
+ "denom": "SIN",
"exponent": 6,
},
],
- "description": "Circle's stablecoin from Avalanche on Axelar",
- "display": "avalanche-usdc",
+ "description": "SinGarden token",
+ "display": "SIN",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
},
- "name": "USD Coin from Avalanche",
- "symbol": "USDC",
+ "name": "SIN",
+ "symbol": "SIN",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "avalanche-uusdc",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ "base": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
"denomUnits": [
{
"aliases": [
- "wfil-wei",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
],
- "denom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ "denom": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
"exponent": 0,
},
{
- "denom": "fil",
- "exponent": 18,
+ "denom": "GOP",
+ "exponent": 6,
},
],
- "description": "Wrapped FIL on Axelar",
- "display": "fil",
+ "description": "CryptoGopniks token",
+ "display": "GOP",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
},
- "name": "Wrapped FIL from Filecoin",
- "symbol": "axlFIL",
+ "name": "GOP",
+ "symbol": "GOP",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "wfil-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ "base": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
"denomUnits": [
{
"aliases": [
- "arb-wei",
+ "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
],
- "denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ "denom": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
"exponent": 0,
},
{
- "denom": "arb",
- "exponent": 18,
+ "denom": "arena",
+ "exponent": 6,
},
],
- "description": "Arbitrum on Axelar",
- "display": "arb",
+ "description": "The governance token of the Arena DAO",
+ "display": "arena",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#FF8000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
},
- "name": "Arbitrum",
- "symbol": "ARB",
+ "name": "Arena Token",
+ "socials": {
+ "twitter": "https://x.com/ArenaDAO",
+ "website": "https://arenadao.org/",
+ },
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-874",
},
"counterparty": {
- "base_denom": "arb-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "coingeckoId": "nibiru",
"denomUnits": [
{
"aliases": [
- "pepe-wei",
+ "unibi",
],
- "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
"exponent": 0,
},
{
- "denom": "pepe",
+ "denom": "nibi",
+ "exponent": 6,
+ },
+ {
+ "denom": "attonibi",
"exponent": 18,
},
],
- "display": "pepe",
+ "description": "The native token of Nibiru network",
+ "display": "nibi",
+ "extendedDescription": "Nibiru hosts a variety of ecosystem partners in a wide variety of consumer sectors. From RWAs (Coded Estate) to DeFi (Constella, NOM) to Gaming (Blockchain Game Alliance, IntoTheVerse), Nibiru is advancing multiple emerging blockchain narratives that will onboard the next billion users.",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "theme": {
+ "primaryColorHex": "#14c0ce",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
},
- "name": "Pepe",
- "symbol": "PEPE",
+ "name": "Nibiru",
+ "socials": {
+ "twitter": "https://twitter.com/nibiruchain",
+ "website": "https://nibiru.fi",
+ },
+ "symbol": "NIBI",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "pepe-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "unibi",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ "base": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
"denomUnits": [
{
"aliases": [
- "cbeth-wei",
+ "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
],
- "denom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ "denom": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
"exponent": 0,
},
- {
- "denom": "cbeth",
- "exponent": 18,
- },
- ],
- "display": "cbeth",
- "images": [
- {
- "imageSync": {
- "baseDenom": "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
- "chainName": "ethereum",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
- },
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
- },
- "name": "Coinbase Wrapped Staked ETH",
- "symbol": "cbETH",
+ "description": "uoprek",
+ "display": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "name": "uoprek",
+ "symbol": "UOPREK",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "cbeth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ "base": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
"denomUnits": [
{
"aliases": [
- "reth-wei",
+ "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
],
- "denom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ "denom": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
"exponent": 0,
},
+ ],
+ "description": "utestate",
+ "display": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "name": "utestate",
+ "symbol": "UTESTATE",
+ "traces": [
{
- "denom": "reth",
- "exponent": 18,
+ "chain": {
+ "channel_id": "channel-21113",
+ },
+ "counterparty": {
+ "base_denom": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
},
],
- "display": "reth",
- "images": [
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
+ "denomUnits": [
{
- "imageSync": {
- "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
- "chainName": "ethereum",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "aliases": [
+ "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ ],
+ "denom": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
+ "exponent": 0,
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
- },
- "name": "Rocket Pool Ether",
- "symbol": "rETH",
+ "description": "npp",
+ "display": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "name": "npp",
+ "symbol": "NPP",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-21113",
},
"counterparty": {
- "base_denom": "reth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
"denomUnits": [
{
"aliases": [
- "sfrxeth-wei",
+ "ustake",
],
- "denom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
"exponent": 0,
},
{
- "denom": "sfrxeth",
- "exponent": 18,
+ "denom": "stake",
+ "exponent": 6,
},
],
- "display": "sfrxeth",
+ "description": "The permissioned staking asset for Noble Chain",
+ "display": "stake",
"images": [
{
- "imageSync": {
- "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "theme": {
+ "primaryColorHex": "#a8bbfb",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
},
- "name": "Staked Frax Ether",
- "symbol": "sfrxETH",
+ "name": "Stake",
+ "symbol": "STAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "sfrxeth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ustake",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
"denomUnits": [
{
"aliases": [
- "wsteth-wei",
+ "ufrienzies",
],
- "denom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
"exponent": 0,
},
{
- "denom": "wsteth",
- "exponent": 18,
+ "denom": "frienzies",
+ "exponent": 6,
},
],
- "display": "wsteth",
+ "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
+ "display": "frienzies",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "theme": {
+ "primaryColorHex": "#04041c",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
},
- "name": "Wrapped Lido Staked Ether",
- "symbol": "wstETH",
+ "name": "Frienzies",
+ "symbol": "FRNZ",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "wsteth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ufrienzies",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
+ "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
"denomUnits": [
{
"aliases": [
- "yieldeth-wei",
+ "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
],
- "denom": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
+ "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
"exponent": 0,
},
{
- "denom": "YieldETH",
- "exponent": 18,
+ "aliases": [
+ "ATOM",
+ ],
+ "denom": "atom",
+ "exponent": 6,
},
],
- "display": "YieldETH",
+ "description": "ATOM token on Noble",
+ "display": "atom",
"images": [
{
"imageSync": {
- "baseDenom": "0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec",
- "chainName": "ethereum",
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "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",
},
- "name": "Real Yield Eth",
- "symbol": "YieldETH",
+ "name": "Atom Staking Coin",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "yieldeth-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
+ "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ox-wei",
+ "uusdc",
],
- "denom": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
+ "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
"exponent": 0,
},
{
- "denom": "ox",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "display": "ox",
+ "description": "USD Coin",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f",
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Open Exchange Token",
- "symbol": "OX",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-208",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "ox-wei",
- "chain_name": "axelar",
- "channel_id": "channel-3",
+ "base_denom": "uusdc",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
- "coingeckoId": "band-protocol",
+ "base": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ "coingeckoId": "ondo-us-dollar-yield",
"denomUnits": [
{
"aliases": [
- "uband",
+ "ausdy",
],
- "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ "denom": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
"exponent": 0,
},
{
- "denom": "band",
- "exponent": 6,
+ "denom": "usdy",
+ "exponent": 18,
},
],
- "description": "The native token of BandChain",
- "display": "band",
+ "description": "Ondo US Dollar Yield",
+ "display": "usdy",
+ "extendedDescription": "USDY is a tokenized note secured by short-term US Treasuries and bank demand deposits. USDY is accessible to non-US individual and institutional investors and is transferable onchain 40-50 days after purchase.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "theme": {
+ "primaryColorHex": "#142c5c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
},
- "name": "Band Protocol",
+ "name": "Ondo US Dollar Yield",
"socials": {
- "twitter": "https://twitter.com/BandProtocol",
- "website": "https://www.bandprotocol.com/",
+ "twitter": "https://x.com/OndoFinance",
+ "website": "https://ondo.finance/usdy",
},
- "symbol": "BAND",
+ "symbol": "USDY",
"traces": [
{
"chain": {
- "channel_id": "channel-148",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "uband",
- "chain_name": "bandchain",
- "channel_id": "channel-83",
+ "base_denom": "ausdy",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
- "coingeckoId": "bzedge",
+ "base": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
"denomUnits": [
{
"aliases": [
- "ubze",
+ "ueure",
],
- "denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ "denom": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
"exponent": 0,
},
{
- "denom": "bze",
+ "denom": "eure",
"exponent": 6,
},
],
- "description": "BeeZee native blockchain",
- "display": "bze",
+ "description": "EURe is a Euro-backed stablecoin issued by Monerium on Noble.",
+ "display": "eure",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "imageSync": {
+ "baseDenom": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#0095D7",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
- },
- "name": "BeeZee",
- "symbol": "BZE",
+ "name": "Monerium EUR emoney",
+ "symbol": "EURe",
"traces": [
{
"chain": {
- "channel_id": "channel-340",
+ "channel_id": "channel-750",
},
"counterparty": {
- "base_denom": "ubze",
- "chain_name": "beezee",
- "channel_id": "channel-0",
+ "base_denom": "ueure",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
- "coingeckoId": "bitcanna",
+ "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
"denomUnits": [
{
"aliases": [
- "ubcna",
+ "unois",
],
- "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
"exponent": 0,
},
{
- "denom": "bcna",
+ "denom": "nois",
"exponent": 6,
},
],
- "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",
+ "description": "The native token of Nois",
+ "display": "nois",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "theme": {
+ "primaryColorHex": "#0c0c14",
+ },
},
],
+ "keywords": [
+ "nois",
+ "randomness",
+ "drand",
+ "wasm",
+ ],
"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",
- },
- "name": "BitCanna",
- "socials": {
- "twitter": "https://twitter.com/BitCannaGlobal",
- "website": "http://www.bitcanna.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
},
- "symbol": "BCNA",
+ "name": "Nois",
+ "symbol": "NOIS",
"traces": [
{
"chain": {
- "channel_id": "channel-51",
+ "channel_id": "channel-8277",
},
"counterparty": {
- "base_denom": "ubcna",
- "chain_name": "bitcanna",
- "channel_id": "channel-1",
+ "base_denom": "unois",
+ "chain_name": "nois",
+ "channel_id": "channel-37",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
- "coingeckoId": "bitsong",
+ "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "coingeckoId": "nolus",
"denomUnits": [
{
"aliases": [
- "ubtsg",
+ "unls",
],
- "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
"exponent": 0,
},
{
- "denom": "btsg",
+ "denom": "nls",
"exponent": 6,
},
],
- "description": "BitSong Native Token",
- "display": "btsg",
+ "description": "The native token of Nolus chain",
+ "display": "nls",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "name": "BitSong",
+ "name": "Nolus",
"socials": {
- "twitter": "https://twitter.com/BitSongOfficial",
- "website": "https://bitsong.io/",
+ "twitter": "https://twitter.com/NolusProtocol",
+ "website": "https://nolus.io/",
},
- "symbol": "BTSG",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ubtsg",
- "chain_name": "bitsong",
+ "base_denom": "unls",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -20255,1104 +22502,1349 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
+ "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
"denomUnits": [
{
"aliases": [
- "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
+ "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
],
- "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
+ "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
"exponent": 0,
},
{
- "denom": "clay",
+ "aliases": [],
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Adam Clay a BitSong Music FanToken",
- "display": "clay",
+ "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "Adam Clay FanToken",
- "symbol": "CLAY",
+ "name": "axlUSDC",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
- "chain_name": "bitsong",
+ "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
+ "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
"denomUnits": [
{
"aliases": [
- "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
],
- "denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
+ "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
"exponent": 0,
},
{
- "denom": "fasano",
+ "aliases": [],
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "Nicola Fasano a BitSong Music FanToken",
- "display": "fasano",
+ "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "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",
},
- "name": "Nicola Fasano Fantoken",
- "symbol": "FASANO",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
- "chain_name": "bitsong",
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
+ "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
"denomUnits": [
{
"aliases": [
- "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
+ "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
],
- "denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
+ "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
"exponent": 0,
},
{
- "denom": "d9x",
+ "aliases": [],
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "Delta 9 a BitSong Music FanToken",
- "display": "d9x",
+ "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "imageSync": {
+ "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Delta 9 Fantoken",
- "symbol": "D9X",
+ "name": "Osmosis",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
- "chain_name": "bitsong",
+ "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
+ "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
"denomUnits": [
{
"aliases": [
- "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
+ "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
],
- "denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
+ "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
"exponent": 0,
},
{
- "denom": "fonti",
+ "aliases": [],
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "FONTI a BitSong Music FanToken",
- "display": "fonti",
+ "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "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",
},
- "name": "FONTI Fantoken",
- "symbol": "FONTI",
+ "name": "Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
- "chain_name": "bitsong",
+ "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
+ "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
"denomUnits": [
{
"aliases": [
- "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
+ "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
],
- "denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
+ "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
"exponent": 0,
},
{
- "denom": "bjks",
+ "aliases": [],
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "BlackJack a BitSong Music FanToken",
- "display": "bjks",
+ "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "statom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "imageSync": {
+ "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "BlackJack Fantoken",
- "symbol": "BJKS",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
- "chain_name": "bitsong",
+ "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
+ "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
"denomUnits": [
{
"aliases": [
- "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
+ "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
],
- "denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
+ "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
"exponent": 0,
},
{
- "denom": "rwne",
- "exponent": 6,
+ "aliases": [],
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "Rawanne a BitSong Music FanToken",
- "display": "rwne",
+ "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "weth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "imageSync": {
+ "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
},
- "name": "Rawanne Fantoken",
- "symbol": "RWNE",
+ "name": "WETH",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
- "chain_name": "bitsong",
+ "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
+ "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
"denomUnits": [
{
"aliases": [
- "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
+ "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
],
- "denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
+ "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
"exponent": 0,
},
{
- "denom": "enmoda",
- "exponent": 6,
+ "aliases": [],
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "Enmoda a BitSong Music FanToken",
- "display": "enmoda",
+ "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "Enmoda Fantoken",
- "symbol": "ENMODA",
+ "name": "WBTC",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
- "chain_name": "bitsong",
+ "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
+ "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
"denomUnits": [
{
"aliases": [
- "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
+ "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
],
- "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
+ "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
"exponent": 0,
},
{
- "denom": "404dr",
+ "aliases": [],
+ "denom": "akt",
"exponent": 6,
},
],
- "description": "404Deep Records a BitSong Music FanToken",
- "display": "404dr",
+ "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "akt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "imageSync": {
+ "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "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",
},
- "name": "404Deep Records Fantoken",
- "symbol": "404DR",
+ "name": "AKT",
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
- "chain_name": "bitsong",
+ "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
+ "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
"denomUnits": [
{
"aliases": [
- "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
+ "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
],
- "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
+ "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
"exponent": 0,
},
{
- "denom": "n43",
+ "aliases": [],
+ "denom": "axl",
"exponent": 6,
},
],
- "description": "N43 a BitSong Music FanToken",
- "display": "n43",
+ "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "axl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "imageSync": {
+ "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "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",
},
- "name": "N43 Fantoken",
- "symbol": "N43",
+ "name": "AXL",
+ "symbol": "AXL",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
- "chain_name": "bitsong",
+ "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
+ "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
"denomUnits": [
{
"aliases": [
- "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
+ "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
],
- "denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
+ "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
"exponent": 0,
},
{
- "denom": "lobo",
+ "aliases": [],
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "Puro Lobo a BitSong Music FanToken",
- "display": "lobo",
+ "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "juno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "imageSync": {
+ "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "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",
},
- "name": "Puro Lobo Fantoken",
- "symbol": "LOBO",
+ "name": "JUNO",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
- "chain_name": "bitsong",
+ "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
+ "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
"denomUnits": [
{
"aliases": [
- "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
+ "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
],
- "denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
+ "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
"exponent": 0,
},
{
- "denom": "vibra",
- "exponent": 6,
+ "aliases": [],
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Vibranium a BitSong Music FanToken",
- "display": "vibra",
+ "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "evmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "imageSync": {
+ "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "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",
},
- "name": "Vibranium Fantoken",
- "symbol": "VIBRA",
+ "name": "EVMOS",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
- "chain_name": "bitsong",
+ "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
+ "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
"denomUnits": [
{
"aliases": [
- "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
+ "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
],
- "denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
+ "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
"exponent": 0,
},
{
- "denom": "karina",
+ "aliases": [],
+ "denom": "stk/atom",
"exponent": 6,
},
],
- "description": "Karina a BitSong Music FanToken",
- "display": "karina",
+ "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stk/atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "imageSync": {
+ "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "Karina Fantoken",
- "symbol": "KARINA",
+ "name": "stkATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
- "chain_name": "bitsong",
+ "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
+ "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
"denomUnits": [
{
"aliases": [
- "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
+ "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
],
- "denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
+ "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
"exponent": 0,
},
{
- "denom": "testa",
+ "aliases": [],
+ "denom": "scrt",
"exponent": 6,
},
],
- "description": "Luca Testa a BitSong Music FanToken",
- "display": "testa",
+ "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "imageSync": {
+ "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "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",
},
- "name": "Luca Testa Fantoken",
- "symbol": "TESTA",
+ "name": "SCRT",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
- "chain_name": "bitsong",
+ "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
+ "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
"denomUnits": [
{
"aliases": [
- "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
+ "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
],
- "denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
+ "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
"exponent": 0,
},
{
- "denom": "cmqz",
- "exponent": 6,
+ "aliases": [],
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "Carolina Marquez a BitSong Music FanToken",
- "display": "cmqz",
+ "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "imageSync": {
+ "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "Carolina Marquez Fantoken",
- "symbol": "CMQZ",
+ "name": "CRO",
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
- "chain_name": "bitsong",
+ "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
+ "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
"denomUnits": [
{
"aliases": [
- "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
+ "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
],
- "denom": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
+ "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
"exponent": 0,
},
{
- "denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
+ "aliases": [],
+ "denom": "stars",
"exponent": 6,
},
],
- "deprecated": true,
- "description": "[Redacted] a BitSong Music FanToken",
- "display": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
- "name": "[Redacted] Fantoken (ft3...A00)",
- "symbol": "LDON",
+ "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stars",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "STARS",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-73",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
- "chain_name": "bitsong",
+ "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
- "coingeckoId": "bluzelle",
+ "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
"denomUnits": [
{
"aliases": [
- "ubnt",
+ "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
],
- "denom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
"exponent": 0,
},
{
- "aliases": [
- "blz",
- ],
- "denom": "bnt",
+ "aliases": [],
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "The native token of Bluzelle",
- "display": "bnt",
+ "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "tia",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
- "keywords": [
- "bluzelle",
- "game",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
- },
- "name": "Bluzelle",
- "socials": {
- "twitter": "https://twitter.com/BluzelleHQ",
- "website": "http://bluzelle.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "symbol": "BLZ",
+ "name": "TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-763",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ubnt",
- "chain_name": "bluzelle",
+ "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
- "coingeckoId": "",
+ "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
"denomUnits": [
{
"aliases": [
- "uelt",
+ "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
],
- "denom": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
+ "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
"exponent": 0,
},
{
- "denom": "elt",
+ "aliases": [],
+ "denom": "strd",
"exponent": 6,
},
],
- "description": "The ELT token of Bluzelle's Gamma 4 Gaming Ecosystem",
- "display": "elt",
+ "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "strd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "imageSync": {
+ "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
- "keywords": [
- "elt",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
- "name": "ELT",
- "symbol": "ELT",
+ "name": "STRD",
+ "symbol": "STRD",
"traces": [
{
"chain": {
- "channel_id": "channel-763",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "uelt",
- "chain_name": "bluzelle",
+ "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
- "coingeckoId": "",
+ "base": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
"denomUnits": [
{
"aliases": [
- "ug4",
+ "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
],
- "denom": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
+ "denom": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
"exponent": 0,
},
{
- "denom": "g4",
- "exponent": 6,
+ "aliases": [],
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "The game token of Bluzelle's Gamma 4 Gaming Ecosystem",
- "display": "g4",
+ "description": "CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cudos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "imageSync": {
+ "baseDenom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
},
],
- "keywords": [
- "g4",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "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",
},
- "name": "G4",
- "symbol": "G4",
+ "name": "CUDOS",
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-763",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "ug4",
- "chain_name": "bluzelle",
+ "base_denom": "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
+ "chain_name": "nolus",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
- "coingeckoId": "bostrom",
+ "base": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
"denomUnits": [
{
"aliases": [
- "boot",
+ "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
],
- "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ "denom": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "allBTC",
+ "exponent": 8,
+ },
],
- "description": "The staking token of Bostrom",
- "display": "boot",
+ "description": "Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allBTC",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
},
- "name": "Bostrom",
- "symbol": "BOOT",
+ "name": "Alloyed BTC",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "boot",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
+ "base": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
"denomUnits": [
{
"aliases": [
- "hydrogen",
+ "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
],
- "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
+ "denom": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "allSOL",
+ "exponent": 9,
+ },
],
- "description": "The liquid staking token of Bostrom",
- "display": "hydrogen",
+ "description": "Alloyed SOL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allSOL",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "Bostrom Hydrogen",
- "symbol": "HYDROGEN",
+ "name": "Alloyed SOL",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "hydrogen",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
+ "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
"denomUnits": [
{
"aliases": [
- "milliampere",
+ "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
],
- "denom": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
+ "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
"exponent": 0,
},
{
- "aliases": [
- "ampere",
- ],
- "denom": "ampere",
- "exponent": 3,
+ "aliases": [],
+ "denom": "ntrn",
+ "exponent": 6,
},
],
- "description": "The resource token of Bostrom",
- "display": "ampere",
+ "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "ntrn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "imageSync": {
+ "baseDenom": "untrn",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "Bostrom Ampere",
- "symbol": "A",
+ "name": "NTRN",
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "milliampere",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
+ "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
"denomUnits": [
{
"aliases": [
- "millivolt",
+ "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
],
- "denom": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
+ "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
"exponent": 0,
},
{
- "aliases": [
- "volt",
- ],
- "denom": "volt",
- "exponent": 3,
+ "aliases": [],
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "The resource token of Bostrom",
- "display": "volt",
+ "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "imageSync": {
+ "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Bostrom Volt",
- "symbol": "V",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "millivolt",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
+ "base": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
"denomUnits": [
{
"aliases": [
- "tocyb",
+ "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
],
- "denom": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
+ "denom": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
"exponent": 0,
},
+ {
+ "aliases": [],
+ "denom": "dATOM",
+ "exponent": 6,
+ },
],
- "description": "The staking token of Cyber",
- "display": "tocyb",
+ "description": "dATOM transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dATOM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "Bostrom Tocyb",
- "symbol": "TOCYB",
+ "name": "dATOM",
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-95",
+ "channel_id": "channel-783",
},
"counterparty": {
- "base_denom": "tocyb",
- "chain_name": "bostrom",
- "channel_id": "channel-2",
+ "base_denom": "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
- "coingeckoId": "canto",
+ "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
"denomUnits": [
{
"aliases": [
- "acanto",
+ "unom",
],
- "denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
"exponent": 0,
},
{
- "denom": "canto",
- "exponent": 18,
+ "denom": "nom",
+ "exponent": 6,
},
],
- "description": "Canto is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "canto",
+ "description": "Nomic's native token.",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#6404fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
- },
- "name": "Canto",
- "socials": {
- "twitter": "https://twitter.com/CantoPublic",
- "website": "https://canto.io/",
+ "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",
},
- "symbol": "CANTO",
+ "name": "Nomic",
+ "symbol": "NOM",
"traces": [
{
"chain": {
- "channel_id": "channel-550",
+ "channel_id": "channel-6897",
},
"counterparty": {
- "base_denom": "acanto",
- "chain_name": "canto",
- "channel_id": "channel-5",
+ "base_denom": "unom",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
+ "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"denomUnits": [
{
"aliases": [
- "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
+ "usat",
],
- "denom": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
+ "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "nbtc",
+ "exponent": 14,
},
],
- "description": "Tether USDt on Canto",
- "display": "usdt",
+ "description": "Bitcoin. On Cosmos.",
+ "display": "nbtc",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Nomic Bitcoin",
+ "symbol": "nBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-550",
+ "channel_id": "channel-6897",
},
"counterparty": {
- "base_denom": "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
- "chain_name": "canto",
- "channel_id": "channel-5",
+ "base_denom": "usat",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
- "coingeckoId": "switcheo",
+ "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
"denomUnits": [
{
"aliases": [
- "swth",
+ "unyx",
],
- "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
"exponent": 0,
},
{
- "aliases": [
- "SWTH",
- ],
- "denom": "dswth",
- "exponent": 8,
+ "denom": "nyx",
+ "exponent": 6,
},
],
- "description": "The native governance token of Carbon",
- "display": "dswth",
+ "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
+ "display": "nyx",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "theme": {
+ "primaryColorHex": "#f45135",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
},
- "name": "Carbon",
- "symbol": "SWTH",
+ "name": "NYX",
+ "symbol": "NYX",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-15464",
},
"counterparty": {
- "base_denom": "swth",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "unyx",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -21360,47 +23852,58 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
- "coingeckoId": "carbon-usd",
+ "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "coingeckoId": "nym",
"denomUnits": [
{
"aliases": [
- "usc",
+ "unym",
],
- "denom": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
+ "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
"exponent": 0,
},
{
- "aliases": [
- "USC",
- ],
- "denom": "dusc",
- "exponent": 8,
+ "denom": "nym",
+ "exponent": 6,
},
],
- "description": "The native stablecoin of Carbon",
- "display": "dusc",
+ "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
+ "display": "nym",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": false,
+ "primaryColorHex": "#151525",
+ },
},
- ],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
- },
- "name": "Carbon USD Coin",
- "symbol": "USC",
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": true,
+ "primaryColorHex": "#141424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ },
+ "name": "NYM",
+ "symbol": "NYM",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-15464",
},
"counterparty": {
- "base_denom": "usc",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "unym",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -21408,1286 +23911,1506 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
+ "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "coingeckoId": "odin-protocol",
"denomUnits": [
{
"aliases": [
- "bnb.1.6.773edb",
+ "loki",
],
- "denom": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
+ "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
"exponent": 0,
},
{
- "aliases": [
- "BNB",
- ],
- "denom": "bnb",
- "exponent": 18,
+ "denom": "odin",
+ "exponent": 6,
},
],
- "description": "BNB token on Carbon",
- "display": "bnb",
+ "description": "Staking and governance token for ODIN Protocol",
+ "display": "odin",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "imageSync": {
+ "baseDenom": "loki",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
- "name": "Binance Coin",
- "symbol": "BNB",
+ "name": "ODIN",
+ "symbol": "ODIN",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "bnb.1.6.773edb",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "loki",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
+ "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"denomUnits": [
{
"aliases": [
- "bneo.1.14.e2e5f6",
+ "mGeo",
],
- "denom": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
+ "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"exponent": 0,
},
{
- "aliases": [
- "bNEO",
- ],
- "denom": "bneo",
- "exponent": 8,
+ "denom": "geo",
+ "exponent": 6,
},
],
- "description": "bNEO token on Carbon",
- "display": "bneo",
+ "description": "GEO token for ODIN Protocol",
+ "display": "geo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "imageSync": {
+ "baseDenom": "mGeo",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "theme": {
+ "primaryColorHex": "#c3ebf3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
- "name": "BurgerNEO",
- "symbol": "bNEO",
+ "name": "GEO",
+ "symbol": "GEO",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "bneo.1.14.e2e5f6",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "mGeo",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
+ "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"denomUnits": [
{
"aliases": [
- "busd.1.6.754a80",
+ "mO9W",
],
- "denom": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
+ "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"exponent": 0,
},
{
- "aliases": [
- "BUSD",
- ],
- "denom": "busd",
- "exponent": 18,
+ "denom": "O9W",
+ "exponent": 6,
},
],
- "description": "BUSD (BEP-20) token on Carbon",
- "display": "busd",
+ "description": "O9W token for ODIN Protocol",
+ "display": "O9W",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "imageSync": {
+ "baseDenom": "mO9W",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
- "name": "BUSD (BEP-20)",
- "symbol": "BUSD",
+ "name": "O9W",
+ "symbol": "O9W",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-258",
},
"counterparty": {
- "base_denom": "busd.1.6.754a80",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "mO9W",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
+ "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "coingeckoId": "omniflix-network",
"denomUnits": [
{
"aliases": [
- "cglp.1.19.1698d3",
+ "uflix",
],
- "denom": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
+ "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
"exponent": 0,
},
{
- "aliases": [
- "CGLP",
- ],
- "denom": "cglp",
- "exponent": 18,
+ "denom": "flix",
+ "exponent": 6,
},
],
- "description": "Carbon Wrapped GLP on Carbon",
- "display": "cglp",
+ "description": "OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.",
+ "display": "flix",
+ "extendedDescription": "OmniFlix is a decentralized media platform designed to empower content creators by providing tools for the distribution, monetization, and management of digital content. By leveraging blockchain technology, OmniFlix ensures that creators retain control over their work, allowing for direct interactions with their audience and transparent revenue streams. The platform supports various media types, including video, audio, and text, enabling creators to reach a wide audience. OmniFlix's native token is used for transactions, staking, and governance, incentivizing users to participate in the platform's ecosystem and contribute to its growth and development. The platform aims to revolutionize the media industry by offering a decentralized alternative to traditional content distribution models.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "theme": {
+ "primaryColorHex": "#c33635",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
},
- "name": "Carbon Wrapped GLP",
- "symbol": "CGLP",
+ "name": "Flix",
+ "socials": {
+ "twitter": "https://twitter.com/OmniFlixNetwork",
+ "website": "https://omniflix.network/",
+ },
+ "symbol": "FLIX",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "cglp.1.19.1698d3",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "uflix",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
+ "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
"denomUnits": [
{
"aliases": [
- "cgt/1",
+ "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
],
- "denom": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
+ "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
"exponent": 0,
},
{
- "aliases": [
- "USD",
- ],
- "denom": "usd",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "Grouped USD on Carbon",
- "display": "usd",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
+ "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",
},
- "name": "Carbon Grouped USD",
- "symbol": "USD",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "cgt/1",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
+ "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
"denomUnits": [
{
"aliases": [
- "eth.1.19.c3b805",
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
],
- "denom": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
+ "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
"exponent": 0,
},
{
- "aliases": [
- "ETH",
- ],
- "denom": "eth",
- "exponent": 18,
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "ETH (Arbitrum) token on Carbon",
- "display": "eth",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "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",
},
- "name": "Ethereum (Arbitrum)",
- "symbol": "ETH",
+ "name": "Osmosis osmo",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "eth.1.19.c3b805",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
+ "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
"denomUnits": [
{
"aliases": [
- "eth.1.2.942d87",
+ "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
],
- "denom": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
+ "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
"exponent": 0,
},
{
- "aliases": [
- "ETH",
- ],
- "denom": "eth",
- "exponent": 18,
+ "denom": "ist",
+ "exponent": 6,
},
],
- "description": "ETH (ERC20) token on Carbon",
- "display": "eth",
+ "display": "ist",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "imageSync": {
+ "baseDenom": "uist",
+ "chainName": "agoric",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
- "name": "Ethereum (ERC20)",
- "symbol": "ETH",
+ "name": "Agoric IST (Inter Stable Token)",
+ "symbol": "IST",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "eth.1.2.942d87",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
+ "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
"denomUnits": [
{
"aliases": [
- "usdc.1.2.343151",
+ "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
],
- "denom": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
+ "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
"exponent": 0,
},
{
- "aliases": [
- "USDC",
- ],
"denom": "usdc",
"exponent": 6,
},
],
- "description": "USDC (ERC20) token on Carbon",
"display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "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",
},
- "name": "Circle USD",
- "symbol": "USDC",
+ "name": "USD Coin (Axelar)",
+ "symbol": "USDC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "usdc.1.2.343151",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
+ "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
"denomUnits": [
{
"aliases": [
- "usdc.1.6.53ff75",
+ "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
],
- "denom": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
+ "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
"exponent": 0,
},
{
- "aliases": [
- "USDC",
- ],
- "denom": "usdc",
- "exponent": 18,
+ "denom": "akt",
+ "exponent": 6,
},
],
- "description": "USD Coin (BEP-20) token on Carbon",
- "display": "usdc",
+ "description": "Akash Token (AKT) is the Akash Network's native utility token",
+ "display": "akt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "uakt",
+ "chainName": "akash",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "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",
},
- "name": "USD Coin (BEP-20)",
- "symbol": "USDC",
+ "name": "Akash",
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "usdc.1.6.53ff75",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
+ "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
"denomUnits": [
{
"aliases": [
- "zil.1.18.1a4a06",
+ "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
],
- "denom": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
+ "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
"exponent": 0,
},
{
- "aliases": [
- "ZIL",
- ],
- "denom": "zil",
- "exponent": 12,
+ "denom": "baddog",
+ "exponent": 6,
},
],
- "description": "ZIL token on Carbon",
- "display": "zil",
+ "display": "baddog",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "imageSync": {
+ "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
+ "theme": {
+ "primaryColorHex": "#eedebe",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
- "name": "Zilliqa",
- "symbol": "ZIL",
+ "name": "BadDog (Osmosis)",
+ "symbol": "BADDOG.osmo",
"traces": [
{
"chain": {
- "channel_id": "channel-188",
+ "channel_id": "channel-199",
},
"counterparty": {
- "base_denom": "zil.1.18.1a4a06",
- "chain_name": "carbon",
- "channel_id": "channel-0",
+ "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
- "coingeckoId": "celestia",
+ "base": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
"denomUnits": [
{
"aliases": [
- "utia",
+ "aonex",
],
- "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "denom": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
"exponent": 0,
},
{
- "denom": "tia",
- "exponent": 6,
+ "denom": "onex",
+ "exponent": 18,
},
],
- "description": "The native token of the Celestia blockchain.",
- "display": "tia",
- "extendedDescription": "Celestia is a modular data availability network. It simplifies the process of launching blockchains, making blockchain technology more accessible and user-friendly. Unlike traditional blockchains that handle multiple functions, Celestia specializes in specific roles, which leads to enhanced scalability, flexibility, and interoperability. This specialization enables developers to create blockchain applications for mass adoption.",
+ "description": "The native token of ONEX",
+ "display": "onex",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
},
],
+ "keywords": [
+ "dex",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
- },
- "name": "Celestia",
- "socials": {
- "twitter": "https://twitter.com/CelestiaOrg",
- "website": "https://celestia.org/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
},
- "symbol": "TIA",
+ "name": "ONEX",
+ "symbol": "ONEX",
"traces": [
{
"chain": {
- "channel_id": "channel-6994",
+ "channel_id": "channel-74628",
},
"counterparty": {
- "base_denom": "utia",
- "chain_name": "celestia",
- "channel_id": "channel-2",
+ "base_denom": "aonex",
+ "chain_name": "onex",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
- "coingeckoId": "cerberus-2",
+ "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "coingeckoId": "onomy-protocol",
"denomUnits": [
{
"aliases": [
- "ucrbrus",
+ "anom",
],
- "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
"exponent": 0,
},
{
- "denom": "crbrus",
- "exponent": 6,
+ "denom": "nom",
+ "exponent": 18,
},
],
- "description": "The native token of Cerberus Chain",
- "display": "crbrus",
+ "description": "The native token of Onomy Protocol",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c28",
+ },
},
],
+ "keywords": [
+ "dex",
+ "stablecoin",
+ "bridge",
+ "staking",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
},
- "name": "Cerberus",
- "symbol": "CRBRUS",
+ "name": "Nom",
+ "symbol": "NOM",
"traces": [
{
"chain": {
- "channel_id": "channel-212",
+ "channel_id": "channel-525",
},
"counterparty": {
- "base_denom": "ucrbrus",
- "chain_name": "cerberus",
- "channel_id": "channel-1",
+ "base_denom": "anom",
+ "chain_name": "onomy",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
- "coingeckoId": "",
+ "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "coingeckoId": "oraichain-token",
"denomUnits": [
{
"aliases": [
- "uc4e",
+ "orai",
],
- "denom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
+ "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
"exponent": 0,
},
{
- "denom": "c4e",
+ "denom": "ORAI",
"exponent": 6,
},
],
- "description": "The native token of Chain4Energy",
- "display": "c4e",
+ "description": "The native token of Oraichain",
+ "display": "ORAI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "theme": {
+ "circle": false,
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "circle": false,
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
},
- "name": "Chain4Energy",
+ "name": "Oraichain",
"socials": {
- "twitter": "https://twitter.com/Chain4Energy",
- "website": "https://c4e.io/",
+ "twitter": "https://x.com/oraichain",
+ "website": "https://orai.io/",
},
- "symbol": "C4E",
+ "symbol": "ORAI",
"traces": [
{
"chain": {
- "channel_id": "channel-22172",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "uc4e",
- "chain_name": "chain4energy",
- "channel_id": "channel-1",
+ "base_denom": "orai",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
- "coingeckoId": "cheqd-network",
+ "base": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
"denomUnits": [
{
"aliases": [
- "ncheq",
+ "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
],
- "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ "denom": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
"exponent": 0,
},
{
- "denom": "cheq",
- "exponent": 9,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "Native token for the cheqd network",
- "display": "cheq",
+ "description": "The ATOM native token of Oraichain.",
+ "display": "atom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"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",
+ "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",
},
- "name": "cheqd",
- "symbol": "CHEQ",
+ "name": "ATOM",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-108",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "ncheq",
- "chain_name": "cheqd",
- "channel_id": "channel-0",
+ "base_denom": "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
- "coingeckoId": "chihuahua-token",
+ "base": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
"denomUnits": [
{
"aliases": [
- "uhuahua",
+ "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
],
- "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ "denom": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "The native token of Chihuahua Chain",
- "display": "huahua",
+ "description": "The OSMO native token of Oraichain.",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "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",
},
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "OSMO",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "uhuahua",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "base": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
+ "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
],
- "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "denom": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
"exponent": 0,
},
{
- "denom": "achihuahuawifhat",
+ "denom": "inj",
"exponent": 6,
},
],
- "description": "has a hat",
- "display": "achihuahuawifhat",
+ "description": "The INJ token for the Oraichain.",
+ "display": "inj",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "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",
},
- "name": "Chihuahuawifhat",
- "symbol": "BADDOG",
+ "name": "Injective",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
+ "base": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
+ "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
],
- "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
+ "denom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
"exponent": 0,
},
{
- "denom": "WOOF",
- "exponent": 6,
+ "denom": "ton",
+ "exponent": 9,
},
],
- "description": "Woof",
- "display": "WOOF",
+ "description": "The TON native token of Oraichain",
+ "display": "ton",
+ "extendedDescription": "Toincoin has been bridged from The Open Network to Oraichain.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "imageSync": {
+ "baseDenom": "nanoton",
+ "chainName": "ton",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ "theme": {
+ "backgroundColorHex": "#0088CC",
+ "circle": true,
+ "primaryColorHex": "#0088CC",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
},
- "name": "WOOF",
- "symbol": "WOOF",
+ "name": "Toncoin",
+ "symbol": "TON",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-216",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
+ "base": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
+ "uebl",
],
- "denom": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
+ "denom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
"exponent": 0,
},
{
- "denom": "TACOS",
+ "denom": "ebl",
"exponent": 6,
},
],
- "description": "Tacos",
- "display": "TACOS",
+ "description": "The native staking token of 8ball.",
+ "display": "ebl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "theme": {
+ "primaryColorHex": "#dbdbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
},
- "name": "TACOS",
- "symbol": "TACOS",
+ "name": "8ball",
+ "symbol": "EBL",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-641",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "uebl",
+ "chain_name": "8ball",
+ "channel_id": "channel-16",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
+ "base": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ "coingeckoId": "arable-protocol",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
+ "aacre",
],
- "denom": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
+ "denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
"exponent": 0,
},
{
- "denom": "WEED",
- "exponent": 6,
+ "denom": "acre",
+ "exponent": 18,
},
],
- "description": "Weed",
- "display": "WEED",
+ "description": "The native EVM, governance and staking token of the Acrechain",
+ "display": "acre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "theme": {
+ "primaryColorHex": "#4aa29e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
},
- "name": "WEED",
- "symbol": "WEED",
+ "name": "Acre",
+ "socials": {
+ "twitter": "https://twitter.com/ArableProtocol",
+ "website": "https://arable.finance/",
+ },
+ "symbol": "ACRE",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-490",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "aacre",
+ "chain_name": "acrechain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
+ "base": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ "coingeckoId": "arable-usd",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
+ "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
],
- "denom": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
+ "denom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
"exponent": 0,
},
{
- "denom": "BDOG",
- "exponent": 6,
+ "denom": "arusd",
+ "exponent": 18,
},
],
- "description": "Bulldog",
- "display": "BDOG",
+ "description": "Overcollateralized stable coin for Arable derivatives v1",
+ "display": "arusd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "theme": {
+ "primaryColorHex": "#77b64f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
},
- "name": "BDOG",
- "symbol": "BDOG",
+ "name": "Arable USD",
+ "socials": {
+ "twitter": "https://twitter.com/ArableProtocol",
+ "website": "https://arable.finance/",
+ },
+ "symbol": "arUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-490",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
+ "chain_name": "acrechain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
+ "base": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
"denomUnits": [
{
"aliases": [
- "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
+ "erc20/0xAE6D3334989a22A65228732446731438672418F2",
],
- "denom": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
+ "denom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
"exponent": 0,
},
{
- "denom": "CORSO",
- "exponent": 6,
+ "denom": "cnto",
+ "exponent": 18,
},
],
- "description": "CaneCorso",
- "display": "CORSO",
+ "description": "Ciento Exchange Token",
+ "display": "cnto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "theme": {
+ "primaryColorHex": "#ecc53b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
},
- "name": "CORSO",
- "symbol": "CORSO",
+ "name": "Ciento Token",
+ "symbol": "CNTO",
"traces": [
{
"chain": {
- "channel_id": "channel-113",
+ "channel_id": "channel-490",
},
"counterparty": {
- "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
- "chain_name": "chihuahua",
- "channel_id": "channel-7",
+ "base_denom": "erc20/0xAE6D3334989a22A65228732446731438672418F2",
+ "chain_name": "acrechain",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
- "coingeckoId": "",
+ "base": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ "coingeckoId": "agoric",
"denomUnits": [
{
"aliases": [
- "ucif",
+ "ubld",
],
- "denom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
+ "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
"exponent": 0,
},
{
- "denom": "cif",
+ "denom": "bld",
"exponent": 6,
},
],
- "description": "Decentralized Machine Learning",
- "display": "cif",
+ "description": "Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.",
+ "display": "bld",
+ "extendedDescription": "Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform's native token, BLD, is used for staking, securing the network, and governance. Agoric's innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "theme": {
+ "primaryColorHex": "#c42b44",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
},
- "name": "Cifer",
+ "name": "Agoric",
"socials": {
- "twitter": "https://twitter.com/cifer_ai",
- "website": "http://cifer.ai/",
+ "twitter": "https://twitter.com/agoric",
+ "website": "https://agoric.com/",
},
- "symbol": "CIF",
+ "symbol": "BLD",
"traces": [
{
"chain": {
- "channel_id": "channel-39205",
+ "channel_id": "channel-320",
},
"counterparty": {
- "base_denom": "ucif",
- "chain_name": "cifer",
+ "base_denom": "ubld",
+ "chain_name": "agoric",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
- "coingeckoId": "comdex",
+ "base": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ "coingeckoId": "inter-stable-token",
"denomUnits": [
{
"aliases": [
- "ucmdx",
+ "uist",
],
- "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "ist",
"exponent": 6,
},
],
- "description": "Native Token of Comdex Protocol",
- "display": "cmdx",
+ "description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
+ "display": "ist",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "Inter Stable Token",
+ "symbol": "IST",
"traces": [
{
"chain": {
- "channel_id": "channel-87",
+ "channel_id": "channel-320",
},
"counterparty": {
- "base_denom": "ucmdx",
- "chain_name": "comdex",
+ "base_denom": "uist",
+ "chain_name": "agoric",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
- "coingeckoId": "harbor-2",
+ "base": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
+ "coingeckoId": "aioz-network",
"denomUnits": [
{
"aliases": [
- "uharbor",
+ "attoaioz",
],
- "denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ "denom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F",
"exponent": 0,
},
{
- "denom": "harbor",
- "exponent": 6,
+ "denom": "nanoaioz",
+ "exponent": 9,
+ },
+ {
+ "denom": "aioz",
+ "exponent": 18,
},
],
- "description": "Governance Token of Harbor protocol on Comdex network",
- "display": "harbor",
+ "description": "The native staking and governance token of the AIOZ Network.",
+ "display": "aioz",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
+ "theme": {
+ "primaryColorHex": "#24241c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",
},
- "name": "Harbor",
- "symbol": "HARBOR",
+ "name": "AIOZ",
+ "socials": {
+ "twitter": "https://twitter.com/AIOZNetwork",
+ "website": "https://aioz.network/",
+ },
+ "symbol": "AIOZ",
"traces": [
{
"chain": {
- "channel_id": "channel-87",
+ "channel_id": "channel-779",
},
"counterparty": {
- "base_denom": "uharbor",
- "chain_name": "comdex",
+ "base_denom": "attoaioz",
+ "chain_name": "aioz",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
- "coingeckoId": "composite",
+ "base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "coingeckoId": "akash-network",
"denomUnits": [
{
"aliases": [
- "ucmst",
+ "uakt",
],
- "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
"exponent": 0,
},
{
- "denom": "cmst",
+ "denom": "akt",
"exponent": 6,
},
],
- "description": "Stable Token of Harbor protocol on Comdex network",
- "display": "cmst",
+ "description": "Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.",
+ "display": "akt",
+ "extendedDescription": "Akash Network is revolutionizing the cloud computing industry with its decentralized marketplace that leverages underutilized computing resources. By connecting users with providers offering unused computational capacity, Akash provides a more affordable and flexible alternative to conventional cloud services. This decentralized approach not only reduces costs but also enhances security and resilience, as data and applications are distributed across multiple nodes rather than centralized servers.
+
+The Akash Network utilizes its native token, AKT, to facilitate transactions and incentivize participants within the ecosystem. Users can pay for cloud services using AKT, while providers earn AKT by offering their computing resources. The network's open-source nature and compatibility with major cloud platforms further enhance its appeal, enabling seamless integration and broad adoption. Akash Network's innovative model is poised to disrupt the traditional cloud computing landscape, offering a decentralized, efficient, and cost-effective solution for developers and enterprises.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "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",
},
- "name": "CMST",
- "symbol": "CMST",
+ "name": "Akash Network",
+ "socials": {
+ "twitter": "https://twitter.com/akashnet_",
+ "website": "https://akash.network/",
+ },
+ "symbol": "AKT",
"traces": [
{
"chain": {
- "channel_id": "channel-87",
+ "channel_id": "channel-1",
},
"counterparty": {
- "base_denom": "ucmst",
- "chain_name": "comdex",
- "channel_id": "channel-1",
+ "base_denom": "uakt",
+ "chain_name": "akash",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
- "coingeckoId": "picasso",
+ "base": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
"denomUnits": [
{
"aliases": [
- "ppica",
+ "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
],
- "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ "denom": "ibc/52AD86137A5B2DA0476CC925A2B1802ADDF4E51D517355AAA288F35CB1F29FDE",
"exponent": 0,
},
{
- "denom": "pica",
- "exponent": 12,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of Composable.",
- "display": "pica",
+ "description": "Tether USDt on Akash",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "ppica",
- "chainName": "picasso",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
- },
- "name": "Pica",
- "socials": {
- "twitter": "https://twitter.com/picasso_network",
- "website": "https://picasso.xyz/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "symbol": "PICA",
- "traces": [
+ "name": "Tether USDt",
+ "symbol": "USDt",
+ "traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1",
},
"counterparty": {
- "base_denom": "ppica",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/05DB6975261B805B6F6A157A4386C627F8A70BF8118D411655EFEDCA82BFABA5",
+ "chain_name": "akash",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "base": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
+ "coingeckoId": "andromeda-2",
"denomUnits": [
{
"aliases": [
- "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
+ "uandr",
],
- "denom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C",
+ "denom": "ibc/631DB9935E8523BDCF76B55129F5238A14C809CCB3B43AECC157DC19702F3F9E",
"exponent": 0,
},
{
- "denom": "ksm",
- "exponent": 12,
+ "denom": "andr",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of Kusama Relay Chain.",
- "display": "ksm",
+ "description": "The native staking and governance token of Andromeda",
+ "display": "andr",
"images": [
{
- "imageSync": {
- "baseDenom": "4",
- "chainName": "picasso",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",
},
- "name": "KSM",
- "symbol": "KSM",
+ "name": "Andr",
+ "symbol": "ANDR",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-81924",
},
"counterparty": {
- "base_denom": "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "uandr",
+ "chain_name": "andromeda",
+ "channel_id": "channel-17",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "base": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
+ "coingeckoId": "archway",
"denomUnits": [
{
"aliases": [
- "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
+ "aarch",
],
- "denom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244",
+ "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85",
"exponent": 0,
},
{
- "denom": "dot",
- "exponent": 10,
+ "denom": "uarch",
+ "exponent": 12,
+ },
+ {
+ "denom": "arch",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of Polkadot Relay Chain.",
- "display": "dot",
+ "description": "Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.",
+ "display": "arch",
+ "extendedDescription": "Archway aims to incentivize developers by sharing a portion of the transaction fees generated by their decentralized applications (dApps) built on the platform. This innovative approach helps align the interests of developers with the network's growth and sustainability. Archway's native token, ARCH, is used for staking, governance, and distributing rewards to developers. By leveraging the Cosmos SDK, Archway ensures interoperability and scalability, allowing developers to build and deploy efficient and high-performance dApps.",
"images": [
{
- "imageSync": {
- "baseDenom": "79228162514264337593543950342",
- "chainName": "picasso",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg",
},
],
"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/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
},
- "name": "DOT",
- "symbol": "DOT",
+ "name": "Archway",
+ "socials": {
+ "twitter": "https://twitter.com/archwayHQ",
+ "website": "https://archway.io/",
+ },
+ "symbol": "ARCH",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "aarch",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "base": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"denomUnits": [
{
"aliases": [
- "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
+ "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
],
- "denom": "ibc/FDFCC2BD1D609151C3593EC84FD9EA43057FF45F264BC89B18E7085F3F29A248",
+ "denom": "ibc/177AD4B979B9733285516FA7300031D339D4E4112133AC92137A0577E8B6E75D",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Statemine parachain.",
- "display": "usdt",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
"imageSync": {
- "baseDenom": "130",
- "chainName": "picasso",
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
},
},
],
- "name": "USDT",
- "symbol": "USDT",
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/D2BCFE34F35AF2968C8E1F84557D8A2058BB56F739EB553206EFC2AD8C6EDAF0",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -22695,45 +25418,50 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "base": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
"denomUnits": [
{
"aliases": [
- "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
+ "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
],
- "denom": "ibc/3A0A392E610A8D477851ABFEA74F3D828F36C015AB8E93B0FBB7566A6D13C4D6",
+ "denom": "ibc/708EA81DBBF0082336320D8B4379DF734CED7E0765927E70AB2DEC1A4CC17043",
"exponent": 0,
},
{
- "denom": "tnkr",
- "exponent": 12,
+ "denom": "vdl",
+ "exponent": 6,
},
],
- "description": "The native fee, staking and governance token of the Tinkernet Parachain.",
- "display": "tnkr",
+ "description": "The native token of Vidulum",
+ "display": "vdl",
"images": [
{
"imageSync": {
- "baseDenom": "2125",
- "chainName": "picasso",
+ "baseDenom": "uvdl",
+ "chainName": "vidulum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
- "name": "TNKR",
- "symbol": "TNKR",
+ "name": "Vidulum",
+ "symbol": "VDL",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/1BCF1FCAFE3568E234787EDFDA12460BD8931B17FE6A729DCD60FAD845558DA1",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -22741,45 +25469,51 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "base": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
"denomUnits": [
{
"aliases": [
- "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
+ "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
],
- "denom": "ibc/A23E590BA7E0D808706FB5085A449B3B9D6864AE4DDE7DAF936243CEBB2A3D43",
+ "denom": "ibc/DB2502AEAF1CF4D1D4F0F5767D96C0FD975102F6D21AFC72A46912CA3120C227",
"exponent": 0,
},
{
- "denom": "eth",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The native token of Ethereum, bridged via IBC.",
- "display": "eth",
+ "description": "Circle's USDC Noble on Archway ",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "wei",
- "chainName": "ethereum",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Ethereum",
- "symbol": "ETH",
+ "name": "USDC (Noble)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-1429",
},
"counterparty": {
- "base_denom": "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "ibc/43897B9739BD63E3A08A88191999C632E052724AB96BD4C74AE31375C991F48D",
+ "chain_name": "archway",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -22787,2382 +25521,2510 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "base": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
"denomUnits": [
{
"aliases": [
- "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
+ "arkh",
],
- "denom": "ibc/37DFAFDA529FF7D513B0DB23E9728DF9BF73122D38D46824C78BB7F91E6A736B",
+ "denom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
"exponent": 0,
},
{
- "denom": "dai",
- "exponent": 18,
+ "denom": "ARKH",
+ "exponent": 6,
},
],
- "description": "A stablecoin issued by Maker Protocol.",
- "display": "dai",
+ "description": "The native token of Arkhadian",
+ "display": "ARKH",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "theme": {
+ "primaryColorHex": "#bdbb82",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
},
- "name": "Dai",
- "symbol": "DAI",
+ "name": "Arkh",
+ "socials": {
+ "twitter": "https://twitter.com/ArkhadianSas",
+ "website": "https://arkhadian.io/",
+ },
+ "symbol": "ARKH",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-648",
},
"counterparty": {
- "base_denom": "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "arkh",
+ "chain_name": "arkh",
+ "channel_id": "channel-12",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ "coingeckoId": "assetmantle",
"denomUnits": [
{
"aliases": [
- "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
+ "umntl",
],
- "denom": "ibc/5435437A8C9416B650DDA49C338B63CCFC6465123B715F6BAA9B1B2071E27913",
+ "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
"exponent": 0,
},
{
- "denom": "fxs",
- "exponent": 18,
+ "denom": "mntl",
+ "exponent": 6,
},
],
- "description": "The governance token of the Frax ecosystem.",
- "display": "fxs",
+ "description": "The native token of Asset Mantle",
+ "display": "mntl",
"images": [
{
- "imageSync": {
- "baseDenom": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "theme": {
+ "primaryColorHex": "#edb548",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
},
- "name": "Frax Shares",
- "symbol": "FXS",
+ "name": "AssetMantle",
+ "socials": {
+ "twitter": "https://twitter.com/AssetMantle",
+ "website": "https://www.assetmantle.one/",
+ },
+ "symbol": "MNTL",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-232",
},
"counterparty": {
- "base_denom": "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "umntl",
+ "chain_name": "assetmantle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "base": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
+ "coingeckoId": "aura-network",
"denomUnits": [
{
"aliases": [
- "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
+ "uaura",
],
- "denom": "ibc/9A8CBC029002DC5170E715F93FBF35011FFC9796371F59B1F3C3094AE1B453A9",
+ "denom": "ibc/E4673C5CDB56B4225AB1625F3B478740AE9F11E1A6BEBC1B30F8A5080D6AFBD6",
"exponent": 0,
},
{
- "denom": "frax",
- "exponent": 18,
+ "denom": "aura",
+ "exponent": 6,
},
],
- "description": "The first fractional-algorithmic stablecoin.",
- "display": "frax",
+ "description": "The native token of Aura Network",
+ "display": "aura",
"images": [
{
- "imageSync": {
- "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
+ "theme": {
+ "primaryColorHex": "#a7c8d4",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",
},
- "name": "Frax",
- "symbol": "FRAX",
+ "name": "Aura",
+ "symbol": "AURA",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-11304",
},
"counterparty": {
- "base_denom": "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
- "chain_name": "composable",
- "channel_id": "channel-3",
+ "base_denom": "uaura",
+ "chain_name": "aura",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "coingeckoId": "axelar",
"denomUnits": [
{
"aliases": [
- "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
+ "uaxl",
],
- "denom": "ibc/688E70EF567E5D4BA1CF4C54BAD758C288BC1A6C8B0B12979F911A2AE95E27EC",
+ "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
"exponent": 0,
},
{
- "denom": "frxeth",
- "exponent": 18,
+ "denom": "axl",
+ "exponent": 6,
},
],
- "description": "A liquid ETH staking derivative designed to leverage the Frax ecosystem.",
- "display": "frxeth",
+ "description": "Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.",
+ "display": "axl",
+ "extendedDescription": "Axelar is a decentralized interoperability network connecting diverse blockchain ecosystems, facilitating seamless cross-chain communication and value transfer. By providing a unified platform for different blockchains to interact, Axelar enhances the connectivity and functionality of the blockchain space. The network employs advanced cryptographic protocols and consensus mechanisms to ensure the security and reliability of cross-chain transactions.
+
+The Axelar Network's native token, AXL, is used for transaction fees, incentivizing network validators, and governance. By staking AXL, users can secure the network and earn rewards while influencing key decisions regarding the platform's development. Axelar's focus on interoperability extends to supporting various blockchain protocols, enabling developers to build applications operating across multiple chains. This capability is crucial for the growth of decentralized finance (DeFi) and other blockchain-based solutions, making Axelar vital to the evolving blockchain ecosystem.",
"images": [
{
- "imageSync": {
- "baseDenom": "0x5e8422345238f34275888049021821e8e08caa1f",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
+ "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",
},
- "name": "Frax Ether",
- "symbol": "frxETH",
+ "name": "Axelar",
+ "socials": {
+ "twitter": "https://twitter.com/axelarnetwork",
+ "website": "https://axelar.network/",
+ },
+ "symbol": "AXL",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
- "chain_name": "composable",
+ "base_denom": "uaxl",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "coingeckoId": "axlusdc",
"denomUnits": [
{
"aliases": [
- "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
+ "uusdc",
],
- "denom": "ibc/F17CCB4F07948CC2D8B72952C2D0A84F2B763962F698774BB121B872AE4611B5",
+ "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
"exponent": 0,
},
{
- "denom": "sfrxeth",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.",
- "display": "sfrxeth",
+ "description": "Circle's stablecoin on Axelar",
+ "display": "usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "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",
},
- "name": "Frax Staked Ether",
- "symbol": "sfrxETH",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
- "chain_name": "composable",
+ "base_denom": "uusdc",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
"denomUnits": [
{
"aliases": [
- "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
+ "frax-wei",
],
- "denom": "ibc/0EFA07F312E05258A56AE1DD600E39B9151CF7A91C8A94EEBCF4F03ECFE5DD98",
+ "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
"exponent": 0,
},
{
- "denom": "sfrax",
+ "denom": "frax",
"exponent": 18,
},
],
- "description": "An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ",
- "display": "sfrax",
+ "description": "Frax's fractional-algorithmic stablecoin on Axelar",
+ "display": "frax",
"images": [
{
"imageSync": {
- "baseDenom": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
"chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
- "name": "Staked FRAX",
- "symbol": "sFRAX",
+ "name": "Frax",
+ "symbol": "FRAX",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
- "chain_name": "composable",
+ "base_denom": "frax-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
"denomUnits": [
{
"aliases": [
- "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
+ "dai-wei",
],
- "denom": "ibc/078AD6F581E8115CDFBD8FFA29D8C71AFE250CE952AFF80040CBC64868D44AD3",
+ "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "dai",
+ "exponent": 18,
},
],
- "description": "A stablecoin issued by Tether that is pegged 1:1 to the USD.",
- "display": "usdt",
+ "description": "Dai stablecoin on Axelar",
+ "display": "dai",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "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",
+ "theme": {
+ "primaryColorHex": "#f4ac34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether",
- "symbol": "USDT",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-1279",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
- "chain_name": "composable",
+ "base_denom": "dai-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
- "coingeckoId": "consciousdao",
+ "base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "coingeckoId": "axelar-usdt",
"denomUnits": [
{
"aliases": [
- "acvnt",
+ "uusdt",
],
- "denom": "ibc/D3FAF77F5DE21C18413B164751239BA7D521A9D8EA53BFE553AADF338A721480",
+ "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
"exponent": 0,
},
{
- "denom": "cvnt",
- "exponent": 18,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "cvnt",
+ "description": "Tether's USD stablecoin on Axelar",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
- },
- "name": "Cvn",
- "socials": {
- "twitter": "https://twitter.com/conscious_chain",
- "website": "https://cvn.io",
+ "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",
},
- "symbol": "CVN",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-35264",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "acvnt",
- "chain_name": "conscious",
- "channel_id": "channel-5",
+ "base_denom": "uusdt",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
- "coingeckoId": "coreum",
+ "base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
"denomUnits": [
{
"aliases": [
- "ucore",
+ "weth-wei",
],
- "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
"exponent": 0,
},
{
- "denom": "core",
- "exponent": 6,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "The native token of Coreum",
- "display": "core",
+ "description": "Wrapped Ether on Axelar",
+ "display": "weth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
- "keywords": [
- "dex",
- "staking",
- "wasm",
- "assets",
- "nft",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
- },
- "name": "Coreum",
- "socials": {
- "twitter": "https://twitter.com/CoreumOfficial",
- "website": "https://www.coreum.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
- "symbol": "COREUM",
+ "name": "Wrapped Ether",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ucore",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "coingeckoId": "axlwbtc",
"denomUnits": [
{
"aliases": [
- "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "wbtc-satoshi",
],
- "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
+ "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
"exponent": 0,
},
{
- "denom": "xrp",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "XRP bridged from XRPL",
- "display": "xrp",
+ "description": "Wrapped Bitcoin on Axelar",
+ "display": "wbtc",
"images": [
{
- "imageSync": {
- "baseDenom": "drop",
- "chainName": "xrpl",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
- "name": "Ripple",
- "symbol": "XRP",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-2188",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
- "chain_name": "coreum",
- "channel_id": "channel-2",
+ "base_denom": "wbtc-satoshi",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "coingeckoId": "cosmos",
+ "base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
"denomUnits": [
{
"aliases": [
- "uatom",
+ "aave-wei",
],
- "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "aave",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Cosmos Hub.",
- "display": "atom",
+ "description": "Aave on Axelar",
+ "display": "aave",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
],
"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",
- },
- "name": "Cosmos Hub Atom",
- "socials": {
- "twitter": "https://twitter.com/cosmoshub",
- "website": "https://cosmos.network",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
- "symbol": "ATOM",
+ "name": "Aave",
+ "symbol": "AAVE",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "uatom",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "aave-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
"denomUnits": [
{
"aliases": [
- "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "ape-wei",
],
- "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
+ "denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "ape",
+ "exponent": 18,
},
],
- "description": "Tether USDt on the Cosmos Hub",
- "display": "usdt",
+ "description": "ApeCoin on Axelar",
+ "display": "ape",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x4d224452801aced8b2f0aebe155379bb5d594381",
+ "chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "ApeCoin",
+ "symbol": "APE",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "ape-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
"denomUnits": [
{
"aliases": [
- "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "axs-wei",
],
- "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
+ "denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
"exponent": 0,
},
+ {
+ "denom": "axs",
+ "exponent": 18,
+ },
],
- "description": "FX on Cosmos Hub",
- "display": "FX",
+ "description": "Axie Infinity Shard on Axelar",
+ "display": "axs",
"images": [
{
"imageSync": {
- "baseDenom": "FX",
- "chainName": "fxcore",
+ "baseDenom": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Axie Infinity Shard",
+ "symbol": "AXS",
"traces": [
{
"chain": {
- "channel_id": "channel-0",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
- "chain_name": "cosmoshub",
- "channel_id": "channel-141",
+ "base_denom": "axs-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
- "coingeckoId": "crescent-network",
+ "base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
"denomUnits": [
{
"aliases": [
- "ucre",
+ "link-wei",
],
- "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
"exponent": 0,
},
{
- "denom": "cre",
- "exponent": 6,
+ "denom": "link",
+ "exponent": 18,
},
],
- "description": "The native token of Crescent",
- "display": "cre",
+ "description": "Chainlink on Axelar",
+ "display": "link",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x514910771af9ca656af840dff83e8264ecf986ca",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2c5cdc",
+ },
},
],
"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",
+ "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",
},
- "name": "Crescent",
- "symbol": "CRE",
+ "name": "Chainlink",
+ "symbol": "LINK",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ucre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "link-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
- "coingeckoId": "liquid-staking-crescent",
+ "base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
"denomUnits": [
{
"aliases": [
- "ubcre",
+ "mkr-wei",
],
- "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
"exponent": 0,
},
{
- "denom": "bcre",
- "exponent": 6,
+ "denom": "mkr",
+ "exponent": 18,
},
],
- "description": "The bonded token of Crescent",
- "display": "bcre",
+ "description": "Maker on Axelar",
+ "display": "mkr",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
- "name": "Bonded Crescent",
- "symbol": "bCRE",
+ "name": "Maker",
+ "symbol": "MKR",
"traces": [
{
"chain": {
- "channel_id": "channel-297",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ubcre",
- "chain_name": "crescent",
- "channel_id": "channel-9",
+ "base_denom": "mkr-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "coingeckoId": "crypto-com-chain",
+ "base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
"denomUnits": [
{
"aliases": [
- "basecro",
+ "rai-wei",
],
- "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
"exponent": 0,
},
{
- "denom": "cro",
- "exponent": 8,
+ "denom": "rai",
+ "exponent": 18,
},
],
- "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
- "display": "cro",
+ "description": "Rai Reflex Index on Axelar",
+ "display": "rai",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "imageSync": {
+ "baseDenom": "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
- },
- "name": "Cronos",
- "socials": {
- "twitter": "https://twitter.com/cronos_chain",
- "website": "https://cronos.org/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
- "symbol": "CRO",
+ "name": "Rai Reflex Index",
+ "symbol": "RAI",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "basecro",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "rai-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
"denomUnits": [
{
"aliases": [
- "baseXLM",
+ "shib-wei",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "shib",
+ "exponent": 18,
},
],
- "description": "Synthetic XLM pegged 1:1 by Crypto.com",
- "display": "lumen",
+ "description": "Shiba Inu on Axelar",
+ "display": "shib",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "primaryColorHex": "#FFA409",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
},
- "name": "Lumen (XLM) pegged token",
- "symbol": "XLM",
+ "name": "Shiba Inu",
+ "symbol": "SHIB",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "baseXLM",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "shib-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
"denomUnits": [
{
"aliases": [
- "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "steth-wei",
],
- "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
+ "denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 7,
+ "denom": "steth",
+ "exponent": 18,
},
],
- "description": "The native token of Stellar network, transferred via Solo Machine.",
- "display": "lumen",
+ "description": "Lido Staked Ether on Axelar",
+ "display": "steth",
"images": [
{
"imageSync": {
- "baseDenom": "stroop",
- "chainName": "stellar",
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
- "name": "Lumen (Solo Machine)",
- "symbol": "XLM",
+ "name": "Lido Staked Ether",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-5",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
- "chain_name": "cryptoorgchain",
- "channel_id": "channel-10",
+ "base_denom": "steth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
- "coingeckoId": "cudos",
+ "base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
"denomUnits": [
{
"aliases": [
- "acudos",
+ "uni-wei",
],
- "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
"exponent": 0,
},
{
- "denom": "cudos",
+ "denom": "uni",
"exponent": 18,
},
],
- "description": "The native token of the Cudos blockchain",
- "display": "cudos",
+ "description": "Uniswap on Axelar",
+ "display": "uni",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
},
],
"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",
- },
- "name": "Cudos",
- "socials": {
- "twitter": "https://twitter.com/CUDOS_",
- "website": "http://www.cudos.org",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg",
},
- "symbol": "CUDOS",
+ "name": "Uniswap",
+ "symbol": "UNI",
"traces": [
{
"chain": {
- "channel_id": "channel-298",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "acudos",
- "chain_name": "cudos",
- "channel_id": "channel-1",
+ "base_denom": "uni-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
- "coingeckoId": "decentr",
+ "base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
"denomUnits": [
{
"aliases": [
- "udec",
+ "xcn-wei",
],
- "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
"exponent": 0,
},
{
- "denom": "dec",
- "exponent": 6,
+ "denom": "xcn",
+ "exponent": 18,
},
],
- "description": "The native token of Decentr",
- "display": "dec",
+ "description": "Chain on Axelar",
+ "display": "xcn",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg",
},
- "name": "Decentr",
- "symbol": "DEC",
+ "name": "Chain",
+ "symbol": "XCN",
"traces": [
{
"chain": {
- "channel_id": "channel-181",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udec",
- "chain_name": "decentr",
- "channel_id": "channel-1",
+ "base_denom": "xcn-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
- "coingeckoId": "desmos",
+ "base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
"denomUnits": [
{
"aliases": [
- "udsm",
+ "dot-planck",
],
- "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
"exponent": 0,
},
{
- "denom": "dsm",
- "exponent": 6,
+ "denom": "dot",
+ "exponent": 10,
},
],
- "description": "The native token of Desmos",
- "display": "dsm",
+ "description": "Wrapped Polkadot on Axelar",
+ "display": "dot",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xffffffff1fcacbd218edc0eba20fc2308c778080",
+ "chainName": "moonbeam",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"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",
+ "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",
},
- "name": "Desmos",
- "symbol": "DSM",
+ "name": "Wrapped Polkadot",
+ "symbol": "DOT",
"traces": [
{
"chain": {
- "channel_id": "channel-135",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udsm",
- "chain_name": "desmos",
- "channel_id": "channel-2",
+ "base_denom": "dot-planck",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
- "coingeckoId": "dhealth",
+ "base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
"denomUnits": [
{
"aliases": [
- "udhp",
+ "wglmr-wei",
],
- "denom": "ibc/415797C6CE8DC6E9B4C894EE802B4CF47F74932D282C351A1D9DCB21D94B7162",
+ "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
"exponent": 0,
},
{
- "denom": "dhp",
- "exponent": 6,
+ "denom": "wglmr",
+ "exponent": 18,
},
],
- "description": "The native token of dHealth",
- "display": "dhp",
+ "description": "Wrapped Moonbeam on Axelar",
+ "display": "wglmr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "imageSync": {
+ "baseDenom": "0xacc15dc74880c9944775448304b263d191c6077f",
+ "chainName": "moonbeam",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4147c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "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",
},
- "name": "Digital Health Point",
- "symbol": "DHP",
+ "name": "Wrapped Moonbeam",
+ "symbol": "WGLMR",
"traces": [
{
"chain": {
- "channel_id": "channel-73360",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udhp",
- "chain_name": "dhealth",
- "channel_id": "channel-2",
+ "base_denom": "wglmr-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
- "coingeckoId": "dig-chain",
+ "base": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
"denomUnits": [
{
"aliases": [
- "udig",
+ "wmatic-wei",
],
- "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
"exponent": 0,
},
{
- "denom": "dig",
- "exponent": 6,
+ "denom": "wmatic",
+ "exponent": 18,
},
],
- "description": "Native token of Dig Chain",
- "display": "dig",
+ "description": "Wrapped Matic on Axelar",
+ "display": "wmatic",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "imageSync": {
+ "baseDenom": "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270",
+ "chainName": "polygon",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
+ "theme": {
+ "primaryColorHex": "#2b93fb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg",
},
- "name": "Dig Chain",
- "symbol": "DIG",
+ "name": "Wrapped Matic",
+ "symbol": "WMATIC",
"traces": [
{
"chain": {
- "channel_id": "channel-128",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "udig",
- "chain_name": "dig",
- "channel_id": "channel-1",
+ "base_denom": "wmatic-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "base": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
"denomUnits": [
{
"aliases": [
- "peaka",
+ "wbnb-wei",
],
- "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
+ "denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
"exponent": 0,
},
{
- "denom": "DORA",
+ "denom": "wbnb",
"exponent": 18,
},
],
- "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
- "display": "DORA",
+ "description": "Wrapped BNB on Axelar",
+ "display": "wbnb",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "imageSync": {
+ "baseDenom": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg",
},
- "name": "Dora Vota",
- "symbol": "DORA",
+ "name": "Wrapped BNB",
+ "symbol": "WBNB",
"traces": [
{
"chain": {
- "channel_id": "channel-2694",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "peaka",
- "chain_name": "doravota",
- "channel_id": "channel-0",
+ "base_denom": "wbnb-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
- "coingeckoId": "dydx-chain",
+ "base": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
"denomUnits": [
{
"aliases": [
- "adydx",
+ "busd-wei",
],
- "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
"exponent": 0,
},
{
- "denom": "dydx",
+ "denom": "busd",
"exponent": 18,
},
],
- "description": "The native staking token of dYdX Protocol.",
- "display": "dydx",
+ "description": "Binance USD on Axelar.",
+ "display": "busd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "imageSync": {
+ "baseDenom": "0x4fabb145d64652a948d72533023f6e7a623c7c53",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
"theme": {
- "circle": true,
+ "primaryColorHex": "#f3bb0c",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
- },
- "name": "dYdX",
- "socials": {
- "twitter": "https://twitter.com/dYdX",
- "website": "https://dydx.trade/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
},
- "symbol": "DYDX",
+ "name": "Binance USD",
+ "symbol": "BUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "adydx",
- "chain_name": "dydx",
+ "base_denom": "busd-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "base": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
"denomUnits": [
{
"aliases": [
- "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "wavax-wei",
],
- "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
+ "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "description": "Noble USDC on dYdX Protocol.",
- "display": "usdc",
+ "description": "Wrapped AVAX on Axelar.",
+ "display": "avax",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
+ "chainName": "avalanche",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "Noble USDC",
- "symbol": "USDC",
+ "name": "Wrapped AVAX",
+ "symbol": "WAVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-6787",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
- "chain_name": "dydx",
+ "base_denom": "wavax-wei",
+ "chain_name": "axelar",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
- "coingeckoId": "dymension",
+ "base": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
"denomUnits": [
{
"aliases": [
- "adym",
+ "wftm-wei",
],
- "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
"exponent": 0,
},
{
- "denom": "dym",
+ "denom": "ftm",
"exponent": 18,
},
],
- "description": "The native governance and staking token of the Dymension Hub",
- "display": "dym",
+ "description": "Wrapped FTM on Axelar.",
+ "display": "ftm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "imageSync": {
+ "baseDenom": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
+ "chainName": "fantom",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "theme": {
+ "primaryColorHex": "#1c6cfc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
- },
- "name": "Dymension",
- "socials": {
- "twitter": "https://twitter.com/dymension",
- "website": "https://portal.dymension.xyz",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
},
- "symbol": "DYM",
+ "name": "Wrapped FTM",
+ "symbol": "WFTM",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "adym",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "wftm-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "base": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
"denomUnits": [
{
"aliases": [
- "anim",
+ "polygon-uusdc",
],
- "denom": "ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E",
+ "denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
"exponent": 0,
},
{
- "denom": "nim",
- "exponent": 18,
+ "denom": "polygon-usdc",
+ "exponent": 6,
},
],
- "description": "The native token of Nim Network.",
- "display": "nim",
- "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
+ "description": "Circle's stablecoin from Polygon on Axelar",
+ "display": "polygon-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
- "keywords": [
- "gaming",
- "AI",
- ],
- "name": "NIM Network",
- "socials": {
- "twitter": "https://twitter.com/nim_network",
- "website": "https://nim.network/",
+ "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",
},
- "symbol": "NIM",
+ "name": "USD Coin from Polygon",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-19774",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "anim",
- "chain_name": "dymension",
- "channel_id": "channel-2",
+ "base_denom": "polygon-uusdc",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
- "coingeckoId": "",
+ "base": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
"denomUnits": [
{
"aliases": [
- "dys",
+ "avalanche-uusdc",
],
- "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
"exponent": 0,
},
+ {
+ "denom": "avalanche-usdc",
+ "exponent": 6,
+ },
],
- "description": "The native staking and governance token of the Dyson Protocol",
- "display": "dys",
+ "description": "Circle's stablecoin from Avalanche on Axelar",
+ "display": "avalanche-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "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",
},
- "name": "Dys",
- "symbol": "DYS",
+ "name": "USD Coin from Avalanche",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "dys",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "avalanche-uusdc",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "base": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
"denomUnits": [
{
"aliases": [
- "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "wfil-wei",
],
- "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
+ "denom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
"exponent": 0,
},
{
- "denom": "osmo",
- "exponent": 6,
+ "denom": "fil",
+ "exponent": 18,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "description": "Wrapped FIL on Axelar",
+ "display": "fil",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
+ "chainName": "filecoin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
+ "theme": {
+ "primaryColorHex": "#0694fc",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Wrapped FIL from Filecoin",
+ "symbol": "axlFIL",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "wfil-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "base": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
"denomUnits": [
{
"aliases": [
- "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "arb-wei",
],
- "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
+ "denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "arb",
+ "exponent": 18,
},
],
- "description": "Wrapped Bitcoin on Axelar on Osmosis",
- "display": "wbtc",
+ "description": "Arbitrum on Axelar",
+ "display": "arb",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "baseDenom": "0x912CE59144191C1204E64559FE8253a0e49E6548",
+ "chainName": "arbitrum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "theme": {
+ "primaryColorHex": "#253545",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Arbitrum",
+ "symbol": "ARB",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "arb-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "base": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
"denomUnits": [
{
"aliases": [
- "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "pepe-wei",
],
- "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
+ "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "pepe",
+ "exponent": 18,
},
],
- "description": "Circle's stablecoin on Axelar on Osmosis",
- "display": "usdc",
+ "display": "pepe",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
+ "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Pepe",
+ "symbol": "PEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-526",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
- "chain_name": "dyson",
- "channel_id": "channel-2",
+ "base_denom": "pepe-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
- "coingeckoId": "echelon",
+ "base": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
"denomUnits": [
{
"aliases": [
- "aechelon",
+ "cbeth-wei",
],
- "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ "denom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
"exponent": 0,
},
{
- "denom": "echelon",
+ "denom": "cbeth",
"exponent": 18,
},
],
- "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
- "display": "echelon",
+ "display": "cbeth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "imageSync": {
+ "baseDenom": "0xbe9895146f7af43049ca1c1ae358b0541ea49704",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "theme": {
+ "primaryColorHex": "#c9dbfc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
},
- "name": "Echelon",
- "symbol": "ECH",
+ "name": "Coinbase Wrapped Staked ETH",
+ "symbol": "cbETH",
"traces": [
{
"chain": {
- "channel_id": "channel-403",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "aechelon",
- "chain_name": "echelon",
- "channel_id": "channel-11",
+ "base_denom": "cbeth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
- "coingeckoId": "e-money",
+ "base": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
"denomUnits": [
{
"aliases": [
- "ungm",
+ "reth-wei",
],
- "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "denom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
"exponent": 0,
},
{
- "denom": "ngm",
- "exponent": 6,
+ "denom": "reth",
+ "exponent": 18,
},
],
- "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",
+ "display": "reth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "imageSync": {
+ "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
},
- "name": "e-Money",
- "symbol": "NGM",
+ "name": "Rocket Pool Ether",
+ "symbol": "rETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ungm",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "reth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
- "coingeckoId": "e-money-eur",
+ "base": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
"denomUnits": [
{
"aliases": [
- "eeur",
+ "sfrxeth-wei",
],
- "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "denom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
"exponent": 0,
},
{
- "denom": "eur",
- "exponent": 6,
+ "denom": "sfrxeth",
+ "exponent": 18,
},
],
- "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
- "display": "eur",
+ "display": "sfrxeth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "imageSync": {
+ "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
- "name": "e-Money EUR",
- "symbol": "EEUR",
+ "name": "Staked Frax Ether",
+ "symbol": "sfrxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "eeur",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "sfrxeth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
- "coingeckoId": "",
+ "base": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
"denomUnits": [
{
"aliases": [
- "echf",
+ "wsteth-wei",
],
- "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
+ "denom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
"exponent": 0,
},
{
- "denom": "chf",
- "exponent": 6,
+ "denom": "wsteth",
+ "exponent": 18,
},
],
- "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
- "display": "chf",
+ "display": "wsteth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "e-Money CHF",
- "symbol": "ECHF",
+ "name": "Wrapped Lido Staked Ether",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "echf",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "wsteth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
- "coingeckoId": "",
+ "base": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
"denomUnits": [
{
"aliases": [
- "enok",
+ "yieldeth-wei",
],
- "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
+ "denom": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668",
"exponent": 0,
},
{
- "denom": "nok",
- "exponent": 6,
+ "denom": "YieldETH",
+ "exponent": 18,
},
],
- "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
- "display": "nok",
+ "display": "YieldETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "imageSync": {
+ "baseDenom": "0xb5b29320d2Dde5BA5BAFA1EbcD270052070483ec",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
+ "theme": {
+ "primaryColorHex": "#14448c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yieldeth.svg",
},
- "name": "e-Money NOK",
- "symbol": "ENOK",
+ "name": "Real Yield Eth",
+ "symbol": "YieldETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "enok",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "yieldeth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
- "coingeckoId": "",
+ "base": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
"denomUnits": [
{
"aliases": [
- "edkk",
+ "ox-wei",
],
- "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
+ "denom": "ibc/61DE6748CA641D2422C6D07C53F6C7215EEF7AE8BC61439B83A0DEA061B487E1",
"exponent": 0,
},
{
- "denom": "dkk",
- "exponent": 6,
+ "denom": "ox",
+ "exponent": 18,
},
],
- "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
- "display": "dkk",
+ "display": "ox",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "imageSync": {
+ "baseDenom": "0x78a0A62Fba6Fb21A83FE8a3433d44C73a4017A6f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ox.svg",
},
- "name": "e-Money DKK",
- "symbol": "EDKK",
+ "name": "Open Exchange Token",
+ "symbol": "OX",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "edkk",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "ox-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
- "coingeckoId": "",
+ "base": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
"denomUnits": [
{
"aliases": [
- "esek",
+ "yum-wei",
],
- "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
+ "denom": "ibc/21D8071EF5B02A86D945430D859A594CBF28287D38104A264BB9FD3B22BBF5DE",
"exponent": 0,
},
{
- "denom": "sek",
- "exponent": 6,
+ "denom": "yum",
+ "exponent": 18,
},
],
- "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
- "display": "sek",
+ "display": "yum",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "imageSync": {
+ "baseDenom": "0xcE682c89C63d2850Cb2ca898E44D6c7c30d897a6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
+ "theme": {
+ "primaryColorHex": "#33a6e7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/yum.png",
},
- "name": "e-Money SEK",
- "symbol": "ESEK",
+ "name": "Axelar Wrapped YUM",
+ "symbol": "YUM.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "esek",
- "chain_name": "emoney",
- "channel_id": "channel-0",
+ "base_denom": "yum-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "base": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
"denomUnits": [
{
"aliases": [
- "umpwr",
+ "arbitrum-weth-wei",
],
- "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
+ "denom": "ibc/64E62451C9A5682FF3047429C6E4714A02CDC0C35DE35CAB01E18D1188004CEB",
"exponent": 0,
},
{
- "denom": "mpwr",
- "exponent": 6,
+ "denom": "arbitrum-weth",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of Empower.",
- "display": "mpwr",
+ "display": "arbitrum-weth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "imageSync": {
+ "baseDenom": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
+ "chainName": "arbitrum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
- },
- "name": "MPWR",
- "symbol": "MPWR",
+ "name": "Arbitrum axlETH",
+ "symbol": "axlETH",
"traces": [
{
"chain": {
- "channel_id": "channel-1411",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "umpwr",
- "chain_name": "empowerchain",
- "channel_id": "channel-1",
+ "base_denom": "arbitrum-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "coingeckoId": "evmos",
+ "base": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
"denomUnits": [
{
"aliases": [
- "aevmos",
+ "base-weth-wei",
],
- "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "denom": "ibc/D7D6DEF2A4F7ED0A6F5F0E266C1B2C9726E82F67EBBE49BBB47B3DEC289F8D7B",
"exponent": 0,
},
{
- "denom": "evmos",
+ "denom": "base-weth",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Evmos Hub",
- "display": "evmos",
+ "display": "base-weth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000006",
+ "chainName": "base",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
- "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",
- },
- "name": "Evmos",
- "socials": {
- "twitter": "https://twitter.com/EvmosOrg",
- "website": "https://evmos.org/",
- },
- "symbol": "EVMOS",
+ "name": "Base axlETH",
+ "symbol": "axlETH",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "aevmos",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "base-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "base": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
"denomUnits": [
{
"aliases": [
- "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "polygon-weth-wei",
],
- "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
+ "denom": "ibc/F9EB60AC212DBF05F4C5ED0FDE03BB9F08309B0EE9899A406AD4B904CF84968E",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "polygon-weth",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Evmos",
- "display": "usdt",
+ "display": "polygon-weth",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
+ "chainName": "polygon",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
- },
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "Polygon axlETH",
+ "symbol": "axlETH",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "polygon-weth-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "base": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
"denomUnits": [
{
"aliases": [
- "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "op-wei",
],
- "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
+ "denom": "ibc/14A291DD362798D6805B7ABCB8D09AEEE02176108F89FA09AA43EA2EE096A2A9",
"exponent": 0,
},
{
- "denom": "neok",
+ "denom": "op",
"exponent": 18,
},
],
- "description": "The token of Neokingdom DAO.",
- "display": "neok",
- "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
+ "display": "op",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "imageSync": {
+ "baseDenom": "0x4200000000000000000000000000000000000042",
+ "chainName": "optimism",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg",
+ "theme": {
+ "primaryColorHex": "#fc0424",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
- },
- "name": "Neokingdom DAO",
- "socials": {
- "twitter": "https://twitter.com/NEOKingdomDAO",
- "website": "https://www.neokingdom.org/",
- },
- "symbol": "NEOK",
+ "name": "Optimism",
+ "symbol": "OP",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-208",
},
"counterparty": {
- "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "op-wei",
+ "chain_name": "axelar",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ "coingeckoId": "band-protocol",
"denomUnits": [
{
"aliases": [
- "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "uband",
],
- "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
+ "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
"exponent": 0,
},
{
- "denom": "berlin",
- "exponent": 18,
+ "denom": "band",
+ "exponent": 6,
},
],
- "description": "The token of Teledisko DAO.",
- "display": "berlin",
+ "description": "The native token of BandChain",
+ "display": "band",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4424e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "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",
+ },
+ "name": "Band Protocol",
+ "socials": {
+ "twitter": "https://twitter.com/BandProtocol",
+ "website": "https://www.bandprotocol.com/",
},
- "name": "Teledisko DAO",
- "symbol": "BERLIN",
+ "symbol": "BAND",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-148",
},
"counterparty": {
- "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
- "chain_name": "evmos",
- "channel_id": "channel-0",
+ "base_denom": "uband",
+ "chain_name": "bandchain",
+ "channel_id": "channel-83",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "base": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ "coingeckoId": "bzedge",
"denomUnits": [
{
"aliases": [
- "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "ubze",
],
- "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
+ "denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
"exponent": 0,
},
{
- "denom": "crowdp",
- "exponent": 18,
+ "denom": "bze",
+ "exponent": 6,
},
],
- "description": "The token of Crowdpunk DAO",
- "display": "crowdp",
+ "description": "BeeZee native blockchain",
+ "display": "bze",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "theme": {
+ "primaryColorHex": "#079fd7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
},
- "name": "Crowdpunk DAO",
- "symbol": "CROWDP",
+ "name": "BeeZee",
+ "symbol": "BZE",
"traces": [
{
"chain": {
- "channel_id": "channel-204",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
- "chain_name": "evmos",
+ "base_denom": "ubze",
+ "chain_name": "beezee",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "erc20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
- "coingeckoId": "fetch-ai",
+ "base": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
+ "coingeckoId": "vidulum",
"denomUnits": [
{
"aliases": [
- "afet",
+ "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
],
- "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "denom": "ibc/40B814E343DAADAF39FF4491727C7FE6286EE0A9A787CF839B318461C6FEDF95",
"exponent": 0,
},
{
- "denom": "fet",
- "exponent": 18,
+ "denom": "vdl",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of the Fetch Hub.",
- "display": "fet",
+ "description": "Vidulum App Token",
+ "display": "vdl",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
- "name": "fetch-ai",
- "symbol": "FET",
+ "name": "Vidulum",
+ "symbol": "VDL",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "afet",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "base": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
"denomUnits": [
{
"aliases": [
- "nanomobx",
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
],
- "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
+ "denom": "ibc/CC32FEB8DBB63C4A0FCA78921FE36ED2610DE685DBFF27EF9BEE8B81804F38E0",
"exponent": 0,
},
{
- "denom": "mobx",
- "exponent": 9,
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
- "display": "mobx",
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"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",
+ "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",
},
- "name": "MOBIX",
- "symbol": "MOBX",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-229",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "nanomobx",
- "chain_name": "fetchhub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
- "coingeckoId": "fanfury",
+ "base": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
"denomUnits": [
{
"aliases": [
- "ufury",
+ "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
],
- "denom": "ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12",
+ "denom": "ibc/3C6083B60A22901AF765E72B7D032BB97453CD447DB9E19BE97302E62582D2A8",
"exponent": 0,
},
{
- "denom": "fury",
+ "denom": "C2M",
"exponent": 6,
},
],
- "description": "The native token of Furya",
- "display": "fury",
+ "description": "Crypto2Mars Community Token",
+ "display": "C2M",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
"theme": {
- "primaryColorHex": "#eaf143",
+ "primaryColorHex": "#FEFEFE",
},
},
],
- "keywords": [
- "gaming",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/ufury.svg",
- },
- "name": "Furya",
- "socials": {
- "twitter": "https://twitter.com/furyachain",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/c2m.png",
},
- "symbol": "FURY",
+ "name": "Crypto2Mars",
+ "symbol": "C2M",
"traces": [
{
"chain": {
- "channel_id": "channel-8690",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "ufury",
- "chain_name": "furya",
- "channel_id": "channel-3",
+ "base_denom": "factory/bze15pqjgk4la0mfphwddce00d05n3th3u66n3ptcv/2MARS",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
- "coingeckoId": "fx-coin",
+ "base": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
"denomUnits": [
{
"aliases": [
- "FX",
+ "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
],
- "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "denom": "ibc/59184EAD040477DC6C7F293E91A0DF85962419DD55DBE1D4BFC38634462F4F01",
"exponent": 0,
},
{
- "denom": "WFX",
+ "denom": "uarch",
+ "exponent": 12,
+ },
+ {
+ "denom": "arch",
"exponent": 18,
},
],
- "description": "The native staking token of the Function X",
- "display": "WFX",
+ "description": "The native token of Archway network",
+ "display": "arch",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "imageSync": {
+ "baseDenom": "aarch",
+ "chainName": "archway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
+ "theme": {
+ "primaryColorHex": "#fc4c04",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/arch.svg",
},
- "name": "Function X",
- "symbol": "FX",
+ "name": "Archway",
+ "symbol": "ARCH",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "FX",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "ibc/C00D101A3572A5374E23F11944463D1325319E255D7C824B33AF2F927F532348",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
"denomUnits": [
{
"aliases": [
- "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
],
- "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
+ "denom": "ibc/F83FCF50E5C6D7635DFA6BE56439041FCA8AC8755D5468DABBCADF273CDAA5DA",
"exponent": 0,
},
{
"aliases": [],
- "denom": "PUNDIX",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The cross chain token of the Function X",
- "display": "PUNDIX",
+ "description": "USDC from Noble",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Pundi X Token",
- "symbol": "PUNDIX",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-2716",
+ "channel_id": "channel-340",
},
"counterparty": {
- "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chain_name": "fxcore",
- "channel_id": "channel-19",
+ "base_denom": "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
+ "chain_name": "beezee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ "coingeckoId": "bitcanna",
"denomUnits": [
{
"aliases": [
- "uglx",
+ "ubcna",
],
- "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
"exponent": 0,
},
{
- "denom": "glx",
+ "denom": "bcna",
"exponent": 6,
},
],
- "description": "GLX is the staking token of the Galaxy Chain",
- "display": "glx",
+ "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",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#3cc494",
+ },
},
],
"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",
+ "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",
},
- "name": "Galaxy",
- "symbol": "GLX",
+ "name": "BitCanna",
+ "socials": {
+ "twitter": "https://twitter.com/BitCannaGlobal",
+ "website": "http://www.bitcanna.io/",
+ },
+ "symbol": "BCNA",
"traces": [
{
"chain": {
- "channel_id": "channel-236",
+ "channel_id": "channel-51",
},
"counterparty": {
- "base_denom": "uglx",
- "chain_name": "galaxy",
- "channel_id": "channel-0",
+ "base_denom": "ubcna",
+ "chain_name": "bitcanna",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ "coingeckoId": "bitsong",
"denomUnits": [
{
"aliases": [
- "utest",
+ "ubtsg",
],
- "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
+ "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "test",
+ "denom": "btsg",
"exponent": 6,
},
],
- "description": "The native fee token of Gateway.",
- "display": "test",
- "name": "Test",
- "symbol": "TEST",
- "traces": [
+ "description": "BitSong Native Token",
+ "display": "btsg",
+ "images": [
{
- "chain": {
- "channel_id": "channel-2186",
+ "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",
+ "theme": {
+ "primaryColorHex": "#c8307f",
},
- "counterparty": {
- "base_denom": "utest",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ },
+ ],
+ "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",
+ },
+ "name": "BitSong",
+ "socials": {
+ "twitter": "https://twitter.com/BitSongOfficial",
+ "website": "https://bitsong.io/",
+ },
+ "symbol": "BTSG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-73",
+ },
+ "counterparty": {
+ "base_denom": "ubtsg",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -25170,34 +28032,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
"denomUnits": [
{
"aliases": [
- "uworm",
+ "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
],
- "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
+ "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "worm",
+ "denom": "clay",
"exponent": 6,
},
],
- "description": "the native staking token of Gateway.",
- "display": "worm",
- "name": "Worm",
- "symbol": "WORM",
+ "description": "Adam Clay a BitSong Music FanToken",
+ "display": "clay",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ "theme": {
+ "primaryColorHex": "#e8e5e7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png",
+ },
+ "name": "Adam Clay FanToken",
+ "symbol": "CLAY",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "uworm",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -25205,755 +28077,726 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
- "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
],
- "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
+ "denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
- "exponent": 8,
+ "denom": "fasano",
+ "exponent": 6,
},
],
- "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "description": "Nicola Fasano a BitSong Music FanToken",
+ "display": "fasano",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2::sui::SUI",
- "chainName": "sui",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
+ "theme": {
+ "primaryColorHex": "#c3a59e",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png",
},
- "name": "Sui (Wormhole)",
- "symbol": "SUI",
+ "name": "Nicola Fasano Fantoken",
+ "symbol": "FASANO",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
- "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
],
- "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
+ "denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
- "exponent": 8,
+ "denom": "d9x",
+ "exponent": 6,
},
],
- "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "description": "Delta 9 a BitSong Music FanToken",
+ "display": "d9x",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
+ "theme": {
+ "primaryColorHex": "#0d0d0d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png",
},
- "name": "Wrapped Ether (Wormhole)",
- "symbol": "WETH",
+ "name": "Delta 9 Fantoken",
+ "symbol": "D9X",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
- "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
],
- "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
+ "denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
- "exponent": 8,
+ "denom": "fonti",
+ "exponent": 6,
},
],
- "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
+ "description": "FONTI a BitSong Music FanToken",
+ "display": "fonti",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
+ "theme": {
+ "primaryColorHex": "#1c2536",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png",
},
- "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
- "symbol": "wstETH",
+ "name": "FONTI Fantoken",
+ "symbol": "FONTI",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
- "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
],
- "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
+ "denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
- "exponent": 8,
+ "denom": "bjks",
+ "exponent": 6,
},
],
- "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "description": "BlackJack a BitSong Music FanToken",
+ "display": "bjks",
"images": [
{
- "imageSync": {
- "baseDenom": "0x1::aptos_coin::AptosCoin",
- "chainName": "aptos",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
+ "theme": {
+ "primaryColorHex": "#f5f5f5",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png",
},
- "name": "Aptos Coin (Wormhole)",
- "symbol": "APT",
+ "name": "BlackJack Fantoken",
+ "symbol": "BJKS",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
- "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
],
- "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
+ "denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "denom": "rwne",
"exponent": 6,
},
],
- "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
+ "description": "Rawanne a BitSong Music FanToken",
+ "display": "rwne",
"images": [
{
- "imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
+ "theme": {
+ "primaryColorHex": "#1a1521",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png",
},
- "name": "Tether USD (Wormhole)",
- "symbol": "USDT",
+ "name": "Rawanne Fantoken",
+ "symbol": "RWNE",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
- "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
],
- "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
+ "denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
- "exponent": 8,
+ "denom": "enmoda",
+ "exponent": 6,
},
],
- "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "description": "Enmoda a BitSong Music FanToken",
+ "display": "enmoda",
"images": [
{
- "imageSync": {
- "baseDenom": "So11111111111111111111111111111111111111112",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
+ "theme": {
+ "primaryColorHex": "#161616",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png",
},
- "name": "Wrapped SOL (Wormhole)",
- "symbol": "SOL",
+ "name": "Enmoda Fantoken",
+ "symbol": "ENMODA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
- "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
],
- "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
+ "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
- "exponent": 5,
+ "denom": "404dr",
+ "exponent": 6,
},
],
- "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "description": "404Deep Records a BitSong Music FanToken",
+ "display": "404dr",
"images": [
{
- "imageSync": {
- "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
+ "theme": {
+ "primaryColorHex": "#cfb1b3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png",
},
- "name": "Bonk (Wormhole)",
- "symbol": "Bonk",
+ "name": "404Deep Records Fantoken",
+ "symbol": "404DR",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
- "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
],
- "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
+ "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
- "exponent": 8,
+ "denom": "n43",
+ "exponent": 6,
},
],
- "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "description": "N43 a BitSong Music FanToken",
+ "display": "n43",
"images": [
{
- "imageSync": {
- "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
+ "theme": {
+ "primaryColorHex": "#0a0a0a",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png",
},
- "name": "Wrapped BTC (Wormhole)",
- "symbol": "WBTC",
+ "name": "N43 Fantoken",
+ "symbol": "N43",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
- "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
],
- "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
+ "denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
- "exponent": 8,
+ "denom": "lobo",
+ "exponent": 6,
},
],
- "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "description": "Puro Lobo a BitSong Music FanToken",
+ "display": "lobo",
"images": [
{
- "imageSync": {
- "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
+ "theme": {
+ "primaryColorHex": "#b8b6b6",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png",
},
- "name": "tBTC v2 (Wormhole)",
- "symbol": "tBTC",
+ "name": "Puro Lobo Fantoken",
+ "symbol": "LOBO",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
- "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
],
- "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
+ "denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
- "exponent": 8,
+ "denom": "vibra",
+ "exponent": 6,
},
],
- "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "description": "Vibranium a BitSong Music FanToken",
+ "display": "vibra",
"images": [
{
- "imageSync": {
- "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
+ "theme": {
+ "primaryColorHex": "#0f0c27",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png",
},
- "name": "Dai Stablecoin (Wormhole)",
- "symbol": "DAI",
+ "name": "Vibranium Fantoken",
+ "symbol": "VIBRA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
],
- "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
+ "denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "denom": "karina",
"exponent": 6,
},
],
- "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
+ "description": "Karina a BitSong Music FanToken",
+ "display": "karina",
"images": [
{
- "imageSync": {
- "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
+ "theme": {
+ "primaryColorHex": "#21283c",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png",
},
- "name": "USD Coin (Wormhole)",
- "symbol": "USDC",
+ "name": "Karina Fantoken",
+ "symbol": "KARINA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
],
- "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
+ "denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
+ "denom": "testa",
"exponent": 6,
},
],
- "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
+ "description": "Luca Testa a BitSong Music FanToken",
+ "display": "testa",
"images": [
{
- "imageSync": {
- "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "chainName": "avalanche",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
+ "theme": {
+ "primaryColorHex": "#151515",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png",
},
- "name": "Avalanche USD Coin (Wormhole)",
- "symbol": "avalanche.USDC.wh",
+ "name": "Luca Testa Fantoken",
+ "symbol": "TESTA",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
- "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
],
- "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
+ "denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
"exponent": 0,
},
{
- "aliases": [
- "pyth",
- ],
- "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "denom": "cmqz",
"exponent": 6,
},
],
- "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
+ "description": "Carolina Marquez a BitSong Music FanToken",
+ "display": "cmqz",
"images": [
{
- "imageSync": {
- "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
+ "theme": {
+ "primaryColorHex": "#847760",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png",
},
- "name": "Pyth Network",
- "symbol": "PYTH",
+ "name": "Carolina Marquez Fantoken",
+ "symbol": "CMQZ",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "base": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
],
- "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
+ "denom": "ibc/BE95D1E09F5A44FC5409F4E0F52750DF2A868D865BC91F3C3EE3C83235789D18",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
+ "denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
"exponent": 6,
},
],
- "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
- "images": [
- {
- "imageSync": {
- "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
- "chainName": "solana",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
- },
- "name": "Solana USD Coin (Wormhole)",
- "symbol": "solana.USDC.wh",
+ "deprecated": true,
+ "description": "[Redacted] a BitSong Music FanToken",
+ "display": "ft347B1612A2B7659913679CF6CD45B8B130C50A00/6",
+ "name": "[Redacted] Fantoken (ft3...A00)",
+ "symbol": "LDON",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-73",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ft347B1612A2B7659913679CF6CD45B8B130C50A00",
+ "chain_name": "bitsong",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
- "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "base": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ "coingeckoId": "bluzelle",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "ubnt",
],
- "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
+ "denom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
"exponent": 0,
},
{
"aliases": [
- "bskt",
+ "blz",
],
- "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
- "exponent": 5,
+ "denom": "bnt",
+ "exponent": 6,
},
],
- "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "description": "The native token of Bluzelle",
+ "display": "bnt",
"images": [
{
- "imageSync": {
- "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "theme": {
+ "primaryColorHex": "#708ffc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
],
+ "keywords": [
+ "bluzelle",
+ "game",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
},
- "name": "Basket",
- "symbol": "BSKT",
+ "name": "Bluzelle",
+ "socials": {
+ "twitter": "https://twitter.com/BluzelleHQ",
+ "website": "http://bluzelle.com/",
+ },
+ "symbol": "BLZ",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-763",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "ubnt",
+ "chain_name": "bluzelle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
- "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
- "coingeckoId": "",
+ "base": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
"denomUnits": [
{
"aliases": [
- "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "uelt",
],
- "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
+ "denom": "ibc/FDFCC8A906432FA7EFBA430062DA860883F5DDC77B8D64AFA2EE6CD5DC54B6A2",
"exponent": 0,
},
{
- "denom": "w",
+ "denom": "elt",
"exponent": 6,
},
],
- "description": "W is the native token powering the Wormhole interoperability platform.",
- "display": "w",
+ "description": "The ELT token of Bluzelle's Gamma 4 Gaming Ecosystem",
+ "display": "elt",
"images": [
{
- "imageSync": {
- "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
- "chainName": "solana",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
+ "theme": {
+ "primaryColorHex": "#0c3ab5",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
],
+ "keywords": [
+ "elt",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/elt.png",
},
- "name": "Wormhole Token",
- "symbol": "W",
+ "name": "ELT",
+ "symbol": "ELT",
"traces": [
{
"chain": {
- "channel_id": "channel-2186",
+ "channel_id": "channel-763",
},
"counterparty": {
- "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
- "chain_name": "gateway",
- "channel_id": "channel-3",
+ "base_denom": "uelt",
+ "chain_name": "bluzelle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
@@ -25961,2547 +28804,2814 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "base": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
"denomUnits": [
{
"aliases": [
- "el1",
+ "ug4",
],
- "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "denom": "ibc/6A71FD886C62ECADA07ECFD24542C5E87C316A590737F5CE6FC37E3D258CD106",
"exponent": 0,
},
{
- "denom": "l1",
- "exponent": 18,
+ "denom": "g4",
+ "exponent": 6,
},
],
- "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
- "display": "l1",
+ "description": "The game token of Bluzelle's Gamma 4 Gaming Ecosystem",
+ "display": "g4",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
+ "theme": {
+ "primaryColorHex": "#ee8828",
+ },
},
],
+ "keywords": [
+ "g4",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/g4.png",
},
- "name": "GenesisL1",
- "symbol": "L1",
+ "name": "G4",
+ "symbol": "G4",
"traces": [
{
"chain": {
- "channel_id": "channel-253",
+ "channel_id": "channel-763",
},
"counterparty": {
- "base_denom": "el1",
- "chain_name": "genesisl1",
- "channel_id": "channel-1",
+ "base_denom": "ug4",
+ "chain_name": "bluzelle",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
- "coingeckoId": "gitopia",
+ "base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ "coingeckoId": "bostrom",
"denomUnits": [
{
"aliases": [
- "ulore",
+ "boot",
],
- "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
"exponent": 0,
},
- {
- "denom": "LORE",
- "exponent": 6,
- },
],
- "description": "The native token of Gitopia",
- "display": "LORE",
+ "description": "The staking token of Bostrom",
+ "display": "boot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "theme": {
+ "primaryColorHex": "#4cea4e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- "name": "LORE",
- "socials": {
- "twitter": "https://twitter.com/gitopiaDAO",
- "website": "https://gitopia.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
},
- "symbol": "LORE",
+ "name": "Bostrom",
+ "symbol": "BOOT",
"traces": [
{
"chain": {
- "channel_id": "channel-781",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "ulore",
- "chain_name": "gitopia",
- "channel_id": "channel-0",
+ "base_denom": "boot",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
- "coingeckoId": "graviton",
+ "base": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
"denomUnits": [
{
"aliases": [
- "ugraviton",
+ "hydrogen",
],
- "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20",
"exponent": 0,
},
- {
- "denom": "graviton",
- "exponent": 6,
- },
],
- "description": "The native token of Gravity Bridge",
- "display": "graviton",
+ "description": "The liquid staking token of Bostrom",
+ "display": "hydrogen",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
+ "theme": {
+ "primaryColorHex": "#ffffff",
+ },
},
],
"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",
- },
- "name": "Graviton",
- "socials": {
- "twitter": "https://twitter.com/gravity_bridge",
- "website": "https://www.gravitybridge.net/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg",
},
- "symbol": "GRAV",
+ "name": "Bostrom Hydrogen",
+ "symbol": "HYDROGEN",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "ugraviton",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "hydrogen",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "base": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
"denomUnits": [
{
"aliases": [
- "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "milliampere",
],
- "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
+ "denom": "ibc/020F5162B7BC40656FC5432622647091F00D53E82EE8D21757B43D3282F25424",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "aliases": [
+ "ampere",
+ ],
+ "denom": "ampere",
+ "exponent": 3,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "The resource token of Bostrom",
+ "display": "ampere",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
+ "theme": {
+ "primaryColorHex": "#f4ecce",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/ampere.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Bostrom Ampere",
+ "symbol": "A",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "milliampere",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "base": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
"denomUnits": [
{
"aliases": [
- "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "millivolt",
],
- "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "denom": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA",
"exponent": 0,
},
{
- "denom": "gweth",
- "exponent": 18,
+ "aliases": [
+ "volt",
+ ],
+ "denom": "volt",
+ "exponent": 3,
},
],
- "description": "Gravity Bridge WETH",
- "display": "gweth",
+ "description": "The resource token of Bostrom",
+ "display": "volt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
+ "theme": {
+ "primaryColorHex": "#fba809",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/volt.svg",
},
- "name": "Wrapped Ethereum",
- "symbol": "WETH",
+ "name": "Bostrom Volt",
+ "symbol": "V",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "millivolt",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "base": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
"denomUnits": [
{
"aliases": [
- "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "tocyb",
],
- "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "denom": "ibc/BCDB35B7390806F35E716D275E1E017999F8281A81B6F128F087EF34D1DFA761",
"exponent": 0,
},
- {
- "denom": "gusdc",
- "exponent": 6,
- },
],
- "description": "Gravity Bridge USDC",
- "display": "gusdc",
+ "description": "The staking token of Cyber",
+ "display": "tocyb",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
+ "theme": {
+ "primaryColorHex": "#1e8fa9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/tocyb.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Bostrom Tocyb",
+ "symbol": "TOCYB",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-95",
},
"counterparty": {
- "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "tocyb",
+ "chain_name": "bostrom",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "base": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ "coingeckoId": "canto",
"denomUnits": [
{
"aliases": [
- "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "acanto",
],
- "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
"exponent": 0,
},
{
- "denom": "gusdt",
- "exponent": 6,
+ "denom": "canto",
+ "exponent": 18,
},
],
- "description": "Gravity Bridge USDT",
- "display": "gusdt",
+ "description": "Canto is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "canto",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "theme": {
+ "primaryColorHex": "#1c1f1f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Canto",
+ "socials": {
+ "twitter": "https://twitter.com/CantoPublic",
+ "website": "https://canto.io/",
+ },
+ "symbol": "CANTO",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-550",
},
"counterparty": {
- "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "acanto",
+ "chain_name": "canto",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "base": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
"denomUnits": [
{
"aliases": [
- "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
],
- "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "denom": "ibc/9C79F4091CB315A4034AAB03DE2FBA2847367BC35746FC564768CBB221ECBEC3",
"exponent": 0,
},
{
- "denom": "gwbtc",
- "exponent": 8,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "Gravity Bridge WBTC",
- "display": "gwbtc",
+ "description": "Tether USDt on Canto",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-550",
},
"counterparty": {
- "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "ibc/FAFF3F7B2FE30447544A27910DF77069763CF25472BFCF63A9E7C81F0AD545AC",
+ "chain_name": "canto",
+ "channel_id": "channel-5",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ "coingeckoId": "switcheo",
"denomUnits": [
{
"aliases": [
- "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "swth",
],
- "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
"exponent": 0,
},
{
- "denom": "gdai",
- "exponent": 18,
+ "aliases": [
+ "SWTH",
+ ],
+ "denom": "dswth",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge DAI",
- "display": "gdai",
+ "description": "The native governance token of Carbon",
+ "display": "dswth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#a5edf2",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "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",
},
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "name": "Carbon",
+ "symbol": "SWTH",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "swth",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "base": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
+ "coingeckoId": "carbon-usd",
"denomUnits": [
{
"aliases": [
- "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "usc",
],
- "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
+ "denom": "ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6",
"exponent": 0,
},
{
- "denom": "gsdai",
- "exponent": 18,
+ "aliases": [
+ "USC",
+ ],
+ "denom": "dusc",
+ "exponent": 8,
},
],
- "description": "Gravity Bridge sDAI",
- "display": "gsdai",
+ "description": "The native stablecoin of Carbon",
+ "display": "dusc",
"images": [
{
- "imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
+ "theme": {
+ "primaryColorHex": "#053e4f",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg",
},
- "name": "Savings Dai",
- "symbol": "sDAI",
+ "name": "Carbon USD Coin",
+ "symbol": "USC",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "usc",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "base": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
"denomUnits": [
{
"aliases": [
- "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "bnb.1.6.773edb",
],
- "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
+ "denom": "ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B",
"exponent": 0,
},
{
- "denom": "gocc",
+ "aliases": [
+ "BNB",
+ ],
+ "denom": "bnb",
"exponent": 18,
},
],
- "description": "Gravity Bridge OCC",
- "display": "gocc",
+ "description": "BNB token on Carbon",
+ "display": "bnb",
"images": [
{
"imageSync": {
- "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chainName": "ethereum",
+ "baseDenom": "wei",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
},
- "name": "OccamFi",
- "symbol": "OCC",
+ "name": "Binance Coin",
+ "symbol": "BNB",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "bnb.1.6.773edb",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "base": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
"denomUnits": [
{
"aliases": [
- "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "bneo.1.14.e2e5f6",
],
- "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
+ "denom": "ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD",
"exponent": 0,
},
{
- "denom": "page",
+ "aliases": [
+ "bNEO",
+ ],
+ "denom": "bneo",
"exponent": 8,
},
],
- "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
- "display": "page",
+ "description": "bNEO token on Carbon",
+ "display": "bneo",
"images": [
{
- "imageSync": {
- "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg",
},
- "name": "Page",
- "symbol": "PAGE",
+ "name": "BurgerNEO",
+ "symbol": "bNEO",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "bneo.1.14.e2e5f6",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "base": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
"denomUnits": [
{
"aliases": [
- "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "busd.1.6.754a80",
],
- "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
+ "denom": "ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D",
"exponent": 0,
},
{
- "denom": "gpaxg",
+ "aliases": [
+ "BUSD",
+ ],
+ "denom": "busd",
"exponent": 18,
},
],
- "description": "Gravity Bridge Paxos Gold",
- "display": "gpaxg",
+ "description": "BUSD (BEP-20) token on Carbon",
+ "display": "busd",
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "baseDenom": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
},
- "name": "Paxos Gold",
- "symbol": "PAXG",
+ "name": "BUSD (BEP-20)",
+ "symbol": "BUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-144",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "chain_name": "gravitybridge",
- "channel_id": "channel-10",
+ "base_denom": "busd.1.6.754a80",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
- "coingeckoId": "islamic-coin",
+ "base": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
"denomUnits": [
{
"aliases": [
- "aISLM",
+ "cglp.1.19.1698d3",
],
- "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "denom": "ibc/FF1EB215DC22B8D383105710E17DAF0584FEB7C15DDA2FADC7D44F5B77DFFBF4",
"exponent": 0,
},
{
- "denom": "ISLM",
+ "aliases": [
+ "CGLP",
+ ],
+ "denom": "cglp",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Haqq Network",
- "display": "ISLM",
+ "description": "Carbon Wrapped GLP on Carbon",
+ "display": "cglp",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/cglp.svg",
},
- "name": "Islamic Coin",
- "symbol": "ISLM",
+ "name": "Carbon Wrapped GLP",
+ "symbol": "CGLP",
"traces": [
{
"chain": {
- "channel_id": "channel-1575",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "aISLM",
- "chain_name": "haqq",
- "channel_id": "channel-2",
+ "base_denom": "cglp.1.19.1698d3",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
- "coingeckoId": "humans-ai",
+ "base": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
"denomUnits": [
{
"aliases": [
- "aheart",
+ "cgt/1",
],
- "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "denom": "ibc/73C2C269DCA7914B90E227D315C339836FDC6F2D570E5C5438D6C288472A665B",
"exponent": 0,
},
{
- "denom": "heart",
+ "aliases": [
+ "USD",
+ ],
+ "denom": "usd",
"exponent": 18,
},
],
- "description": "The native staking and governance token of Humans.ai.",
- "display": "heart",
+ "description": "Grouped USD on Carbon",
+ "display": "usd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
"theme": {
- "darkMode": true,
+ "primaryColorHex": "#043d4d",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
- },
- "name": "HEART",
- "socials": {
- "twitter": "https://twitter.com/humansdotai",
- "website": "https://humans.ai/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/carbon-grouped-usd.svg",
},
- "symbol": "HEART",
+ "name": "Carbon Grouped USD",
+ "symbol": "USD",
"traces": [
{
"chain": {
- "channel_id": "channel-20082",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "aheart",
- "chain_name": "humans",
- "channel_id": "channel-4",
+ "base_denom": "cgt/1",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
- "coingeckoId": "ixo",
+ "base": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
"denomUnits": [
{
"aliases": [
- "uixo",
+ "eth.1.19.c3b805",
],
- "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "denom": "ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A",
"exponent": 0,
},
{
- "denom": "ixo",
- "exponent": 6,
+ "aliases": [
+ "ETH",
+ ],
+ "denom": "eth",
+ "exponent": 18,
},
],
- "description": "The native token of IXO Chain",
- "display": "ixo",
+ "description": "ETH (Arbitrum) token on Carbon",
+ "display": "eth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
- "name": "IXO",
- "symbol": "IXO",
+ "name": "Ethereum (Arbitrum)",
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-38",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "uixo",
- "chain_name": "impacthub",
- "channel_id": "channel-4",
+ "base_denom": "eth.1.19.c3b805",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
- "coingeckoId": "imv",
+ "base": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
"denomUnits": [
{
"aliases": [
- "aimv",
+ "eth.1.2.942d87",
],
- "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "denom": "ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32",
"exponent": 0,
},
{
- "denom": "imv",
+ "aliases": [
+ "ETH",
+ ],
+ "denom": "eth",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Imversed",
- "display": "imv",
+ "description": "ETH (ERC20) token on Carbon",
+ "display": "eth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg",
},
- "name": "IMV",
- "symbol": "IMV",
+ "name": "Ethereum (ERC20)",
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-517",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "aimv",
- "chain_name": "imversed",
- "channel_id": "channel-1",
+ "base_denom": "eth.1.2.942d87",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
- "coingeckoId": "injective-protocol",
+ "base": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
"denomUnits": [
{
"aliases": [
- "inj",
+ "usdc.1.2.343151",
],
- "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "denom": "ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B",
"exponent": 0,
},
{
- "denom": "INJ",
- "exponent": 18,
+ "aliases": [
+ "USDC",
+ ],
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "The INJ token is the native governance token for the Injective chain.",
- "display": "INJ",
+ "description": "USDC (ERC20) token on Carbon",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
- },
- "name": "Injective",
- "socials": {
- "twitter": "https://twitter.com/Injective_",
- "website": "https://injective.com/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "symbol": "INJ",
+ "name": "Circle USD",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "inj",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "usdc.1.2.343151",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "base": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
"denomUnits": [
{
"aliases": [
- "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "usdc.1.6.53ff75",
],
- "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
+ "denom": "ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "aliases": [
+ "USDC",
+ ],
+ "denom": "usdc",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Injective",
- "display": "usdt",
+ "description": "USD Coin (BEP-20) token on Carbon",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
+ "chainName": "binancesmartchain",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "USD Coin (BEP-20)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "usdc.1.6.53ff75",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "base": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
"denomUnits": [
{
"aliases": [
- "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "zil.1.18.1a4a06",
],
- "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
+ "denom": "ibc/3F517AB4EC381A9288A449EC7D99D75B4DEE3DE9560140344893A15A3D630DB7",
"exponent": 0,
},
{
- "denom": "ampINJ",
- "exponent": 6,
+ "aliases": [
+ "ZIL",
+ ],
+ "denom": "zil",
+ "exponent": 12,
},
],
- "description": "ERIS liquid staked INJ",
- "display": "ampINJ",
+ "description": "ZIL token on Carbon",
+ "display": "zil",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
+ "theme": {
+ "primaryColorHex": "#2cccc4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/zil.svg",
},
- "name": "ERIS Amplified INJ",
- "symbol": "ampINJ",
+ "name": "Zilliqa",
+ "symbol": "ZIL",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-188",
},
"counterparty": {
- "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "zil.1.18.1a4a06",
+ "chain_name": "carbon",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
- "coingeckoId": "autism",
+ "base": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "coingeckoId": "celestia",
"denomUnits": [
{
"aliases": [
- "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "utia",
],
- "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
"exponent": 0,
},
{
- "denom": "autism",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
- "display": "autism",
+ "description": "Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.",
+ "display": "tia",
+ "extendedDescription": "Celestia is a pioneering blockchain platform that aims to address the scalability and interoperability challenges faced by current blockchain networks. It introduces a modular architecture that separates consensus and data availability from execution, allowing developers to create highly customizable and scalable blockchains. By decoupling these functions, Celestia enables independent blockchains to interact seamlessly while maintaining high throughput and security.
+
+Celestia's unique approach includes a consensus and data availability layer that supports multiple execution environments, facilitating a diverse range of decentralized applications (dApps). This design allows for greater flexibility and efficiency, as developers can choose the best execution environment for their specific use case. Celestia's focus on modularity and interoperability has the potential to significantly enhance the blockchain ecosystem by enabling more scalable and adaptable solutions.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "Autism",
- "symbol": "AUTISM",
+ "name": "Celestia",
+ "socials": {
+ "twitter": "https://twitter.com/CelestiaOrg",
+ "website": "https://celestia.org/",
+ },
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-6994",
},
"counterparty": {
- "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "utia",
+ "chain_name": "celestia",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
- "coingeckoId": "dog-wif-nuchucks",
+ "base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ "coingeckoId": "cerberus-2",
"denomUnits": [
{
"aliases": [
- "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "ucrbrus",
],
- "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
"exponent": 0,
},
{
- "denom": "NINJA",
+ "denom": "crbrus",
"exponent": 6,
},
],
- "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
- "display": "NINJA",
+ "description": "The native token of Cerberus Chain",
+ "display": "crbrus",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "theme": {
+ "primaryColorHex": "#c6c6c9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
},
- "name": "Dog wif nunchucks",
- "symbol": "NINJA",
+ "name": "Cerberus",
+ "symbol": "CRBRUS",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-212",
},
"counterparty": {
- "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ucrbrus",
+ "chain_name": "cerberus",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "base": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
+ "coingeckoId": "chain4energy",
"denomUnits": [
{
"aliases": [
- "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "uc4e",
],
- "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
+ "denom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8",
"exponent": 0,
},
{
- "denom": "WGMI",
+ "denom": "c4e",
"exponent": 6,
},
],
- "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
- "display": "WGMI",
- "images": [
+ "description": "The native token of Chain4Energy",
+ "display": "c4e",
+ "extendedDescription": "C4E is a DePIN L1 Blockchain platform, designed to support a variety of innovative energy and e-mobility applications by creating a decentralized and democratized community-powered ecosystem.",
+ "images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
+ "theme": {
+ "primaryColorHex": "#24344c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",
},
- "name": "WGMI",
- "symbol": "WGMI",
+ "name": "Chain4Energy",
+ "socials": {
+ "twitter": "https://twitter.com/Chain4Energy",
+ "website": "https://c4e.io/",
+ },
+ "symbol": "C4E",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-22172",
},
"counterparty": {
- "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "uc4e",
+ "chain_name": "chain4energy",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ "coingeckoId": "cheqd-network",
"denomUnits": [
{
"aliases": [
- "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "ncheq",
],
- "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
+ "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
"exponent": 0,
},
{
- "denom": "WOSMO",
- "exponent": 6,
+ "denom": "cheq",
+ "exponent": 9,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Native token for the cheqd network",
+ "display": "cheq",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc5f04",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "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",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "cheqd",
+ "symbol": "CHEQ",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-108",
},
"counterparty": {
- "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "ncheq",
+ "chain_name": "cheqd",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ "coingeckoId": "chihuahua-token",
"denomUnits": [
{
"aliases": [
- "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "uhuahua",
],
- "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
+ "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
"exponent": 0,
},
{
- "denom": "glto",
+ "denom": "huahua",
"exponent": 6,
},
],
- "description": "GLTO-ERC20 on injective",
- "display": "glto",
+ "description": "Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.",
+ "display": "huahua",
+ "extendedDescription": "Chihuahua aims to foster a vibrant and interactive community through its blockchain platform, which emphasizes social engagement and entertainment. The native token, HUAHUA, is used for various activities within the ecosystem, including rewards, staking, and governance. Chihuahua's unique approach combines blockchain technology with community engagement, offering a dynamic and enjoyable environment for its users.",
"images": [
{
- "imageSync": {
- "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
},
- "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",
},
],
"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",
- },
- "name": "Gelotto",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
- "symbol": "GLTO",
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "uhuahua",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
- "coingeckoId": "hava-coin",
+ "base": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
"denomUnits": [
{
"aliases": [
- "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
],
- "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
"exponent": 0,
},
{
- "denom": "hava",
+ "denom": "achihuahuawifhat",
"exponent": 6,
},
],
- "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
- "display": "hava",
+ "description": "has a hat",
+ "display": "achihuahuawifhat",
+ "extendedDescription": "Chihuahuawifhat is the biggest cult of the Chihuahua chain aiming to take over Cosmos. The token is $BADDOG and we're not playing around.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
- "name": "Hava Coin",
+ "name": "Chihuahuawifhat",
"socials": {
- "twitter": "https://twitter.com/Hava_Coin",
- "website": "https://havacoin.xyz/",
+ "twitter": "https://x.com/chihuahuawifhat",
+ "website": "https://baddog.lol/",
},
- "symbol": "HAVA",
+ "symbol": "BADDOG",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua1x4q2vkrz4dfgd9hcw0p5m2f2nuv2uqmt9xr8k2/achihuahuawifhat",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "base": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
"denomUnits": [
{
"aliases": [
- "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
],
- "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
+ "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53",
"exponent": 0,
},
{
- "denom": "BADKID",
+ "denom": "WOOF",
"exponent": 6,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "Woof",
+ "display": "WOOF",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "theme": {
+ "primaryColorHex": "#d9905f",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "WOOF",
+ "symbol": "WOOF",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uwoof",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "base": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
"denomUnits": [
{
"aliases": [
- "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
],
- "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
+ "denom": "ibc/7A70A4681F85E891C9482E33DAA996489E278BB978054DC37245951BA69E5C4D",
"exponent": 0,
},
{
- "denom": "NINPO",
+ "denom": "TACOS",
"exponent": 6,
},
],
- "description": "The second meme coin on Injective.",
- "display": "NINPO",
+ "description": "Tacos",
+ "display": "TACOS",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "theme": {
+ "primaryColorHex": "#f3bb5b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
},
- "name": "Ninpo",
- "symbol": "NINPO",
+ "name": "TACOS",
+ "symbol": "TACOS",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/utacos",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "base": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
"denomUnits": [
{
"aliases": [
- "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
],
- "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
+ "denom": "ibc/3A0557388E2F2DB666E5D0C093E0376E154CF08BCB33C8DC5F01D1F9F928FA1B",
"exponent": 0,
},
{
- "denom": "JUDO",
+ "denom": "WEED",
"exponent": 6,
},
],
- "description": "JUDO is a very futuristic meme token.",
- "display": "JUDO",
+ "description": "Weed",
+ "display": "WEED",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "theme": {
+ "primaryColorHex": "#43b333",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
},
- "name": "Judo",
- "symbol": "JUDO",
+ "name": "WEED",
+ "symbol": "WEED",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/uweed",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "base": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
"denomUnits": [
{
"aliases": [
- "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
],
- "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
+ "denom": "ibc/C14D27EC66201E77505B4B29D0AB50B534BD96AAF82F563B57FE5AE15371257E",
"exponent": 0,
},
{
- "denom": "beast",
+ "denom": "BDOG",
"exponent": 6,
},
],
- "description": "BEAST-ERC20 on injective",
- "display": "beast",
+ "description": "Bulldog",
+ "display": "BDOG",
"images": [
{
- "imageSync": {
- "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
- },
- "name": "Gelotto BEAST",
- "socials": {
- "twitter": "https://twitter.com/Gelotto2",
- "website": "https://gelotto.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
},
- "symbol": "BEAST",
+ "name": "BDOG",
+ "symbol": "BDOG",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ubdog",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "base": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
"denomUnits": [
{
"aliases": [
- "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
],
- "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
+ "denom": "ibc/4E24E7E9294AA42CC37555F5582A7511774BB525DB504E8C5F50B84B0D5F1E04",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "CORSO",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "CaneCorso",
+ "display": "CORSO",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "theme": {
+ "primaryColorHex": "#d9d2d2",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "CORSO",
+ "symbol": "CORSO",
"traces": [
{
"chain": {
- "channel_id": "channel-122",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
- "chain_name": "injective",
- "channel_id": "channel-8",
+ "base_denom": "factory/chihuahua13jawsn574rf3f0u5rhu7e8n6sayx5gkw3eddhp/ucorso",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
- "coingeckoId": "iris-network",
+ "address": "chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0",
+ "base": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
"denomUnits": [
{
"aliases": [
- "uiris",
+ "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
],
- "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "denom": "ibc/B8E9F6D1033BB3FD7E829360FC1179AA9C2DCA5CF92DFFFB3DE0DE536647CBCE",
"exponent": 0,
},
{
- "denom": "iris",
+ "denom": "ashHUAHUA",
"exponent": 6,
},
],
- "description": "The IRIS token is the native governance token for the IrisNet chain.",
- "display": "iris",
+ "description": "ashHUAHUA - Burned HUAHUA",
+ "display": "ashHUAHUA",
+ "extendedDescription": "ashHUAHUA - receipt token recieved when burning HUAHUA via ASH DAOs Furnace",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f46c0f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
},
- "name": "IRISnet",
- "symbol": "IRIS",
+ "name": "Burned HUAHUA",
+ "symbol": "ashHUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "uiris",
- "chain_name": "irisnet",
- "channel_id": "channel-3",
+ "base_denom": "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
- "coingeckoId": "jackal-protocol",
+ "base": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
"denomUnits": [
{
"aliases": [
- "ujkl",
+ "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
],
- "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "denom": "ibc/A247FEACD6945962AFA187822027362233517D08C125569D61F8874ECA0672E7",
"exponent": 0,
},
{
- "denom": "jkl",
+ "denom": "ampGASH",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Jackal.",
- "display": "jkl",
+ "display": "ampGASH",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
},
- "name": "Jackal",
- "symbol": "JKL",
+ "name": "ampGASH",
+ "symbol": "ampGASH",
"traces": [
{
"chain": {
- "channel_id": "channel-412",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ujkl",
- "chain_name": "jackal",
- "channel_id": "channel-0",
+ "base_denom": "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "coingeckoId": "juno-network",
+ "base": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
"denomUnits": [
{
"aliases": [
- "ujuno",
+ "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
],
- "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "denom": "ibc/A0E07A4169241B81AA103B72CDD659477BBCB286CA768752ECC979E81FEBD5B3",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "GUPPY",
"exponent": 6,
},
],
- "description": "The native token of JUNO Chain",
- "display": "juno",
+ "display": "GUPPY",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
},
],
"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",
- },
- "name": "Juno",
- "socials": {
- "twitter": "https://twitter.com/JunoNetwork",
- "website": "https://junonetwork.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
},
- "symbol": "JUNO",
+ "name": "GUPPY",
+ "symbol": "GUPPY",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-113",
},
"counterparty": {
- "base_denom": "ujuno",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "base": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "ucif",
],
- "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
+ "denom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "cif",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "Cifer Blockchain Network Built for Decentralized Machine Learning.",
+ "display": "cif",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
+ "theme": {
+ "primaryColorHex": "#af49b7",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",
},
- "name": "ATOM on Juno",
- "symbol": "ATOM",
+ "name": "Cifer",
+ "socials": {
+ "twitter": "https://twitter.com/cifer_ai",
+ "website": "http://cifer.ai/",
+ },
+ "symbol": "CIF",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-39205",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ucif",
+ "chain_name": "cifer",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
- "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ "coingeckoId": "comdex",
"denomUnits": [
{
"aliases": [
- "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "ucmdx",
],
- "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
+ "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
"exponent": 0,
},
{
- "denom": "nexx",
+ "denom": "cmdx",
"exponent": 6,
},
],
- "display": "nexx",
+ "description": "Native Token of Comdex Protocol",
+ "display": "cmdx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "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",
},
- "name": "NEXX GEN AI",
- "symbol": "NEXX",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-87",
},
"counterparty": {
- "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ucmdx",
+ "chain_name": "comdex",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
- "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "base": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ "coingeckoId": "harbor-2",
"denomUnits": [
{
"aliases": [
- "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "uharbor",
],
- "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
+ "denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
"exponent": 0,
},
{
- "denom": "dgl",
+ "denom": "harbor",
"exponent": 6,
},
],
- "display": "dgl",
+ "description": "Governance Token of Harbor protocol on Comdex network",
+ "display": "harbor",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "theme": {
+ "primaryColorHex": "#645ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
},
- "name": "Licorice",
- "symbol": "DGL",
+ "name": "Harbor",
+ "symbol": "HARBOR",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-87",
},
"counterparty": {
- "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "uharbor",
+ "chain_name": "comdex",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
- "coingeckoId": "usd-coin",
+ "base": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ "coingeckoId": "composite",
"denomUnits": [
{
"aliases": [
- "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "ucmst",
],
- "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "cmst",
"exponent": 6,
},
],
- "description": "USD Coin on Juno",
- "display": "usdc",
+ "description": "Stable Token of Harbor protocol on Comdex network",
+ "display": "cmst",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "CMST",
+ "symbol": "CMST",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-87",
},
"counterparty": {
- "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ucmst",
+ "chain_name": "comdex",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "base": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ "coingeckoId": "picasso",
"denomUnits": [
{
"aliases": [
- "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "ppica",
],
- "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
+ "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "pica",
+ "exponent": 12,
},
],
- "display": "rstk",
+ "description": "Picasso is a blockchain project within the IBC ecosystem that focuses on providing modular and interoperable solutions for decentralized finance (DeFi) and other blockchain applications.",
+ "display": "pica",
+ "extendedDescription": "Picasso is part of the IBC network and aims to offer modular, interoperable solutions tailored for DeFi and other blockchain applications. Picasso enables IBC-based bridging between Cosmos, Solana, Ethereum, and Polkadot. Picasso's commitment to innovation and interoperability makes it a significant player in the evolving blockchain landscape, providing tools and infrastructure that cater to diverse blockchain use cases.",
"images": [
{
"imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "baseDenom": "ppica",
+ "chainName": "picasso",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Pica",
+ "socials": {
+ "twitter": "https://twitter.com/picasso_network",
+ "website": "https://picasso.network/",
+ },
+ "symbol": "PICA",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ppica",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
- "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "base": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"denomUnits": [
{
"aliases": [
- "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
],
- "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
+ "denom": "ibc/AEADC50775467AA6AFDB9E2EA33B6E06AE4775665E23C1B3ACA68A3FA680BAE0",
"exponent": 0,
},
{
- "denom": "wind",
- "exponent": 6,
+ "denom": "ksm",
+ "exponent": 12,
},
],
- "display": "wind",
+ "description": "The native staking and governance token of Kusama Relay Chain.",
+ "display": "ksm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "imageSync": {
+ "baseDenom": "4",
+ "chainName": "picasso",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/kusama/images/ksm.svg",
},
- "name": "Wind Token",
- "symbol": "WIND",
+ "name": "KSM",
+ "symbol": "KSM",
"traces": [
{
"chain": {
- "channel_id": "channel-42",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
- "chain_name": "juno",
- "channel_id": "channel-0",
+ "base_denom": "ibc/EE9046745AEC0E8302CB7ED9D5AD67F528FB3B7AE044B247FB0FB293DBDA35E9",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
- "coingeckoId": "kava",
+ "base": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"denomUnits": [
{
"aliases": [
- "ukava",
+ "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
],
- "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "denom": "ibc/49CE4B8BBE94E13D3BD9B5DED59E7C9281A8705EF7FAFC164741F145B413BE10",
"exponent": 0,
},
{
- "denom": "kava",
- "exponent": 6,
+ "denom": "dot",
+ "exponent": 10,
},
],
- "description": "The native staking and governance token of Kava",
- "display": "kava",
- "extendedDescription": "The native staking and governance token of Kava
-
-Kava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.
-
-The Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).
-
-The two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.
-
-The Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.",
+ "description": "The native staking and governance token of Polkadot Relay Chain.",
+ "display": "dot",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "imageSync": {
+ "baseDenom": "79228162514264337593543950342",
+ "chainName": "picasso",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
- },
- "name": "Kava",
- "socials": {
- "twitter": "https://twitter.com/KAVA_CHAIN",
- "website": "https://www.kava.io/",
+ "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",
},
- "symbol": "KAVA",
+ "name": "DOT",
+ "symbol": "DOT",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ukava",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
- "coingeckoId": "kava-lend",
+ "base": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"denomUnits": [
{
"aliases": [
- "hard",
+ "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
],
- "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "denom": "ibc/281D209A0A319D5132DC28D0AB398DF25218DA58DDD4A4DCA44F327439EBD78E",
"exponent": 0,
},
{
- "denom": "HARD",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Governance token of Kava Lend Protocol",
- "display": "HARD",
+ "description": "USDT issued by the Kusama Asset Hub.",
+ "display": "usdt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "130",
+ "chainName": "picasso",
+ },
},
],
- "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",
- },
- "name": "Kava Hard",
- "symbol": "HARD",
+ "name": "USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "hard",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F3EC9F834E57DF704FA3AEAF14E8391C2E58397FE56960AD70E67562990D8265",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
- "coingeckoId": "kava-swap",
+ "base": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"denomUnits": [
{
"aliases": [
- "swp",
+ "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
],
- "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "denom": "ibc/AE6F7A52F34F2183349FCE4D4FFBD14AA089433079F0FB774AA59B6A704B743C",
"exponent": 0,
},
{
- "denom": "SWP",
- "exponent": 6,
+ "denom": "tnkr",
+ "exponent": 12,
},
],
- "description": "Governance token of Kava Swap Protocol",
- "display": "SWP",
+ "description": "The native fee, staking and governance token of the Tinkernet Parachain.",
+ "display": "tnkr",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "2125",
+ "chainName": "picasso",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tinkernet/images/tnkr.svg",
},
- "name": "Kava Swap",
- "symbol": "SWP",
+ "name": "TNKR",
+ "symbol": "TNKR",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "swp",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C58E5D2571042137CB68B1B9851C4E7211C05F7C2C79E21E0966AF0F063961F8",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
- "coingeckoId": "usdx",
+ "base": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"denomUnits": [
{
"aliases": [
- "usdx",
+ "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
],
- "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "denom": "ibc/80902EAFA02305008AB7D769BE7199DCE646DB4CF800BB465D46618F7B4F00FF",
"exponent": 0,
},
{
- "denom": "USDX",
- "exponent": 6,
+ "denom": "eth",
+ "exponent": 18,
},
],
- "description": "The native stablecoin of Kava",
- "display": "USDX",
+ "description": "The native token of Ethereum, bridged via IBC.",
+ "display": "eth",
+ "extendedDescription": "Ether is the native token of the Ethereum blockchain. It powers a wide range of decentralized applications and smart contracts on the platform. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
- "name": "Kava USDX",
- "symbol": "USDX",
+ "name": "Ethereum",
+ "socials": {
+ "twitter": "https://twitter.com/ethereum",
+ "website": "https://ethereum.org/",
+ },
+ "symbol": "ETH",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "usdx",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
- "coingeckoId": "tether",
+ "base": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"denomUnits": [
{
"aliases": [
- "erc20/tether/usdt",
+ "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
],
- "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "denom": "ibc/F3E4C35F7246F9CBFFBB5B4F72695BBC02444ACFE5E4C54C79426E708585E81A",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "dai",
+ "exponent": 18,
},
],
- "display": "usdt",
+ "description": "A stablecoin issued by Maker Protocol.",
+ "display": "dai",
+ "extendedDescription": "DAI, a stablecoin issued by the Maker Protocol, maintains a value pegged to the US dollar. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
"imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
"chainName": "ethereum",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Dai",
+ "socials": {
+ "twitter": "https://twitter.com/MakerDAO",
+ "website": "https://makerdao.com/",
+ },
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-143",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "erc20/tether/usdt",
- "chain_name": "kava",
- "channel_id": "channel-1",
+ "base_denom": "ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
- "coingeckoId": "ki",
+ "base": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"denomUnits": [
{
"aliases": [
- "uxki",
+ "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
],
- "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "denom": "ibc/E5819E06E050FA7FCE948C71C8BF211461900F75480042DE2FBA447270BCE53A",
"exponent": 0,
},
{
- "denom": "xki",
- "exponent": 6,
+ "denom": "fxs",
+ "exponent": 18,
},
],
- "description": "The native token of Ki Chain",
- "display": "xki",
+ "description": "The governance token of the Frax ecosystem.",
+ "display": "fxs",
+ "extendedDescription": "Frax Shares is the governance and utility token of the Frax Protocol. It plays a crucial role in maintaining the stability of the FRAX stablecoin. Holders of FXS can participate in governance decisions and benefit from the protocol's growth and revenue, as the token captures fees.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg",
},
- "name": "Ki",
- "symbol": "XKI",
+ "name": "Frax Shares",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "FXS",
"traces": [
{
"chain": {
- "channel_id": "channel-77",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "uxki",
- "chain_name": "kichain",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
- "coingeckoId": "darcmatter-coin",
+ "base": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"denomUnits": [
{
"aliases": [
- "udarc",
+ "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
],
- "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "denom": "ibc/097D29D5E83D74E83B1760A0FF17588BE2F45EA6D84461EB88FDC80102354196",
"exponent": 0,
},
{
- "denom": "darc",
- "exponent": 6,
+ "denom": "frax",
+ "exponent": 18,
},
],
- "description": "The native token of Konstellation Network",
- "display": "darc",
+ "description": "The first fractional-algorithmic stablecoin by Frax Finance.",
+ "display": "frax",
+ "extendedDescription": "FRAX is a stablecoin designed to maintain a stable value to a peg of the US dollar. It is issued by the Frax Protocol, which employs a hybrid approach combining algorithmic mechanisms with collateral backing.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
- "name": "DARC",
- "symbol": "DARC",
+ "name": "Frax",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "FRAX",
"traces": [
{
"chain": {
- "channel_id": "channel-171",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "udarc",
- "chain_name": "konstellation",
- "channel_id": "channel-0",
+ "base_denom": "ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB",
+ "chain_name": "composable",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
- "coingeckoId": "kujira",
+ "base": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"denomUnits": [
{
"aliases": [
- "ukuji",
+ "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
],
- "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "denom": "ibc/460217A5A06A2A19A278DB9FEAC552B1EFF6559AFDBEB3B5BEE8465F03A029F8",
"exponent": 0,
},
{
- "denom": "kuji",
- "exponent": 6,
+ "denom": "frxeth",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "A liquid ETH staking derivative designed to leverage the Frax ecosystem.",
+ "display": "frxeth",
+ "extendedDescription": "FrxETH is a stablecoin that is loosely pegged to ETH, meaning that 1 frxETH always represents 1 ETH.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "imageSync": {
+ "baseDenom": "0x5e8422345238f34275888049021821e8e08caa1f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg",
},
- "name": "Kujira",
+ "name": "Frax Ether",
"socials": {
- "twitter": "https://twitter.com/TeamKujira",
- "website": "https://kujira.network/",
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
},
- "symbol": "KUJI",
+ "symbol": "frxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ukuji",
- "chain_name": "kujira",
+ "base_denom": "ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
- "coingeckoId": "usk",
+ "base": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
],
- "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "denom": "ibc/10098D4AA3D42C5A7380CC5F32406FE325F935E4499B2D27DD764831128C51FA",
"exponent": 0,
},
{
- "denom": "usk",
- "exponent": 6,
+ "denom": "sfrxeth",
+ "exponent": 18,
},
],
- "description": "The native over-collateralized stablecoin from the Kujira chain.",
- "display": "usk",
+ "description": "A Liquid Staking Derivative designed to accrue the staking yield of the Frax ETH validators.",
+ "display": "sfrxeth",
+ "extendedDescription": "SFRXETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. It allows users to earn staking yield on their frxETH, a type of Frax Ether.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "imageSync": {
+ "baseDenom": "0xac3e018457b222d93114458476f3e3416abbe38f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
},
- "name": "USK",
- "symbol": "USK",
+ "name": "Frax Staked Ether",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "sfrxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
- "chain_name": "kujira",
+ "base_denom": "ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "base": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"denomUnits": [
{
"aliases": [
- "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
],
- "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
+ "denom": "ibc/046296C82C39EFCE7AC7F7EF36B9D1D3CC09DC595330BE2017F8EF8ADFAEB205",
"exponent": 0,
},
{
- "denom": "qcKUJI",
- "exponent": 6,
+ "denom": "sfrax",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding KUJI derivative",
- "display": "qcKUJI",
+ "description": "An ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. ",
+ "display": "sfrax",
+ "extendedDescription": "Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "imageSync": {
+ "baseDenom": "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg",
},
- "name": "qcKUJI",
- "symbol": "qcKUJI",
+ "name": "Staked FRAX",
+ "socials": {
+ "twitter": "https://twitter.com/fraxfinance",
+ "website": "https://www.frax.com/",
+ },
+ "symbol": "sFRAX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
- "chain_name": "kujira",
+ "base_denom": "ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "base": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
],
- "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
+ "denom": "ibc/F985CA32B8AAFE061EE4A1641007A134213AD8020074F5A9ADF13093310CCE66",
"exponent": 0,
},
{
- "denom": "ampKUJI",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "ampKUJI",
- "display": "ampKUJI",
+ "description": "A stablecoin issued by Tether that is pegged 1:1 to the USD.",
+ "display": "usdt",
+ "extendedDescription": "USDT, or Tether, is a widely used stablecoin pegged to the US dollar, designed to maintain a stable value and facilitate transactions. This specific version has been bridged through Picasso's implementation of IBC on Ethereum.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "ampKUJI",
- "symbol": "ampKUJI",
+ "name": "Tether (Ethereum)",
+ "socials": {
+ "twitter": "https://twitter.com/Tether_to",
+ "website": "https://www.tether.to/",
+ },
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
- "chain_name": "kujira",
+ "base_denom": "ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
- "coingeckoId": "mantadao",
+ "base": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
],
- "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "denom": "ibc/815891F19D386446AD36EEFBA8774564C393DF8EA8B6081D53818CAE4C87EC7A",
"exponent": 0,
},
{
- "denom": "mnta",
- "exponent": 6,
+ "denom": "crv",
+ "exponent": 18,
},
],
- "description": "MantaDAO Governance Token",
- "display": "mnta",
+ "description": "CRV is the governance token for Curve Finance.",
+ "display": "crv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "imageSync": {
+ "baseDenom": "0xd533a949740bb3306d119cc777fa900ba034cd52",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
+ "theme": {
+ "primaryColorHex": "#1fcbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png",
},
- "name": "MantaDAO",
- "symbol": "MNTA",
+ "name": "Curve DAO",
+ "symbol": "CRV",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
- "chain_name": "kujira",
+ "base_denom": "ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "base": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
],
- "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
+ "denom": "ibc/194958CFBC06B472333E66203E4D74ED904F72F064B14A664627AF8FB14D5F73",
"exponent": 0,
},
{
- "denom": "qcMNTA",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding MNTA derivative",
- "display": "qcMNTA",
+ "description": "An ERC-20 token issued Ethereum that represents Bitcoin.",
+ "display": "wbtc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "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",
},
- "name": "qcMNTA",
- "symbol": "qcMNTA",
+ "name": "Wrapped Bitcoin",
+ "symbol": "wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
- "chain_name": "kujira",
+ "base_denom": "ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "base": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"denomUnits": [
{
"aliases": [
- "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
],
- "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
+ "denom": "ibc/7F735A12DD26A72BBD23A4AAC197EBED29BC7B26AA747DB5F03A58688584B422",
"exponent": 0,
},
{
- "denom": "ampMNTA",
- "exponent": 6,
+ "denom": "steth",
+ "exponent": 18,
},
],
- "description": "ERIS Liquid Staked MNTA",
- "display": "ampMNTA",
+ "description": "A token that represents staked ether in Lido.",
+ "display": "steth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "imageSync": {
+ "baseDenom": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg",
},
- "name": "ERIS Amplified MNTA",
- "symbol": "ampMNTA",
+ "name": "Lido Staked Ether",
+ "symbol": "stETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
- "chain_name": "kujira",
+ "base_denom": "ibc/74F65FE91F672BC2524C039B3CD0211F6D370071209552533DF26D57743D5FFD",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "base": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"denomUnits": [
{
"aliases": [
- "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
],
- "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
+ "denom": "ibc/AF6566E5F2EE3AF469C6DC81F13002221DFC4AD41F7EB9F7401FBDFF7347FACE",
"exponent": 0,
},
{
- "denom": "wink",
- "exponent": 6,
+ "denom": "reth",
+ "exponent": 18,
},
],
- "description": "The content house of Kujira",
- "display": "wink",
+ "description": "Rocket Pool protocol's liquid staking token.",
+ "display": "reth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "imageSync": {
+ "baseDenom": "0xae78736cd615f374d3085123a210448e74fc6393",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "theme": {
+ "primaryColorHex": "#fba487",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
},
- "name": "WINK",
- "symbol": "WINK",
+ "name": "Rocket Pool ETH",
+ "symbol": "rETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
- "chain_name": "kujira",
+ "base_denom": "ibc/207E7F34DFEBF714CED4900C1FD85BAF200230BF431EE8133EB26B98CB535EDC",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "base": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"denomUnits": [
{
"aliases": [
- "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
],
- "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
+ "denom": "ibc/A468210F5981442DDD457A998B4E81848EA8F690D5093783E4A3F9C79D3E7BB0",
"exponent": 0,
},
{
- "denom": "blend",
- "exponent": 6,
+ "denom": "crvusd",
+ "exponent": 18,
},
],
- "description": "Blend Token",
- "display": "blend",
+ "description": "A collateralized-debt-position (CDP) stablecoin by Curve DAO.",
+ "display": "crvusd",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "imageSync": {
+ "baseDenom": "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
+ "theme": {
+ "primaryColorHex": "#d6e3d9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png",
},
- "name": "BLEND",
- "symbol": "BLEND",
+ "name": "crvUSD",
+ "symbol": "crvUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
- "chain_name": "kujira",
+ "base_denom": "ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "base": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"denomUnits": [
{
"aliases": [
- "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
],
- "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
+ "denom": "ibc/653C2406298AB7FB921FC46D4DC0049178E63B2B29B266CD5C70759CEE386982",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "pxeth",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Kujira",
- "display": "usdt",
+ "description": "pxETH is built on top of the Pirex platform and forms the foundation of the Dinero protocol.",
+ "display": "pxeth",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "0x04c154b66cb340f3ae24111cc767e0184ed00cc6",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
+ "theme": {
+ "primaryColorHex": "#c3cbd2",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Dinero Staked ETH",
+ "symbol": "pxETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
- "chain_name": "kujira",
+ "base_denom": "ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -28510,419 +31620,464 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "base": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
],
- "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "denom": "ibc/1467E417AD377D6EDB91BDE1A6693383E674FF9BC79F24A7856CEBBDE92A929D",
"exponent": 0,
},
{
- "denom": "fuzn",
- "exponent": 6,
+ "denom": "eeth",
+ "exponent": 18,
},
],
- "description": "The staking and governance token of Fuzion",
- "display": "fuzn",
+ "description": "eETH is a natively restaked liquid staking token on Ethereum.",
+ "display": "eeth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "imageSync": {
+ "baseDenom": "0x35fa164735182de50811e8e2e824cfb9b6118ac2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
+ "theme": {
+ "primaryColorHex": "#5045b7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png",
},
- "name": "Fuzion",
- "symbol": "FUZN",
+ "name": "ether.fi Staked ETH",
+ "symbol": "eETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
- "chain_name": "kujira",
+ "base_denom": "ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "base": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
],
- "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
+ "denom": "ibc/EAF660F17CF4A28911C41E253AA1D74BE4FE41AECE60A41766016DE525B1EE0F",
"exponent": 0,
},
{
- "denom": "rfuzn",
- "exponent": 6,
+ "denom": "ena",
+ "exponent": 18,
},
],
- "description": "The receipt token of Fuzion",
- "display": "rfuzn",
+ "description": "The native governance token of Ethena.",
+ "display": "ena",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "imageSync": {
+ "baseDenom": "0x57e114b691db790c35207b2e685d4a43181e6061",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
- },
- "name": "Fuzion Receipt",
- "symbol": "rFUZN",
+ "name": "Ethena",
+ "symbol": "ENA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
- "chain_name": "kujira",
+ "base_denom": "ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "base": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
],
- "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
+ "denom": "ibc/CF2DFB196BC5793035F6F80BE51D5D34DB2EA542ECB746AC01B3D9CC4203A0A3",
"exponent": 0,
},
{
- "denom": "yfuzn",
- "exponent": 6,
+ "denom": "usde",
+ "exponent": 18,
},
],
- "description": "The yield token of Fuzion",
- "display": "yfuzn",
+ "description": "Ethena USDe is a synthetic dollar protocol built on Ethereum.",
+ "display": "usde",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "imageSync": {
+ "baseDenom": "0x4c9edd5852cd905f086c759e8383e09bff1e68b3",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
- },
- "name": "Fuzion Yield",
- "symbol": "yFUZN",
+ "name": "Ethena USDe",
+ "symbol": "USDe",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
- "chain_name": "kujira",
+ "base_denom": "ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "base": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"denomUnits": [
{
"aliases": [
- "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
],
- "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
+ "denom": "ibc/70FC197F506E9CD3F82F6B58788CC76C2912EACBB4D4B9268298BB8B9448FE31",
"exponent": 0,
},
{
- "denom": "qcFUZN",
- "exponent": 6,
+ "denom": "ezeth",
+ "exponent": 18,
},
],
- "description": "Quark's auto-compounding FUZN derivative",
- "display": "qcFUZN",
+ "description": "A Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer.",
+ "display": "ezeth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
+ "imageSync": {
+ "baseDenom": "0xbf5495efe5db9ce00f80364c8b423567e58d2110",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png",
+ "theme": {
+ "primaryColorHex": "#9bcf2c",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
- },
- "name": "qcFUZN",
- "symbol": "qcFUZN",
+ "name": "Renzo Restaked ETH",
+ "symbol": "ezETH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
- "chain_name": "kujira",
+ "base_denom": "ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
- "coingeckoId": "unstake-fi",
+ "base": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"denomUnits": [
{
"aliases": [
- "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
],
- "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "denom": "ibc/0C977D30DBA6C70150B339D6F15D7F88E1241622C4C43CCFF902477E83DBE904",
"exponent": 0,
},
{
- "denom": "nstk",
- "exponent": 6,
+ "denom": "pepe",
+ "exponent": 18,
},
],
- "description": "The Revenue & Governance token of Unstake.fi",
- "display": "nstk",
+ "description": "PEPE is a deflationary memecoin launched on Ethereum. ",
+ "display": "pepe",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
+ "imageSync": {
+ "baseDenom": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "theme": {
+ "primaryColorHex": "#cc3233",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
- },
- "name": "Unstake Fi",
- "symbol": "NSTK",
+ "name": "Pepe",
+ "symbol": "PEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
- "chain_name": "kujira",
+ "base_denom": "ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "base": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"denomUnits": [
{
"aliases": [
- "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
],
- "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
+ "denom": "ibc/2F815FE9B181096F019BC2CD810FAC56A01AA2581926F7CBE30C1F5F78E7AC56",
"exponent": 0,
},
{
- "denom": "local",
- "exponent": 6,
+ "denom": "wsol",
+ "exponent": 9,
},
],
- "description": "Local Money",
- "display": "local",
+ "description": "SOL is the native cryptocurrency of the Solana blockchain.",
+ "display": "wsol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
- },
- "name": "LOCAL",
- "symbol": "LOCAL",
+ "name": "Wrapped Solana",
+ "symbol": "wSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
- "chain_name": "kujira",
+ "base_denom": "ibc/2CC39C8141F257EBBA250F65B9D0F31DC8D153C225E51EC192DE6E3F65D43F0C",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "base": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"denomUnits": [
{
"aliases": [
- "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
],
- "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
+ "denom": "ibc/54B3DA653CE78E1FA290CCBDF1F1B75F6D450B1C280088FFDE1199450DC12A66",
"exponent": 0,
},
{
- "denom": "PLNK",
- "exponent": 6,
+ "denom": "msol",
+ "exponent": 9,
},
],
- "description": "Food for whales",
- "display": "PLNK",
+ "description": "mSOL represents staked SOL in the Marinade stake pool.",
+ "display": "msol",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
- },
- "name": "Plankton",
- "symbol": "PLNK",
+ "name": "Marinade Staked SOL",
+ "symbol": "mSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
- "chain_name": "kujira",
+ "base_denom": "ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "base": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"denomUnits": [
{
"aliases": [
- "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
],
- "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
+ "denom": "ibc/8F5674AEC8B9617FB7CD2A5B504F5E7489BAD9AE2C941AF414037C8334B32102",
"exponent": 0,
},
{
- "denom": "sol",
- "exponent": 8,
+ "denom": "jitosol",
+ "exponent": 9,
},
],
- "display": "sol",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.",
+ "display": "jitosol",
"images": [
{
"imageSync": {
- "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chainName": "gateway",
+ "baseDenom": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png",
+ "theme": {
+ "primaryColorHex": "#5bb384",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
- },
- "name": "Wormhole Solana",
- "symbol": "whSOL",
+ "name": "Jito Staked SOL",
+ "symbol": "jitoSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
- "chain_name": "kujira",
+ "base_denom": "ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "base": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"denomUnits": [
{
"aliases": [
- "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
],
- "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
+ "denom": "ibc/1239BDA8C95DCAB523D1B3E4F1907BDCFC34989A5159DD7FA08216A1C97A171A",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "bsol",
+ "exponent": 9,
},
],
- "display": "evmos",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the BlazeStake protocol.",
+ "display": "bsol",
"images": [
{
"imageSync": {
- "baseDenom": "aevmos",
- "chainName": "evmos",
+ "baseDenom": "bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bsol.png",
+ "theme": {
+ "primaryColorHex": "#21c3cc",
},
- "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",
},
],
- "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",
- },
- "name": "Evmos",
- "symbol": "EVMOS",
+ "name": "BlazeStake Staked SOL",
+ "symbol": "bSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
- "chain_name": "kujira",
+ "base_denom": "ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "base": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"denomUnits": [
{
"aliases": [
- "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
],
- "denom": "ibc/4794983D8EBB15B4749900EE21EC4541FB1D5835D50394467AC1E28942AA78D0",
+ "denom": "ibc/8D200E0B3004B00675938787CA0C3E85A7547CFAA4C52217969F2DC830DF7298",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "lst",
+ "exponent": 9,
},
],
- "display": "avax",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.",
+ "display": "lst",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "imageSync": {
+ "baseDenom": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png",
+ "theme": {
+ "primaryColorHex": "#cbebe3",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
- },
- "name": "Axelar Wrapped AVAX",
- "symbol": "wAVAX",
+ "name": "Liquid Staking Token",
+ "symbol": "LST",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
- "chain_name": "kujira",
+ "base_denom": "ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -28931,45 +32086,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "base": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
],
- "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
+ "denom": "ibc/636F020933AF2697C06C9319AD7190B7467FC1CBAE3BC09ADC59FFE960CD5A38",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "edgesol",
+ "exponent": 9,
},
],
- "display": "usdc",
+ "description": "A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.",
+ "display": "edgesol",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png",
+ "theme": {
+ "primaryColorHex": "#146cfc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
- },
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "Edgevana Staked SOL",
+ "symbol": "edgeSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "kujira",
+ "base_denom": "ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -28978,45 +32132,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "base": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"denomUnits": [
{
"aliases": [
- "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
],
- "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
+ "denom": "ibc/749F83D506786DCBBF5900DA56355754E1D97BDC60C57B18AB84D60F4FEE72F0",
"exponent": 0,
},
{
- "denom": "osmo",
- "exponent": 6,
+ "denom": "hsol",
+ "exponent": 9,
},
],
- "display": "osmo",
+ "description": "A liquid staked token that represents SOL staked to Helius's validator.",
+ "display": "hsol",
"images": [
{
"imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "baseDenom": "he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/hsol.png",
+ "theme": {
+ "primaryColorHex": "#e5502a",
},
- "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",
},
],
- "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",
- },
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "Helius Staked SOL",
+ "symbol": "hSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
- "chain_name": "kujira",
+ "base_denom": "ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29025,45 +32178,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "base": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"denomUnits": [
{
"aliases": [
- "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
],
- "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
+ "denom": "ibc/82333E23D877EB0633E867159AECE264556E4ED822289B746F8F57301258B7A5",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "jupsol",
+ "exponent": 9,
},
],
- "display": "usdc",
+ "description": "A liquid staked token that represents SOL staked to Jupiter's validator.",
+ "display": "jupsol",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jupsol.png",
+ "theme": {
+ "primaryColorHex": "#85d79e",
},
- "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",
},
],
- "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",
- },
- "name": "Axelar USD Coin",
- "symbol": "axlUSDC",
+ "name": "Jupiter Staked SOL",
+ "symbol": "jupSOL",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
- "chain_name": "kujira",
+ "base_denom": "ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29072,45 +32224,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "base": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"denomUnits": [
{
"aliases": [
- "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
],
- "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "denom": "ibc/E37BDC08D354F73D81F4621D3D94D4BE6B15CF310EAF3814B4398C376880D678",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "wif",
"exponent": 6,
},
],
- "display": "cmdx",
+ "description": "dogwifhat is a meme coin that operates on Solana.",
+ "display": "wif",
"images": [
{
"imageSync": {
- "baseDenom": "ucmdx",
- "chainName": "comdex",
+ "baseDenom": "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/wif.png",
+ "theme": {
+ "primaryColorHex": "#a29482",
},
- "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",
},
],
- "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",
- },
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "dogwifhat",
+ "symbol": "WIF",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
- "chain_name": "kujira",
+ "base_denom": "ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29119,85 +32270,95 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "base": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"denomUnits": [
{
"aliases": [
- "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
],
- "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "denom": "ibc/6720005A1F18D72E4BC126736599B734606DC141BF4419819223C7CCA95101FC",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "usdt",
"exponent": 6,
},
],
- "display": "juno",
+ "description": "Tether, issued natively on Solana.",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "ujuno",
- "chainName": "juno",
+ "baseDenom": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "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",
},
],
- "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",
- },
- "name": "Juno",
- "symbol": "JUNO",
+ "name": "Tether",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
- "chain_name": "kujira",
+ "base_denom": "ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "base": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"denomUnits": [
{
"aliases": [
- "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
],
- "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "denom": "ibc/C4213A621898E7B1F59448251552A624C1529D2C81AE66DA6CE152CC1F269D2D",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "whine",
+ "exponent": 6,
},
],
- "display": "weth",
+ "description": "Whinecoin is an experimental memecoin by the Sommelier Finance team.",
+ "display": "whine",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "imageSync": {
+ "baseDenom": "ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": false,
+ "primaryColorHex": "#FFFFFF",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
- },
- "name": "Axelar Wrapped Ether",
- "symbol": "wETH",
+ "name": "WHINEcoin",
+ "symbol": "WHINE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
- "chain_name": "kujira",
+ "base_denom": "ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29206,45 +32367,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "base": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"denomUnits": [
{
"aliases": [
- "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
],
- "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "denom": "ibc/607B9574A39AA166C5176BF55B3DE814F0A301742E477A9FB9457DCBC568F8D2",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "unicorn",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "Unicorn from Solana via Picasso IBC",
+ "display": "unicorn",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "uwunicorn",
+ "chainName": "unicorn",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unicorn/images/uwu.png",
+ "theme": {
+ "primaryColorHex": "#D44CE6",
},
- "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",
},
],
- "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",
- },
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Unicorn",
+ "symbol": "UWU",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1279",
},
"counterparty": {
- "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chain_name": "kujira",
+ "base_denom": "ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1",
+ "chain_name": "composable",
"channel_id": "channel-3",
},
"type": "ibc",
@@ -29253,276 +32413,318 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "base": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
+ "coingeckoId": "consciousdao",
"denomUnits": [
{
"aliases": [
- "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "acvnt",
],
- "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "denom": "ibc/044B7B28AFE93CEC769CF529ADC626DA09EA0EFA3E0E3284D540E9E00E01E24A",
"exponent": 0,
},
{
- "denom": "luna",
- "exponent": 6,
+ "denom": "cvnt",
+ "exponent": 18,
},
],
- "display": "luna",
+ "description": "Cvn is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "cvnt",
+ "extendedDescription": "Conscious Network is a public chain infrastructure that deeply integrates AI. It is based on a multi-layer blockchain network architecture consisting of Layer 1 and L2 Rollup, and introduces decentralized storage protocols to build a scalable Web3 AI infrastructure.",
"images": [
{
- "imageSync": {
- "baseDenom": "uluna",
- "chainName": "luna",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
+ "theme": {
+ "primaryColorHex": "#047e04",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",
},
- "name": "Luna",
- "symbol": "LUNA",
+ "name": "Cvn",
+ "socials": {
+ "twitter": "https://twitter.com/conscious_chain",
+ "website": "https://cvn.io",
+ },
+ "symbol": "CVN",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-73971",
},
"counterparty": {
- "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "acvnt",
+ "chain_name": "conscious",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "base": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
+ "coingeckoId": "coreum",
"denomUnits": [
{
"aliases": [
- "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "ucore",
],
- "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "core",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "The native token of Coreum",
+ "display": "core",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
+ "theme": {
+ "primaryColorHex": "#24d494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
+ "keywords": [
+ "dex",
+ "staking",
+ "wasm",
+ "assets",
+ "nft",
+ "XRPL",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Coreum",
+ "socials": {
+ "twitter": "https://twitter.com/CoreumOfficial",
+ "website": "https://www.coreum.com/",
+ },
+ "symbol": "COREUM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ucore",
+ "chain_name": "coreum",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "base": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"denomUnits": [
{
"aliases": [
- "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
],
- "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "xrp",
"exponent": 6,
},
],
- "display": "scrt",
+ "description": "XRP bridged from XRPL",
+ "display": "xrp",
"images": [
{
"imageSync": {
- "baseDenom": "uscrt",
- "chainName": "scrt",
+ "baseDenom": "drop",
+ "chainName": "xrpl",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "Ripple",
+ "symbol": "XRP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2188",
},
"counterparty": {
- "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz",
+ "chain_name": "coreum",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "coingeckoId": "cosmos",
"denomUnits": [
{
"aliases": [
- "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "uatom",
],
- "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "atom",
"exponent": 6,
},
],
- "display": "stkatom",
+ "description": "ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.",
+ "display": "atom",
+ "extendedDescription": "ATOM, the native cryptocurrency of the Cosmos network, is essential for achieving the project's goal of creating an 'Internet of Blockchains.' Launched in 2019, Cosmos aims to solve the scalability, usability, and interoperability issues prevalent in existing blockchain ecosystems. The Cosmos Hub, the central blockchain of the network, uses ATOM for transaction fees, staking, and governance. By staking ATOM, users can earn rewards and participate in governance, influencing decisions on network upgrades and changes.
+
+Cosmos leverages the Tendermint consensus algorithm to achieve high transaction throughput and fast finality. Its Inter-Blockchain Communication (IBC) protocol enables seamless data and value transfer between different blockchains, fostering a highly interconnected and collaborative ecosystem. The flexibility and scalability offered by Cosmos have attracted numerous projects, enhancing its utility and adoption. ATOM's role in securing the network and facilitating governance underscores its importance in the broader blockchain landscape.",
"images": [
{
- "imageSync": {
- "baseDenom": "stk/uatom",
- "chainName": "persistence",
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "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",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "Cosmos Hub Atom",
+ "socials": {
+ "twitter": "https://twitter.com/cosmoshub",
+ "website": "https://cosmos.network",
+ },
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uatom",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "base": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"denomUnits": [
{
"aliases": [
- "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
],
- "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "denom": "ibc/BB816E4CD95F1E1A446D7282C9F3D05F99D2E6B5EBA12E3AF6A8F8281DB84AEB",
"exponent": 0,
},
{
- "denom": "bKUJI",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked KUJI",
- "display": "bKUJI",
+ "description": "Tether USDt on the Cosmos Hub",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "BackBone Labs Liquid Staked KUJI",
- "symbol": "bKUJI",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/F04D72CF9B5D9C849BB278B691CDFA2241813327430EC9CDC83F8F4CA4CDC2B0",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "base": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"denomUnits": [
{
"aliases": [
- "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
],
- "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "denom": "ibc/EBBE6553941A1F0111A9163F885F7665417467FB630D68F5D4F15425C1E64FDE",
"exponent": 0,
},
- {
- "denom": "rstk",
- "exponent": 6,
- },
],
- "display": "rstk",
+ "description": "FX on Cosmos Hub",
+ "display": "FX",
"images": [
{
"imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "baseDenom": "FX",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Function X",
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-0",
},
"counterparty": {
- "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729",
+ "chain_name": "cosmoshub",
+ "channel_id": "channel-141",
},
"type": "ibc",
},
@@ -29530,3968 +32732,4660 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "coingeckoId": "crescent-network",
"denomUnits": [
{
"aliases": [
- "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "ucre",
],
- "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
"exponent": 0,
},
{
- "denom": "xusk",
+ "denom": "cre",
"exponent": 6,
},
],
- "description": "Ghost Vault USK",
- "display": "xusk",
+ "description": "The native token of Crescent",
+ "display": "cre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#3c2832",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "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",
},
- "name": "Ghost Vault USK",
- "symbol": "xUSK",
+ "name": "Crescent",
+ "symbol": "CRE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ucre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
+ "coingeckoId": "liquid-staking-crescent",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "ubcre",
],
- "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
"exponent": 0,
},
{
- "denom": "xmnta",
+ "denom": "bcre",
"exponent": 6,
},
],
- "description": "Ghost Vault MNTA",
- "display": "xmnta",
+ "description": "The bonded token of Crescent",
+ "display": "bcre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#df969f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "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",
},
- "name": "Ghost Vault MNTA",
- "symbol": "xMNTA",
+ "name": "Bonded Crescent",
+ "symbol": "bCRE",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-297",
},
"counterparty": {
- "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ubcre",
+ "chain_name": "crescent",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "coingeckoId": "crypto-com-chain",
"denomUnits": [
{
"aliases": [
- "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "basecro",
],
- "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
"exponent": 0,
},
{
- "denom": "statom",
- "exponent": 6,
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "Stride staked ATOM",
- "display": "statom",
+ "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
+ "display": "cro",
"images": [
{
- "imageSync": {
- "baseDenom": "statom",
- "chainName": "stride",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "theme": {
+ "primaryColorHex": "#0c2c71",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Cronos",
+ "socials": {
+ "twitter": "https://twitter.com/cronos_chain",
+ "website": "https://cronos.org/",
+ },
+ "symbol": "CRO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "basecro",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "baseXLM",
],
- "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "wbtc.axl",
- "exponent": 6,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "Axelar Bridged wBTC",
- "display": "wbtc.axl",
+ "description": "Synthetic XLM pegged 1:1 by Crypto.com",
+ "display": "lumen",
"images": [
{
"imageSync": {
- "baseDenom": "wbtc-satoshi",
- "chainName": "axelar",
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "name": "Axelar Bridged wBTC",
- "symbol": "wBTC.axl",
+ "name": "Lumen (XLM) pegged token",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "baseXLM",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "base": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"denomUnits": [
{
"aliases": [
- "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
],
- "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "denom": "ibc/04DDB3C027A5C06F499684FF02E80744CABC705ECF015460F52AE6E280006180",
"exponent": 0,
},
{
- "denom": "stosmo",
- "exponent": 6,
+ "denom": "lumen",
+ "exponent": 7,
},
],
- "description": "Stride staked OSMO",
- "display": "stosmo",
+ "description": "The native token of Stellar network, transferred via Solo Machine.",
+ "display": "lumen",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "imageSync": {
+ "baseDenom": "stroop",
+ "chainName": "stellar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
},
- "name": "Stride staked OSMO",
- "symbol": "stOSMO",
+ "name": "Lumen (Solo Machine)",
+ "symbol": "XLM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-5",
},
"counterparty": {
- "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
+ "chain_name": "cryptoorgchain",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "base": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "coingeckoId": "cudos",
"denomUnits": [
{
"aliases": [
- "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "acudos",
],
- "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
"exponent": 0,
},
{
- "denom": "lp-dot-mnta",
- "exponent": 6,
- },
+ "denom": "cudos",
+ "exponent": 18,
+ },
],
- "description": "LP Bow: DOT.axl-MNTA",
- "display": "lp-dot-mnta",
+ "description": "The native token of the Cudos blockchain",
+ "display": "cudos",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DOT.axl-MNTA",
- "symbol": "LP DOT.axl-MNTA",
+ "name": "Cudos",
+ "socials": {
+ "twitter": "https://twitter.com/CUDOS_",
+ "website": "http://www.cudos.org",
+ },
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-298",
},
"counterparty": {
- "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "acudos",
+ "chain_name": "cudos",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "coingeckoId": "decentr",
"denomUnits": [
{
"aliases": [
- "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "udec",
],
- "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
"exponent": 0,
},
{
- "denom": "lp-shd-mnta",
+ "denom": "dec",
"exponent": 6,
},
],
- "description": "LP Bow: SHD-MNTA",
- "display": "lp-shd-mnta",
+ "description": "The native token of Decentr",
+ "display": "dec",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4678e9",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SHD-MNTA",
- "symbol": "LP SHD-MNTA",
+ "name": "Decentr",
+ "symbol": "DEC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-181",
},
"counterparty": {
- "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udec",
+ "chain_name": "decentr",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "coingeckoId": "desmos",
"denomUnits": [
{
"aliases": [
- "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "udsm",
],
- "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
"exponent": 0,
},
{
- "denom": "lp-dydx-mnta",
+ "denom": "dsm",
"exponent": 6,
},
],
- "description": "LP Bow: DYDX-MNTA",
- "display": "lp-dydx-mnta",
+ "description": "The native token of Desmos",
+ "display": "dsm",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fb804e",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DYDX-MNTA",
- "symbol": "LP DYDX-MNTA",
+ "name": "Desmos",
+ "symbol": "DSM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-135",
},
"counterparty": {
- "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udsm",
+ "chain_name": "desmos",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "base": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
+ "coingeckoId": "dhealth",
"denomUnits": [
{
"aliases": [
- "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "udhp",
],
- "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33",
"exponent": 0,
},
{
- "denom": "lp-wavax-mnta",
+ "denom": "dhp",
"exponent": 6,
},
],
- "description": "LP Bow: wAVAX.axl-MNTA",
- "display": "lp-wavax-mnta",
+ "description": "The native token of dHealth",
+ "display": "dhp",
+ "extendedDescription": "dHealth Network is an Operating System for Web3 Healthcare. It provides Web3 components such as Decentralised Digital Identity, Digital Payment, and user-controlled data access to support dApps and business models at the intersection of healthcare and blockchain technology.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
+ "theme": {
+ "primaryColorHex": "#140c7c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",
},
- "name": "LP Bow: wAVAX.axl-MNTA",
- "symbol": "LP wAVAX.axl-MNTA",
+ "name": "Digital Health Point",
+ "socials": {
+ "twitter": "https://twitter.com/dhealth_network",
+ "website": "https://dhealth.com",
+ },
+ "symbol": "DHP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-75030",
},
"counterparty": {
- "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udhp",
+ "chain_name": "dhealth",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "coingeckoId": "dig-chain",
"denomUnits": [
{
"aliases": [
- "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "udig",
],
- "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
"exponent": 0,
},
{
- "denom": "lp-cheq-mnta",
+ "denom": "dig",
"exponent": 6,
},
],
- "description": "LP Bow: CHEQ-MNTA",
- "display": "lp-cheq-mnta",
+ "description": "Native token of Dig Chain",
+ "display": "dig",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "theme": {
+ "primaryColorHex": "#1b1433",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
},
- "name": "LP Bow: CHEQ-MNTA",
- "symbol": "LP CHEQ-MNTA",
+ "name": "Dig Chain",
+ "symbol": "DIG",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-128",
},
"counterparty": {
- "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "udig",
+ "chain_name": "dig",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "base": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "peaka",
],
- "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A",
"exponent": 0,
},
{
- "denom": "lp-fuzn-mnta",
- "exponent": 6,
+ "denom": "DORA",
+ "exponent": 18,
},
],
- "description": "LP Bow: FUZN-MNTA",
- "display": "lp-fuzn-mnta",
+ "description": "The native staking and governance token of the Theta testnet version of the Dora Vota.",
+ "display": "DORA",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/doravota.png",
+ "theme": {
+ "primaryColorHex": "#fba214",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/doravota/images/dora.svg",
},
- "name": "LP Bow: FUZN-MNTA",
- "symbol": "LP FUZN-MNTA",
+ "name": "Dora Vota",
+ "symbol": "DORA",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2694",
},
"counterparty": {
- "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "peaka",
+ "chain_name": "doravota",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "base": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
+ "coingeckoId": "dydx-chain",
"denomUnits": [
{
"aliases": [
- "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "adydx",
],
- "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C",
"exponent": 0,
},
{
- "denom": "lp-somm-mnta",
- "exponent": 6,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "LP Bow: SOMM-MNTA",
- "display": "lp-somm-mnta",
+ "description": "DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.",
+ "display": "dydx",
+ "extendedDescription": "DYDX is a leading decentralized trading platform specializing in derivatives and perpetual contracts. It enables users to trade with leverage, providing a sophisticated and efficient trading environment without intermediaries. Built on the Ethereum blockchain, DYDX uses smart contracts to ensure transaction security and transparency, giving users full control over their funds and trades.
+
+The DYDX platform's native token, DYDX, is integral to its ecosystem, used for governance, staking, and fee discounts, incentivizing active participation. DYDX offers a wide range of trading pairs and supports advanced trading features like margin trading and lending. Combining the benefits of decentralized finance with traditional trading platform functionality, DYDX is paving the way for a more open and inclusive financial system.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
+ "theme": {
+ "circle": true,
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "LP Bow: SOMM-MNTA",
- "symbol": "LP SOMM-MNTA",
+ "name": "dYdX",
+ "socials": {
+ "twitter": "https://twitter.com/dYdX",
+ "website": "https://dydx.trade/",
+ },
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
- "chain_name": "kujira",
+ "base_denom": "adydx",
+ "chain_name": "dydx",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "base": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"denomUnits": [
{
"aliases": [
- "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
],
- "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "denom": "ibc/D8BC23532DA67AF1734A8717BB536E87915998D4647C99BF04807A2029A84197",
"exponent": 0,
},
{
- "denom": "lp-weth-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-MNTA",
- "display": "lp-weth-mnta",
+ "description": "Noble USDC on dYdX Protocol.",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "LP Bow: wETH.axl-MNTA",
- "symbol": "LP wETH.axl-MNTA",
+ "name": "Noble USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-6787",
},
"counterparty": {
- "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
- "chain_name": "kujira",
+ "base_denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
+ "chain_name": "dydx",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "base": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
+ "coingeckoId": "dymension",
"denomUnits": [
{
"aliases": [
- "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "adym",
],
- "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110",
"exponent": 0,
},
{
- "denom": "lp-ntrn-mnta",
- "exponent": 6,
+ "denom": "dym",
+ "exponent": 18,
},
],
- "description": "LP Bow: NTRN-MNTA",
- "display": "lp-ntrn-mnta",
+ "description": "The native governance and staking token of the Dymension Hub",
+ "display": "dym",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f4e4d4",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",
},
- "name": "LP Bow: NTRN-MNTA",
- "symbol": "LP NTRN-MNTA",
+ "name": "Dymension",
+ "socials": {
+ "twitter": "https://twitter.com/dymension",
+ "website": "https://portal.dymension.xyz",
+ },
+ "symbol": "DYM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "adym",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "base": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"denomUnits": [
{
"aliases": [
- "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
],
- "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "denom": "ibc/279D69A6EF8E37456C8D2DC7A7C1C50F7A566EC4758F6DE17472A9FDE36C4426",
"exponent": 0,
},
{
- "denom": "lp-wftm-mnta",
- "exponent": 6,
+ "denom": "nim",
+ "exponent": 18,
},
],
- "description": "LP Bow: wFTM.axl-MNTA",
- "display": "lp-wftm-mnta",
+ "description": "The native token of Nim Network.",
+ "display": "nim",
+ "extendedDescription": "Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "anim",
+ "chainName": "nim",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
+ "theme": {
+ "primaryColorHex": "#519cea",
+ },
},
],
+ "keywords": [
+ "gaming",
+ "AI",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",
},
- "name": "LP Bow: wFTM.axl-MNTA",
- "symbol": "LP wFTM.axl-MNTA",
+ "name": "Nim Network",
+ "socials": {
+ "twitter": "https://twitter.com/nim_network",
+ "website": "https://nim.network/",
+ },
+ "symbol": "NIM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/FB53D1684F155CBB86D9CE917807E42B59209EBE3AD3A92E15EF66586C073942",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "base": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"denomUnits": [
{
"aliases": [
- "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
],
- "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "denom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547",
"exponent": 0,
},
{
- "denom": "lp-stars-mnta",
- "exponent": 6,
+ "denom": "mand",
+ "exponent": 18,
},
],
- "description": "LP Bow: STARS-MNTA",
- "display": "lp-stars-mnta",
+ "description": "The native token of Mande Network.",
+ "display": "mand",
+ "extendedDescription": "Mande network is an open on-chain reputation layer on Web3",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "amand",
+ "chainName": "mande",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
+ "theme": {
+ "primaryColorHex": "#274cbf",
+ },
},
],
+ "keywords": [
+ "credibility",
+ "identity",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",
},
- "name": "LP Bow: STARS-MNTA",
- "symbol": "LP STARS-MNTA",
+ "name": "Mande Network",
+ "socials": {
+ "twitter": "https://twitter.com/MandeNetwork",
+ "website": "https://mande.network/",
+ },
+ "symbol": "MAND",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-19774",
},
"counterparty": {
- "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF",
+ "chain_name": "dymension",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "base": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "dys",
],
- "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"exponent": 0,
},
- {
- "denom": "lp-tia-mnta",
- "exponent": 6,
- },
],
- "description": "LP Bow: TIA-MNTA",
- "display": "lp-tia-mnta",
+ "description": "The native staking and governance token of the Dyson Protocol",
+ "display": "dys",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
},
- "name": "LP Bow: TIA-MNTA",
- "symbol": "LP TIA-MNTA",
+ "name": "Dys",
+ "symbol": "DYS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "dys",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "base": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"denomUnits": [
{
"aliases": [
- "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
],
- "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "denom": "ibc/FFF6EC7FE93A6976B84C64FB2A6A75EAACA67D8F53FD321EE084DEA6907ABC21",
"exponent": 0,
},
{
- "denom": "lp-sol-mnta",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "LP Bow: SOL.wh-MNTA",
- "display": "lp-sol-mnta",
+ "description": "The native token of Osmosis",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SOL.wh-MNTA",
- "symbol": "LP SOL.wh-MNTA",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "base": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"denomUnits": [
{
"aliases": [
- "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
],
- "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "denom": "ibc/D92C8CE33F1B14A88A043A13C13F249410899C39196DDBA3661DD184542F64EF",
"exponent": 0,
},
{
- "denom": "lp-dym-mnta",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "LP Bow: DYM-MNTA",
- "display": "lp-dym-mnta",
+ "description": "Wrapped Bitcoin on Axelar on Osmosis",
+ "display": "wbtc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "LP Bow: DYM-MNTA",
- "symbol": "LP DYM-MNTA",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/9BF31153F7E37F687C75A2F310E7A4DB6E0512B065F709B5EB69FE828133AFAC",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "base": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
],
- "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "denom": "ibc/73D6280C618F9CF7E43F62D8B64E76A648D550CB9A262C35A759FAEA08B18345",
"exponent": 0,
},
{
- "denom": "lp-akt-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: AKT-MNTA",
- "display": "lp-akt-mnta",
+ "description": "Circle's stablecoin on Axelar on Osmosis",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "LP Bow: AKT-MNTA",
- "symbol": "LP AKT-MNTA",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-526",
},
"counterparty": {
- "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/13DF61376C08483555C6D4C9203612086A1B23218EB5EBDBE609EEC7EFF2D82D",
+ "chain_name": "dyson",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "base": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "aechelon",
],
- "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"exponent": 0,
},
{
- "denom": "lp-link-mnta",
- "exponent": 6,
+ "denom": "echelon",
+ "exponent": 18,
},
],
- "description": "LP Bow: LINK.axl-MNTA",
- "display": "lp-link-mnta",
+ "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
+ "display": "echelon",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
- "name": "LP Bow: LINK.axl-MNTA",
- "symbol": "LP LINK.axl-MNTA",
+ "name": "Echelon",
+ "symbol": "ECH",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-403",
},
"counterparty": {
- "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "aechelon",
+ "chain_name": "echelon",
+ "channel_id": "channel-11",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "coingeckoId": "e-money",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "ungm",
],
- "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
"exponent": 0,
},
{
- "denom": "lp-wtao-mnta",
+ "denom": "ngm",
"exponent": 6,
},
],
- "description": "LP Bow: wTAO.grv-MNTA",
- "display": "lp-wtao-mnta",
+ "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",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "theme": {
+ "primaryColorHex": "#caf2ea",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
},
- "name": "LP Bow: wTAO.grv-MNTA",
- "symbol": "LP wTAO.grv-MNTA",
+ "name": "e-Money",
+ "symbol": "NGM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ungm",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "coingeckoId": "e-money-eur",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "eeur",
],
- "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
"exponent": 0,
},
{
- "denom": "lp-mnta-kuji",
+ "denom": "eur",
"exponent": 6,
},
],
- "description": "LP Bow: MNTA-KUJI",
- "display": "lp-mnta-kuji",
+ "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
+ "display": "eur",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "theme": {
+ "primaryColorHex": "#f4c808",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
},
- "name": "LP Bow: MNTA-KUJI",
- "symbol": "LP MNTA-KUJI",
+ "name": "e-Money EUR",
+ "symbol": "EEUR",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "eeur",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "base": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "echf",
],
- "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "denom": "ibc/9BC783D73D46226BC948F34BC9136C081B89144E646DB5E4C1E8A6A4E777DC1B",
"exponent": 0,
},
{
- "denom": "lp-axl-mnta",
+ "denom": "chf",
"exponent": 6,
},
],
- "description": "LP Bow: AXL-MNTA",
- "display": "lp-axl-mnta",
+ "description": "e-Money CHF stablecoin. Audited and backed by fiat CHF deposits and government bonds.",
+ "display": "chf",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
+ "theme": {
+ "primaryColorHex": "#db2b1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/echf.svg",
},
- "name": "LP Bow: AXL-MNTA",
- "symbol": "LP AXL-MNTA",
+ "name": "e-Money CHF",
+ "symbol": "ECHF",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "echf",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "base": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "enok",
],
- "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "denom": "ibc/1733402CBEA1D9D9D13DEA1EF1A76A116B51F5FF252A4DBBE6240DBFF8758EFC",
"exponent": 0,
},
{
- "denom": "lp-atom-mnta",
+ "denom": "nok",
"exponent": 6,
},
],
- "description": "LP Bow: ATOM-MNTA",
- "display": "lp-atom-mnta",
+ "description": "e-Money NOK stablecoin. Audited and backed by fiat NOK deposits and government bonds.",
+ "display": "nok",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
+ "theme": {
+ "primaryColorHex": "#cb142d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/enok.svg",
},
- "name": "LP Bow: ATOM-MNTA",
- "symbol": "LP ATOM-MNTA",
+ "name": "e-Money NOK",
+ "symbol": "ENOK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "enok",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "base": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "edkk",
],
- "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "denom": "ibc/737BA149DE0967CA64C7A6FFCF5026EC7C6210F4BA1A3B1429E4FEBDEB4940F2",
"exponent": 0,
},
{
- "denom": "lp-arb-mnta",
+ "denom": "dkk",
"exponent": 6,
},
],
- "description": "LP Bow: ARB-MNTA",
- "display": "lp-arb-mnta",
+ "description": "e-Money DKK stablecoin. Audited and backed by fiat DKK deposits and government bonds.",
+ "display": "dkk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
+ "theme": {
+ "primaryColorHex": "#ac0c34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/edkk.svg",
},
- "name": "LP Bow: ARB-MNTA",
- "symbol": "LP ARB-MNTA",
+ "name": "e-Money DKK",
+ "symbol": "EDKK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "edkk",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "base": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "esek",
],
- "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "denom": "ibc/686B4FE801A81ED9B46CC2E24FF3A7EA2E6A1E1A2A4D73BD7F2BC2866007AB0A",
"exponent": 0,
},
{
- "denom": "lp-whale-mnta",
+ "denom": "sek",
"exponent": 6,
},
],
- "description": "LP Bow: WHALE-MNTA",
- "display": "lp-whale-mnta",
+ "description": "e-Money SEK stablecoin. Audited and backed by fiat SEK deposits and government bonds.",
+ "display": "sek",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
+ "theme": {
+ "primaryColorHex": "#045493",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/esek.svg",
},
- "name": "LP Bow: WHALE-MNTA",
- "symbol": "LP WHALE-MNTA",
+ "name": "e-Money SEK",
+ "symbol": "ESEK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "esek",
+ "chain_name": "emoney",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "base": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"denomUnits": [
{
"aliases": [
- "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "umpwr",
],
- "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38",
"exponent": 0,
},
{
- "denom": "lp-scrt-mnta",
+ "denom": "mpwr",
"exponent": 6,
},
],
- "description": "LP Bow: SCRT-MNTA",
- "display": "lp-scrt-mnta",
+ "description": "The native staking and governance token of Empower.",
+ "display": "mpwr",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": true,
+ "primaryColorHex": "#00e33a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png",
+ "theme": {
+ "backgroundColorHex": "#00e33a",
+ "circle": false,
+ "primaryColorHex": "#00e33a",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",
},
- "name": "LP Bow: SCRT-MNTA",
- "symbol": "LP SCRT-MNTA",
+ "name": "MPWR",
+ "symbol": "MPWR",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-1411",
},
"counterparty": {
- "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "umpwr",
+ "chain_name": "empowerchain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "coingeckoId": "evmos",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "aevmos",
],
- "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
"exponent": 0,
},
{
- "denom": "lp-wsteth-mnta",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "LP Bow: wstETH.axl-MNTA",
- "display": "lp-wsteth-mnta",
+ "description": "The native EVM, governance and staking token of the Evmos Hub",
+ "display": "evmos",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wstETH.axl-MNTA",
- "symbol": "LP wstETH.axl-MNTA",
+ "name": "Evmos",
+ "socials": {
+ "twitter": "https://twitter.com/EvmosOrg",
+ "website": "https://evmos.org/",
+ },
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "aevmos",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "base": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
],
- "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "denom": "ibc/85989009AC6C8F0F91E368FCBA640A5198AC5A93803561C0A9C39BB7CA55101A",
"exponent": 0,
},
{
- "denom": "lp-wmatic-mnta",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "LP Bow: wMATIC.axl-MNTA",
- "display": "lp-wmatic-mnta",
+ "description": "Tether USDt on Evmos",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LP Bow: wMATIC.axl-MNTA",
- "symbol": "LP wMATIC.axl-MNTA",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ibc/95F4898F70B1E3765715808C57E955034419200A7BB6DDECBEAA5FD3AA3DF7D5",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "base": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"denomUnits": [
{
"aliases": [
- "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
],
- "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71",
"exponent": 0,
},
{
- "denom": "lp-uni-mnta",
- "exponent": 6,
+ "denom": "neok",
+ "exponent": 18,
},
],
- "description": "LP Bow: UNI.axl-MNTA",
- "display": "lp-uni-mnta",
+ "description": "The token of Neokingdom DAO.",
+ "display": "neok",
+ "extendedDescription": "Neokingdom DAO wants to make employment fairer, by facilitating both web3 and real-world businesses to operate as Decentralized Autonomous Organizations (DAOs).",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
+ "theme": {
+ "primaryColorHex": "#7f0f70",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg",
},
- "name": "LP Bow: UNI.axl-MNTA",
- "symbol": "LP UNI.axl-MNTA",
+ "name": "Neokingdom DAO",
+ "socials": {
+ "twitter": "https://twitter.com/NEOKingdomDAO",
+ "website": "https://www.neokingdom.org/",
+ },
+ "symbol": "NEOK",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "address": "0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "base": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"denomUnits": [
{
"aliases": [
- "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
],
- "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "denom": "ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7",
"exponent": 0,
},
{
- "denom": "lp-yieldeth-mnta",
- "exponent": 6,
+ "denom": "berlin-legacy",
+ "exponent": 18,
},
],
- "description": "LP Bow: yieldETH.axl-MNTA",
- "display": "lp-yieldeth-mnta",
+ "description": "The legacy token of Teledisko DAO.",
+ "display": "berlin-legacy",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
+ "theme": {
+ "primaryColorHex": "#bbce1a",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg",
},
- "name": "LP Bow: yieldETH.axl-MNTA",
- "symbol": "LP yieldETH.axl-MNTA",
+ "name": "Teledisko DAO - Legacy",
+ "symbol": "BERLIN-legacy",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "address": "0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "base": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
],
- "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "denom": "ibc/B87F0F5255CC658408F167C2F7B987A8D914622E1F73BCC267406360588F2B1E",
"exponent": 0,
},
{
- "denom": "lp-wbtc-mnta",
- "exponent": 6,
+ "denom": "crowdp",
+ "exponent": 18,
},
],
- "description": "LP Bow: wBTC.axl-MNTA",
- "display": "lp-wbtc-mnta",
+ "description": "The token of Crowdpunk DAO",
+ "display": "crowdp",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
+ "theme": {
+ "primaryColorHex": "#04fbfb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg",
},
- "name": "LP Bow: wBTC.axl-MNTA",
- "symbol": "LP wBTC.axl-MNTA",
+ "name": "Crowdpunk DAO",
+ "symbol": "CROWDP",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-204",
},
"counterparty": {
- "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "erc20/0xfbf4318d24a93753f11d365a6dcf8b830e98ab0f",
+ "chain_name": "evmos",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "coingeckoId": "fetch-ai",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "afet",
],
- "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
"exponent": 0,
},
{
- "denom": "lp-paxg-mnta",
- "exponent": 6,
+ "denom": "fet",
+ "exponent": 18,
},
],
- "description": "LP Bow: PAXG.grv-MNTA",
- "display": "lp-paxg-mnta",
+ "description": "The native staking and governance token of the Fetch Hub.",
+ "display": "fet",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c2444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: PAXG.grv-MNTA",
- "symbol": "LP PAXG.grv-MNTA",
+ "name": "fetch-ai",
+ "symbol": "FET",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "afet",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"denomUnits": [
{
"aliases": [
- "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "nanomobx",
],
- "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
"exponent": 0,
},
{
- "denom": "lp-wbnb-mnta",
- "exponent": 6,
+ "denom": "mobx",
+ "exponent": 9,
},
],
- "description": "LP Bow: wBNB.axl-MNTA",
- "display": "lp-wbnb-mnta",
+ "description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
+ "display": "mobx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04ae9b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wBNB.axl-MNTA",
- "symbol": "LP wBNB.axl-MNTA",
+ "name": "MOBIX",
+ "symbol": "MOBX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-229",
},
"counterparty": {
- "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "nanomobx",
+ "chain_name": "fetchhub",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "base": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
+ "coingeckoId": "firmachain",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "ufct",
],
- "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "denom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839",
"exponent": 0,
},
{
- "denom": "lp-osmo-mnta",
+ "denom": "fct",
"exponent": 6,
},
],
- "description": "LP Bow: OSMO-MNTA",
- "display": "lp-osmo-mnta",
+ "description": "FIRMACHAIN adds a signing and verifying e-contract function to the blockchain. Unlocking new limits of electronic contracts with blockchain technology, FIRMACHAIN seeks to resolve all the social and legal issues (contracts, notarial, etc.) with written contracts through the use of electronic contracts based on FIRMACHAIN’s data blockchain.",
+ "display": "fct",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: OSMO-MNTA",
- "symbol": "LP OSMO-MNTA",
+ "name": "FIRMACHAIN",
+ "symbol": "FCT",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-79241",
},
"counterparty": {
- "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ufct",
+ "chain_name": "firmachain",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "base": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
+ "coingeckoId": "fanfury",
"denomUnits": [
{
"aliases": [
- "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "ufury",
],
- "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "denom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE",
"exponent": 0,
},
{
- "denom": "lp-inj-mnta",
+ "denom": "fury",
"exponent": 6,
},
],
- "description": "LP Bow: INJ-MNTA",
- "display": "lp-inj-mnta",
+ "description": "The native token of Furya",
+ "display": "fury",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
+ "keywords": [
+ "gaming",
+ "staking",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg",
},
- "name": "LP Bow: INJ-MNTA",
- "symbol": "LP INJ-MNTA",
+ "name": "Furya",
+ "socials": {
+ "twitter": "https://twitter.com/furyachain",
+ },
+ "symbol": "FURY",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-74222",
},
"counterparty": {
- "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "ufury",
+ "chain_name": "furya",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "base": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
+ "coingeckoId": "fx-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "FX",
],
- "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9",
"exponent": 0,
},
{
- "denom": "lp-stosmo-osmo",
- "exponent": 6,
+ "denom": "WFX",
+ "exponent": 18,
},
],
- "description": "LP Bow: stOSMO-OSMO",
- "display": "lp-stosmo-osmo",
+ "description": "The native staking token of the Function X",
+ "display": "WFX",
+ "extendedDescription": "FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
},
- "name": "LP Bow: stOSMO-OSMO",
- "symbol": "LP stOSMO-OSMO",
+ "name": "Function X",
+ "socials": {
+ "twitter": "https://x.com/functionx_io",
+ "website": "https://functionx.io",
+ },
+ "symbol": "FX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "FX",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "base": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"denomUnits": [
{
"aliases": [
- "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
],
- "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "denom": "ibc/46D8D1A6E2A80ECCB7CA6663086A2E749C508B68DA56A077CD26E6F4F9691EEE",
"exponent": 0,
},
{
- "denom": "lp-wsteth-weth",
- "exponent": 6,
+ "denom": "PUNDIX",
+ "exponent": 18,
},
],
- "description": "LP Bow: wstETH.axl-wETH.axl",
- "display": "lp-wsteth-weth",
+ "description": "The cross chain token of the Function X",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
},
],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://x.com/PundiXLabs",
+ "website": "https://pundix.com",
},
- "name": "LP Bow: wstETH.axl-wETH.axl",
- "symbol": "LP wstETH.axl-wETH.axl",
+ "symbol": "PUNDIX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2716",
},
"counterparty": {
- "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chain_name": "fxcore",
+ "channel_id": "channel-19",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "uglx",
],
- "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"exponent": 0,
},
{
- "denom": "lp-qcmnta-mnta",
+ "denom": "glx",
"exponent": 6,
},
],
- "description": "LP Bow: qcMNTA-MNTA",
- "display": "lp-qcmnta-mnta",
+ "description": "GLX is the staking token of the Galaxy Chain",
+ "display": "glx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5e3be6",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: qcMNTA-MNTA",
- "symbol": "LP qcMNTA-MNTA",
+ "name": "Galaxy",
+ "symbol": "GLX",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-236",
},
"counterparty": {
- "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
- "chain_name": "kujira",
- "channel_id": "channel-3",
+ "base_denom": "uglx",
+ "chain_name": "galaxy",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "base": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "utest",
],
- "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "denom": "ibc/2FE9F7929F8F170BE4BAAB9575913EF5727559C47FFDF925CAE171312A175EF5",
"exponent": 0,
},
{
- "denom": "lp-ampmnta-mnta",
+ "denom": "test",
"exponent": 6,
},
],
- "description": "LP Bow: ampMNTA-MNTA",
- "display": "lp-ampmnta-mnta",
- "images": [
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- "name": "LP Bow: ampMNTA-MNTA",
- "symbol": "LP ampMNTA-MNTA",
+ "description": "The native fee token of Gateway.",
+ "display": "test",
+ "name": "Test",
+ "symbol": "TEST",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
- "chain_name": "kujira",
+ "base_denom": "utest",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "base": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "uworm",
],
- "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "denom": "ibc/48BC9DB84957B3190E6D2172B83E54DA1E16F3276E3BA01E42BFD788889324DC",
"exponent": 0,
},
{
- "denom": "lp-weth-usk",
+ "denom": "worm",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-USK",
- "display": "lp-weth-usk",
- "images": [
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- "name": "LP Bow: wETH.axl-USK",
- "symbol": "LP wETH.axl-USK",
+ "description": "the native staking token of Gateway.",
+ "display": "worm",
+ "name": "Worm",
+ "symbol": "WORM",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
- "chain_name": "kujira",
+ "base_denom": "uworm",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "address": "wormhole19hlynxzedrlqv99v6qscww7d3crhl86qtd0vprpltg5g9xx6jk9q6ya33y",
+ "base": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"denomUnits": [
{
"aliases": [
- "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
],
- "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5",
"exponent": 0,
},
{
- "denom": "nami",
- "exponent": 6,
+ "denom": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
+ "exponent": 8,
},
],
- "description": "The token of NAMI",
- "display": "nami",
+ "description": "Sui (Wormhole), SUI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "display": "wormhole/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "imageSync": {
+ "baseDenom": "0x2::sui::SUI",
+ "chainName": "sui",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg",
},
- "name": "NAMI",
- "symbol": "NAMI",
+ "name": "Sui (Wormhole)",
+ "symbol": "SUI",
"traces": [
{
"chain": {
- "channel_id": "channel-259",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
- "chain_name": "kujira",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
- "coingeckoId": "kyve-network",
+ "address": "wormhole18csycs4vm6varkp00apuqlsm7v4twg8jsljk8wfdd7cghr7g4rtslwqndm",
+ "base": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"denomUnits": [
{
"aliases": [
- "ukyve",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
],
- "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC",
"exponent": 0,
},
{
- "denom": "kyve",
- "exponent": 6,
+ "denom": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
+ "exponent": 8,
},
],
- "description": "The native utility token of the KYVE network.",
- "display": "kyve",
+ "description": "Wrapped Ether (Wormhole), WETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "display": "wormhole/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
- },
- "name": "KYVE",
- "socials": {
- "twitter": "https://twitter.com/KYVENetwork",
- "website": "https://www.kyve.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
},
- "symbol": "KYVE",
+ "name": "Wrapped Ether (Wormhole)",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-767",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ukyve",
- "chain_name": "kyve",
- "channel_id": "channel-0",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
- "coingeckoId": "lambda",
+ "address": "wormhole1gg6f95cymcfrfzhpek7cf5wl53t5kng52cd2m0krgdlu8k58vd8qezy8pt",
+ "base": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"denomUnits": [
{
"aliases": [
- "ulamb",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
],
- "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "denom": "ibc/BF75AE1500CB7EC458E91A11731F1B6AC1F1FE1FA937A88564955ED6A83CA2FB",
"exponent": 0,
},
{
- "denom": "lamb",
- "exponent": 18,
+ "denom": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
+ "exponent": 8,
},
],
- "description": "The native token of Lambda",
- "display": "lamb",
+ "description": "Wrapped liquid staked Ether 2.0 (Wormhole), wstETH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "display": "wormhole/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Lambda",
- "symbol": "LAMB",
+ "name": "Wrapped liquid staked Ether 2.0 (Wormhole)",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-378",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ulamb",
- "chain_name": "lambda",
- "channel_id": "channel-2",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5TSQTEhJ5Q6r1YqCmCxTRSPiV2pGx5rZUQf6g2XH4e1b",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
- "coingeckoId": "likecoin",
+ "address": "wormhole1f9sxjn0qu8xylcpzlvnhrefnatndqxnrajfrnr5h97hegnmsdqhsh6juc0",
+ "base": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"denomUnits": [
{
"aliases": [
- "nanolike",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
],
- "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE",
"exponent": 0,
},
{
- "denom": "like",
- "exponent": 9,
+ "denom": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
+ "exponent": 8,
},
],
- "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",
+ "description": "Aptos Coin (Wormhole), APT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "display": "wormhole/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x1::aptos_coin::AptosCoin",
+ "chainName": "aptos",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg",
},
- "name": "LikeCoin",
- "symbol": "LIKE",
+ "name": "Aptos Coin (Wormhole)",
+ "symbol": "APT",
"traces": [
{
"chain": {
- "channel_id": "channel-53",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "nanolike",
- "chain_name": "likecoin",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "address": "wormhole1w27ekqvvtzfanfxnkw4jx2f8gdfeqwd3drkee3e64xat6phwjg0savgmhw",
+ "base": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"denomUnits": [
{
"aliases": [
- "ulumen",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
],
- "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "denom": "ibc/2108F2D81CBE328F371AD0CEF56691B18A86E08C3651504E42487D9EE92DDE9C",
"exponent": 0,
},
{
- "denom": "lumen",
+ "denom": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
"exponent": 6,
},
],
- "description": "The native token of LumenX Network",
- "display": "lumen",
+ "description": "Tether USD (Wormhole), USDT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "display": "wormhole/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LUMEN",
- "symbol": "LUMEN",
+ "name": "Tether USD (Wormhole)",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-286",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ulumen",
- "chain_name": "lumenx",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
- "coingeckoId": "lum-network",
+ "address": "wormhole1wn625s4jcmvk0szpl85rj5azkfc6suyvf75q6vrddscjdphtve8sca0pvl",
+ "base": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"denomUnits": [
{
"aliases": [
- "ulum",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
],
- "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA",
"exponent": 0,
},
{
- "denom": "lum",
- "exponent": 6,
+ "denom": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
+ "exponent": 8,
},
],
- "description": "Native token of the Lum Network",
- "display": "lum",
+ "description": "Wrapped SOL (Wormhole), SOL, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "display": "wormhole/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "So11111111111111111111111111111111111111112",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "Lum",
- "symbol": "LUM",
+ "name": "Wrapped SOL (Wormhole)",
+ "symbol": "SOL",
"traces": [
{
"chain": {
- "channel_id": "channel-115",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ulum",
- "chain_name": "lumnetwork",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chain_name": "gateway",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
- "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
+ "address": "wormhole10qt8wg0n7z740ssvf3urmvgtjhxpyp74hxqvqt7z226gykuus7eq9mpu8u",
+ "base": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"denomUnits": [
{
"aliases": [
- "umars",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
],
- "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E",
"exponent": 0,
},
{
- "denom": "mars",
- "exponent": 6,
+ "denom": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "exponent": 5,
},
],
- "description": "Mars protocol token",
- "display": "mars",
- "images": [
+ "description": "Bonk (Wormhole), Bonk, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "display": "wormhole/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR/5",
+ "images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
+ "imageSync": {
+ "baseDenom": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
+ "theme": {
+ "primaryColorHex": "#ee950a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
- },
- "name": "Mars",
- "socials": {
- "twitter": "https://twitter.com/mars_protocol",
- "website": "https://www.marsprotocol.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png",
},
- "symbol": "MARS",
+ "name": "Bonk (Wormhole)",
+ "symbol": "Bonk",
"traces": [
{
"chain": {
- "channel_id": "channel-557",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "umars",
- "chain_name": "mars",
- "channel_id": "channel-1",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/95mnwzvJZJ3fKz77xfGN2nR5to9pZmH8YNvaxgLgw5AR",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "address": "wormhole1nz0r0au8aj6dc00wmm3ufy4g4k86rjzlr8wkf92cktdlps5lgfcqxnx9yk",
+ "base": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"denomUnits": [
{
"aliases": [
- "umedas",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
],
- "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "denom": "ibc/E4CD61E1FA3EB04EF1BF924D676AB9FD55E84A0DCF4E78C11CCA0E14E5B42672",
"exponent": 0,
},
{
- "denom": "medas",
- "exponent": 6,
+ "denom": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
+ "exponent": 8,
},
],
- "description": "The native token of Medas Digital Network",
- "display": "medas",
+ "description": "Wrapped BTC (Wormhole), WBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "display": "wormhole/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd/8",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
- "keywords": [
- "medas",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "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",
},
- "name": "Medas Digital",
- "symbol": "MEDAS",
+ "name": "Wrapped BTC (Wormhole)",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-519",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "umedas",
- "chain_name": "medasdigital",
- "channel_id": "channel-0",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BGkuAcga2WArUghF8L6kt6uCAhAzrxmn1QcbQqi5r5bd",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
- "coingeckoId": "meme-network",
+ "address": "wormhole1nu9wf9dw384attnpu0pwfet5fajn05w2ex4r07mghvk3xcwrt2yq5uutp5",
+ "base": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"denomUnits": [
{
"aliases": [
- "umeme",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
],
- "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "denom": "ibc/6207D35D2C08F2162575C3C4BFD524226E50639121A273045F1B393AF67DCEB3",
"exponent": 0,
},
{
- "denom": "meme",
- "exponent": 6,
+ "denom": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
+ "exponent": 8,
},
],
- "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
- "display": "meme",
+ "description": "tBTC v2 (Wormhole), tBTC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "display": "wormhole/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x18084fba666a33d37592fa2633fd49a74dd93a88",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/tbtc.svg",
},
- "name": "MEME",
- "symbol": "MEME",
+ "name": "tBTC v2 (Wormhole)",
+ "symbol": "tBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-238",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "umeme",
- "chain_name": "meme",
- "channel_id": "channel-1",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/BhqTYfQogyt7jX7cx7x8uHEQP1x9fdtdBZtK4Swghgpw",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
- "coingeckoId": "microtick",
+ "address": "wormhole1chejx4qqtvwxy6684yrsmf6pylancxqhk3vsmtleg5ta3zrffljqfscg87",
+ "base": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"denomUnits": [
{
"aliases": [
- "utick",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
],
- "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "denom": "ibc/898ACF6F5DEBF535103BBD52E3E5B70A311AD097B198A152483F69290B4210C0",
"exponent": 0,
},
{
- "denom": "tick",
- "exponent": 6,
+ "denom": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
+ "exponent": 8,
},
],
- "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
- "display": "tick",
+ "description": "Dai Stablecoin (Wormhole), DAI, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "display": "wormhole/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1/8",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Microtick",
- "symbol": "TICK",
+ "name": "Dai Stablecoin (Wormhole)",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-39",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "utick",
- "chain_name": "microtick",
- "channel_id": "channel-16",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/EKiMEqDnPKokFGcSXDvGMk6Gt1BJ6BC7BDZzTmEpWLH1",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
- "coingeckoId": "white-whale",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"denomUnits": [
{
"aliases": [
- "uwhale",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
],
- "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "denom": "ibc/6B99DB46AA9FF47162148C1726866919E44A6A5E0274B90912FD17E19A337695",
"exponent": 0,
},
{
- "denom": "whale",
+ "denom": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"exponent": 6,
},
],
- "description": "The native token of Migaloo Chain",
- "display": "whale",
+ "description": "USD Coin (Wormhole), USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "display": "wormhole/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Whale",
- "symbol": "WHALE",
+ "name": "USD Coin (Wormhole)",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "uwhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
],
- "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "denom": "ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43",
"exponent": 0,
},
{
- "denom": "ampWHALE",
+ "denom": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"exponent": 6,
},
],
- "description": "ampWHALE",
- "display": "ampWHALE",
+ "description": "Avalanche USD Coin (Wormhole), Avalanche USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "display": "wormhole/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4/6",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "imageSync": {
+ "baseDenom": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
+ "chainName": "avalanche",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "ampWHALE",
- "symbol": "ampWHALE",
+ "name": "Avalanche USD Coin (Wormhole)",
+ "symbol": "avalanche.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5ZLmAZpcbaP4EGyihSmpfwryzDr84h51tboV392BCjW4",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
- "coingeckoId": "backbone-labs-staked-whale",
+ "address": "wormhole1utjx3594tlvfw4375esgu72wa4sdgf0q7x4ye27husf5kvuzp5rsr72gdq",
+ "base": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
],
- "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "denom": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5",
"exponent": 0,
},
{
- "denom": "bWHALE",
+ "aliases": [
+ "pyth",
+ ],
+ "denom": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked WHALE",
- "display": "bWHALE",
+ "description": "Pyth Network (Wormhole), PYTH, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "display": "wormhole/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy/6",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "imageSync": {
+ "baseDenom": "HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3",
+ "chainName": "solana",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg",
},
- "name": "BackBone Labs Liquid Staked WHALE",
- "symbol": "bWHALE",
+ "name": "Pyth Network",
+ "symbol": "PYTH",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/B8ohBnfisop27exk2gtNABJyYjLwQA7ogrp5uNzvZCoy",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "base": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"denomUnits": [
{
"aliases": [
- "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
],
- "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45",
"exponent": 0,
},
{
- "denom": "fable",
+ "denom": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"exponent": 6,
},
],
- "description": "FABLE",
- "display": "fable",
+ "description": "Solana USD Coin (Wormhole), Solana USDC, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "display": "wormhole/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3/6",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "imageSync": {
+ "baseDenom": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "FABLE",
- "symbol": "FABLE",
+ "name": "Solana USD Coin (Wormhole)",
+ "symbol": "solana.USDC.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
- "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "address": "wormhole15rantn6k68twp4wmsljtk9uu9a0e5rt7g66fdfkvrsr24hj6je7qat93e6",
+ "base": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"denomUnits": [
{
"aliases": [
- "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
],
- "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "denom": "ibc/CDD1E59BD5034C1B2597DD199782204EB397DB93200AA2E99C0AF3A66B2915FA",
"exponent": 0,
},
{
- "denom": "bluna",
- "exponent": 6,
+ "aliases": [
+ "bskt",
+ ],
+ "denom": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
+ "exponent": 5,
},
],
- "description": "boneLUNA are autocompounding LUNA tokens",
- "display": "bluna",
+ "description": "Basket (Wormhole), BSKT, factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "display": "wormhole/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst/5",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "imageSync": {
+ "baseDenom": "6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
+ "theme": {
+ "primaryColorHex": "#485573",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/boneluna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png",
},
- "name": "boneLuna",
- "symbol": "bLUNA",
+ "name": "Basket",
+ "symbol": "BSKT",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/bqqqpqsxzelp2hdfd4cgmxr6ekpatlj8yt2eghk52vst",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "address": "wormhole1zecpd6puhcpgqgkjtwr59cc8cj3v89c5jkx0vr26fcclhhv7pmfqsuurzm",
+ "base": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
],
- "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "denom": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3",
"exponent": 0,
},
{
- "denom": "RAC",
+ "denom": "w",
"exponent": 6,
},
],
- "description": "RAC",
- "display": "RAC",
+ "description": "W is the native token powering the Wormhole interoperability platform.",
+ "display": "w",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "imageSync": {
+ "baseDenom": "85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png",
},
- "name": "RAC",
- "symbol": "RAC",
+ "name": "Wormhole Token",
+ "symbol": "W",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/2Wb6ueMFc9WLc2eyYVha6qnwHKbwzUXdooXsg6XXVvos",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "base": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
],
- "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "denom": "ibc/E0D6A7FFAE26FA90C8F1AA3461A5A21E74DB154F183EAE56C96769F48F81FCA2",
"exponent": 0,
},
{
- "denom": "ASH",
+ "aliases": [
+ "pbj",
+ "PBJ",
+ ],
+ "denom": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
"exponent": 6,
},
],
- "description": "ASH",
- "display": "ASH",
+ "description": "Pepe Bruce Jenner",
+ "display": "wormhole/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP/6",
+ "extendedDescription": "$PBJ is the culture coin for Solana, eat dis!",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "imageSync": {
+ "baseDenom": "ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU",
+ "chainName": "solana",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
+ "theme": {
+ "backgroundColorHex": "#ee0000",
+ "primaryColorHex": "#488000",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png",
},
- "name": "ASH",
- "symbol": "ASH",
+ "name": "Pepe Bruce Jenner",
+ "symbol": "PBJ",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-2186",
},
"counterparty": {
- "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/AbYYFgqSQEhe7NyXfo6w75GT7fCanVd9wNg4E9Df2puP",
+ "chain_name": "gateway",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "base": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"denomUnits": [
{
"aliases": [
- "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "el1",
],
- "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "l1",
+ "exponent": 18,
},
],
- "description": "Tether USDt on Migaloo",
- "display": "usdt",
+ "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
+ "display": "l1",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "GenesisL1",
+ "symbol": "L1",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-253",
},
"counterparty": {
- "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "el1",
+ "chain_name": "genesisl1",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "base": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "coingeckoId": "gitopia",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "ulore",
],
- "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
"exponent": 0,
},
{
- "denom": "GUPPY",
+ "denom": "LORE",
"exponent": 6,
},
],
- "description": "GUPPY",
- "display": "GUPPY",
+ "description": "The native token of Gitopia",
+ "display": "LORE",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "theme": {
+ "primaryColorHex": "#2c173c",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "theme": {
+ "primaryColorHex": "#2e154d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
},
- "name": "GUPPY",
- "symbol": "GUPPY",
+ "name": "LORE",
+ "socials": {
+ "twitter": "https://twitter.com/gitopiaDAO",
+ "website": "https://gitopia.com/",
+ },
+ "symbol": "LORE",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-781",
},
"counterparty": {
- "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "ulore",
+ "chain_name": "gitopia",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "coingeckoId": "graviton",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "ugraviton",
],
- "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
"exponent": 0,
},
{
- "denom": "OPHIR",
+ "denom": "graviton",
"exponent": 6,
},
],
- "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
- "display": "OPHIR",
+ "description": "The native token of Gravity Bridge",
+ "display": "graviton",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "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",
},
- "name": "OPHIR",
- "symbol": "OPHIR",
- "traces": [
- {
- "chain": {
- "channel_id": "channel-642",
+ "name": "Graviton",
+ "socials": {
+ "twitter": "https://twitter.com/gravity_bridge",
+ "website": "https://www.gravitybridge.net/",
+ },
+ "symbol": "GRAV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "ugraviton",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "base": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
],
- "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "denom": "ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF",
"exponent": 0,
},
{
- "denom": "SHARK",
- "exponent": 6,
+ "denom": "pstake",
+ "exponent": 18,
},
],
- "description": "SHARK is the apex price prediction market within Cosmos.",
- "display": "SHARK",
+ "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
+ "display": "pstake",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "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",
},
- "name": "SHARK",
- "symbol": "SHARK",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "base": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
],
- "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"exponent": 0,
},
{
- "denom": "lsdSHARK",
- "exponent": 6,
+ "denom": "gweth",
+ "exponent": 18,
},
],
- "description": "lsdSHARK is the liquid staking derivative of SHARK.",
- "display": "lsdSHARK",
+ "description": "Gravity Bridge WETH",
+ "display": "gweth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "imageSync": {
+ "baseDenom": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
- "name": "lsdSHARK",
- "symbol": "lsdSHARK",
+ "name": "Wrapped Ethereum",
+ "symbol": "WETH",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "coingeckoId": "gravity-bridge-usdc",
"denomUnits": [
{
"aliases": [
- "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
],
- "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "gusdc",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "Gravity Bridge USDC",
+ "display": "gusdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
- },
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "symbol": "LUNA",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "base": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"denomUnits": [
{
"aliases": [
- "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"exponent": 0,
},
{
- "denom": "Rakoff",
+ "denom": "gusdt",
"exponent": 6,
},
],
- "description": "Rakoff Token",
- "display": "Rakoff",
+ "description": "Gravity Bridge USDT",
+ "display": "gusdt",
"images": [
{
"imageSync": {
- "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
- "chainName": "terra",
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/rakoff.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Rakoff",
- "symbol": "RAKOFF",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "base": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
],
- "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"exponent": 0,
},
{
- "denom": "gash",
- "exponent": 6,
+ "denom": "gwbtc",
+ "exponent": 8,
},
],
- "description": "GASH",
- "display": "gash",
+ "description": "Gravity Bridge WBTC",
+ "display": "gwbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "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",
},
- "name": "GASH",
- "symbol": "GASH",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "base": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"denomUnits": [
{
"aliases": [
- "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
],
- "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"exponent": 0,
},
{
- "denom": "rstk",
- "exponent": 6,
+ "denom": "gdai",
+ "exponent": 18,
},
],
- "description": "Restake DAO Token",
- "display": "rstk",
+ "description": "Gravity Bridge DAI",
+ "display": "gdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "imageSync": {
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "RESTAKE",
- "symbol": "RSTK",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
- "channel_id": "channel-642",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chain_name": "migaloo",
- "channel_id": "channel-5",
+ "base_denom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "chain_name": "gravitybridge",
+ "channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
- "coingeckoId": "neutron-3",
+ "base": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"denomUnits": [
{
"aliases": [
- "untrn",
+ "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
],
- "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "denom": "ibc/723134C962D78FC0E35610DB6D6A19B5B791D04FE8F4154E4AAB7BDAB28DBB45",
"exponent": 0,
},
{
- "denom": "ntrn",
- "exponent": 6,
+ "denom": "gsdai",
+ "exponent": 18,
},
],
- "description": "The native token of Neutron chain.",
- "display": "ntrn",
+ "description": "Gravity Bridge sDAI",
+ "display": "gsdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "imageSync": {
+ "baseDenom": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#7ec231",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- "name": "Neutron",
- "socials": {
- "twitter": "https://twitter.com/Neutron_org",
- "website": "https://neutron.org/",
+ "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",
},
- "symbol": "NTRN",
+ "name": "Savings Dai",
+ "symbol": "sDAI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "untrn",
- "chain_name": "neutron",
+ "base_denom": "gravity0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "base": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
],
- "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "denom": "ibc/0362302C7F45A97E304A087F05553DCECF0EAED24A17BC3D5B1BCC5E5B787E4C",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "gocc",
+ "exponent": 18,
},
],
- "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
- "display": "atom",
+ "description": "Gravity Bridge OCC",
+ "display": "gocc",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "theme": {
+ "primaryColorHex": "#313648",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
},
- "name": "IBC atom",
- "symbol": "ATOM",
+ "name": "OccamFi",
+ "symbol": "OCC",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "neutron",
+ "base_denom": "gravity0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "base": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"denomUnits": [
{
"aliases": [
- "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
],
- "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99",
"exponent": 0,
},
{
- "denom": "axlusdc",
- "exponent": 6,
+ "denom": "page",
+ "exponent": 8,
},
],
- "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
- "display": "axlusdc",
+ "description": "The PAGE token is used for actions in the PageDAO NFT literary ecosystem and for DAO governance.",
+ "display": "page",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ebb324",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "USD Coin (Axelar)",
- "symbol": "axlUSDC",
+ "name": "Page",
+ "symbol": "PAGE",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
- "chain_name": "neutron",
+ "base_denom": "gravity0x60e683C6514Edd5F758A55b6f393BeBBAfaA8d5e",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "base": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"denomUnits": [
{
"aliases": [
- "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
],
- "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "denom": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53",
"exponent": 0,
},
{
- "denom": "tia",
- "exponent": 6,
+ "denom": "gpaxg",
+ "exponent": 18,
},
],
- "description": "Tia on Neutron",
- "display": "tia",
+ "description": "Gravity Bridge Paxos Gold",
+ "display": "gpaxg",
"images": [
{
"imageSync": {
- "baseDenom": "utia",
- "chainName": "celestia",
+ "baseDenom": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "theme": {
+ "primaryColorHex": "#ebe60e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
},
- "name": "Celestia TIA",
- "symbol": "TIA",
+ "name": "Paxos Gold",
+ "symbol": "PAXG",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-144",
},
"counterparty": {
- "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
- "chain_name": "neutron",
+ "base_denom": "gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chain_name": "gravitybridge",
"channel_id": "channel-10",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "base": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
+ "coingeckoId": "islamic-coin",
"denomUnits": [
{
"aliases": [
- "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "aISLM",
],
- "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA",
"exponent": 0,
},
{
- "denom": "ASTROPEPE",
- "exponent": 6,
+ "denom": "ISLM",
+ "exponent": 18,
},
],
- "description": "Astropepe meme coin",
- "display": "ASTROPEPE",
+ "description": "The native EVM, governance and staking token of the Haqq Network",
+ "display": "ISLM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
+ "theme": {
+ "primaryColorHex": "#04cd80",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/islm.svg",
},
- "name": "AstroPepe",
- "symbol": "ASTROPEPE",
+ "name": "Islamic Coin",
+ "socials": {
+ "twitter": "https://x.com/1slamic_coin",
+ "website": "https://islamiccoin.net",
+ },
+ "symbol": "ISLM",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "aISLM",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "address": "0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "base": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
+ "coingeckoId": "deenar-gold",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
],
- "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "denom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC",
"exponent": 0,
},
{
- "denom": "wstETH",
- "exponent": 18,
+ "denom": "DEEN",
+ "exponent": 6,
},
],
- "description": "wstETH on Neutron",
- "display": "wstETH",
+ "description": "Deenar gold-backed stablecoin",
+ "display": "DEEN",
+ "extendedDescription": "Deenar Gold (DEEN) is a 1:1 gold-backed halal stablecoin with the ability to physically deliver gold. 1 DEEN = 1 gram of gold.",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#ffbc05",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg",
},
- "name": "wstETH",
- "symbol": "wstETH",
+ "name": "Deenar",
+ "socials": {
+ "twitter": "https://x.com/DeenarGold",
+ "website": "https://deenar.com",
+ },
+ "symbol": "DEEN",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-1575",
},
"counterparty": {
- "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "erc20/0x4FEBDDe47Ab9a76200e57eFcC80b212a07b3e6cE",
+ "chain_name": "haqq",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "erc20",
},
{
- "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "base": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
+ "coingeckoId": "humans-ai",
"denomUnits": [
{
"aliases": [
- "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "aheart",
],
- "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533",
"exponent": 0,
},
{
- "denom": "sat",
- "exponent": 6,
+ "denom": "heart",
+ "exponent": 18,
},
],
- "description": "NBTC on Neutron",
- "display": "sat",
+ "description": "The native staking and governance token of Humans.ai.",
+ "display": "heart",
"images": [
{
- "imageSync": {
- "baseDenom": "usat",
- "chainName": "nomic",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#f3f3f3",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",
},
- "name": "Nomic NBTC",
- "symbol": "SAT",
+ "name": "HEART",
+ "socials": {
+ "twitter": "https://twitter.com/humansdotai",
+ "website": "https://humans.ai/",
+ },
+ "symbol": "HEART",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-20082",
},
"counterparty": {
- "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "aheart",
+ "chain_name": "humans",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "coingeckoId": "ixo",
"denomUnits": [
{
"aliases": [
- "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "uixo",
],
- "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "ixo",
+ "exponent": 6,
},
],
- "description": "DYDX on Neutron",
- "display": "dydx",
+ "description": "The native token of IXO Chain",
+ "display": "ixo",
"images": [
{
- "imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "theme": {
+ "primaryColorHex": "#2c4484",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "IXO",
+ "symbol": "IXO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-38",
},
"counterparty": {
- "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "uixo",
+ "chain_name": "impacthub",
+ "channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
- "coingeckoId": "newt",
+ "base": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "coingeckoId": "imv",
"denomUnits": [
{
"aliases": [
- "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "aimv",
],
- "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
"exponent": 0,
},
{
- "denom": "newt",
- "exponent": 6,
+ "denom": "imv",
+ "exponent": 18,
},
],
- "description": "The cutest NEWT token on Neutron chain.",
- "display": "newt",
+ "description": "The native EVM, governance and staking token of the Imversed",
+ "display": "imv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "theme": {
+ "primaryColorHex": "#4c54e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
},
- "name": "Newt",
- "symbol": "NEWT",
+ "name": "IMV",
+ "symbol": "IMV",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-517",
},
"counterparty": {
- "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "aimv",
+ "chain_name": "imversed",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
- "coingeckoId": "astroport-fi",
+ "base": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "coingeckoId": "injective-protocol",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "inj",
],
- "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
"exponent": 0,
},
{
- "denom": "astro",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.",
+ "display": "INJ",
+ "extendedDescription": "Injective Protocol is a cutting-edge decentralized exchange (DEX) platform facilitating fully decentralized trading of derivatives, futures, and spot markets. Built on the Cosmos SDK, Injective leverages layer-2 scaling solutions for high-speed transactions with low fees, ensuring an efficient trading experience. The platform's design eliminates intermediaries, giving users complete control over their assets and trades.
+
+The Injective ecosystem is powered by its native token, INJ, used for governance, staking, and fee reduction. By staking INJ, users can participate in network governance, influencing key decisions and protocol upgrades. Injective's features include cross-chain trading, allowing seamless asset trading across different blockchains, and a decentralized order book for transparency and security. Injective transforms the DeFi space with a comprehensive, decentralized solution for trading various financial instruments.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "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",
},
- "name": "Astroport token",
+ "name": "Injective",
"socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "twitter": "https://twitter.com/Injective_",
+ "website": "https://injective.com/",
},
- "symbol": "ASTRO",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "base": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"denomUnits": [
{
"aliases": [
- "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
],
- "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "denom": "ibc/11C458479F66BF6422B845ACC06F8E797D6395E0628BAFBF19075A7222D3C078",
"exponent": 0,
},
{
- "denom": "xASTRO",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "xASTRO",
+ "description": "Tether USDt on Injective",
+ "display": "usdt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
- },
- "name": "Staked Astroport Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "symbol": "xASTRO",
+ "name": "Tether USDt",
+ "symbol": "USDTkv",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "base": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"denomUnits": [
{
"aliases": [
- "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
],
- "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "denom": "ibc/2AD3C64D19ADFBB522CD738B58F421102143F827C1CAFF574A8BF0B81017D53D",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "ASTRO.cw20 on Neutron",
- "display": "astro.cw20",
+ "description": "Tether USDt from Ethereum via Peggy bridge.",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chainName": "terra2",
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Astroport CW20 token",
- "symbol": "ASTRO.cw20",
+ "name": "Tether USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "base": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"denomUnits": [
{
"aliases": [
- "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
],
- "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "denom": "ibc/2CDA7CA33077911B2BF5E5D3423B6CC76E1093A7F8A6D876943C2AF69CBC9875",
"exponent": 0,
},
{
- "denom": "corgi",
+ "denom": "ampINJ",
"exponent": 6,
},
],
- "description": "Baby Corgi is the real doggo of Neutron!",
- "display": "corgi",
+ "description": "ERIS liquid staked INJ",
+ "display": "ampINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "theme": {
+ "primaryColorHex": "#5480cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
},
- "name": "Baby Corgi",
- "symbol": "CORGI",
+ "name": "ERIS Amplified INJ",
+ "symbol": "ampINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "base": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
+ "coingeckoId": "autism",
"denomUnits": [
{
"aliases": [
- "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
],
- "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "denom": "ibc/9DDF52A334F92BC57A9E0D59DFF9984EAC61D2A14E5162605DF601AA58FDFC6D",
"exponent": 0,
},
{
- "denom": "circus",
+ "denom": "autism",
"exponent": 6,
},
],
- "description": "clownmaxxed store of value",
- "display": "circus",
+ "description": "$AUTISM exists to celebrate autism as a superior biological tech stack for a changing world",
+ "display": "autism",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
},
- "name": "AtomEconomicZone69JaeKwonInu",
- "symbol": "CIRCUS",
+ "name": "Autism",
+ "symbol": "AUTISM",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "base": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"denomUnits": [
{
"aliases": [
- "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
],
- "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "denom": "ibc/D3106C9AB1815B5115EB5530A61A583C609537261E97CC296DF3499728332914",
"exponent": 0,
},
{
- "denom": "jimmy",
- "exponent": 6,
+ "denom": "bINJ",
+ "exponent": 18,
},
],
- "description": "Jimmy Neutron Finance",
- "display": "jimmy",
+ "description": "BackBone Labs Liquid Staked Injective",
+ "display": "bINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
},
- "name": "jimmy",
- "symbol": "JIMMY",
+ "name": "BackBone Labs Liquid Staked Injective",
+ "symbol": "bINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "base": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
+ "coingeckoId": "dog-wif-nuchucks",
"denomUnits": [
{
"aliases": [
- "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
],
- "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "denom": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3",
"exponent": 0,
},
{
- "denom": "bad",
+ "denom": "NINJA",
"exponent": 6,
},
],
- "description": "Baddest coin on Cosmos",
- "display": "bad",
+ "description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
+ "display": "NINJA",
+ "extendedDescription": "$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it's not. And the dog, he has nunchucks.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "theme": {
+ "backgroundColorHex": "#00468E",
+ "circle": true,
+ "primaryColorHex": "#00468E",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
},
- "name": "Badcoin",
- "symbol": "BAD",
+ "name": "Dog wif nunchucks",
+ "socials": {
+ "twitter": "https://x.com/dogwifnunchucks",
+ "website": "https://www.dogwifnunchucks.com/",
+ },
+ "symbol": "NINJA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1xtel2knkt8hmc9dnzpjz6kdmacgcfmlv5f308w/ninja",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "base": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"denomUnits": [
{
"aliases": [
- "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
],
- "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "denom": "ibc/1DCC282ACE088614FFE6473309255D2EEFDCE9BE50CA402F8362EC0206296F25",
"exponent": 0,
},
{
- "denom": "bitcosmos",
+ "denom": "WGMI",
"exponent": 6,
},
],
- "description": "BITCOSMOS",
- "display": "bitcosmos",
+ "description": "The $WGMI Token - We Gonna Make It. Are you ready?",
+ "display": "WGMI",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
},
- "name": "Bitcosmos",
- "symbol": "BTC",
+ "name": "WGMI",
+ "symbol": "WGMI",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1rmjzj9fn47kdmfk4f3z39qr6czexxe0yjyc546/WGMI",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "base": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"denomUnits": [
{
"aliases": [
- "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
],
- "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "denom": "ibc/89A8E94B779114DF512CF73DF250FC09AD9CAEA3CB3334B6FE85B5A094BC9D62",
"exponent": 0,
},
{
- "denom": "wtf",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "What the Fuck",
- "display": "wtf",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "wtf",
- "symbol": "WTF",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/DD648F5D3CDA56D0D8D8820CF703D246B9FC4007725D8B38D23A21FF1A1477E3",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "base": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"denomUnits": [
{
"aliases": [
- "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
],
- "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "glto",
"exponent": 6,
},
],
- "description": "NLS on Neutron",
- "display": "nls",
+ "description": "GLTO-ERC20 on injective",
+ "display": "glto",
"images": [
{
"imageSync": {
- "baseDenom": "unls",
- "chainName": "nolus",
+ "baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
- "name": "Nolus NLS",
- "symbol": "NLS",
+ "name": "Gelotto",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "GLTO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "peggy0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "base": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
+ "coingeckoId": "hava-coin",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
],
- "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "hava",
"exponent": 6,
},
],
- "description": "A Mechanical Canine",
- "display": "goddard",
+ "description": "Hava Coin is the lifeblood of the Cosmos & Injective networks, rewarding builders and welcoming supporters.",
+ "display": "hava",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "theme": {
+ "primaryColorHex": "#eacea5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
},
- "name": "Goddard",
- "symbol": "GODRD",
+ "name": "Hava Coin",
+ "socials": {
+ "twitter": "https://twitter.com/Hava_Coin",
+ "website": "https://havacoin.xyz/",
+ },
+ "symbol": "HAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "base": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"denomUnits": [
{
"aliases": [
- "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
],
- "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "denom": "ibc/0E6213E05174AA3C3965E5A1124D6C4D8757307D5DFEC48D7DBFA4A3F99568F2",
"exponent": 0,
},
{
- "denom": "apollo",
+ "denom": "BADKID",
"exponent": 6,
},
],
- "description": "The deflationary utility token of the Apollo DAO project",
- "display": "apollo",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
- },
- "name": "Apollo DAO",
- "socials": {
- "twitter": "https://twitter.com/ApolloDAO",
- "website": "https://apollo.farm/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "symbol": "APOLLO",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/A0C5AD197FECAF6636F589071338DC7ECD6B0809CD3A5AB131EAAA5395E7E5E8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "base": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
],
- "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "denom": "ibc/7295195818D9208637DE141D3E559E9D6FBBCA5E4009CA42BCC949DF5CC0051E",
"exponent": 0,
},
{
- "denom": "newtroll",
+ "denom": "NINPO",
"exponent": 6,
},
],
- "description": "NEWTROLL",
- "display": "newtroll",
+ "description": "The second meme coin on Injective.",
+ "display": "NINPO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "theme": {
+ "primaryColorHex": "#31292a",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
},
- "name": "Newtroll",
- "symbol": "NTRL",
+ "name": "Ninpo",
+ "symbol": "NINPO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1sudjgsyhufqu95yp7rqad3g78ws8g6htf32h88",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "base": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
],
- "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "denom": "ibc/69628D9E55DE019D28262C2A5F2229E043FF2D46CCAD1802BBDEEAD338367A4E",
"exponent": 0,
},
{
- "denom": "retro",
+ "denom": "JUDO",
"exponent": 6,
},
],
- "description": "Retro Game",
- "display": "retro",
+ "description": "JUDO is a very futuristic meme token.",
+ "display": "JUDO",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "theme": {
+ "primaryColorHex": "#18120f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
},
- "name": "Retro",
- "symbol": "RETRO",
+ "name": "Judo",
+ "symbol": "JUDO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj16ukv8g2jcmml7gykxn5ws8ykhxjkugl4zhft5h",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "base": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"denomUnits": [
{
"aliases": [
- "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
],
- "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "beast",
"exponent": 6,
},
],
- "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
- "display": "goddard",
+ "description": "BEAST-ERC20 on injective",
+ "display": "beast",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "imageSync": {
+ "baseDenom": "0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "theme": {
+ "primaryColorHex": "#21172b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
},
- "name": "Goddard",
- "symbol": "GODDARD",
+ "name": "Gelotto BEAST",
+ "socials": {
+ "twitter": "https://twitter.com/Gelotto2",
+ "website": "https://gelotto.io/",
+ },
+ "symbol": "BEAST",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "peggy0xA4426666addBE8c4985377d36683D17FB40c31Be",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "base": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"denomUnits": [
{
"aliases": [
- "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
],
- "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "denom": "ibc/D662657AE790D5671B03B824EDC0749AABADD4BC8BCB391730A4E56B9D4602A9",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "astro",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "Astroport token",
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -33499,394 +37393,405 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "base": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"denomUnits": [
{
"aliases": [
- "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
],
- "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "denom": "ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86",
"exponent": 0,
},
{
- "denom": "boy",
- "exponent": 6,
+ "denom": "nINJ",
+ "exponent": 18,
},
],
- "description": "Astro BOY",
- "display": "boy",
+ "description": "A receipt token for lent INJ issued by the Neptune Protocol.",
+ "display": "nINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png",
+ "theme": {
+ "primaryColorHex": "#293a6f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
- },
- "name": "boy",
- "symbol": "BOY",
+ "name": "Neptune Receipt INJ",
+ "symbol": "nINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "base": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"denomUnits": [
{
"aliases": [
- "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
],
- "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "denom": "ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88",
"exponent": 0,
},
{
- "denom": "BADKID",
+ "denom": "nATOM",
"exponent": 6,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "A receipt token for lent ATOM issued by the Neptune Protocol.",
+ "display": "nATOM",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png",
+ "theme": {
+ "primaryColorHex": "#272f4b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
- },
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "Neptune Receipt ATOM",
+ "symbol": "nATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "base": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"denomUnits": [
{
"aliases": [
- "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
],
- "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "denom": "ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33",
"exponent": 0,
},
{
- "denom": "cartel",
- "exponent": 6,
+ "denom": "nWETH",
+ "exponent": 18,
},
],
- "description": "Reflections of cartel activity on Cosmos.",
- "display": "cartel",
+ "description": "A receipt token for lent WETH issued by the Neptune Protocol.",
+ "display": "nWETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png",
+ "theme": {
+ "primaryColorHex": "#2a303f",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
- },
- "name": "cartel",
- "symbol": "CARTEL",
+ "name": "Neptune Receipt WETH",
+ "symbol": "nWETH",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "base": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"denomUnits": [
{
"aliases": [
- "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
],
- "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "denom": "ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A",
"exponent": 0,
},
{
- "denom": "ATOM1KLFG",
+ "denom": "nUSDT",
"exponent": 6,
},
],
- "description": "$ATOM to $1,000 LFG!!",
- "display": "ATOM1KLFG",
+ "description": "A receipt token for lent USDT issued by the Neptune Protocol.",
+ "display": "nUSDT",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
- },
- "name": "ATOM1KLFG",
- "symbol": "ATOM1KLFG",
+ "name": "Neptune Receipt USDT",
+ "symbol": "nUSDT",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
- "coingeckoId": "usd-coin",
+ "base": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"denomUnits": [
{
"aliases": [
- "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
],
- "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "denom": "ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "nTIA",
"exponent": 6,
},
],
- "description": "USD Coin on Neutron",
- "display": "usdc",
+ "description": "A receipt token for lent TIA issued by the Neptune Protocol.",
+ "display": "nTIA",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png",
+ "theme": {
+ "primaryColorHex": "#7931f9",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
- },
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Neptune Receipt TIA",
+ "symbol": "nTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-874",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
- "chain_name": "neutron",
- "channel_id": "channel-10",
+ "base_denom": "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
- "coingeckoId": "nibiru",
+ "base": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"denomUnits": [
{
"aliases": [
- "unibi",
+ "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
],
- "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "denom": "ibc/5558ACDA859028534DCBFDA33107FDAAFF31F03A2D82F52B9704BB185BB31AFC",
"exponent": 0,
},
{
- "denom": "nibi",
+ "denom": "NBZ",
"exponent": 6,
},
],
- "description": "The native token of Nibiru network",
- "display": "nibi",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "Nibiru",
- "symbol": "NIBI",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-21113",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "unibi",
- "chain_name": "nibiru",
- "channel_id": "channel-0",
+ "base_denom": "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "base": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"denomUnits": [
{
"aliases": [
- "ustake",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
],
- "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "denom": "ibc/1F6175290F87534F4F196FA8F82B0123BED1775CB14FA3F1EDEB8984E98C60FC",
"exponent": 0,
},
{
- "denom": "stake",
+ "denom": "Talis",
"exponent": 6,
},
],
- "description": "The permissioned staking asset for Noble Chain",
- "display": "stake",
+ "description": "Talis governance token",
+ "display": "Talis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png",
+ "theme": {
+ "primaryColorHex": "#0c0f17",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "name": "Talis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Stake",
- "symbol": "STAKE",
+ "symbol": "TALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ustake",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "base": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"denomUnits": [
{
"aliases": [
- "ufrienzies",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
],
- "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "denom": "ibc/F7ED35989BD0A90E51600A489FCE11239E8D23D9A40871C0C8B54FA59648A037",
"exponent": 0,
},
{
- "denom": "frienzies",
+ "denom": "xTalis",
"exponent": 6,
},
],
- "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
- "display": "frienzies",
+ "description": "Talis revenue sharing token",
+ "display": "xTalis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png",
+ "theme": {
+ "primaryColorHex": "#eaf0df",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "name": "xTalis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Frienzies",
- "symbol": "FRNZ",
+ "symbol": "XTALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ufrienzies",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "base": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"denomUnits": [
{
"aliases": [
- "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
],
- "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "denom": "ibc/27008637931C299469F57636719DFFDC2FBAD9DD323F4B2BF155266BA88279A6",
"exponent": 0,
},
{
- "aliases": [
- "ATOM",
- ],
- "denom": "atom",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "ATOM token on Noble",
- "display": "atom",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Atom Staking Coin",
- "symbol": "ATOM",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -33894,193 +37799,185 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
- "coingeckoId": "usd-coin",
+ "base": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
],
- "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "denom": "ibc/48758FA2437CF45A8B9B1913E269BFFA402EE87B5FFE9A2A5607318885824739",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "SYN",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.",
+ "display": "SYN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Syndicate",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-750",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "noble",
- "channel_id": "channel-1",
+ "base_denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "base": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"denomUnits": [
{
"aliases": [
- "unois",
+ "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
],
- "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "denom": "ibc/E7F6020A50978D9242EECAC6E4219F811000A75FC3DB8EBB8A3DF40E6EDFEA6F",
"exponent": 0,
},
{
- "denom": "nois",
+ "denom": "ashSYN",
"exponent": 6,
},
],
- "description": "The native token of Nois",
- "display": "nois",
+ "description": "SYN burn Derivative; minted when SYN is burned via The Furnace",
+ "display": "ashSYN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
],
- "keywords": [
- "nois",
- "randomness",
- "drand",
- "wasm",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
- "name": "Nois",
- "symbol": "NOIS",
+ "name": "ASH Syndicate",
+ "symbol": "ashSYN",
"traces": [
{
"chain": {
- "channel_id": "channel-8277",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "unois",
- "chain_name": "nois",
- "channel_id": "channel-37",
+ "base_denom": "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
- "coingeckoId": "nolus",
+ "base": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"denomUnits": [
{
"aliases": [
- "unls",
+ "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
],
- "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "COSMO",
"exponent": 6,
},
],
- "description": "The native token of Nolus chain",
- "display": "nls",
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "extendedDescription": "We aim to build a decentralized community by leveraging cutting-edge technologies.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
},
- "name": "Nolus",
+ "name": "Cosmo",
"socials": {
- "twitter": "https://twitter.com/NolusProtocol",
- "website": "https://nolus.io/",
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
},
- "symbol": "NLS",
+ "symbol": "COSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "unls",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "base": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"denomUnits": [
{
"aliases": [
- "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
],
- "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "denom": "ibc/494178418BE0CCAB2420B5C536E9C115B4471D6CD6C32477F3F5EF725A1504C2",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "XTRUMP",
"exponent": 6,
},
],
- "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "usdc",
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
"chainName": "osmosis",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
},
- "name": "axlUSDC",
- "symbol": "axlUSDC",
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
@@ -34088,246 +37985,239 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "base": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
],
- "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "denom": "ibc/73805AC33463D2C85F69D8B2188610F8B5226CA2A551F824BD356A730E839ECF",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "osmo",
- "exponent": 6,
+ "denom": "DRUGS",
+ "exponent": 9,
},
],
- "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "osmo",
+ "description": "Distributing happiness, is a serious business",
+ "display": "DRUGS",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "DRUGS",
+ "symbol": "DRUGS",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-122",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
+ "chain_name": "injective",
+ "channel_id": "channel-8",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "coingeckoId": "iris-network",
"denomUnits": [
{
"aliases": [
- "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "uiris",
],
- "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stosmo",
+ "denom": "iris",
"exponent": 6,
},
],
- "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stosmo",
+ "description": "The IRIS token is the native governance token for the IrisNet chain.",
+ "display": "iris",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5664ad",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "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",
},
- "name": "Osmosis",
- "symbol": "stOSMO",
+ "name": "IRISnet",
+ "symbol": "IRIS",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
- "chain_name": "nolus",
- "channel_id": "channel-0",
- },
- "type": "ibc",
+ "base_denom": "uiris",
+ "chain_name": "irisnet",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "base": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "coingeckoId": "jackal-protocol",
"denomUnits": [
{
"aliases": [
- "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "ujkl",
],
- "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "atom",
+ "denom": "jkl",
"exponent": 6,
},
],
- "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "atom",
+ "description": "Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.",
+ "display": "jkl",
+ "extendedDescription": "Jackal Network is a decentralized storage platform designed to offer secure, private, and efficient data storage solutions using blockchain technology. By leveraging a distributed network of nodes, Jackal Network ensures data redundancy and security, protecting against data loss and unauthorized access. The platform uses advanced encryption techniques to maintain data privacy while allowing users to share and access their data seamlessly. Jackal Network's native token is used for paying storage fees, staking, and participating in network governance, incentivizing users to contribute to the network's security and reliability.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#dbdbcb",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Atom",
- "symbol": "ATOM",
+ "name": "Jackal",
+ "symbol": "JKL",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-412",
},
"counterparty": {
- "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
- "chain_name": "nolus",
+ "base_denom": "ujkl",
+ "chain_name": "jackal",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "coingeckoId": "juno-network",
"denomUnits": [
{
"aliases": [
- "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "ujuno",
],
- "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "statom",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "statom",
+ "description": "The native token of JUNO Chain",
+ "display": "juno",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "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",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Juno",
+ "socials": {
+ "twitter": "https://twitter.com/JunoNetwork",
+ "website": "https://junonetwork.io/",
+ },
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
- "chain_name": "nolus",
+ "base_denom": "ujuno",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "base": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"denomUnits": [
{
"aliases": [
- "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "denom": "ibc/E59412B9AF4BF1C55F4C9FABFA419742AC1A4D974261922BCBE00D427D2342E8",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "weth",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "weth",
+ "display": "atom",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
- "chainName": "osmosis",
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "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",
},
- "name": "WETH",
- "symbol": "WETH",
+ "name": "ATOM on Juno",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
- "chain_name": "nolus",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -34336,148 +38226,141 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
+ "base": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"denomUnits": [
{
"aliases": [
- "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
],
- "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "denom": "ibc/2AE297399A20F5CCC7F943901CB050AE40EC4E8804D73050ADC5BB2B8128DD4C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "nexx",
+ "exponent": 6,
},
],
- "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "wbtc",
+ "display": "nexx",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "theme": {
+ "primaryColorHex": "#040405",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
},
- "name": "WBTC",
- "symbol": "WBTC",
+ "name": "NEXX GEN AI",
+ "symbol": "NEXX",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
+ "base": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"denomUnits": [
{
"aliases": [
- "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
],
- "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "denom": "ibc/D69F6D787EC649F4E998161A9F0646F4C2DCC64748A2AB982F14CAFBA7CC0EC9",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "akt",
+ "denom": "dgl",
"exponent": 6,
},
],
- "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "akt",
+ "display": "dgl",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "theme": {
+ "primaryColorHex": "#dfe0e0",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
},
- "name": "AKT",
- "symbol": "AKT",
+ "name": "Licorice",
+ "symbol": "DGL",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "base": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
],
- "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "denom": "ibc/A80F928DBB25E69A7A1D1491255079AD327B2B9C82D281B309531FCE9C082ADC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "axl",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "axl",
+ "description": "USD Coin on Juno",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
- "chainName": "osmosis",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "AXL",
- "symbol": "AXL",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
- "chain_name": "nolus",
+ "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -34486,47 +38369,48 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "base": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"denomUnits": [
{
"aliases": [
- "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
],
- "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "denom": "ibc/9D42E0B49D487AC3C48A460E2F2189DEA045944F2637D7037AC8841CEBB79D41",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "juno",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "juno",
+ "display": "rstk",
"images": [
{
"imageSync": {
- "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "chainName": "osmosis",
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "JUNO",
- "symbol": "JUNO",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
- "chain_name": "nolus",
+ "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
@@ -34535,1004 +38419,999 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
+ "base": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"denomUnits": [
{
"aliases": [
- "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
],
- "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "denom": "ibc/43E2B0BB9753B6090023055F150B6EB56DBC8A84338F2560E520D7A18DDBF812",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "evmos",
- "exponent": 18,
+ "denom": "wind",
+ "exponent": 6,
},
],
- "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "evmos",
+ "display": "wind",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "EVMOS",
- "symbol": "EVMOS",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "address": "juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k",
+ "base": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"denomUnits": [
{
"aliases": [
- "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
],
- "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "denom": "ibc/37544C63D9B42019F6C8EF2A1702CF780A4C7F8C0D4F5BE8980F475D6E610500",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stk/atom",
+ "denom": "arena",
"exponent": 6,
},
],
- "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stk/atom",
+ "description": "The token for the Arena DAO",
+ "display": "arena",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
+ "theme": {
+ "primaryColorHex": "#dc6c24",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
},
- "name": "stkATOM",
- "symbol": "stkATOM",
+ "name": "Arena Token",
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
- "chain_name": "nolus",
+ "base_denom": "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "base": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"denomUnits": [
{
"aliases": [
- "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
],
- "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "denom": "ibc/57BD7DB23E685F6B0BB9013E51CFB627FBFE9347360137159703E963B179E7C7",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "scrt",
+ "denom": "ashWIND",
"exponent": 6,
},
],
- "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "scrt",
+ "description": "ashWIND",
+ "display": "ashWIND",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
- "name": "SCRT",
- "symbol": "SCRT",
+ "name": "ashWIND",
+ "symbol": "ashWIND",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-42",
},
"counterparty": {
- "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
- "chain_name": "nolus",
+ "base_denom": "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
+ "chain_name": "juno",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "coingeckoId": "kava",
"denomUnits": [
{
"aliases": [
- "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "ukava",
],
- "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "cro",
- "exponent": 8,
+ "denom": "kava",
+ "exponent": 6,
},
],
- "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "cro",
+ "description": "Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.",
+ "display": "kava",
+ "extendedDescription": "Kava offers a suite of DeFi services, such as lending, borrowing, and stablecoin issuance, utilizing a cross-chain platform that integrates the Cosmos SDK and Ethereum interoperability. Users can collateralize their assets to borrow Kava's stablecoin, USDX, or participate in lending and liquidity pools to earn rewards. Kava's native token, KAVA, is used for staking, governance, and securing the network. The platform's goal is to provide a decentralized, efficient, and accessible financial ecosystem that bridges multiple blockchain networks.",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "theme": {
+ "primaryColorHex": "#e64942",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
},
- "name": "CRO",
- "symbol": "CRO",
+ "name": "Kava",
+ "socials": {
+ "twitter": "https://twitter.com/KAVA_CHAIN",
+ "website": "https://www.kava.io/",
+ },
+ "symbol": "KAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "ukava",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "coingeckoId": "kava-lend",
"denomUnits": [
{
"aliases": [
- "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "hard",
],
- "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "stars",
+ "denom": "HARD",
"exponent": 6,
},
],
- "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "stars",
+ "description": "Governance token of Kava Lend Protocol",
+ "display": "HARD",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#7b34ac",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "STARS",
- "symbol": "STARS",
+ "name": "Kava Hard",
+ "symbol": "HARD",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "hard",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "coingeckoId": "kava-swap",
"denomUnits": [
{
"aliases": [
- "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "swp",
],
- "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "tia",
+ "denom": "SWP",
"exponent": 6,
},
],
- "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "tia",
+ "description": "Governance token of Kava Swap Protocol",
+ "display": "SWP",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
- "chainName": "osmosis",
+ "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",
+ "theme": {
+ "primaryColorHex": "#544cfc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "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",
},
- "name": "TIA",
- "symbol": "TIA",
+ "name": "Kava Swap",
+ "symbol": "SWP",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "swp",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "base": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "coingeckoId": "usdx",
"denomUnits": [
{
"aliases": [
- "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "usdx",
],
- "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "strd",
+ "denom": "USDX",
"exponent": 6,
},
],
- "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
- "display": "strd",
+ "description": "The native stablecoin of Kava",
+ "display": "USDX",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "theme": {
+ "primaryColorHex": "#04d4a3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
},
- "name": "STRD",
- "symbol": "STRD",
- "traces": [
+ "name": "Kava USDX",
+ "symbol": "USDX",
+ "traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "usdx",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "base": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
+ "coingeckoId": "tether",
"denomUnits": [
{
"aliases": [
- "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "erc20/tether/usdt",
],
- "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "ntrn",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "ntrn",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "untrn",
- "chainName": "neutron",
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "NTRN",
- "symbol": "NTRN",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-143",
},
"counterparty": {
- "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
- "chain_name": "nolus",
- "channel_id": "channel-0",
+ "base_denom": "erc20/tether/usdt",
+ "chain_name": "kava",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "coingeckoId": "ki",
"denomUnits": [
{
"aliases": [
- "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "uxki",
],
- "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "dydx",
- "exponent": 18,
+ "denom": "xki",
+ "exponent": 6,
},
],
- "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
- "display": "dydx",
+ "description": "The native token of Ki Chain",
+ "display": "xki",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chainName": "neutron",
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c04fc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "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",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "Ki",
+ "symbol": "XKI",
"traces": [
{
"chain": {
- "channel_id": "channel-783",
+ "channel_id": "channel-77",
},
"counterparty": {
- "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
- "chain_name": "nolus",
+ "base_denom": "uxki",
+ "chain_name": "kichain",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "base": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"denomUnits": [
{
"aliases": [
- "unom",
+ "uKIMA",
],
- "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "denom": "ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71",
"exponent": 0,
},
{
- "denom": "nom",
+ "denom": "KIMA",
"exponent": 6,
},
],
- "description": "Nomic's native token.",
- "display": "nom",
+ "description": "Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.",
+ "display": "KIMA",
+ "extendedDescription": "Kima is an asset-agnostic interoperability infrastructure designed to bridge the gap between blockchain networks and traditional financial systems. By providing a unified platform for secure and scalable cross-ecosystem transactions, Kima enables seamless transfers across different ecosystems, including digital assets and legacy financial systems. Its patent-pending architecture eliminates vulnerabilities associated with smart contracts and key management, ensuring a secure environment for high-volume transactions. Kima’s innovative approach provides financial institutions and developers with the tools needed to create interoperable solutions that operate across both traditional and blockchain-based systems, driving the future of decentralized finance and financial services.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg",
},
- "name": "Nomic",
- "symbol": "NOM",
+ "name": "KIMA",
+ "socials": {
+ "github": "https://github.com/kima-finance",
+ "medium": "https://medium.com/@kima_finance",
+ "telegram": "https://t.me/kimanetwork",
+ "twitter": "https://x.com/KimaNetwork",
+ "website": "https://www.kima.network/",
+ },
+ "symbol": "KIMA",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-83350",
},
"counterparty": {
- "base_denom": "unom",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "uKIMA",
+ "chain_name": "kimanetwork",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "coingeckoId": "darcmatter-coin",
"denomUnits": [
{
"aliases": [
- "usat",
+ "udarc",
],
- "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
"exponent": 0,
},
{
- "denom": "nbtc",
- "exponent": 14,
+ "denom": "darc",
+ "exponent": 6,
},
],
- "description": "Bitcoin. On Cosmos.",
- "display": "nbtc",
+ "description": "The native token of Konstellation Network",
+ "display": "darc",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#042a61",
+ },
},
],
"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",
+ "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",
},
- "name": "Nomic Bitcoin",
- "symbol": "nBTC",
+ "name": "DARC",
+ "symbol": "DARC",
"traces": [
{
"chain": {
- "channel_id": "channel-6897",
+ "channel_id": "channel-171",
},
"counterparty": {
- "base_denom": "usat",
- "chain_name": "nomic",
- "channel_id": "channel-1",
+ "base_denom": "udarc",
+ "chain_name": "konstellation",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
- "coingeckoId": "",
+ "base": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "coingeckoId": "kujira",
"denomUnits": [
{
"aliases": [
- "unyx",
+ "ukuji",
],
- "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
"exponent": 0,
},
{
- "denom": "nyx",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
- "display": "nyx",
+ "description": "Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.",
+ "display": "kuji",
+ "extendedDescription": "Kujira provides a comprehensive DeFi platform that includes tools for lending, borrowing, and yield farming, leveraging blockchain technology to offer a transparent, secure, and efficient user experience. The native token, KUJI, is central to the ecosystem, used for transaction fees, staking, and governance. Kujira's user-centric design and innovative features make it a popular choice in the DeFi space, enabling users to maximize their returns and effectively manage their digital assets.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
- "name": "NYX",
- "symbol": "NYX",
+ "name": "Kujira",
+ "socials": {
+ "twitter": "https://twitter.com/TeamKujira",
+ "website": "https://kujira.network/",
+ },
+ "symbol": "KUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unyx",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "ukuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
- "coingeckoId": "nym",
+ "base": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
+ "coingeckoId": "usk",
"denomUnits": [
{
"aliases": [
- "unym",
+ "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
],
- "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "denom": "ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854",
"exponent": 0,
},
{
- "denom": "nym",
+ "denom": "usk",
"exponent": 6,
},
],
- "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
- "display": "nym",
+ "description": "The native over-collateralized stablecoin from the Kujira chain.",
+ "display": "usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
- "theme": {
- "circle": true,
- "darkMode": false,
- },
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
"theme": {
- "circle": true,
- "darkMode": true,
+ "primaryColorHex": "#2e363f",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
},
- "name": "NYM",
- "symbol": "NYM",
+ "name": "USK",
+ "symbol": "USK",
"traces": [
{
"chain": {
- "channel_id": "channel-15464",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "unym",
- "chain_name": "nyx",
- "channel_id": "channel-8",
+ "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
- "coingeckoId": "odin-protocol",
+ "base": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"denomUnits": [
{
"aliases": [
- "loki",
+ "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
],
- "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "denom": "ibc/25878D392C6D3E35F3C8E7B1D4686E134228CD277179DA5603EC657DAF59DB00",
"exponent": 0,
},
{
- "denom": "odin",
+ "denom": "qcKUJI",
"exponent": 6,
},
],
- "description": "Staking and governance token for ODIN Protocol",
- "display": "odin",
+ "description": "Quark's auto-compounding KUJI derivative",
+ "display": "qcKUJI",
"images": [
{
- "imageSync": {
- "baseDenom": "loki",
- "chainName": "odin",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
- "name": "ODIN",
- "symbol": "ODIN",
+ "name": "qcKUJI",
+ "symbol": "qcKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "loki",
- "chain_name": "odin",
+ "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "base": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"denomUnits": [
{
"aliases": [
- "mGeo",
+ "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
],
- "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "denom": "ibc/E7F2113AFAE9EFA752E5587BA3B29384D47F154DEA1EF9573B3D4D533D74E688",
"exponent": 0,
},
{
- "denom": "geo",
+ "denom": "ampKUJI",
"exponent": 6,
},
],
- "description": "GEO token for ODIN Protocol",
- "display": "geo",
+ "description": "ampKUJI",
+ "display": "ampKUJI",
"images": [
{
- "imageSync": {
- "baseDenom": "mGeo",
- "chainName": "odin",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "theme": {
+ "primaryColorHex": "#4b7bbb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
},
- "name": "GEO",
- "symbol": "GEO",
+ "name": "ampKUJI",
+ "symbol": "ampKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "mGeo",
- "chain_name": "odin",
+ "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "base": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
+ "coingeckoId": "mantadao",
"denomUnits": [
{
"aliases": [
- "mO9W",
+ "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
],
- "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "denom": "ibc/4D9F8691DB362DB2F92363CD8601B9C670FBAEAFB43842128179F5109535CD95",
"exponent": 0,
},
{
- "denom": "O9W",
+ "denom": "mnta",
"exponent": 6,
},
],
- "description": "O9W token for ODIN Protocol",
- "display": "O9W",
+ "description": "MantaDAO Governance Token",
+ "display": "mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "mO9W",
- "chainName": "odin",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "theme": {
+ "primaryColorHex": "#0c141c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
},
- "name": "O9W",
- "symbol": "O9W",
+ "name": "MantaDAO",
+ "symbol": "MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-258",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "mO9W",
- "chain_name": "odin",
+ "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "chain_name": "kujira",
"channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
- "coingeckoId": "omniflix-network",
+ "base": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"denomUnits": [
{
"aliases": [
- "uflix",
+ "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
],
- "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "denom": "ibc/F43A2168395EB35D645492737CC4FC3E5BB6F4FA870CDF35736B123B5D736267",
"exponent": 0,
},
{
- "denom": "flix",
+ "denom": "qcMNTA",
"exponent": 6,
},
],
- "description": "The native staking token of OmniFlix Hub.",
- "display": "flix",
+ "description": "Quark's auto-compounding MNTA derivative",
+ "display": "qcMNTA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
- },
- "name": "Flix",
- "socials": {
- "twitter": "https://twitter.com/OmniFlixNetwork",
- "website": "https://omniflix.network/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
- "symbol": "FLIX",
+ "name": "qcMNTA",
+ "symbol": "qcMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uflix",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "base": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"denomUnits": [
{
"aliases": [
- "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
],
- "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "denom": "ibc/5A7C2B075BC6989C9F327746A984AD6C6666BBDE40931F024C54114861E76F68",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "ampMNTA",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "ERIS Liquid Staked MNTA",
+ "display": "ampMNTA",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "theme": {
+ "primaryColorHex": "#618bc8",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "ERIS Amplified MNTA",
+ "symbol": "ampMNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "base": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
],
- "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "denom": "ibc/A3BB1A990606CE78C55AA5E945C0C25D05B558F61C37E662AE6D359EE7EC826A",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "wink",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "The content house of Kujira",
+ "display": "wink",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "theme": {
+ "primaryColorHex": "#fc7991",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
},
- "name": "Osmosis osmo",
- "symbol": "OSMO",
+ "name": "WINK",
+ "symbol": "WINK",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "base": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"denomUnits": [
{
"aliases": [
- "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
],
- "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "denom": "ibc/F04A87E82B85B396E433A6C1FCB115230DD5D33F6BEFFBC702E37280BA6B1B1E",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "blend",
"exponent": 6,
},
],
- "display": "ist",
+ "description": "Blend Token",
+ "display": "blend",
"images": [
{
- "imageSync": {
- "baseDenom": "uist",
- "chainName": "agoric",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
- "name": "Agoric IST (Inter Stable Token)",
- "symbol": "IST",
+ "name": "BLEND",
+ "symbol": "BLEND",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "base": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"denomUnits": [
{
"aliases": [
- "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
],
- "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "denom": "ibc/BBF2032AC75DB827DE022DC15BBAF36FEA514759BB0D67CFB394DC761E525BF4",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "usdt",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Tether USDt on Kujira",
+ "display": "usdt",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "USD Coin (Axelar)",
- "symbol": "USDC.axl",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -35540,469 +39419,445 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "base": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
+ "coingeckoId": "fuzion",
"denomUnits": [
{
"aliases": [
- "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
],
- "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "denom": "ibc/DEF166E774800DECC0B1EC138498AB181E6AC86AF5DEC6A0E5112D6F4C235C7F",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "fuzn",
"exponent": 6,
},
],
- "description": "Akash Token (AKT) is the Akash Network's native utility token",
- "display": "akt",
+ "description": "The staking and governance token of Fuzion",
+ "display": "fuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "uakt",
- "chainName": "akash",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "theme": {
+ "primaryColorHex": "#f05d8d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
},
- "name": "Akash",
- "symbol": "AKT",
+ "name": "Fuzion",
+ "symbol": "FUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "base": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"denomUnits": [
{
"aliases": [
- "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
],
- "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "denom": "ibc/F34D42847687859FCF47D20C575E201F25595319E5FACC9C94940A0E74656ABD",
"exponent": 0,
},
{
- "denom": "baddog",
+ "denom": "rfuzn",
"exponent": 6,
},
],
- "display": "baddog",
+ "description": "The receipt token of Fuzion",
+ "display": "rfuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
- "chainName": "osmosis",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "theme": {
+ "primaryColorHex": "#949494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
},
- "name": "BadDog (Osmosis)",
- "symbol": "BADDOG.osmo",
+ "name": "Fuzion Receipt",
+ "symbol": "rFUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-199",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
- "chain_name": "omniflixhub",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
- "coingeckoId": "onomy-protocol",
+ "base": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"denomUnits": [
{
"aliases": [
- "anom",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
],
- "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "denom": "ibc/2162193E48EAF241C7CB28CE1096DC999C81907ACE0457FF91BF4CC3DC2DE1BF",
"exponent": 0,
},
{
- "denom": "nom",
- "exponent": 18,
+ "denom": "yfuzn",
+ "exponent": 6,
},
],
- "description": "The native token of Onomy Protocol",
- "display": "nom",
+ "description": "The yield token of Fuzion",
+ "display": "yfuzn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
],
- "keywords": [
- "dex",
- "stablecoin",
- "bridge",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
- "name": "Nom",
- "symbol": "NOM",
+ "name": "Fuzion Yield",
+ "symbol": "yFUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-525",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "anom",
- "chain_name": "onomy",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
- "coingeckoId": "oraichain-token",
+ "base": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"denomUnits": [
{
"aliases": [
- "orai",
+ "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
],
- "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "denom": "ibc/3E238F3331F14C339DA1C25A8ED66E1F395990678DC235976959ED5640C696B5",
"exponent": 0,
},
{
- "denom": "ORAI",
+ "denom": "qcFUZN",
"exponent": 6,
},
],
- "description": "The native token of Oraichain",
- "display": "ORAI",
+ "description": "Quark's auto-compounding FUZN derivative",
+ "display": "qcFUZN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
- "name": "Oraichain",
- "symbol": "ORAI",
+ "name": "qcFUZN",
+ "symbol": "qcFUZN",
"traces": [
{
"chain": {
- "channel_id": "channel-216",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "orai",
- "chain_name": "oraichain",
- "channel_id": "channel-13",
+ "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
- "coingeckoId": "medibloc",
+ "base": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"denomUnits": [
{
"aliases": [
- "umed",
+ "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
],
- "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "denom": "ibc/F8F64AD22A0C0A1F410802C198380445FEF8408343C28A6783D304D2DC732E06",
"exponent": 0,
},
{
- "denom": "med",
+ "denom": "qcAQLA",
"exponent": 6,
},
],
- "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
- "display": "med",
+ "description": "Quark's auto-compounding AQLA derivative",
+ "display": "qcAQLA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
- "name": "MediBloc",
- "symbol": "MED",
+ "name": "qcAQLA",
+ "symbol": "qcAQLA",
"traces": [
{
"chain": {
- "channel_id": "channel-82",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "umed",
- "chain_name": "panacea",
- "channel_id": "channel-1",
+ "base_denom": "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
- "coingeckoId": "passage",
+ "base": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
+ "coingeckoId": "aqualibre",
"denomUnits": [
{
"aliases": [
- "upasg",
+ "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
],
- "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "denom": "ibc/B1F5B3E97E0A21EAEC9E98F19F33965044350B5A21E19DD5FD6B90D715EBB30F",
"exponent": 0,
},
{
- "denom": "pasg",
+ "denom": "AQLA",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Passage chain.",
- "display": "pasg",
+ "description": "The Aqualibre project's token",
+ "display": "AQLA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
- "name": "Passage",
- "symbol": "PASG",
+ "name": "AQLA",
+ "symbol": "AQLA",
"traces": [
{
"chain": {
- "channel_id": "channel-2494",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "upasg",
- "chain_name": "passage",
- "channel_id": "channel-0",
+ "base_denom": "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
- "coingeckoId": "persistence",
+ "base": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
+ "coingeckoId": "unstake-fi",
"denomUnits": [
{
"aliases": [
- "uxprt",
+ "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
],
- "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "denom": "ibc/690EB0A0CA0DA2DC1E9CF62FB23C935AE5C7E9F57919CF89690521D5D70948A7",
"exponent": 0,
},
{
- "denom": "xprt",
+ "denom": "nstk",
"exponent": 6,
},
],
- "description": "The XPRT token is primarily a governance token for the Persistence chain.",
- "display": "xprt",
+ "description": "The Revenue & Governance token of Unstake.fi",
+ "display": "nstk",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
],
"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",
- },
- "name": "Persistence",
- "socials": {
- "twitter": "https://twitter.com/PersistenceOne",
- "website": "https://persistence.one/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
- "symbol": "XPRT",
+ "name": "Unstake Fi",
+ "symbol": "NSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "coingeckoId": "stkatom",
+ "base": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"denomUnits": [
{
"aliases": [
- "stk/uatom",
+ "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
],
- "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "denom": "ibc/8C7FE32AAE8D227D403EA7721CE0534CAA0E29DD584A732BC3FC5C0443173AAF",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "local",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked ATOM",
- "display": "stkatom",
+ "description": "Local Money",
+ "display": "local",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "LOCAL",
+ "symbol": "LOCAL",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/uatom",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "base": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"denomUnits": [
{
"aliases": [
- "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
],
- "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "denom": "ibc/965618EEF4000B9766C08D1BE3F142D744DF6E485131F646220BD984BC8ECB37",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "PLNK",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "Food for whales",
+ "display": "PLNK",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "theme": {
+ "primaryColorHex": "#c87ae9",
},
- "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",
},
],
- "keywords": [
- "canon",
- ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Plankton",
+ "symbol": "PLNK",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "base": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"denomUnits": [
{
"aliases": [
- "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
],
- "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "denom": "ibc/9B8FC796851D97DB7D557EAD04C383A34BBEF9A3C77F0719FCAD78430E0A108E",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "sol",
+ "exponent": 8,
},
],
- "display": "atom",
+ "display": "sol",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chainName": "gateway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Wormhole Solana",
+ "symbol": "SOL.wh",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36010,45 +39865,49 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "base": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"denomUnits": [
{
"aliases": [
- "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
],
- "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "denom": "ibc/6E938550DD4FEFE8E0717D1ED26F0604A48219D0BDBC556346F06296811B052B",
"exponent": 0,
},
{
- "denom": "usdt",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Tether USDT on Persistence",
- "display": "usdt",
+ "display": "evmos",
"images": [
{
"imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "baseDenom": "aevmos",
+ "chainName": "evmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "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",
},
- "name": "Tether USDT",
- "symbol": "USDT",
+ "name": "Evmos",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36056,46 +39915,44 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "base": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"denomUnits": [
{
"aliases": [
- "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
],
- "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "denom": "ibc/B188F372DE3636591188E4D6F495D53E765078689D55C3BC56B9877A93CFC12A",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "display": "usdc",
+ "display": "avax",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "wavax-wei",
+ "chainName": "axelar",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "Axelar Wrapped AVAX",
+ "symbol": "wAVAX",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36103,47 +39960,50 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "base": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"denomUnits": [
{
"aliases": [
- "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
],
- "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "denom": "ibc/705493C4ECF7C5B5B5910A06E10B16218F99E20D85965BD0D5704656F46AA2EF",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "dydx staking token",
- "display": "dydx",
+ "display": "usdc",
"images": [
{
"imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "dYdX",
- "symbol": "DYDX",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
@@ -36151,326 +40011,21334 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
- "coingeckoId": "pstake-staked-osmo",
+ "base": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"denomUnits": [
{
"aliases": [
- "stk/uosmo",
+ "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
],
- "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "denom": "ibc/7AAFA218EF3584FA03E41239330BCA7821199816E237E90F33C9156013B223CB",
"exponent": 0,
},
{
- "aliases": [
- "stk/osmo",
- ],
- "denom": "stkosmo",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked OSMO",
- "display": "stkosmo",
+ "display": "osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "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",
},
- "name": "PSTAKE staked OSMO",
- "symbol": "stkOSMO",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-259",
},
"counterparty": {
- "base_denom": "stk/uosmo",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "base": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"denomUnits": [
{
"aliases": [
- "stk/adydx",
+ "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
],
- "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "denom": "ibc/6F61A334F8631B0CDD7E45441E0B07FFB93A0648CF167B8AE53183100BFE303F",
"exponent": 0,
},
{
- "aliases": [
- "stk/dydx",
- ],
- "denom": "stkdydx",
- "exponent": 18,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked DYDX",
- "display": "stkdydx",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "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",
+ },
+ "name": "Axelar USD Coin",
+ "symbol": "axlUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ ],
+ "denom": "ibc/8C5E9F9B21714E4170C3B607A0542E4A36613D41EA4EED0DEB1C95F3A7B252D4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cmdx",
+ "exponent": 6,
+ },
+ ],
+ "display": "cmdx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ucmdx",
+ "chainName": "comdex",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Comdex",
+ "symbol": "CMDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ ],
+ "denom": "ibc/C7384093844BBCAC0C8E68B8A6B0C505B5D3A70065F73CD09E0FAD4DB3684FFF",
+ "exponent": 0,
+ },
+ {
+ "denom": "juno",
+ "exponent": 6,
+ },
+ ],
+ "display": "juno",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ujuno",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Juno",
+ "symbol": "JUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ ],
+ "denom": "ibc/583A72485A1274DE92F26CE9C7B16AC07ECBF9B24B895DBD4CACCE41BA199EC0",
+ "exponent": 0,
+ },
+ {
+ "denom": "weth",
+ "exponent": 18,
+ },
+ ],
+ "display": "weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "weth-wei",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ },
+ "name": "Axelar Wrapped Ether",
+ "symbol": "wETH.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ ],
+ "denom": "ibc/63B6652187062E4D1146C9AF9DED7AB7FD6B27F9338CA2431B33081A982ED451",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ ],
+ "denom": "ibc/E496C2744E052475D2C6851772B8373C5C89631CA7210E7579873F0ADEB94E21",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "display": "luna",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ },
+ "name": "Luna",
+ "symbol": "LUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ ],
+ "denom": "ibc/E5649308374F09DDC4B832010489EC86443120B1DE5CC3768047A7BC7BE3D31B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "display": "stars",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "Stargaze",
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ ],
+ "denom": "ibc/D5C7249BC5031AD7FA2EA3C8FDF34A66E0F469C634097AB11EDD940BD6BC4ED3",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "display": "scrt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ ],
+ "denom": "ibc/C11A45244BBADC9B7A617CEBA02B31E5D878B04B31C4BE5C1781B2B604DF7C1A",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
+ },
+ ],
+ "display": "stkatom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stk/uatom",
+ "chainName": "persistence",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ },
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ ],
+ "denom": "ibc/65DBF703194F41E26A236F929E45899A3FF2EE20B411D284833DD5056FD6C165",
+ "exponent": 0,
+ },
+ {
+ "denom": "bKUJI",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked KUJI",
+ "display": "bKUJI",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "theme": {
+ "primaryColorHex": "#cc3533",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ },
+ "name": "BackBone Labs Liquid Staked KUJI",
+ "symbol": "bKUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ ],
+ "denom": "ibc/963DA4A832B634CBBCE0B2CC4F1335005FA35D62C91CF8F35B535E7DCE4BA507",
+ "exponent": 0,
+ },
+ {
+ "denom": "rstk",
+ "exponent": 6,
+ },
+ ],
+ "display": "rstk",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ },
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ ],
+ "denom": "ibc/DB34B0EEC2BF3E9838F5E8FFCDB3168EEB3683C1F300E4E3A1F867115F5D8666",
+ "exponent": 0,
+ },
+ {
+ "denom": "xusk",
+ "exponent": 6,
+ },
+ ],
+ "description": "Ghost Vault USK",
+ "display": "xusk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "theme": {
+ "primaryColorHex": "#303741",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ },
+ "name": "Ghost Vault USK",
+ "symbol": "xUSK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ ],
+ "denom": "ibc/FD87C696C7C65DD83ED3E055700F7D3435F957BB955580D6D7FB1211CA39E2C5",
+ "exponent": 0,
+ },
+ {
+ "denom": "xmnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "Ghost Vault MNTA",
+ "display": "xmnta",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "theme": {
+ "primaryColorHex": "#0f151f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ },
+ "name": "Ghost Vault MNTA",
+ "symbol": "xMNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ ],
+ "denom": "ibc/DED75871F78AF8FC9BCFE75BEA82D66A2B2366204E210FD8E4C77A2AAEA1B1E3",
+ "exponent": 0,
+ },
+ {
+ "denom": "statom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride staked ATOM",
+ "display": "statom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stuatom",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ },
+ "name": "stATOM",
+ "symbol": "stATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ ],
+ "denom": "ibc/0E91C393343E3F2F87CD9ACDDDEE0F0D2F162E7820991673B87F8257993E042D",
+ "exponent": 0,
+ },
+ {
+ "denom": "wbtc.axl",
+ "exponent": 6,
+ },
+ ],
+ "description": "Axelar Bridged wBTC",
+ "display": "wbtc.axl",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "wbtc-satoshi",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ },
+ "name": "Axelar Bridged wBTC",
+ "symbol": "wBTC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ ],
+ "denom": "ibc/3B467D8504DBE794894C7AE21A48EB66495D57ED5FF1AC3F60FE549364C7AB00",
+ "exponent": 0,
+ },
+ {
+ "denom": "stosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride staked OSMO",
+ "display": "stosmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stuosmo",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ },
+ "name": "Stride staked OSMO",
+ "symbol": "stOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ ],
+ "denom": "ibc/F7010C91F571EB7AD7C47B4419B37335F5A6EB2A53EFB8D1860F29D561F44AA4",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-dot-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: DOT.axl-MNTA",
+ "display": "lp-dot-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: DOT.axl-MNTA",
+ "symbol": "LP DOT.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ ],
+ "denom": "ibc/44D4712AE76B6F0B7FFD947175014DA27DE362F95DF261437184298AB95CCBED",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-shd-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: SHD-MNTA",
+ "display": "lp-shd-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: SHD-MNTA",
+ "symbol": "LP SHD-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ ],
+ "denom": "ibc/5A3226160425AB4ACAA48E6DEEE36D523C827A5D3D12C260ADC73F1197C0D98A",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-dydx-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: DYDX-MNTA",
+ "display": "lp-dydx-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: DYDX-MNTA",
+ "symbol": "LP DYDX-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ ],
+ "denom": "ibc/AE83C5C4391268FBCE1AB853C995C8F1B3346647B4DF3A6B2719EEC808C30F93",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wavax-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wAVAX.axl-MNTA",
+ "display": "lp-wavax-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wAVAX.axl-MNTA",
+ "symbol": "LP wAVAX.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ ],
+ "denom": "ibc/9009F443CDA935E39C716AD5F958ED22210737E51550A1E6A8C916F9594B5602",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-cheq-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: CHEQ-MNTA",
+ "display": "lp-cheq-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: CHEQ-MNTA",
+ "symbol": "LP CHEQ-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ ],
+ "denom": "ibc/3844698176E6FF5320C00B26051889EDE556B8C5F67DF4D7B825705C67317539",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-fuzn-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: FUZN-MNTA",
+ "display": "lp-fuzn-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: FUZN-MNTA",
+ "symbol": "LP FUZN-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ ],
+ "denom": "ibc/BD47A21BFEF3D6E605D836008FD7CB87CE8A6DE777E1CDD74C2CFC516DC17CF1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-somm-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: SOMM-MNTA",
+ "display": "lp-somm-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: SOMM-MNTA",
+ "symbol": "LP SOMM-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ ],
+ "denom": "ibc/196DA39BF8326456C777CF68FB37F2A46906C433DF13CD61B6F10DED059C5C59",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-weth-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wETH.axl-MNTA",
+ "display": "lp-weth-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wETH.axl-MNTA",
+ "symbol": "LP wETH.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ ],
+ "denom": "ibc/1D9AA33D07A3149FE978FD838532456AC8DD4977D0F91E4CC295D1BF8AEEC88E",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-ntrn-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: NTRN-MNTA",
+ "display": "lp-ntrn-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: NTRN-MNTA",
+ "symbol": "LP NTRN-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ ],
+ "denom": "ibc/1677258604C2F25AD5F96FACA84C6E6CFD91058D7BAB04D0037149D76945B14F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wftm-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wFTM.axl-MNTA",
+ "display": "lp-wftm-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wFTM.axl-MNTA",
+ "symbol": "LP wFTM.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ ],
+ "denom": "ibc/385A0231CE80808AEEFDB6A66DF36CB32B879B9B6D2C7A2DE9F6ABC8CEBE95CD",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-stars-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: STARS-MNTA",
+ "display": "lp-stars-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: STARS-MNTA",
+ "symbol": "LP STARS-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ ],
+ "denom": "ibc/1A88CB5079A3D890F4D2FD7EF26B53597942E1AD69AA276D325E003946A805B9",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-tia-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: TIA-MNTA",
+ "display": "lp-tia-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: TIA-MNTA",
+ "symbol": "LP TIA-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ ],
+ "denom": "ibc/9F2A4977DDCEBD90F0836CBED43771779303E91C775811ADE3F7BDCBFAEBBF74",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-sol-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: SOL.wh-MNTA",
+ "display": "lp-sol-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: SOL.wh-MNTA",
+ "symbol": "LP SOL.wh-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ ],
+ "denom": "ibc/8399DAC94D7384B38E7B2678319BFA83BFEE05B4E1FE478594CB8EDFDB4239D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-dym-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: DYM-MNTA",
+ "display": "lp-dym-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: DYM-MNTA",
+ "symbol": "LP DYM-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ ],
+ "denom": "ibc/4E0CAF413F1CCA835513760C2954B9A9252CB8830C375F42E5B08AD9BDE54046",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-akt-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: AKT-MNTA",
+ "display": "lp-akt-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: AKT-MNTA",
+ "symbol": "LP AKT-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ ],
+ "denom": "ibc/1BB0526B9AA62BA74FEB4A37882356DC3C75FCDB36DA0FE125B653F5C40692BD",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-link-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: LINK.axl-MNTA",
+ "display": "lp-link-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: LINK.axl-MNTA",
+ "symbol": "LP LINK.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ ],
+ "denom": "ibc/244F371FC54B43555422755D59FA35BE4C8B54F3C229DAE3C502438DE93966F4",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wtao-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wTAO.grv-MNTA",
+ "display": "lp-wtao-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wTAO.grv-MNTA",
+ "symbol": "LP wTAO.grv-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ ],
+ "denom": "ibc/B351F27120B734245F9F91C54B968FA3872980FC0A06AD3632789BA8E396B090",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-mnta-kuji",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: MNTA-KUJI",
+ "display": "lp-mnta-kuji",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: MNTA-KUJI",
+ "symbol": "LP MNTA-KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ ],
+ "denom": "ibc/705921BB3A57A18040D83B68EB11EADE8C406BD5904A31A8C511C4D8E80DFC69",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-axl-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: AXL-MNTA",
+ "display": "lp-axl-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: AXL-MNTA",
+ "symbol": "LP AXL-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ ],
+ "denom": "ibc/2F3125519E29C31D646E821BD2DFA91E9AAA077E070CFA2D6291B320C02F9758",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-atom-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: ATOM-MNTA",
+ "display": "lp-atom-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: ATOM-MNTA",
+ "symbol": "LP ATOM-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ ],
+ "denom": "ibc/78EEAD391728C69DDCF8A3AC4CA61A4CE078931F0D1295AA486DDFD4E755A5C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-arb-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: ARB-MNTA",
+ "display": "lp-arb-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: ARB-MNTA",
+ "symbol": "LP ARB-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ ],
+ "denom": "ibc/ABD268673DB2949B3A786C02107AB813A1C2940A547EA48959EB5C4564C8CF13",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-whale-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: WHALE-MNTA",
+ "display": "lp-whale-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: WHALE-MNTA",
+ "symbol": "LP WHALE-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ ],
+ "denom": "ibc/A15D9CEFBBA2FDE3A56BB8136F4A427669FF960B926E297893E1D6F379E5C32F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-scrt-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: SCRT-MNTA",
+ "display": "lp-scrt-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: SCRT-MNTA",
+ "symbol": "LP SCRT-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ ],
+ "denom": "ibc/ED5EE9418C10EA7AD657C2A72965B1DA9FA60BC4822E4F8D172B2F731973A3DB",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wsteth-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wstETH.axl-MNTA",
+ "display": "lp-wsteth-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wstETH.axl-MNTA",
+ "symbol": "LP wstETH.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ ],
+ "denom": "ibc/E10C7B82944E34252993966B817F7237E2CC79F3BBFE53139C3A5AB8ED986D92",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wmatic-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wMATIC.axl-MNTA",
+ "display": "lp-wmatic-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wMATIC.axl-MNTA",
+ "symbol": "LP wMATIC.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ ],
+ "denom": "ibc/7D29299F83EE5EF41D31772E8855DE4A951C784FF8BD65C1A818E2A5E4155E8C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-uni-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: UNI.axl-MNTA",
+ "display": "lp-uni-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: UNI.axl-MNTA",
+ "symbol": "LP UNI.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ ],
+ "denom": "ibc/9C3C83D6459E91A576BB1895A1CB3B193F372F991938B993A887C312C8D91180",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-yieldeth-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: yieldETH.axl-MNTA",
+ "display": "lp-yieldeth-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: yieldETH.axl-MNTA",
+ "symbol": "LP yieldETH.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ ],
+ "denom": "ibc/9089F502BAC92F544DDFE8ADB6C205DAC5541E4BA3166C89C7A0AAC30BDF86C1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wbtc-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wBTC.axl-MNTA",
+ "display": "lp-wbtc-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wBTC.axl-MNTA",
+ "symbol": "LP wBTC.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ ],
+ "denom": "ibc/8D583CBBE5A56BF067F5F4A4435BDEF5630B719CBAEE40ED382D9857B7B4DA9F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-paxg-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: PAXG.grv-MNTA",
+ "display": "lp-paxg-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: PAXG.grv-MNTA",
+ "symbol": "LP PAXG.grv-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ ],
+ "denom": "ibc/E18301430BFEE9CA2F42A9398B30CAD515FBB486C055C4143A398912E7596985",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wbnb-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wBNB.axl-MNTA",
+ "display": "lp-wbnb-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wBNB.axl-MNTA",
+ "symbol": "LP wBNB.axl-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ ],
+ "denom": "ibc/40F23685A8224D36C399BC4ACE9C18BA4086C2740A0250661246B1FD56932A36",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-osmo-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: OSMO-MNTA",
+ "display": "lp-osmo-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: OSMO-MNTA",
+ "symbol": "LP OSMO-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ ],
+ "denom": "ibc/D422CA66840D07C5A5DD380CF0D09ABBE455C30977E8AF11C55C280675DC7F2C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-inj-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: INJ-MNTA",
+ "display": "lp-inj-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: INJ-MNTA",
+ "symbol": "LP INJ-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ ],
+ "denom": "ibc/8BB226CA0F40BCECBBE103727E998216F0CB760E6F25486C65AA84D40DA8218E",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-stosmo-osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: stOSMO-OSMO",
+ "display": "lp-stosmo-osmo",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: stOSMO-OSMO",
+ "symbol": "LP stOSMO-OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ ],
+ "denom": "ibc/B7F48A3DD9596952B544ABD08D7EAE2E25B87975E3E57FEECADE76531BAD609B",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wsteth-weth",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wstETH.axl-wETH.axl",
+ "display": "lp-wsteth-weth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wstETH.axl-wETH.axl",
+ "symbol": "LP wstETH.axl-wETH.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ ],
+ "denom": "ibc/11A449407C2683D08C8FD2ADD091F1F08AF5F39AFCB5FDAA2476E2386D773C7F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-qcmnta-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: qcMNTA-MNTA",
+ "display": "lp-qcmnta-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: qcMNTA-MNTA",
+ "symbol": "LP qcMNTA-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ ],
+ "denom": "ibc/CE935BFE39C10FC51EAC6D0BCC81D821F8FCC9B34CECE79A665C1A902796A5A3",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-ampmnta-mnta",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: ampMNTA-MNTA",
+ "display": "lp-ampmnta-mnta",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: ampMNTA-MNTA",
+ "symbol": "LP ampMNTA-MNTA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ ],
+ "denom": "ibc/1FAE6364F8887D5FFC70C83F9D68174416C0A20494AABC31EB8367CB64DC0ACC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-weth-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "coingeckoId": "nami-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ ],
+ "denom": "ibc/04D23137EBF911EB4CCD712A30E8FD54D501DFA575633C05A55049EE3C339DF1",
+ "exponent": 0,
+ },
+ {
+ "denom": "nami",
+ "exponent": 6,
+ },
+ ],
+ "description": "The token of NAMI",
+ "display": "nami",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ },
+ "name": "NAMI",
+ "symbol": "NAMI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
+ ],
+ "denom": "ibc/353298BD2C7469A08AB4BFB7C03A67825D8DB844A78CA2BBACB126670D950CC6",
+ "exponent": 0,
+ },
+ {
+ "denom": "nausd",
+ "exponent": 6,
+ },
+ ],
+ "description": "The receipt token of NAMI Protocol",
+ "display": "nausd",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
+ },
+ "name": "NAUSD",
+ "symbol": "NAUSD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
+ ],
+ "denom": "ibc/CE9332B9AE255EEDCA5CF3D6F2F2CC4E031A7672E0F182E99289439379F3959E",
+ "exponent": 0,
+ },
+ {
+ "denom": "mctest",
+ "exponent": 6,
+ },
+ ],
+ "description": "The token of MCTest",
+ "display": "mctest",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
+ },
+ "name": "MCTEST",
+ "symbol": "MC01",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
+ ],
+ "denom": "ibc/2933A4449B067993ECB41E966BB078EF4CC1081B37917B8B885E54B07893E338",
+ "exponent": 0,
+ },
+ {
+ "denom": "auto",
+ "exponent": 6,
+ },
+ ],
+ "description": "The token of AUTO",
+ "display": "auto",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
+ },
+ "name": "AUTO",
+ "symbol": "AUTO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
+ ],
+ "denom": "ibc/8A58C232D30F12738E348D85F56B0E663B76C29EBEB629D773ACC97B4F0DF5A7",
+ "exponent": 0,
+ },
+ {
+ "denom": "qcDYDX",
+ "exponent": 18,
+ },
+ ],
+ "description": "Quark's auto-compounding DYDX derivative",
+ "display": "qcDYDX",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
+ },
+ "name": "qcDYDX",
+ "symbol": "qcDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
+ ],
+ "denom": "ibc/478B6E1271B3E54550CC898A6753B1ED1F0C73FA4C850AF025192D6AD1D3F364",
+ "exponent": 0,
+ },
+ {
+ "denom": "rkuji",
+ "exponent": 6,
+ },
+ ],
+ "description": "The Kujira Recovery Token",
+ "display": "rkuji",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
+ },
+ "name": "rKUJI",
+ "symbol": "rKUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
+ ],
+ "denom": "ibc/F7EA4C811A30C5DB3B91B30ED9506AA5EF7F7D7DF0CD91DC21C7AE4EECAE5AE7",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-atom-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: ATOM-USK",
+ "display": "lp-atom-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: ATOM-USK",
+ "symbol": "LP ATOM-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
+ ],
+ "denom": "ibc/540FF8C4A987A6F5F1DBC65FB4EFD94F97A0F5E591769E8DF2345AE89E356604",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-weth-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
+ ],
+ "denom": "ibc/CD6E1825F3C84C36854A66D9472F9E1641199FDBCF1B357279B63A4229E596F8",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-sol-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: SOL.wh-USK",
+ "display": "lp-sol-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: SOL.wh-USK",
+ "symbol": "LP SOL.wh-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
+ ],
+ "denom": "ibc/BD6A47B30B238F6D531B81436BC884ED4B31C557C93B53251BCC3279D15DDCE3",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-weth-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wETH.axl-USDC",
+ "display": "lp-weth-usdc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wETH.axl-USDC",
+ "symbol": "LP wETH.axl-USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
+ ],
+ "denom": "ibc/790B9A3D48A1C6ECBBAEE3D5AC96418C14C5D28C05715F68F9EC0847E4C1C65E",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-dydx-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: DYDX-USK",
+ "display": "lp-dydx-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: DYDX-USK",
+ "symbol": "LP DYDX-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
+ ],
+ "denom": "ibc/6DFE5CFBAB7C06186789D8F94F0A6961B1704FDDD22AD8A125AFD8FFD2582096",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-akt-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: AKT-USDC",
+ "display": "lp-akt-usdc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: AKT-USDC",
+ "symbol": "LP AKT-USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
+ ],
+ "denom": "ibc/A5EDF8E0392429F05C379822188F6A509655301EBE3F1DB67486EDB0689D75E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wbtc-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: wBTC-USK",
+ "display": "lp-wbtc-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wBTC-USK",
+ "symbol": "LP wBTC-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
+ ],
+ "denom": "ibc/99DD1F55824D8C1C02B43A335A79A514330F736B89242EF762D2061C5CEBC3D5",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-wbtc-wbtc",
+ "exponent": 8,
+ },
+ ],
+ "description": "LP Bow: wBTC.axl-wBTC",
+ "display": "lp-wbtc-wbtc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: wBTC.axl-wBTC",
+ "symbol": "LP wBTC.axl-wBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
+ ],
+ "denom": "ibc/015886089AB23BA8A463D1A9B9B4F95A84705BFD6A25B4B53A0CE3C1382494A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-inj-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: INJ-USDC",
+ "display": "lp-inj-usdc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: INJ-USDC",
+ "symbol": "LP INJ-USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
+ ],
+ "denom": "ibc/D59CEC751F656A6F32BD6779649C122FC56689F186A27BC1A03641126FA108F0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-atom-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: ATOM-USDC",
+ "display": "lp-atom-usdc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: ATOM-USDC",
+ "symbol": "LP ATOM-USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
+ ],
+ "denom": "ibc/C81FEC2F58F669A3ABFA1C8D9C32FD9F01A8AF24B29801ADC19EDDB239FB08AB",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-mnta-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: MNTA-USDC",
+ "display": "lp-mnta-usdc",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: MNTA-USDC",
+ "symbol": "LP MNTA-USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
+ ],
+ "denom": "ibc/97224B865E7A659E8F8B887C7BAEFD6B687EF959337A3F48C29A42A4BF99D3BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp-mnta-usk",
+ "exponent": 6,
+ },
+ ],
+ "description": "LP Bow: MNTA-USK",
+ "display": "lp-mnta-usk",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ },
+ "name": "LP Bow: MNTA-USK",
+ "symbol": "LP MNTA-USK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
+ ],
+ "denom": "ibc/A925B1E3F56700112103152E9E71FF6797D6F472149EE55412578474FDB48778",
+ "exponent": 0,
+ },
+ {
+ "denom": "boon",
+ "exponent": 6,
+ },
+ ],
+ "description": "The token that fuels the Boon app",
+ "display": "boon",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
+ },
+ "name": "Boon",
+ "symbol": "BOON",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-259",
+ },
+ "counterparty": {
+ "base_denom": "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
+ "chain_name": "kujira",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "coingeckoId": "kyve-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ukyve",
+ ],
+ "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13",
+ "exponent": 0,
+ },
+ {
+ "denom": "kyve",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native utility token of the KYVE network.",
+ "display": "kyve",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ "theme": {
+ "primaryColorHex": "#335350",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg",
+ },
+ "name": "KYVE",
+ "socials": {
+ "twitter": "https://twitter.com/KYVENetwork",
+ "website": "https://www.kyve.network/",
+ },
+ "symbol": "KYVE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-767",
+ },
+ "counterparty": {
+ "base_denom": "ukyve",
+ "chain_name": "kyve",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "coingeckoId": "lambda",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ulamb",
+ ],
+ "denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "exponent": 0,
+ },
+ {
+ "denom": "lamb",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Lambda",
+ "display": "lamb",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "theme": {
+ "primaryColorHex": "#e41c54",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ },
+ "name": "Lambda",
+ "symbol": "LAMB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-378",
+ },
+ "counterparty": {
+ "base_denom": "ulamb",
+ "chain_name": "lambda",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ "coingeckoId": "lava-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ulava",
+ ],
+ "denom": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378",
+ "exponent": 0,
+ },
+ {
+ "denom": "lava",
+ "exponent": 6,
+ },
+ ],
+ "description": "Lava Network is a modular data network designed to provide fast, reliable, and scalable access to blockchain data for developers and users.",
+ "display": "lava",
+ "extendedDescription": "Lava Network is an innovative blockchain platform that aims to unlock the full potential of decentralized applications by providing a modular data access network. This platform allows developers to easily connect to multiple blockchains through fast and reliable RPC (Remote Procedure Call) services. By leveraging a peer-to-peer network of node operators, Lava ensures high performance and low latency for data requests across over 30 blockchain ecosystems. The native token, LAVA, is used for securing the network, rewarding node operators, and governance. Lava Network's goal is to create a seamless and efficient data infrastructure that supports the scalability and flexibility needs of the Web3 ecosystem.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ "theme": {
+ "primaryColorHex": "#6f043e",
+ },
+ },
+ ],
+ "keywords": [
+ "modular",
+ "data",
+ "data access",
+ "rpc",
+ "staking",
+ "dual staking",
+ "indexing",
+ "incentivized public rpc",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",
+ },
+ "name": "Lava",
+ "socials": {
+ "twitter": "https://twitter.com/lavanetxyz",
+ "website": "https://lavanet.xyz",
+ },
+ "symbol": "LAVA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-76971",
+ },
+ "counterparty": {
+ "base_denom": "ulava",
+ "chain_name": "lava",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "coingeckoId": "likecoin",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nanolike",
+ ],
+ "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "exponent": 0,
+ },
+ {
+ "denom": "like",
+ "exponent": 9,
+ },
+ ],
+ "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",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2d656c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "LikeCoin",
+ "symbol": "LIKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-53",
+ },
+ "counterparty": {
+ "base_denom": "nanolike",
+ "chain_name": "likecoin",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "alrz",
+ ],
+ "denom": "ibc/ADFA3242D14E90EA479701A6CA341701FF5B88A3E969620AACABB3A0C50CA5CC",
+ "exponent": 0,
+ },
+ {
+ "denom": "LRZ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Native staking token of Lorenzo: LRZ (alrz)",
+ "display": "LRZ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/lorenzo.svg",
+ },
+ "name": "LRZ",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "LRZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79840",
+ },
+ "counterparty": {
+ "base_denom": "alrz",
+ "chain_name": "lorenzo",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stBTC",
+ ],
+ "denom": "ibc/453B5B25834A5D4B8FE1E894E69D73F46424F28E8ED3D8E8CA654AEFF1EC5D3B",
+ "exponent": 0,
+ },
+ {
+ "denom": "display_stBTC",
+ "exponent": 18,
+ },
+ ],
+ "description": "stBTC is the liquid principal token of the Lorenzo protocol, designed to represent staked Bitcoin within the Babylon ecosystem.
+
+",
+ "display": "display_stBTC",
+ "extendedDescription": "stBTC serves as a crucial component of the Lorenzo protocol, enabling Bitcoin holders to unlock the liquidity of their assets while participating in the security of Proof-of-Stake (PoS) networks. By staking BTC through Lorenzo, users receive stBTC, which is redeemable 1-to-1 for the original Bitcoin. This mechanism allows users to earn yield without sacrificing liquidity, as stBTC can be freely utilized within the Lorenzo DeFi ecosystem.
+
+The innovative dual-token system of stBTC and Yield Accruing Tokens (YATs) empowers users to not only stake their BTC but also engage in various decentralized finance activities such as trading, lending, and collateralization. This enhances the utility and flexibility of Bitcoin, providing additional financial opportunities while contributing to the security of PoS networks.
+
+stBTC's role in the Lorenzo protocol illustrates its importance in creating a highly interconnected and efficient financial ecosystem, making it a valuable asset in the broader landscape of decentralized finance.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
+ "theme": {
+ "primaryColorHex": "#133348",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lorenzo/images/stBTC.svg",
+ },
+ "name": "Lorenzo stBTC",
+ "socials": {
+ "twitter": "https://x.com/LorenzoProtocol",
+ "website": "https://www.lorenzo-protocol.xyz/",
+ },
+ "symbol": "stBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79840",
+ },
+ "counterparty": {
+ "base_denom": "stBTC",
+ "chain_name": "lorenzo",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ulumen",
+ ],
+ "denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "lumen",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of LumenX Network",
+ "display": "lumen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "theme": {
+ "primaryColorHex": "#cb8b40",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ },
+ "name": "LUMEN",
+ "symbol": "LUMEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-286",
+ },
+ "counterparty": {
+ "base_denom": "ulumen",
+ "chain_name": "lumenx",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "coingeckoId": "lum-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ulum",
+ ],
+ "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "exponent": 0,
+ },
+ {
+ "denom": "lum",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of the Lum Network",
+ "display": "lum",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#080808",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Lum",
+ "symbol": "LUM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-115",
+ },
+ "counterparty": {
+ "base_denom": "ulum",
+ "chain_name": "lumnetwork",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umars",
+ ],
+ "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "exponent": 0,
+ },
+ {
+ "denom": "mars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Mars Protocol token (pre-migration)",
+ "display": "mars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ },
+ "name": "Mars",
+ "socials": {
+ "twitter": "https://twitter.com/mars_protocol",
+ "website": "https://www.marsprotocol.io/",
+ },
+ "symbol": "MARS.old",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-557",
+ },
+ "counterparty": {
+ "base_denom": "umars",
+ "chain_name": "mars",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umedas",
+ ],
+ "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "exponent": 0,
+ },
+ {
+ "denom": "medas",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Medas Digital Network",
+ "display": "medas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "theme": {
+ "primaryColorHex": "#147ccc",
+ },
+ },
+ ],
+ "keywords": [
+ "medas",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ },
+ "name": "Medas Digital",
+ "symbol": "MEDAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-519",
+ },
+ "counterparty": {
+ "base_denom": "umedas",
+ "chain_name": "medasdigital",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "coingeckoId": "meme-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umeme",
+ ],
+ "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "meme",
+ "exponent": 6,
+ },
+ ],
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "MEME",
+ "symbol": "MEME",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-238",
+ },
+ "counterparty": {
+ "base_denom": "umeme",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
+ ],
+ "denom": "ibc/F36B58EF4187F66A15088CAFA98284CC05301B78D7CC2017659B274D8E8F244C",
+ "exponent": 0,
+ },
+ {
+ "denom": "planq",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "aplanq",
+ "chainName": "planq",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ },
+ "name": "Planq",
+ "symbol": "PLQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-238",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60",
+ "chain_name": "meme",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "coingeckoId": "microtick",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utick",
+ ],
+ "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "exponent": 0,
+ },
+ {
+ "denom": "tick",
+ "exponent": 6,
+ },
+ ],
+ "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
+ "display": "tick",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#6bab14",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Microtick",
+ "symbol": "TICK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-39",
+ },
+ "counterparty": {
+ "base_denom": "utick",
+ "chain_name": "microtick",
+ "channel_id": "channel-16",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "coingeckoId": "white-whale",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uwhale",
+ ],
+ "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "exponent": 0,
+ },
+ {
+ "denom": "whale",
+ "exponent": 6,
+ },
+ ],
+ "description": "Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.",
+ "display": "whale",
+ "extendedDescription": "Migaloo originated as part of the Terra ecosystem but has since transitioned to the Cosmos ecosystem, focusing on creating a decentralized platform that balances and distributes liquidity across various zones. Key features include its permissionless nature and the Alliance module, which facilitates cross-chain staking and enhances blockchain security. Migaloo's flagship application is the White Whale Protocol, an interchain liquidity protocol that uses trading and flash loans to generate yield for stakers. The platform emphasizes interoperability, scalability, and community engagement, aiming to be a pivotal player in the Cosmos ecosystem.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ },
+ "name": "Whale",
+ "symbol": "WHALE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "uwhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ ],
+ "denom": "ibc/834D0AEF380E2A490E4209DFF2785B8DBB7703118C144AC373699525C65B4223",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampWHALE",
+ "exponent": 6,
+ },
+ ],
+ "description": "ampWHALE",
+ "display": "ampWHALE",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampwhale.svg",
+ },
+ "name": "ampWHALE",
+ "symbol": "ampWHALE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshqdky4/ampWHALE",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "coingeckoId": "backbone-labs-staked-whale",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ ],
+ "denom": "ibc/917C4B1E92EE2F959FC11ECFC435C4048F97E8B00F9444592706F4604F24BF25",
+ "exponent": 0,
+ },
+ {
+ "denom": "bWHALE",
+ "exponent": 6,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked WHALE",
+ "display": "bWHALE",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ "theme": {
+ "primaryColorHex": "#d8d8d8",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/bWHALE.png",
+ },
+ "name": "BackBone Labs Liquid Staked WHALE",
+ "symbol": "bWHALE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1mf6ptkssddfmxvhdx0ech0k03ktp6kf9yk59renau2gvht3nq2gqdhts4u/boneWhale",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ ],
+ "denom": "ibc/A37859A04007157B7FE3DC60BA32B7AC9CE7921988D32C087A52DFC98DF74C21",
+ "exponent": 0,
+ },
+ {
+ "denom": "fable",
+ "exponent": 6,
+ },
+ ],
+ "description": "FABLE",
+ "display": "fable",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/fable.svg",
+ },
+ "name": "FABLE",
+ "symbol": "FABLE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo18a9m9stu3dyvewwcq9qmp85euxqcvln5mefync/fable",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "base": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ ],
+ "denom": "ibc/97403599362E2D52C2DC980E90F886930299A66199BAAAA62C585CBCE1CEA90D",
+ "exponent": 0,
+ },
+ {
+ "denom": "bluna",
+ "exponent": 6,
+ },
+ ],
+ "description": "boneLUNA are autocompounding LUNA tokens",
+ "display": "bluna",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra17aj4ty4sz4yhgm08na8drc0v03v2jwr3waxcqrwhajj729zhl7zqnpc0ml",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ "theme": {
+ "primaryColorHex": "#070707",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bLUNA.png",
+ },
+ "name": "boneLuna",
+ "symbol": "bLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/40C29143BF4153B365089E40E437B7AA819672646C45BB0A5F1E10915A0B6708",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ ],
+ "denom": "ibc/DDF1CD4CDC14AE2D6A3060193624605FF12DEE71CF1F8C19EEF35E9447653493",
+ "exponent": 0,
+ },
+ {
+ "denom": "RAC",
+ "exponent": 6,
+ },
+ ],
+ "description": "RAC",
+ "display": "RAC",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ "theme": {
+ "primaryColorHex": "#2b2434",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rac.svg",
+ },
+ "name": "Racoon",
+ "symbol": "RAC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ ],
+ "denom": "ibc/4976049456D261659D0EC499CC9C2391D3C7D1128A0B9FB0BBF2842D1B2BC7BC",
+ "exponent": 0,
+ },
+ {
+ "denom": "ASH",
+ "exponent": 6,
+ },
+ ],
+ "description": "ASH",
+ "display": "ASH",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ash.svg",
+ },
+ "name": "ASH",
+ "symbol": "ASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ ],
+ "denom": "ibc/530C2CB76D0F35CB7D81DF2BB9C14106678BC75E35719A02C4D49FC0B755D59D",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tether USDt on Migaloo",
+ "display": "usdt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ },
+ "name": "Tether USDt",
+ "symbol": "USDt",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/86A25A8A327164AE7C68A29B6ED745C7EEDC36E260A6666F33A6407BECEC4737",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ ],
+ "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D",
+ "exponent": 0,
+ },
+ {
+ "denom": "GUPPY",
+ "exponent": 6,
+ },
+ ],
+ "description": "GUPPY",
+ "display": "GUPPY",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ },
+ "name": "GUPPY",
+ "symbol": "GUPPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ ],
+ "denom": "ibc/3AF2E322D4B54BB97EEE24760ED25B725842A9B62C759402AB8AADD75915FD14",
+ "exponent": 0,
+ },
+ {
+ "denom": "OPHIR",
+ "exponent": 6,
+ },
+ ],
+ "description": "OPHIR is a Cosmos Treasury DAO established on Migaloo.",
+ "display": "OPHIR",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ophir.png",
+ },
+ "name": "OPHIR",
+ "symbol": "OPHIR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1t862qdu9mj5hr3j727247acypym3ej47axu22rrapm4tqlcpuseqltxwq5/ophir",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ ],
+ "denom": "ibc/64D56DF9EC69BE554F49EBCE0199611062FF1137EF105E2F645C1997344F3834",
+ "exponent": 0,
+ },
+ {
+ "denom": "SHARK",
+ "exponent": 6,
+ },
+ ],
+ "description": "SHARK is the apex price prediction market within Cosmos.",
+ "display": "SHARK",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ "theme": {
+ "primaryColorHex": "#062d54",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/shark.png",
+ },
+ "name": "SHARK",
+ "symbol": "SHARK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ ],
+ "denom": "ibc/698A7B8E3CFC0E7831B3DA4BF2525907AF1277FC2D1ABBC21F1114CE9751C04A",
+ "exponent": 0,
+ },
+ {
+ "denom": "lsdSHARK",
+ "exponent": 6,
+ },
+ ],
+ "description": "lsdSHARK is the liquid staking derivative of SHARK.",
+ "display": "lsdSHARK",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ "theme": {
+ "primaryColorHex": "#0d739c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/lsdshark.png",
+ },
+ "name": "lsdSHARK",
+ "symbol": "lsdSHARK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1p3aj9f09d7c4jxhgue0hpdpw370j6gzc59nxxx6l8d0gc9f9rfwsdwetus/lsdSHARK",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "coingeckoId": "terra-luna-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ ],
+ "denom": "ibc/FD1243525A19F6DFC2DCD84E7DE59A565E0B4EFE00387F3DAECF4DB8C3D6D716",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Terra.",
+ "display": "luna",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ },
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4627AD2524E3E0523047E35BB76CC90E37D9D57ACF14F0FCBCEB2480705F3CB8",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ ],
+ "denom": "ibc/6E8F652C21AA3A450F2479C8CEE533C62CC6FA39D9BB263B3EFA174C0333DE40",
+ "exponent": 0,
+ },
+ {
+ "denom": "Rakoff",
+ "exponent": 6,
+ },
+ ],
+ "description": "Rakoff Token",
+ "display": "Rakoff",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2",
+ "chainName": "terra",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/juris.png",
+ },
+ "name": "Rakoff",
+ "symbol": "RAKOFF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/44C29C91F202E20C8E28DFB1FA89B725C54171CD77B8948836C72E7A97E4A018",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ ],
+ "denom": "ibc/ADBDAED6F14E5BE1392CE79F29A59F362E53261A87D3ACF8244A88DA428A100E",
+ "exponent": 0,
+ },
+ {
+ "denom": "gash",
+ "exponent": 6,
+ },
+ ],
+ "description": "GASH",
+ "display": "gash",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ "theme": {
+ "primaryColorHex": "#1d0918",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/gash.png",
+ },
+ "name": "GASH",
+ "symbol": "GASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ ],
+ "denom": "ibc/04FAC73DFF7F1DD59395948F2F043B0BBF978AD4533EE37E811340F501A08FFB",
+ "exponent": 0,
+ },
+ {
+ "denom": "rstk",
+ "exponent": 6,
+ },
+ ],
+ "description": "Restake DAO Token",
+ "display": "rstk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ },
+ "name": "RESTAKE",
+ "symbol": "RSTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
+ ],
+ "denom": "ibc/CB73F01623BA84035858C90DE0987E7144E006D92F086443DAD5361F40BFBB0D",
+ "exponent": 0,
+ },
+ {
+ "denom": "frog",
+ "exponent": 6,
+ },
+ ],
+ "description": "Frogztrik NFT Token",
+ "display": "frog",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9",
+ "chainName": "terra",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ "theme": {
+ "primaryColorHex": "#182615",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png",
+ },
+ "name": "Frogztrik NFT Token",
+ "symbol": "FROG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
+ ],
+ "denom": "ibc/58E4261D2E21FE3A459C290A9F97F3DCD257B28F48AAE828298B38E048804829",
+ "exponent": 0,
+ },
+ {
+ "denom": "GRAC",
+ "exponent": 6,
+ },
+ ],
+ "description": "GRAC is the official token of Racoon.Bet's gaming platform.",
+ "display": "GRAC",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ "theme": {
+ "primaryColorHex": "#f5bf09",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/grac.png",
+ },
+ "name": "Gaming RAC Token",
+ "symbol": "GRAC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/ugrac",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
+ ],
+ "denom": "ibc/91CBC334D9C4CC58857ACF49B3C7EBF4E4923F08D197756132683E564212344A",
+ "exponent": 0,
+ },
+ {
+ "denom": "wind",
+ "exponent": 6,
+ },
+ ],
+ "display": "wind",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ },
+ "name": "Wind Token",
+ "symbol": "WIND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/721B42229246EEDA7A656DB17E494127F91E84AD63E21852737628321892A928",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
+ ],
+ "denom": "ibc/3697FE939849E09F9B80D358EC4D09813EA703AE9EBFA8C02811020733DCAFA3",
+ "exponent": 0,
+ },
+ {
+ "denom": "shitmos",
+ "exponent": 6,
+ },
+ ],
+ "display": "shitmos",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#639BFF",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg",
+ },
+ "name": "Shitmos",
+ "symbol": "SHITMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ ],
+ "denom": "ibc/3561B86D3E5B4D574B47BCD4AFDB84FC5B4DCD2E6E3F1FEF39AABE85137A365A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampGASH",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS Liquid Alliance Staked GASH",
+ "display": "ampGASH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
+ },
+ ],
+ "name": "ampGASH",
+ "symbol": "ampGASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
+ ],
+ "denom": "ibc/EB6AD83A5D191BD9D7E71269B995AE9648F6FC515C62271B01C27CCAA8A0B31D",
+ "exponent": 0,
+ },
+ {
+ "denom": "SYN",
+ "exponent": 6,
+ },
+ ],
+ "display": "SYN",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ },
+ "name": "SYN",
+ "symbol": "SYN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-642",
+ },
+ "counterparty": {
+ "base_denom": "ibc/33E97105B5C1F48CB7D6400F4673F9B3699AC59EDB621CCCD57D5D480E0C83B6",
+ "chain_name": "migaloo",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ "coingeckoId": "neutaro",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uneutaro",
+ ],
+ "denom": "ibc/DAED51CBD967A3BE0C467687970AFD97B202AFE4A1718B36936F49178AFE0133",
+ "exponent": 0,
+ },
+ {
+ "denom": "neutaro",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Neutaro",
+ "display": "neutaro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ "theme": {
+ "primaryColorHex": "#cbfb06",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",
+ },
+ "name": "Neutaro",
+ "symbol": "NTMPI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79092",
+ },
+ "counterparty": {
+ "base_denom": "uneutaro",
+ "chain_name": "neutaro",
+ "channel_id": "channel-4",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "coingeckoId": "neutron-3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "untrn",
+ ],
+ "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "exponent": 0,
+ },
+ {
+ "denom": "ntrn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub's security to provide cross-chain DeFi applications.",
+ "display": "ntrn",
+ "extendedDescription": "Neutron is a blockchain network designed to bring smart contracts to the Cosmos ecosystem using CosmWasm. It leverages Interchain Security to rely on the Cosmos Hub's validator set, enhancing its security without needing its own validators. This allows Neutron to provide robust, cross-chain smart contract applications across more than 50 interconnected blockchains. Neutron's focus on interchain queries and transactions enables secure data retrieval and transaction execution across multiple chains, fostering the development of complex and decentralized applications within the Cosmos network.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ },
+ "name": "Neutron",
+ "socials": {
+ "twitter": "https://twitter.com/Neutron_org",
+ "website": "https://neutron.org/",
+ },
+ "symbol": "NTRN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "untrn",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ ],
+ "denom": "ibc/9A7A0844165B2F749D91C1020D8297599A4F25DB3A844129D9EF3C03A4950126",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "IBC atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ ],
+ "denom": "ibc/D57ECF199C0264C8FAEC4C607D8500B7A501BABD88A7C28850763148805AEBBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "axlusdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
+ "display": "axlusdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "USD Coin (Axelar)",
+ "symbol": "axlUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ ],
+ "denom": "ibc/8A68E5B25AF76AD5C927496233607DB340009114BC3575251BF94DA2C7E6B7D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tia on Neutron",
+ "display": "tia",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Celestia TIA",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ ],
+ "denom": "ibc/0FC38457AF15A8BD1962BB97DDF1AB5EF4C74C5BFDAEF00289A9C405CBD609B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "ASTROPEPE",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astropepe meme coin",
+ "display": "ASTROPEPE",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "theme": {
+ "primaryColorHex": "#47391d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ },
+ "name": "AstroPepe",
+ "symbol": "ASTROPEPE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ ],
+ "denom": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5",
+ "exponent": 0,
+ },
+ {
+ "denom": "wstETH",
+ "exponent": 18,
+ },
+ ],
+ "description": "wstETH on Neutron",
+ "display": "wstETH",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ },
+ "name": "wstETH",
+ "symbol": "wstETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ ],
+ "denom": "ibc/616996D76774BFB183213578305BDB25259DE1B862BDE9C42F1C3AD23455303E",
+ "exponent": 0,
+ },
+ {
+ "denom": "sat",
+ "exponent": 6,
+ },
+ ],
+ "description": "NBTC on Neutron",
+ "display": "sat",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "usat",
+ "chainName": "nomic",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Nomic NBTC",
+ "symbol": "SAT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ ],
+ "denom": "ibc/5A3F17D4BF76E673A806FA2A42EAC3F2C48A2C53E749D33722CD6DACA7EB2674",
+ "exponent": 0,
+ },
+ {
+ "denom": "dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "DYDX on Neutron",
+ "display": "dydx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "DYDX",
+ "symbol": "DYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "coingeckoId": "newt",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ ],
+ "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD",
+ "exponent": 0,
+ },
+ {
+ "denom": "newt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The cutest NEWT token on Neutron chain.",
+ "display": "newt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "theme": {
+ "primaryColorHex": "#16233d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ },
+ "name": "Newt",
+ "symbol": "NEWT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "coingeckoId": "astroport-fi",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ ],
+ "denom": "ibc/B8C608CEE08C4F30A15A7955306F2EDAF4A02BB191CABC4185C1A57FD978DA1B",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ ],
+ "denom": "ibc/2ED09B03AA396BC2F35B741F4CA4A82D33A24A1007BFC1973299842DD626F564",
+ "exponent": 0,
+ },
+ {
+ "denom": "xASTRO",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "xASTRO",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ },
+ "name": "Staked Astroport Token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "xASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ ],
+ "denom": "ibc/4C59750C9C44379A5AF8236A6727E77D931551334BE6323E51249D83E079C713",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro.cw20",
+ "exponent": 6,
+ },
+ ],
+ "description": "ASTRO.cw20 on Neutron",
+ "display": "astro.cw20",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ },
+ "name": "Astroport CW20 token",
+ "symbol": "ASTRO.cw20",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ ],
+ "denom": "ibc/B56EC23632BE54840D80CDF108B4C76F6BB6CB489F332932FCD27DD925C04204",
+ "exponent": 0,
+ },
+ {
+ "denom": "corgi",
+ "exponent": 6,
+ },
+ ],
+ "description": "Baby Corgi is the real doggo of Neutron!",
+ "display": "corgi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "theme": {
+ "primaryColorHex": "#fab442",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ },
+ "name": "Baby Corgi",
+ "symbol": "CORGI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ ],
+ "denom": "ibc/8C8F6349F656C943543C6B040377BE44123D01F712277815C3C13098BB98818C",
+ "exponent": 0,
+ },
+ {
+ "denom": "circus",
+ "exponent": 6,
+ },
+ ],
+ "description": "clownmaxxed store of value",
+ "display": "circus",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "theme": {
+ "primaryColorHex": "#242033",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ },
+ "name": "AtomEconomicZone69JaeKwonInu",
+ "symbol": "CIRCUS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ ],
+ "denom": "ibc/40370BD36E498B562FFC5E557ACD6C984557234EC60D69B0BD60481E5B2D5B1C",
+ "exponent": 0,
+ },
+ {
+ "denom": "jimmy",
+ "exponent": 6,
+ },
+ ],
+ "description": "Jimmy Neutron Finance",
+ "display": "jimmy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "theme": {
+ "primaryColorHex": "#7d3c20",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ },
+ "name": "jimmy",
+ "symbol": "JIMMY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ ],
+ "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23",
+ "exponent": 0,
+ },
+ {
+ "denom": "bad",
+ "exponent": 6,
+ },
+ ],
+ "description": "Baddest coin on Cosmos",
+ "display": "bad",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "theme": {
+ "primaryColorHex": "#211a0d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ },
+ "name": "Badcoin",
+ "symbol": "BAD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "denomUnits": [
+ {
+ "aliases": [
+ "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ ],
+ "denom": "ibc/637E59EBF7B5DA40A727E59411B6A0698752241E5CBB1621328FF8F892266757",
+ "exponent": 0,
+ },
+ {
+ "denom": "bitcosmos",
+ "exponent": 6,
+ },
+ ],
+ "description": "BITCOSMOS",
+ "display": "bitcosmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "theme": {
+ "primaryColorHex": "#1b0847",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ },
+ "name": "Bitcosmos",
+ "symbol": "BTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ ],
+ "denom": "ibc/16F22B50357BBB091932B5B9FB2BF1C87192A725D4DCD5BC1B10241771E36C3C",
+ "exponent": 0,
+ },
+ {
+ "denom": "wtf",
+ "exponent": 6,
+ },
+ ],
+ "description": "What the Fuck",
+ "display": "wtf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "theme": {
+ "primaryColorHex": "#dcd5ab",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ },
+ "name": "wtf",
+ "symbol": "WTF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ ],
+ "denom": "ibc/D34911DAAC94F2270CDF93317FD16537B02F5CA26C20AB1AA5285AD3C0B97D6C",
+ "exponent": 0,
+ },
+ {
+ "denom": "nls",
+ "exponent": 6,
+ },
+ ],
+ "description": "NLS on Neutron",
+ "display": "nls",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "unls",
+ "chainName": "nolus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ },
+ "name": "Nolus NLS",
+ "symbol": "NLS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ ],
+ "denom": "ibc/4CAD11BA3FC5ABFD94B84FAEA13B61EC0DBAA8C9A7722D40F264B64D206786DA",
+ "exponent": 0,
+ },
+ {
+ "denom": "goddard",
+ "exponent": 6,
+ },
+ ],
+ "description": "A Mechanical Canine",
+ "display": "goddard",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "theme": {
+ "primaryColorHex": "#516b80",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ },
+ "name": "Goddard",
+ "symbol": "GODRD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ ],
+ "denom": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1",
+ "exponent": 0,
+ },
+ {
+ "denom": "apollo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The deflationary utility token of the Apollo DAO project",
+ "display": "apollo",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ },
+ "name": "Apollo DAO",
+ "socials": {
+ "twitter": "https://twitter.com/ApolloDAO",
+ "website": "https://apollo.farm/",
+ },
+ "symbol": "APOLLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ ],
+ "denom": "ibc/9DF7390F2A2115F7FFF8D8EB5C18A95644FD030DB57EBA9177B3FA86A7BCBC69",
+ "exponent": 0,
+ },
+ {
+ "denom": "newtroll",
+ "exponent": 6,
+ },
+ ],
+ "description": "NEWTROLL",
+ "display": "newtroll",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ },
+ "name": "Newtroll",
+ "symbol": "NTRL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ ],
+ "denom": "ibc/CACB03CF37B27F6C0ED81DC3762A33B6939EB137CBD12C70ACD6B721F2BF1FA4",
+ "exponent": 0,
+ },
+ {
+ "denom": "retro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Retro Game",
+ "display": "retro",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ },
+ "name": "Retro",
+ "symbol": "RETRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ ],
+ "denom": "ibc/167C2D49610CB3DF511D7EE0B488AE7EB024878EB75407760A7F287477DA9792",
+ "exponent": 0,
+ },
+ {
+ "denom": "goddard",
+ "exponent": 6,
+ },
+ ],
+ "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
+ "display": "goddard",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ },
+ "name": "Goddard",
+ "symbol": "GODDARD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ ],
+ "denom": "ibc/771ECDBE60849BE12A628988600FC066E8A8E1E1F7CFEAFFD3B91DAFF6A6DFEB",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "denomUnits": [
+ {
+ "aliases": [
+ "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ ],
+ "denom": "ibc/A3AE3AE4706A07D5621269D4F07DA732EE09DD49D05237FBB54DCBBEF3C49801",
+ "exponent": 0,
+ },
+ {
+ "denom": "boy",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astro BOY",
+ "display": "boy",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "theme": {
+ "primaryColorHex": "#333333",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ },
+ "name": "boy",
+ "symbol": "BOY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ ],
+ "denom": "ibc/A14B3FFAD2838A3C067DEFD55A87D95607B4ED69DC305E6DB4E8FCBCD90F3BDC",
+ "exponent": 0,
+ },
+ {
+ "denom": "BADKID",
+ "exponent": 6,
+ },
+ ],
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ },
+ "name": "Badkid",
+ "symbol": "BADKID",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ ],
+ "denom": "ibc/78574544C39A06D7B5920535188967E05FB94E9CDAC425FFFC21F6B031D2E811",
+ "exponent": 0,
+ },
+ {
+ "denom": "cartel",
+ "exponent": 6,
+ },
+ ],
+ "description": "Reflections of cartel activity on Cosmos.",
+ "display": "cartel",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "theme": {
+ "primaryColorHex": "#8c9098",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ },
+ "name": "cartel",
+ "symbol": "CARTEL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ ],
+ "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ATOM1KLFG",
+ "exponent": 6,
+ },
+ ],
+ "description": "$ATOM to $1,000 LFG!!",
+ "display": "ATOM1KLFG",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ },
+ "name": "ATOM1KLFG",
+ "symbol": "ATOM1KLFG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "coingeckoId": "usd-coin",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ ],
+ "denom": "ibc/3A8C739C1115F446555F964B4B2C5374744DF899CB9B848FF747997F96A3323E",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USD Coin on Neutron",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
+ ],
+ "denom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748",
+ "exponent": 0,
+ },
+ {
+ "denom": "WEIRD",
+ "exponent": 6,
+ },
+ ],
+ "description": "WEIRD FRIENDS token",
+ "display": "WEIRD",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ },
+ "name": "WEIRD",
+ "symbol": "WEIRD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
+ ],
+ "denom": "ibc/7A992B55745940B8F749627A007A9F2FF75D1B1E97079DA258A803DC57EF6688",
+ "exponent": 0,
+ },
+ {
+ "denom": "takumi",
+ "exponent": 6,
+ },
+ ],
+ "display": "takumi",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png",
+ "theme": {
+ "primaryColorHex": "#556867",
+ },
+ },
+ ],
+ "name": "Takumi Asano",
+ "symbol": "TAKUMI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ ],
+ "denom": "ibc/43B1E30A5CB56C6465E1D8F0E5E8CE77D51E6D7236CEE0334737DF9A48051113",
+ "exponent": 0,
+ },
+ {
+ "denom": "NBZ",
+ "exponent": 6,
+ },
+ ],
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ },
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
+ ],
+ "denom": "ibc/B67DF59507B3755EEDE0866C449445BD54B4DA82CCEBA89D775E53DC35664255",
+ "exponent": 0,
+ },
+ {
+ "denom": "MARS",
+ "exponent": 6,
+ },
+ ],
+ "description": "Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.",
+ "display": "MARS",
+ "extendedDescription": "Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "theme": {
+ "primaryColorHex": "#ef4136",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ },
+ "name": "Mars Protocol token",
+ "socials": {
+ "twitter": "https://x.com/mars_protocol",
+ "website": "https://marsprotocol.io/",
+ },
+ "symbol": "MARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
+ "coingeckoId": "drop-staked-atom",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ ],
+ "denom": "ibc/C1B4D4804EB8F95FFB75E6395A301F0AD6D7DDE5C3A45571B70E46A368DD353E",
+ "exponent": 0,
+ },
+ {
+ "denom": "dATOM",
+ "exponent": 6,
+ },
+ ],
+ "description": "Drop staked ATOM",
+ "display": "dATOM",
+ "extendedDescription": "Drop protocol token for the interchain liquidity",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ "name": "dATOM",
+ "socials": {
+ "twitter": "https://x.com/Dropdotmoney",
+ "website": "https://www.drop.money/",
+ },
+ "symbol": "dATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
+ ],
+ "denom": "ibc/2BF7FB3908B469FA9672767DC74AF8A18E2F47F8B623B0685DE290B828FCBD23",
+ "exponent": 0,
+ },
+ {
+ "denom": "SIN",
+ "exponent": 6,
+ },
+ ],
+ "description": "SinGarden token",
+ "display": "SIN",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
+ },
+ "name": "SIN",
+ "symbol": "SIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
+ ],
+ "denom": "ibc/2B3675B15D474B4E65D943122807023D3ECD7B415100A1DFADBA6C03E1F6D8AE",
+ "exponent": 0,
+ },
+ {
+ "denom": "GOP",
+ "exponent": 6,
+ },
+ ],
+ "description": "CryptoGopniks token",
+ "display": "GOP",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
+ },
+ "name": "GOP",
+ "symbol": "GOP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
+ ],
+ "denom": "ibc/7ACEBD51958C8D61AA4024A3147F86E2C7E5E580DB06E517930A26434BDC257B",
+ "exponent": 0,
+ },
+ {
+ "denom": "arena",
+ "exponent": 6,
+ },
+ ],
+ "description": "The governance token of the Arena DAO",
+ "display": "arena",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#FF8000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
+ },
+ "name": "Arena Token",
+ "socials": {
+ "twitter": "https://x.com/ArenaDAO",
+ "website": "https://arenadao.org/",
+ },
+ "symbol": "ARENA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-874",
+ },
+ "counterparty": {
+ "base_denom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
+ "chain_name": "neutron",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "coingeckoId": "nibiru",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unibi",
+ ],
+ "denom": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF",
+ "exponent": 0,
+ },
+ {
+ "denom": "nibi",
+ "exponent": 6,
+ },
+ {
+ "denom": "attonibi",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Nibiru network",
+ "display": "nibi",
+ "extendedDescription": "Nibiru hosts a variety of ecosystem partners in a wide variety of consumer sectors. From RWAs (Coded Estate) to DeFi (Constella, NOM) to Gaming (Blockchain Game Alliance, IntoTheVerse), Nibiru is advancing multiple emerging blockchain narratives that will onboard the next billion users.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ "theme": {
+ "primaryColorHex": "#14c0ce",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",
+ },
+ "name": "Nibiru",
+ "socials": {
+ "twitter": "https://twitter.com/nibiruchain",
+ "website": "https://nibiru.fi",
+ },
+ "symbol": "NIBI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-21113",
+ },
+ "counterparty": {
+ "base_denom": "unibi",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ ],
+ "denom": "ibc/A6A1B44D1234A9481D2BA8AD777804E40F42C4B57002072CF2E54462870038CA",
+ "exponent": 0,
+ },
+ ],
+ "description": "uoprek",
+ "display": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "name": "uoprek",
+ "symbol": "UOPREK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-21113",
+ },
+ "counterparty": {
+ "base_denom": "tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
+ "denomUnits": [
+ {
+ "aliases": [
+ "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ ],
+ "denom": "ibc/93439CEF023602D42D8B4F2D0F483730E1A8CC52891AA668CF68DAC984A8FA26",
+ "exponent": 0,
+ },
+ ],
+ "description": "utestate",
+ "display": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "name": "utestate",
+ "symbol": "UTESTATE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-21113",
+ },
+ "counterparty": {
+ "base_denom": "tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ ],
+ "denom": "ibc/553D4B783DD4599E28138D5874FFED5D4648ACAF169A04ABEAFAAFE900A019CC",
+ "exponent": 0,
+ },
+ ],
+ "description": "npp",
+ "display": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "name": "npp",
+ "symbol": "NPP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-21113",
+ },
+ "counterparty": {
+ "base_denom": "tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP",
+ "chain_name": "nibiru",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustake",
+ ],
+ "denom": "ibc/B36FA1449007D770F373A0806EC5A907CC2D7DC11AE73FA8AFF76C5903A4F9B0",
+ "exponent": 0,
+ },
+ {
+ "denom": "stake",
+ "exponent": 6,
+ },
+ ],
+ "description": "The permissioned staking asset for Noble Chain",
+ "display": "stake",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "theme": {
+ "primaryColorHex": "#a8bbfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ },
+ "name": "Stake",
+ "symbol": "STAKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-750",
+ },
+ "counterparty": {
+ "base_denom": "ustake",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ufrienzies",
+ ],
+ "denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "exponent": 0,
+ },
+ {
+ "denom": "frienzies",
+ "exponent": 6,
+ },
+ ],
+ "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
+ "display": "frienzies",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "theme": {
+ "primaryColorHex": "#04041c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ },
+ "name": "Frienzies",
+ "symbol": "FRNZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-750",
+ },
+ "counterparty": {
+ "base_denom": "ufrienzies",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ ],
+ "denom": "ibc/B003847F854F1FCFBF4CDF3A532DB7DAD0E1A7625B8426C0F81EEBA0AEF5F42D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "ATOM",
+ ],
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM token on Noble",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom Staking Coin",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-750",
+ },
+ "counterparty": {
+ "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "coingeckoId": "usd-coin",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uusdc",
+ ],
+ "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USD Coin",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-750",
+ },
+ "counterparty": {
+ "base_denom": "uusdc",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ "coingeckoId": "ondo-us-dollar-yield",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ausdy",
+ ],
+ "denom": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdy",
+ "exponent": 18,
+ },
+ ],
+ "description": "Ondo US Dollar Yield",
+ "display": "usdy",
+ "extendedDescription": "USDY is a tokenized note secured by short-term US Treasuries and bank demand deposits. USDY is accessible to non-US individual and institutional investors and is transferable onchain 40-50 days after purchase.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "theme": {
+ "primaryColorHex": "#142c5c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ },
+ "name": "Ondo US Dollar Yield",
+ "socials": {
+ "twitter": "https://x.com/OndoFinance",
+ "website": "https://ondo.finance/usdy",
+ },
+ "symbol": "USDY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-750",
+ },
+ "counterparty": {
+ "base_denom": "ausdy",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ueure",
+ ],
+ "denom": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F",
+ "exponent": 0,
+ },
+ {
+ "denom": "eure",
+ "exponent": 6,
+ },
+ ],
+ "description": "EURe is a Euro-backed stablecoin issued by Monerium on Noble.",
+ "display": "eure",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#0095D7",
+ },
+ },
+ ],
+ "name": "Monerium EUR emoney",
+ "symbol": "EURe",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-750",
+ },
+ "counterparty": {
+ "base_denom": "ueure",
+ "chain_name": "noble",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unois",
+ ],
+ "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90",
+ "exponent": 0,
+ },
+ {
+ "denom": "nois",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Nois",
+ "display": "nois",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ "theme": {
+ "primaryColorHex": "#0c0c14",
+ },
+ },
+ ],
+ "keywords": [
+ "nois",
+ "randomness",
+ "drand",
+ "wasm",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",
+ },
+ "name": "Nois",
+ "symbol": "NOIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8277",
+ },
+ "counterparty": {
+ "base_denom": "unois",
+ "chain_name": "nois",
+ "channel_id": "channel-37",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "coingeckoId": "nolus",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unls",
+ ],
+ "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "exponent": 0,
+ },
+ {
+ "denom": "nls",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Nolus chain",
+ "display": "nls",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ },
+ "name": "Nolus",
+ "socials": {
+ "twitter": "https://twitter.com/NolusProtocol",
+ "website": "https://nolus.io/",
+ },
+ "symbol": "NLS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "unls",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ ],
+ "denom": "ibc/0C07D5498CB667C3706C1DAB479C6FF68E9DE76A83DB9B107707BE1799C1E940",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "axlUSDC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ },
+ "name": "axlUSDC",
+ "symbol": "axlUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/7FBDBEEEBA9C50C4BCDF7BF438EAB99E64360833D240B32655C96E319559E911",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ ],
+ "denom": "ibc/A1F4BFABB8624B56B1A521DDD4703411DDBDB1F3F6F79B95654920838DCE121E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "OSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ ],
+ "denom": "ibc/0C98CFFC5DD368EC23920691C0C873FF5563412C941DFB3F1286BD2543A04AC8",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "stosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "stOSMO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stosmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ },
+ "name": "Osmosis",
+ "symbol": "stOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/AF5559D128329B6C753F15481BEC26E533B847A471074703FA4903E7E6F61BA1",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ ],
+ "denom": "ibc/0FBCE1D5A4900E81D536BC82AB2FD835372C9130096A7CFE04FA367C84ECB3CE",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6CDD4663F2F09CD62285E2D45891FC149A3568E316CE3EBBE201A71A78A69388",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ ],
+ "denom": "ibc/677E68D40422380F21694BDC6138A8930B72ADA8DD99C71BBC7554AD47AD75A0",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "statom",
+ "exponent": 6,
+ },
+ ],
+ "description": "stATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "statom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ },
+ "name": "stATOM",
+ "symbol": "stATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FCFF8B19C61677F3B78E2A5AE3B4A34A8D23858D16905F253B8438B3AFD07FF8",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ ],
+ "denom": "ibc/7B5854A140A3604207939DF071ECB7B3039229701720400F9654133934611D1C",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "weth",
+ "exponent": 18,
+ },
+ ],
+ "description": "WETH transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "weth",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ },
+ "name": "WETH",
+ "symbol": "WETH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A7C4A3FB19E88ABE60416125F9189DA680800F4CDD14E3C10C874E022BEFF04C",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ ],
+ "denom": "ibc/EE9BEB35593E4765ED3EEA003E5571F2114E19DAA4E7052534A015D33FCFA48D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "wbtc",
+ "exponent": 8,
+ },
+ ],
+ "description": "WBTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "wbtc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ },
+ "name": "WBTC",
+ "symbol": "WBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/84E70F4A34FB2DE135FD3A04FDDF53B7DA4206080AA785C8BAB7F8B26299A221",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ ],
+ "denom": "ibc/3D4EAD58236937D131C42A4F743BED8CB893F553093BBFE288517CF2BE6A46DC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "akt",
+ "exponent": 6,
+ },
+ ],
+ "description": "AKT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "akt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "AKT",
+ "symbol": "AKT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ADC63C00000CA75F909D2BE3ACB5A9980BED3A73B92746E0FCE6C67414055459",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ ],
+ "denom": "ibc/976EF6F85E722D431EDA0A2E27115692B0D862FBC1357FF0D0A8F2AC553C94A5",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "axl",
+ "exponent": 6,
+ },
+ ],
+ "description": "AXL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "axl",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "AXL",
+ "symbol": "AXL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/1B03A71B8E6F6EF424411DC9326A8E0D25D096E4D2616425CFAF2AF06F0FE717",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ ],
+ "denom": "ibc/D2198209BBB119A2E77A7B6DA29BCA686EC60ACEE16B76C0E9A124501C6F8C33",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "juno",
+ "exponent": 6,
+ },
+ ],
+ "description": "JUNO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "juno",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "JUNO",
+ "symbol": "JUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4F3E83AB35529435E4BFEA001F5D935E7250133347C4E1010A9C77149EF0394C",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ ],
+ "denom": "ibc/14D401AEBAA3AD5FF67D195DA20B9315F1DD44E480344285FF3F175298E1A88C",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "evmos",
+ "exponent": 18,
+ },
+ ],
+ "description": "EVMOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "evmos",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "EVMOS",
+ "symbol": "EVMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A59A9C955F1AB8B76671B00C1A0482C64A6590352944BB5880E5122358F7E1CE",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ ],
+ "denom": "ibc/7732BA1BE27212CA0FB688C28D5ECAA3A1122D952710CB67E94C42FEFBE06060",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "stk/atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "stkATOM transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stk/atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ },
+ "name": "stkATOM",
+ "symbol": "stkATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DAAD372DB7DD45BBCFA4DDD40CA9793E9D265D1530083AB41A8A0C53C3EBE865",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ ],
+ "denom": "ibc/4D04B5827E0F4B186F6F78C5EC1599414582057EAFDE50B6817BD8F3B2FB9EE2",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "scrt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "SCRT",
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/EA00FFF0335B07B5CD1530B7EB3D2C710620AE5B168C71AFF7B50532D690E107",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ ],
+ "denom": "ibc/05668646857CD9F35DA10C70C687AD3AB1656B1AF6EA958F9207CFFCCA87B371",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "cro",
+ "exponent": 8,
+ },
+ ],
+ "description": "CRO transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ "name": "CRO",
+ "symbol": "CRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E1BCC0F7B932E654B1A930F72B76C0678D55095387E2A4D8F00E941A8F82EE48",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ ],
+ "denom": "ibc/AB9C7599466B61F2ABC1D347555C9540FE104C3B2E9F104DAFD4F9BCE8277B6E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "description": "STARS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "stars",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "STARS",
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/11E3CF372E065ACB1A39C531A3C7E7E03F60B5D0653AD2139D31128ACD2772B5",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ ],
+ "denom": "ibc/BF7BC8BFBBFC832BA9E037A000FEC522AC99318DA230005F83565C252C5E445E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "TIA transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "tia",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "TIA",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ ],
+ "denom": "ibc/B899EACD7F514A95A4D724FD571948FD312D8FE184635551B97FB4704613C76D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "strd",
+ "exponent": 6,
+ },
+ ],
+ "description": "STRD transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "strd",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ },
+ "name": "STRD",
+ "symbol": "STRD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/04CA9067228BB51F1C39A506DA00DF07E1496D8308DD21E8EF66AD6169FA722B",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
+ ],
+ "denom": "ibc/764B66FB8EEF24FC5891B53C2C63B0541366CC5F8BEE22F768C16294AE053B97",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "cudos",
+ "exponent": 18,
+ },
+ ],
+ "description": "CUDOS transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "cudos",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "CUDOS",
+ "symbol": "CUDOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BB9810E7FE8836311126F15BE0B20E7463189751840F8C3FEF3AC8F87D8AB7C8",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
+ ],
+ "denom": "ibc/717AA0B7CEBF5E84BD053790FEB317B32C7E66078B7308544A15DB41A1CF2595",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "allBTC",
+ "exponent": 8,
+ },
+ ],
+ "description": "Alloyed BTC transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allBTC",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ "theme": {
+ "primaryColorHex": "#f4941c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg",
+ },
+ "name": "Alloyed BTC",
+ "symbol": "BTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E45CFCB959F4F6D1065B7033EE49A88E606E6AD82E75725219B3D68B0FA89987",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
+ ],
+ "denom": "ibc/665E556001181E6F56895B3B837562D3988969320ED18009BB53BE715A5D559A",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "allSOL",
+ "exponent": 9,
+ },
+ ],
+ "description": "Alloyed SOL transferred from the Osmosis mainnet that is supported on the Nolus chain",
+ "display": "allSOL",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ },
+ "name": "Alloyed SOL",
+ "symbol": "SOL",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/762E1E45658845A12E214A91C3C05FDFC5951D60404FAADA225A369A96DCD9A9",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ ],
+ "denom": "ibc/5542CD6473DF773D60629A95F89BA9DC5DFDB1B01369D8020434270D263A3396",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "ntrn",
+ "exponent": 6,
+ },
+ ],
+ "description": "NTRN transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "ntrn",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "untrn",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ },
+ "name": "NTRN",
+ "symbol": "NTRN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/3D6BC6E049CAEB905AC97031A42800588C58FB471EBDC7A3530FFCD0C3DC9E09",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ ],
+ "denom": "ibc/F4EE80BAD0B54C6F3523B3D34F6C7A30BBA8690469722B81ACE59EC6CBB43D71",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "DYDX transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dydx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "DYDX",
+ "symbol": "DYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6DF8CF5C976851D152E2C7270B0AB25C4F9D64C0A46513A68D6CBB2662A98DF4",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
+ ],
+ "denom": "ibc/2FB3DBF85C842B87EF52BE9D22721FF0B72C8F76B64281D30B8379A575F09B3C",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "dATOM",
+ "exponent": 6,
+ },
+ ],
+ "description": "dATOM transferred from the Neutron mainnet that is supported on the Nolus chain",
+ "display": "dATOM",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ "name": "dATOM",
+ "symbol": "dATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-783",
+ },
+ "counterparty": {
+ "base_denom": "ibc/EB08474FFC49B6BB2F03F7D9B08697138F4DA53347CA1AB718C8BCFBB58C1B2B",
+ "chain_name": "nolus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unom",
+ ],
+ "denom": "ibc/F49DFB3BC8105C57EE7F17EC2402438825B31212CFDD81681EB87911E934F32C",
+ "exponent": 0,
+ },
+ {
+ "denom": "nom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Nomic's native token.",
+ "display": "nom",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#6404fc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Nomic",
+ "symbol": "NOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-6897",
+ },
+ "counterparty": {
+ "base_denom": "unom",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usat",
+ ],
+ "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F",
+ "exponent": 0,
+ },
+ {
+ "denom": "nbtc",
+ "exponent": 14,
+ },
+ ],
+ "description": "Bitcoin. On Cosmos.",
+ "display": "nbtc",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Nomic Bitcoin",
+ "symbol": "nBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-6897",
+ },
+ "counterparty": {
+ "base_denom": "usat",
+ "chain_name": "nomic",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unyx",
+ ],
+ "denom": "ibc/1A611E8A3E4248106A1A5A80A64BFA812739435E8B9888EB3F652A21F029F317",
+ "exponent": 0,
+ },
+ {
+ "denom": "nyx",
+ "exponent": 6,
+ },
+ ],
+ "description": "NYX Token (NYX) is the Nym Network's native staking and governance token.",
+ "display": "nyx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ "theme": {
+ "primaryColorHex": "#f45135",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nyx.png",
+ },
+ "name": "NYX",
+ "symbol": "NYX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-15464",
+ },
+ "counterparty": {
+ "base_denom": "unyx",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "coingeckoId": "nym",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unym",
+ ],
+ "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539",
+ "exponent": 0,
+ },
+ {
+ "denom": "nym",
+ "exponent": 6,
+ },
+ ],
+ "description": "NYM Token (NYM) is the Nym Network's native utility token, used as the primary means to incentivize mixnet node operators.",
+ "display": "nym",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": false,
+ "primaryColorHex": "#151525",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": true,
+ "primaryColorHex": "#141424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",
+ },
+ "name": "NYM",
+ "symbol": "NYM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-15464",
+ },
+ "counterparty": {
+ "base_denom": "unym",
+ "chain_name": "nyx",
+ "channel_id": "channel-8",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "coingeckoId": "odin-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "loki",
+ ],
+ "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "exponent": 0,
+ },
+ {
+ "denom": "odin",
+ "exponent": 6,
+ },
+ ],
+ "description": "Staking and governance token for ODIN Protocol",
+ "display": "odin",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "loki",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ },
+ "name": "ODIN",
+ "symbol": "ODIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-258",
+ },
+ "counterparty": {
+ "base_denom": "loki",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "mGeo",
+ ],
+ "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "exponent": 0,
+ },
+ {
+ "denom": "geo",
+ "exponent": 6,
+ },
+ ],
+ "description": "GEO token for ODIN Protocol",
+ "display": "geo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "mGeo",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "theme": {
+ "primaryColorHex": "#c3ebf3",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ },
+ "name": "GEO",
+ "symbol": "GEO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-258",
+ },
+ "counterparty": {
+ "base_denom": "mGeo",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "mO9W",
+ ],
+ "denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "exponent": 0,
+ },
+ {
+ "denom": "O9W",
+ "exponent": 6,
+ },
+ ],
+ "description": "O9W token for ODIN Protocol",
+ "display": "O9W",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "mO9W",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ },
+ "name": "O9W",
+ "symbol": "O9W",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-258",
+ },
+ "counterparty": {
+ "base_denom": "mO9W",
+ "chain_name": "odin",
+ "channel_id": "channel-3",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "coingeckoId": "omniflix-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uflix",
+ ],
+ "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "flix",
+ "exponent": 6,
+ },
+ ],
+ "description": "OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.",
+ "display": "flix",
+ "extendedDescription": "OmniFlix is a decentralized media platform designed to empower content creators by providing tools for the distribution, monetization, and management of digital content. By leveraging blockchain technology, OmniFlix ensures that creators retain control over their work, allowing for direct interactions with their audience and transparent revenue streams. The platform supports various media types, including video, audio, and text, enabling creators to reach a wide audience. OmniFlix's native token is used for transactions, staking, and governance, incentivizing users to participate in the platform's ecosystem and contribute to its growth and development. The platform aims to revolutionize the media industry by offering a decentralized alternative to traditional content distribution models.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "theme": {
+ "primaryColorHex": "#c33635",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ },
+ "name": "Flix",
+ "socials": {
+ "twitter": "https://twitter.com/OmniFlixNetwork",
+ "website": "https://omniflix.network/",
+ },
+ "symbol": "FLIX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "uflix",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ ],
+ "denom": "ibc/FB052EB471E4B2DD00630E7F95446A39FE2121A61ECE3B4D721085A0B570FAA4",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ ],
+ "denom": "ibc/4A5AF55C4D52E519B180110E089C66FF86E0A99C0BA626EDC21A34AB9258416A",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis osmo",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ ],
+ "denom": "ibc/1EF395A961DBB6968E3EDE9B0885B6BEB241695E7AEEB49EF04E526042B3DAC7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ist",
+ "exponent": 6,
+ },
+ ],
+ "display": "ist",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uist",
+ "chainName": "agoric",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ },
+ "name": "Agoric IST (Inter Stable Token)",
+ "symbol": "IST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "ibc/43D3010F4CA111744AC8B68E460BC95E565C32928A267FA2B30609C04C10B274",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ ],
+ "denom": "ibc/32930354257147078AB1B0B178E49C96AB8E94D804A5D57514444B3BD8F32C04",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "USD Coin (Axelar)",
+ "symbol": "USDC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "ibc/AC4C84DD7D3732CFA95A420247FAD5179BE4F42E5635E2BF0A62C67E2E2FA4A9",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ ],
+ "denom": "ibc/9F05EBA2AD82597DC5B80FD4377564B55790457D4FD6BB1F7A18C5D51A504D85",
+ "exponent": 0,
+ },
+ {
+ "denom": "akt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Akash Token (AKT) is the Akash Network's native utility token",
+ "display": "akt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uakt",
+ "chainName": "akash",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Akash",
+ "symbol": "AKT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "ibc/6901B45BC2C5418ED8B3C3C9F9A641A3DAF2D234230AFA9DF32D8F9F9434721C",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ ],
+ "denom": "ibc/23D459D5E64FF57DCBEAB583497B62AE0A5B46AA6C0D487CC643B392B1CD359F",
+ "exponent": 0,
+ },
+ {
+ "denom": "baddog",
+ "exponent": 6,
+ },
+ ],
+ "display": "baddog",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.svg",
+ "theme": {
+ "primaryColorHex": "#eedebe",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ },
+ "name": "BadDog (Osmosis)",
+ "symbol": "BADDOG.osmo",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-199",
+ },
+ "counterparty": {
+ "base_denom": "ibc/9F28238BDB687A86681B30764BA1437E079C3565D04FDD7862055A83F7E5C630",
+ "chain_name": "omniflixhub",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aonex",
+ ],
+ "denom": "ibc/B8FD98E11799F3D76F184A6976CA25EDA8625AE5F05B1875ACF2D430A611DD99",
+ "exponent": 0,
+ },
+ {
+ "denom": "onex",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of ONEX",
+ "display": "onex",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
+ },
+ ],
+ "keywords": [
+ "dex",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg",
+ },
+ "name": "ONEX",
+ "symbol": "ONEX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-74628",
+ },
+ "counterparty": {
+ "base_denom": "aonex",
+ "chain_name": "onex",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "coingeckoId": "onomy-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "anom",
+ ],
+ "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "exponent": 0,
+ },
+ {
+ "denom": "nom",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Onomy Protocol",
+ "display": "nom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c28",
+ },
+ },
+ ],
+ "keywords": [
+ "dex",
+ "stablecoin",
+ "bridge",
+ "staking",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ },
+ "name": "Nom",
+ "symbol": "NOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-525",
+ },
+ "counterparty": {
+ "base_denom": "anom",
+ "chain_name": "onomy",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "coingeckoId": "oraichain-token",
+ "denomUnits": [
+ {
+ "aliases": [
+ "orai",
+ ],
+ "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "exponent": 0,
+ },
+ {
+ "denom": "ORAI",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Oraichain",
+ "display": "ORAI",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "theme": {
+ "circle": false,
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "circle": false,
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ },
+ "name": "Oraichain",
+ "socials": {
+ "twitter": "https://x.com/oraichain",
+ "website": "https://orai.io/",
+ },
+ "symbol": "ORAI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-216",
+ },
+ "counterparty": {
+ "base_denom": "orai",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
+ ],
+ "denom": "ibc/37EC6BF80A022A554E375853EB888834BF4E61719AB19BC52C581F19E72B9439",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "The ATOM native token of Oraichain.",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "ATOM",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-216",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
+ ],
+ "denom": "ibc/6F6860B33D814563DD4C2209B883FFB7BF9C58DBE65C3A2A0CF7B3515DD97A92",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The OSMO native token of Oraichain.",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "OSMO",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-216",
+ },
+ "counterparty": {
+ "base_denom": "ibc/9C4DCD21B48231D0BC2AC3D1B74A864746B37E4292694C93C617324250D002FC",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
+ ],
+ "denom": "ibc/9102C1DDE1DF7E07F0A6D56E70D4A440A9D5193D66391055984F1B49807F7D22",
+ "exponent": 0,
+ },
+ {
+ "denom": "inj",
+ "exponent": 6,
+ },
+ ],
+ "description": "The INJ token for the Oraichain.",
+ "display": "inj",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Injective",
+ "symbol": "INJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-216",
+ },
+ "counterparty": {
+ "base_denom": "ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
+ ],
+ "denom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
+ "exponent": 0,
+ },
+ {
+ "denom": "ton",
+ "exponent": 9,
+ },
+ ],
+ "description": "The TON native token of Oraichain",
+ "display": "ton",
+ "extendedDescription": "Toincoin has been bridged from The Open Network to Oraichain.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "nanoton",
+ "chainName": "ton",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ "theme": {
+ "backgroundColorHex": "#0088CC",
+ "circle": true,
+ "primaryColorHex": "#0088CC",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg",
+ },
+ "name": "Toncoin",
+ "symbol": "TON",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-216",
+ },
+ "counterparty": {
+ "base_denom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
+ "chain_name": "oraichain",
+ "channel_id": "channel-13",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "coingeckoId": "medibloc",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umed",
+ ],
+ "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "exponent": 0,
+ },
+ {
+ "denom": "med",
+ "exponent": 6,
+ },
+ ],
+ "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
+ "display": "med",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "theme": {
+ "primaryColorHex": "#2474ec",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ },
+ "name": "MediBloc",
+ "symbol": "MED",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-82",
+ },
+ "counterparty": {
+ "base_denom": "umed",
+ "chain_name": "panacea",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "coingeckoId": "passage",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upasg",
+ ],
+ "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "exponent": 0,
+ },
+ {
+ "denom": "pasg",
+ "exponent": 6,
+ },
+ ],
+ "description": "Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.",
+ "display": "pasg",
+ "extendedDescription": "Passage.io provides a decentralized environment for creating, distributing, and monetizing virtual experiences and content. By leveraging blockchain technology, Passage.io ensures secure ownership and transparent transactions for digital assets. The platform supports a wide range of virtual content, including virtual reality (VR), augmented reality (AR), and other immersive experiences. Users can create and share their content, interact with others, and earn rewards through the platform's native token, PASS. Passage.io aims to revolutionize the virtual content industry by offering a decentralized alternative to traditional content distribution models.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "theme": {
+ "primaryColorHex": "#05050c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ },
+ "name": "Passage",
+ "symbol": "PASG",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-2494",
+ },
+ "counterparty": {
+ "base_denom": "upasg",
+ "chain_name": "passage",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upenumbra",
+ ],
+ "denom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ "exponent": 0,
+ },
+ {
+ "denom": "penumbra",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Penumbra.",
+ "display": "penumbra",
+ "extendedDescription": "A fully private, cross-chain proof-of-stake network and decentralized exchange for the Cosmos and beyond.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#c7b07f",
+ },
+ },
+ ],
+ "name": "Penumbra",
+ "socials": {
+ "twitter": "https://twitter.com/penumbrazone",
+ "website": "https://penumbra.zone/",
+ },
+ "symbol": "UM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79703",
+ },
+ "counterparty": {
+ "base_denom": "upenumbra",
+ "chain_name": "penumbra",
+ "channel_id": "channel-4",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "unknown",
+ },
+ {
+ "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "coingeckoId": "persistence",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uxprt",
+ ],
+ "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "exponent": 0,
+ },
+ {
+ "denom": "xprt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.",
+ "display": "xprt",
+ "extendedDescription": "Persistence aims to bridge traditional finance and decentralized finance (DeFi) by enabling the tokenization of real-world assets. The platform supports various financial products, including staking-as-a-service, commodity trading, and debt financing. Persistence leverages the Cosmos SDK for interoperability and scalability, ensuring seamless integration with other blockchain networks. The native token, XPRT, is used for staking, governance, and securing the network. Persistence's mission is to create a decentralized financial ecosystem that brings institutional-grade solutions to the blockchain space.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#E59636",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Persistence",
+ "socials": {
+ "twitter": "https://twitter.com/PersistenceOne",
+ "website": "https://persistence.one/",
+ },
+ "symbol": "XPRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "coingeckoId": "stkatom",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uatom",
+ ],
+ "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked ATOM",
+ "display": "stkatom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ },
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uatom",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ ],
+ "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstake",
+ "exponent": 18,
+ },
+ ],
+ "description": "pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.",
+ "display": "pstake",
+ "extendedDescription": "With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon's Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
+ },
+ ],
+ "keywords": [
+ "canon",
+ ],
+ "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",
+ },
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ ],
+ "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ ],
+ "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tether USDT on Persistence",
+ "display": "usdt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ },
+ "name": "Tether USDT",
+ "symbol": "USDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ ],
+ "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ ],
+ "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "exponent": 0,
+ },
+ {
+ "denom": "dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "dydx staking token",
+ "display": "dydx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "dYdX",
+ "symbol": "DYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "coingeckoId": "pstake-staked-osmo",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uosmo",
+ ],
+ "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/osmo",
+ ],
+ "denom": "stkosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked OSMO",
+ "display": "stkosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "theme": {
+ "primaryColorHex": "#c3343d",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ },
+ "name": "PSTAKE staked OSMO",
+ "symbol": "stkOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uosmo",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/adydx",
+ ],
+ "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/dydx",
+ ],
+ "denom": "stkdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked DYDX",
+ "display": "stkdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "theme": {
+ "primaryColorHex": "#c4474e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ },
+ "name": "PSTAKE staked DYDX",
+ "symbol": "stkDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/adydx",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/ustars",
+ ],
+ "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/stars",
+ ],
+ "denom": "stkstars",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked STARS",
+ "display": "stkstars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "theme": {
+ "primaryColorHex": "#070e0e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ },
+ "name": "PSTAKE staked STARS",
+ "symbol": "stkSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/ustars",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ ],
+ "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "display": "stars",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "Stargaze",
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ ],
+ "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "shd",
+ "exponent": 8,
+ },
+ ],
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ },
+ "name": "Shade",
+ "symbol": "SHD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uhuahua",
+ ],
+ "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/huahua",
+ ],
+ "denom": "stkhuahua",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked HUAHUA",
+ "display": "stkhuahua",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "theme": {
+ "primaryColorHex": "#f2cc2f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ },
+ "name": "PSTAKE staked HUAHUA",
+ "symbol": "stkHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uhuahua",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ ],
+ "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "exponent": 0,
+ },
+ {
+ "denom": "huahua",
+ "exponent": 6,
+ },
+ ],
+ "display": "huahua",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uhuahua",
+ "chainName": "chihuahua",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ },
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stk/uxprt",
+ ],
+ "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "stk/xprt",
+ ],
+ "denom": "stkxprt",
+ "exponent": 6,
+ },
+ ],
+ "description": "PSTAKE Liquid-Staked XPRT",
+ "display": "stkxprt",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "theme": {
+ "primaryColorHex": "#c3343b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ },
+ "name": "PSTAKE staked XPRT",
+ "symbol": "stkXPRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "stk/uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
+ ],
+ "denom": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
+ "exponent": 0,
+ },
+ {
+ "denom": "wbtc",
+ "exponent": 8,
+ },
+ ],
+ "description": "Wrapped Bitcoin on Persistence",
+ "display": "wbtc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-4",
+ },
+ "counterparty": {
+ "base_denom": "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "coingeckoId": "planq",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aplanq",
+ ],
+ "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "exponent": 0,
+ },
+ {
+ "denom": "planq",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ },
+ "name": "Planq",
+ "socials": {
+ "twitter": "https://twitter.com/planqfoundation",
+ "website": "https://planq.network",
+ },
+ "symbol": "PLQ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-492",
+ },
+ "counterparty": {
+ "base_denom": "aplanq",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "denomUnits": [
+ {
+ "aliases": [
+ "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ ],
+ "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "exponent": 0,
+ },
+ {
+ "denom": "srcx",
+ "exponent": 9,
+ },
+ ],
+ "description": "The token of Source Protocol bridged from BSC.",
+ "display": "srcx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ },
+ "name": "Source Token",
+ "symbol": "SRCX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-492",
+ },
+ "counterparty": {
+ "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
+ ],
+ "denom": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
+ "exponent": 0,
+ },
+ {
+ "denom": "meme",
+ "exponent": 6,
+ },
+ ],
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "umeme",
+ "chainName": "meme",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "MEME",
+ "symbol": "MEME",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-492",
+ },
+ "counterparty": {
+ "base_denom": "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "coingeckoId": "provenance-blockchain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nhash",
+ ],
+ "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "exponent": 0,
+ },
+ {
+ "denom": "hash",
+ "exponent": 9,
+ },
+ ],
+ "description": "Hash is the staking token of the Provenance Blockchain",
+ "display": "hash",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "theme": {
+ "primaryColorHex": "#4c7cdc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ },
+ "name": "Hash",
+ "symbol": "HASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-222",
+ },
+ "counterparty": {
+ "base_denom": "nhash",
+ "chain_name": "provenance",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upryzm",
+ ],
+ "denom": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
+ "exponent": 0,
+ },
+ {
+ "denom": "pryzm",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of PRYZM",
+ "display": "pryzm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
+ "theme": {
+ "primaryColorHex": "#c6ddf5",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
+ },
+ "name": "Pryzm",
+ "symbol": "PRYZM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "upryzm",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
+ ],
+ "denom": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
+ "exponent": 0,
+ },
+ {
+ "denom": "auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "The meme token of PRYZM",
+ "display": "auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
+ "theme": {
+ "primaryColorHex": "#eb536c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
+ },
+ "name": "AUUU",
+ "symbol": "AUUU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
+ "coingeckoId": "cosmos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ ],
+ "denom": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Cosmos Hub",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
+ "coingeckoId": "injective-protocol",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
+ ],
+ "denom": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
+ "exponent": 0,
+ },
+ {
+ "denom": "INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native staking and governance token of the Injective chain",
+ "display": "INJ",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Injective",
+ "symbol": "INJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
+ "coingeckoId": "osmosis",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ ],
+ "denom": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Osmosis chain",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmo",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
+ "coingeckoId": "celestia",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
+ ],
+ "denom": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
+ "exponent": 0,
+ },
+ {
+ "denom": "tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Celestia chain",
+ "display": "tia",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Tia",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
+ "coingeckoId": "terra-luna-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
+ ],
+ "denom": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Terra chain",
+ "display": "luna",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ },
+ "name": "Luna",
+ "symbol": "LUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
+ "coingeckoId": "usd-coin",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
+ ],
+ "denom": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Circle's USDC on Noble",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
+ "coingeckoId": "axlusdc",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
+ ],
+ "denom": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Circle's USDC on Axelar",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "USDC (Axelar)",
+ "symbol": "USDC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
+ "coingeckoId": "dydx-chain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
+ ],
+ "denom": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
+ "exponent": 0,
+ },
+ {
+ "denom": "dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native staking and governance token of the dYdX chain",
+ "display": "dydx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "dYdX",
+ "symbol": "DYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
+ ],
+ "denom": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
+ "exponent": 0,
+ },
+ {
+ "denom": "stTIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stutia",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ },
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
+ ],
+ "denom": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYDX",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "stadydx",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ },
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
+ ],
+ "denom": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
+ "exponent": 0,
+ },
+ {
+ "denom": "dATOM",
+ "exponent": 6,
+ },
+ ],
+ "description": "Drop Protocol's liquid staked ATOM",
+ "display": "dATOM",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
+ },
+ "name": "dATOM",
+ "symbol": "dATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:uatom",
+ ],
+ "denom": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "catom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for ATOM",
+ "display": "catom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
+ },
+ "name": "cAtom",
+ "symbol": "cATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:inj",
+ ],
+ "denom": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cINJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for INJ",
+ "display": "cINJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
+ },
+ "name": "cInj",
+ "symbol": "cINJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:uosmo",
+ ],
+ "denom": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
+ "exponent": 0,
+ },
+ {
+ "denom": "cosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for OSMO",
+ "display": "cosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
+ },
+ "name": "cOsmo",
+ "symbol": "cOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:uluna",
+ ],
+ "denom": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "cluna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for LUNA",
+ "display": "cluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
+ },
+ "name": "cLuna",
+ "symbol": "cLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
+ ],
+ "denom": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "cauuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for AUUU",
+ "display": "cauuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
+ },
+ "name": "cAuuu",
+ "symbol": "cAUUU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
+ "denomUnits": [
+ {
+ "aliases": [
+ "c:utia",
+ ],
+ "denom": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's native liquid staking token for TIA",
+ "display": "ctia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
+ },
+ "name": "cTia",
+ "symbol": "cTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "c:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uatom:30Sep2024",
+ ],
+ "denom": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 30Sep2024",
+ "display": "pATOM30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (30Sep2024)",
+ "symbol": "pATOM-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uatom:31Dec2024",
+ ],
+ "denom": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2024",
+ "display": "pATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (31Dec2024)",
+ "symbol": "pATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uatom:31Dec2025",
+ ],
+ "denom": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
+ "exponent": 0,
+ },
+ {
+ "denom": "pATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2025",
+ "display": "pATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
+ },
+ "name": "pAtom (31Dec2025)",
+ "symbol": "pATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:30Sep2024",
+ ],
+ "denom": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 30Sep2024",
+ "display": "pOSMO30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ "name": "pOsmo (30Sep2024)",
+ "symbol": "pOSMO-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:31Dec2024",
+ ],
+ "denom": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2024",
+ "display": "pOSMO31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ "name": "pOsmo (31Dec2024)",
+ "symbol": "pOSMO-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uosmo:31Dec2025",
+ ],
+ "denom": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
+ "exponent": 0,
+ },
+ {
+ "denom": "pOSMO31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2025",
+ "display": "pOSMO31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
+ },
+ "name": "pOsmo (31Dec2025)",
+ "symbol": "pOSMO-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:30Sep2024",
+ ],
+ "denom": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 30Sep2024",
+ "display": "pINJ30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (30Sep2024)",
+ "symbol": "pINJ-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:31Dec2024",
+ ],
+ "denom": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2024",
+ "display": "pINJ31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (31Dec2024)",
+ "symbol": "pINJ-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:inj:31Dec2025",
+ ],
+ "denom": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
+ "exponent": 0,
+ },
+ {
+ "denom": "pINJ31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2025",
+ "display": "pINJ31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
+ },
+ "name": "pInj (31Dec2025)",
+ "symbol": "pINJ-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:30Sep2024",
+ ],
+ "denom": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 30Sep2024",
+ "display": "pLUNA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (30Sep2024)",
+ "symbol": "pLUNA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:31Dec2024",
+ ],
+ "denom": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2024",
+ "display": "pLUNA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (31Dec2024)",
+ "symbol": "pLUNA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uluna:31Dec2025",
+ ],
+ "denom": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "pLUNA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2025",
+ "display": "pLUNA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
+ },
+ "name": "pLuna (31Dec2025)",
+ "symbol": "pLUNA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:30Sep2024",
+ ],
+ "denom": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 30Sep2024",
+ "display": "pAUUU30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (30Sep2024)",
+ "symbol": "pAUUU-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:31Dec2024",
+ ],
+ "denom": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2024",
+ "display": "pAUUU31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (31Dec2024)",
+ "symbol": "pAUUU-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:uauuu:31Dec2025",
+ ],
+ "denom": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
+ "exponent": 0,
+ },
+ {
+ "denom": "pAUUU31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2025",
+ "display": "pAUUU31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
+ },
+ "name": "pAuuu (31Dec2025)",
+ "symbol": "pAUUU-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:30Sep2024",
+ ],
+ "denom": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 30Sep2024",
+ "display": "pstTIA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (30Sep2024)",
+ "symbol": "pstTIA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:31Dec2024",
+ ],
+ "denom": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2024",
+ "display": "pstTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (31Dec2024)",
+ "symbol": "pstTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stutia:31Dec2025",
+ ],
+ "denom": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2025",
+ "display": "pstTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
+ },
+ "name": "pstTia (31Dec2025)",
+ "symbol": "pstTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:30Sep2024",
+ ],
+ "denom": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 30Sep2024",
+ "display": "pstDYDX30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (30Sep2024)",
+ "symbol": "pstDYDX-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:31Dec2024",
+ ],
+ "denom": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2024",
+ "display": "pstDYDX31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (31Dec2024)",
+ "symbol": "pstDYDX-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:stadydx:31Dec2025",
+ ],
+ "denom": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
+ "exponent": 0,
+ },
+ {
+ "denom": "pstDYDX31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2025",
+ "display": "pstDYDX31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
+ },
+ "name": "pstDydx (31Dec2025)",
+ "symbol": "pstDYDX-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:31Dec2024",
+ ],
+ "denom": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2024",
+ "display": "pdATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (31Dec2024)",
+ "symbol": "pdATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:30Jun2025",
+ ],
+ "denom": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM30Jun2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 30Jun2025",
+ "display": "pdATOM30Jun2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (30Jun2025)",
+ "symbol": "pdATOM-30Jun2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:udatom:31Dec2025",
+ ],
+ "denom": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
+ "exponent": 0,
+ },
+ {
+ "denom": "pdATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2025",
+ "display": "pdATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
+ },
+ "name": "pdAtom (31Dec2025)",
+ "symbol": "pdATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:utia:31Dec2024",
+ ],
+ "denom": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
+ "exponent": 0,
+ },
+ {
+ "denom": "pTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2024",
+ "display": "pTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ "name": "pTia (31Dec2024)",
+ "symbol": "pTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
+ "denomUnits": [
+ {
+ "aliases": [
+ "p:utia:31Dec2025",
+ ],
+ "denom": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
+ "exponent": 0,
+ },
+ {
+ "denom": "pTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2025",
+ "display": "pTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
+ },
+ "name": "pTia (31Dec2025)",
+ "symbol": "pTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "p:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:30Sep2024",
+ ],
+ "denom": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 30Sep2024",
+ "display": "yATOM30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (30Sep2024)",
+ "symbol": "yATOM-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:31Dec2024",
+ ],
+ "denom": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2024",
+ "display": "yATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (31Dec2024)",
+ "symbol": "yATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uatom:31Dec2025",
+ ],
+ "denom": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
+ "exponent": 0,
+ },
+ {
+ "denom": "yATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2025",
+ "display": "yATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
+ },
+ "name": "yAtom (31Dec2025)",
+ "symbol": "yATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:30Sep2024",
+ ],
+ "denom": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 30Sep2024",
+ "display": "yOSMO30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (30Sep2024)",
+ "symbol": "yOSMO-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:31Dec2024",
+ ],
+ "denom": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2024",
+ "display": "yOSMO31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (31Dec2024)",
+ "symbol": "yOSMO-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uosmo:31Dec2025",
+ ],
+ "denom": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
+ "exponent": 0,
+ },
+ {
+ "denom": "yOSMO31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2025",
+ "display": "yOSMO31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
+ },
+ "name": "yOsmo (31Dec2025)",
+ "symbol": "yOSMO-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:30Sep2024",
+ ],
+ "denom": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ30Sep2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 30Sep2024",
+ "display": "yINJ30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (30Sep2024)",
+ "symbol": "yINJ-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:31Dec2024",
+ ],
+ "denom": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ31Dec2024",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2024",
+ "display": "yINJ31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (31Dec2024)",
+ "symbol": "yINJ-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:inj:31Dec2025",
+ ],
+ "denom": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
+ "exponent": 0,
+ },
+ {
+ "denom": "yINJ31Dec2025",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2025",
+ "display": "yINJ31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
+ },
+ "name": "yInj (31Dec2025)",
+ "symbol": "yINJ-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:30Sep2024",
+ ],
+ "denom": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 30Sep2024",
+ "display": "yLUNA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (30Sep2024)",
+ "symbol": "yLUNA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:31Dec2024",
+ ],
+ "denom": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2024",
+ "display": "yLUNA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (31Dec2024)",
+ "symbol": "yLUNA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uluna:31Dec2025",
+ ],
+ "denom": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
+ "exponent": 0,
+ },
+ {
+ "denom": "yLUNA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2025",
+ "display": "yLUNA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
+ },
+ "name": "yLuna (31Dec2025)",
+ "symbol": "yLUNA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:30Sep2024",
+ ],
+ "denom": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 30Sep2024",
+ "display": "yAUUU30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (30Sep2024)",
+ "symbol": "yAUUU-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:31Dec2024",
+ ],
+ "denom": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2024",
+ "display": "yAUUU31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (31Dec2024)",
+ "symbol": "yAUUU-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:uauuu:31Dec2025",
+ ],
+ "denom": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
+ "exponent": 0,
+ },
+ {
+ "denom": "yAUUU31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2025",
+ "display": "yAUUU31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
+ },
+ "name": "yAuuu (31Dec2025)",
+ "symbol": "yAUUU-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:30Sep2024",
+ ],
+ "denom": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 30Sep2024",
+ "display": "ystTIA30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (30Sep2024)",
+ "symbol": "ystTIA-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:31Dec2024",
+ ],
+ "denom": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2024",
+ "display": "ystTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (31Dec2024)",
+ "symbol": "ystTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stutia:31Dec2025",
+ ],
+ "denom": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2025",
+ "display": "ystTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
+ },
+ "name": "ystTia (31Dec2025)",
+ "symbol": "ystTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:30Sep2024",
+ ],
+ "denom": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX30Sep2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 30Sep2024",
+ "display": "ystDYDX30Sep2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (30Sep2024)",
+ "symbol": "ystDYDX-30Sep2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:31Dec2024",
+ ],
+ "denom": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2024",
+ "display": "ystDYDX31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (31Dec2024)",
+ "symbol": "ystDYDX-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:stadydx:31Dec2025",
+ ],
+ "denom": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
+ "exponent": 0,
+ },
+ {
+ "denom": "ystDYDX31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2025",
+ "display": "ystDYDX31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
+ },
+ "name": "ystDydx (31Dec2025)",
+ "symbol": "ystDYDX-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:31Dec2024",
+ ],
+ "denom": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2024",
+ "display": "ydATOM31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (31Dec2024)",
+ "symbol": "ydATOM-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:30Jun2025",
+ ],
+ "denom": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM30Jun2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 30Jun2025",
+ "display": "ydATOM30Jun2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (30Jun2025)",
+ "symbol": "ydATOM-30Jun2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:udatom:31Dec2025",
+ ],
+ "denom": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
+ "exponent": 0,
+ },
+ {
+ "denom": "ydATOM31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2025",
+ "display": "ydATOM31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
+ },
+ "name": "ydAtom (31Dec2025)",
+ "symbol": "ydATOM-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:utia:31Dec2024",
+ ],
+ "denom": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
+ "exponent": 0,
+ },
+ {
+ "denom": "yTIA31Dec2024",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2024",
+ "display": "yTIA31Dec2024",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ "name": "yTia (31Dec2024)",
+ "symbol": "yTIA-31Dec2024",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "y:utia:31Dec2025",
+ ],
+ "denom": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "yTIA31Dec2025",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2025",
+ "display": "yTIA31Dec2025",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
+ },
+ "name": "yTia (31Dec2025)",
+ "symbol": "yTIA-31Dec2025",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "y:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:6:uusdc.axl-uusdc",
+ ],
+ "denom": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:6:usdc.axl-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for USDC / USDC.axl pool",
+ "display": "lp:6:usdc.axl-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "USDC / USDC.axl LP",
+ "symbol": "USDC-USDC.axl-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:6:uusdc.axl-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:0:uatom",
+ ],
+ "denom": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:0:atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM Yield pool",
+ "display": "lp:0:atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM Yield LP",
+ "symbol": "ATOM-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:0:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:2:uatomypt-uatom",
+ ],
+ "denom": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:2:atomypt-atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM Boost pool",
+ "display": "lp:2:atomypt-atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM Boost LP",
+ "symbol": "ATOM-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:2:uatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:3:uatom-uusdc",
+ ],
+ "denom": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:3:atom-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for ATOM / USDC pool",
+ "display": "lp:3:atom-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "ATOM / USDC LP",
+ "symbol": "ATOM-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:3:uatom-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:1:inj",
+ ],
+ "denom": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:1:INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ Yield pool",
+ "display": "lp:1:INJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ Yield LP",
+ "symbol": "INJ-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:1:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:4:injypt-inj",
+ ],
+ "denom": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:4:INJypt-INJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ Boost pool",
+ "display": "lp:4:INJypt-INJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ Boost LP",
+ "symbol": "INJ-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:4:injypt-inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:5:inj-uusdc",
+ ],
+ "denom": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:5:INJ-usdc",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for INJ / USDC pool",
+ "display": "lp:5:INJ-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "INJ / USDC LP",
+ "symbol": "INJ-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:5:inj-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:8:uosmo",
+ ],
+ "denom": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:8:osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO Yield pool",
+ "display": "lp:8:osmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO Yield LP",
+ "symbol": "OSMO-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:8:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:10:uosmoypt-uosmo",
+ ],
+ "denom": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:10:osmoypt-osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO Boost pool",
+ "display": "lp:10:osmoypt-osmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO Boost LP",
+ "symbol": "OSMO-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:10:uosmoypt-uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:11:uosmo-uusdc",
+ ],
+ "denom": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:11:osmo-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for OSMO / USDC pool",
+ "display": "lp:11:osmo-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "OSMO / USDC LP",
+ "symbol": "OSMO-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:11:uosmo-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:9:uluna",
+ ],
+ "denom": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:9:luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA Yield pool",
+ "display": "lp:9:luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA Yield LP",
+ "symbol": "LUNA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:9:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:12:ulunaypt-uluna",
+ ],
+ "denom": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:12:lunaypt-luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA Boost pool",
+ "display": "lp:12:lunaypt-luna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA Boost LP",
+ "symbol": "LUNA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:12:ulunaypt-uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:13:uluna-uusdc",
+ ],
+ "denom": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:13:luna-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for LUNA / USDC pool",
+ "display": "lp:13:luna-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "LUNA / USDC LP",
+ "symbol": "LUNA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:13:uluna-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:14:uauuu",
+ ],
+ "denom": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:14:auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU Yield pool",
+ "display": "lp:14:auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU Yield LP",
+ "symbol": "AUUU-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:14:uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:17:uauuuypt-uauuu",
+ ],
+ "denom": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:17:auuuypt-auuu",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU Boost pool",
+ "display": "lp:17:auuuypt-auuu",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU Boost LP",
+ "symbol": "AUUU-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:17:uauuuypt-uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:7:uauuu-uusdc",
+ ],
+ "denom": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:7:auuu-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for AUUU / USDC pool",
+ "display": "lp:7:auuu-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "AUUU / USDC LP",
+ "symbol": "AUUU-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:7:uauuu-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:15:stadydx",
+ ],
+ "denom": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:15:stdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for stDYDX Yield pool",
+ "display": "lp:15:stdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stDYDX Yield LP",
+ "symbol": "stDYDX-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:15:stadydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:18:stadydxypt-adydx",
+ ],
+ "denom": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:18:stdydxypt-dydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for stDYDX Boost pool",
+ "display": "lp:18:stdydxypt-dydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stDYDX Boost LP",
+ "symbol": "stDYDX-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:18:stadydxypt-adydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:19:adydx-uusdc",
+ ],
+ "denom": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:19:dydx-usdc",
+ "exponent": 18,
+ },
+ ],
+ "description": "Pryzm's LP token for DYDX / USDC pool",
+ "display": "lp:19:dydx-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "DYDX / USDC LP",
+ "symbol": "DYDX-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:19:adydx-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:16:stutia",
+ ],
+ "denom": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:16:sttia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for stTIA Yield pool",
+ "display": "lp:16:sttia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stTIA Yield LP",
+ "symbol": "stTIA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:16:stutia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:20:stutiaypt-utia",
+ ],
+ "denom": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:20:sttiaypt-tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for stTIA Boost pool",
+ "display": "lp:20:sttiaypt-tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "stTIA Boost LP",
+ "symbol": "stTIA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:20:stutiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:24:utia",
+ ],
+ "denom": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:24:tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA Yield pool",
+ "display": "lp:24:tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA Yield LP",
+ "symbol": "TIA-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:24:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:25:utiaypt-utia",
+ ],
+ "denom": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:25:tiaypt-tia",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA Boost pool",
+ "display": "lp:25:tiaypt-tia",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA Boost LP",
+ "symbol": "TIA-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:25:utiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:21:utia-uusdc",
+ ],
+ "denom": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:21:tia-usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for TIA / USDC pool",
+ "display": "lp:21:tia-usdc",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "TIA / USDC LP",
+ "symbol": "TIA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:21:utia-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:22:udatom",
+ ],
+ "denom": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:22:datom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for dATOM Yield pool",
+ "display": "lp:22:datom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "dATOM Yield LP",
+ "symbol": "dATOM-YIELD-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:22:udatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "lp:23:udatomypt-uatom",
+ ],
+ "denom": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
+ "exponent": 0,
+ },
+ {
+ "denom": "lp:23:datomypt-atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Pryzm's LP token for dATOM Boost pool",
+ "display": "lp:23:datomypt-atom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
+ },
+ "name": "dATOM Boost LP",
+ "symbol": "dATOM-BOOST-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75755",
+ },
+ "counterparty": {
+ "base_denom": "lp:23:udatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ ],
+ "denom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "exponent": 0,
+ },
+ {
+ "denom": "PUNDIX",
+ "exponent": 18,
+ },
+ ],
+ "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem.",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+- Payment for goods and services from merchants through XPOS
+- Gas Fee on PundiX Chain
+- Listing tokens in the XPOS
+- Merchant payments for loyalty programs and ads",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
+ "chainName": "fxcore",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
+ },
+ ],
+ "name": "Pundi X Token",
+ "socials": {
+ "twitter": "https://twitter.com/PundiXLabs",
+ "website": "https://pundix.com",
+ },
+ "symbol": "PUNDIX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-12618",
+ },
+ "counterparty": {
+ "base_denom": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ "chain_name": "pundix",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "denomUnits": [
+ {
+ "aliases": [
+ "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ ],
+ "denom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "exponent": 0,
+ },
+ {
+ "denom": "PURSE",
+ "exponent": 18,
+ },
+ ],
+ "description": "Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.",
+ "display": "PURSE",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
+ },
+ ],
+ "name": "PURSE Token",
+ "socials": {
+ "twitter": "https://twitter.com/Purse_Land",
+ "website": "https://purse.land",
+ },
+ "symbol": "PURSE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-12618",
+ },
+ "counterparty": {
+ "base_denom": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "chain_name": "pundix",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ubedrock",
+ ],
+ "denom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rock",
+ "exponent": 6,
+ },
+ ],
+ "description": "The revenue token for Pylons",
+ "display": "rock",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "theme": {
+ "primaryColorHex": "#ec4424",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ },
+ "name": "Pylons",
+ "socials": {
+ "twitter": "https://twitter.com/pylonstech",
+ "website": "https://pylons.tech",
+ },
+ "symbol": "ROCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-17683",
+ },
+ "counterparty": {
+ "base_denom": "ubedrock",
+ "chain_name": "pylons",
+ "channel_id": "channel-29",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "coingeckoId": "quasar-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsr",
+ ],
+ "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsr",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Quasar",
+ "display": "qsr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "theme": {
+ "primaryColorHex": "#a493e4",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ },
+ "name": "Quasar",
+ "socials": {
+ "twitter": "https://twitter.com/QuasarFi",
+ "website": "https://www.quasar.fi/",
+ },
+ "symbol": "QSR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "uqsr",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ ],
+ "denom": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "OSMO from Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ ],
+ "denom": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM from Osmosis",
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ ],
+ "denom": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC.axl from Osmosis",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC.axl",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-688",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ "chain_name": "quasar",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "coingeckoId": "quicksilver",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqck",
+ ],
+ "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qck",
+ "exponent": 6,
+ },
+ ],
+ "description": "QCK - native token of Quicksilver",
+ "display": "qck",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "theme": {
+ "primaryColorHex": "#b2b2b2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ },
+ "name": "Quicksilver",
+ "socials": {
+ "twitter": "https://twitter.com/quicksilverzone",
+ "website": "https://quicksilver.zone/",
+ },
+ "symbol": "QCK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqck",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqstars",
+ ],
+ "denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qstars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked STARS",
+ "display": "qstars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ },
+ "name": "Quicksilver Liquid Staked STARS",
+ "symbol": "qSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqstars",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqatom",
+ ],
+ "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qatom",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked ATOM",
+ "display": "qatom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ },
+ "name": "Quicksilver Liquid Staked ATOM",
+ "symbol": "qATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqatom",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqregen",
+ ],
+ "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qregen",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked REGEN",
+ "display": "qregen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ },
+ "name": "Quicksilver Liquid Staked Regen",
+ "symbol": "qREGEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqregen",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqosmo",
+ ],
+ "denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qosmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked OSMO",
+ "display": "qosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ },
+ "name": "Quicksilver Liquid Staked OSMO",
+ "symbol": "qOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqosmo",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsomm",
+ ],
+ "denom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsomm",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SOMM",
+ "display": "qsomm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ },
+ "name": "Quicksilver Liquid Staked SOMM",
+ "symbol": "qSOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsomm",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqjuno",
+ ],
+ "denom": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qjuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked JUNO",
+ "display": "qjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ },
+ "name": "Quicksilver Liquid Staked JUNO",
+ "symbol": "qJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqjuno",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aqdydx",
+ ],
+ "denom": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked DYDX",
+ "display": "qdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ },
+ "name": "Quicksilver Liquid Staked DYDX",
+ "symbol": "qDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "aqdydx",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsaga",
+ ],
+ "denom": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsaga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SAGA",
+ "display": "qsaga",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ "theme": {
+ "primaryColorHex": "#f9924b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ },
+ "name": "Quicksilver Liquid Staked SAGA",
+ "symbol": "qSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsaga",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqbld",
+ ],
+ "denom": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qbld",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked BLD",
+ "display": "qbld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ },
+ "name": "Quicksilver Liquid Staked BLD",
+ "symbol": "qBLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqbld",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ ],
+ "denom": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Noble USDC via dYdX Protocol",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "name": "Noble USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "coingeckoId": "qwoyn",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqwoyn",
+ ],
+ "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "exponent": 0,
+ },
+ {
+ "denom": "qwoyn",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native governance token for Qwoyn Network",
+ "display": "qwoyn",
+ "extendedDescription": "The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "theme": {
+ "primaryColorHex": "#04e4fc",
+ },
+ },
+ ],
+ "keywords": [
+ "gaming",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ },
+ "name": "Qwoyn Network",
+ "socials": {
+ "twitter": "https://twitter.com/Qwoyn_Studios",
+ "website": "https://qwoyn.studio",
+ },
+ "symbol": "QWOYN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-880",
+ },
+ "counterparty": {
+ "base_denom": "uqwoyn",
+ "chain_name": "qwoyn",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "coingeckoId": "realio-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ario",
+ ],
+ "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "exponent": 0,
+ },
+ {
+ "denom": "rio",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native currency of the Realio Network.",
+ "display": "rio",
+ "extendedDescription": "An interoperable Layer-1 multi-chain Web3 ecosystem focused on the issuance and management of digitally native real-world assets (RWAs). Its design is fully open-source, permissionless, and purpose-built.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ },
+ "name": "Realio Network",
+ "socials": {
+ "twitter": "https://x.com/realio_network",
+ "website": "https://realio.network/",
+ },
+ "symbol": "RIO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1424",
+ },
+ "counterparty": {
+ "base_denom": "ario",
+ "chain_name": "realio",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arst",
+ ],
+ "denom": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "exponent": 0,
+ },
+ {
+ "denom": "rst",
+ "exponent": 18,
+ },
+ ],
+ "description": "A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.",
+ "display": "rst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "theme": {
+ "primaryColorHex": "#e0e0e0",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ },
+ "name": "Realio Security Token",
+ "symbol": "RST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-1424",
+ },
+ "counterparty": {
+ "base_denom": "arst",
+ "chain_name": "realio",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "coingeckoId": "rebus",
+ "denomUnits": [
+ {
+ "aliases": [
+ "arebus",
+ ],
+ "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "exponent": 0,
+ },
+ {
+ "denom": "rebus",
+ "exponent": 18,
+ },
+ ],
+ "description": "REBUS, the native coin of the Rebus chain.",
+ "display": "rebus",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "theme": {
+ "primaryColorHex": "#e75486",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ },
+ "name": "Rebus",
+ "symbol": "REBUS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-355",
+ },
+ "counterparty": {
+ "base_denom": "arebus",
+ "chain_name": "rebus",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "coingeckoId": "regen",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uregen",
+ ],
+ "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "exponent": 0,
+ },
+ {
+ "denom": "regen",
+ "exponent": 6,
+ },
+ ],
+ "description": "REGEN coin is the token for the Regen Network Platform",
+ "display": "regen",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "theme": {
+ "primaryColorHex": "#56b790",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ },
+ "name": "Regen Network",
+ "socials": {
+ "twitter": "https://twitter.com/regen_network",
+ "website": "https://www.regen.network/",
+ },
+ "symbol": "REGEN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8",
+ },
+ "counterparty": {
+ "base_denom": "uregen",
+ "chain_name": "regen",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "coingeckoId": "toucan-protocol-nature-carbon-tonne",
+ "denomUnits": [
+ {
+ "aliases": [
+ "eco.uC.NCT",
+ ],
+ "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "exponent": 0,
+ },
+ {
+ "denom": "nct",
+ "exponent": 6,
+ },
+ ],
+ "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
+ "display": "nct",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "theme": {
+ "primaryColorHex": "#171c25",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ },
+ "name": "Nature Carbon Ton",
+ "symbol": "NCT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8",
+ },
+ "counterparty": {
+ "base_denom": "eco.uC.NCT",
+ "chain_name": "regen",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "coingeckoId": "rizon",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uatolo",
+ ],
+ "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "exponent": 0,
+ },
+ {
+ "denom": "atolo",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of Rizon Chain",
+ "display": "atolo",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2b1c54",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Rizon Chain",
+ "socials": {
+ "twitter": "https://twitter.com/hdac_rizon",
+ "website": "https://rizon.world/",
+ },
+ "symbol": "ATOLO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-221",
+ },
+ "counterparty": {
+ "base_denom": "uatolo",
+ "chain_name": "rizon",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "coingeckoId": "router-protocol-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "route",
+ ],
+ "denom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROUTE",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Router Chain",
+ "display": "ROUTE",
+ "extendedDescription": "Router Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ "theme": {
+ "primaryColorHex": "#cb0766",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ },
+ "name": "Router Chain",
+ "socials": {
+ "twitter": "https://x.com/routerprotocol",
+ "website": "https://www.routerprotocol.com/",
+ },
+ "symbol": "ROUTE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79180",
+ },
+ "counterparty": {
+ "base_denom": "route",
+ "chain_name": "routerchain",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "coingeckoId": "saga-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usaga",
+ ],
+ "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "saga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.",
+ "display": "saga",
+ "extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
+
+Saga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ "theme": {
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "theme": {
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
+ },
+ "name": "Saga",
+ "socials": {
+ "twitter": "https://twitter.com/Sagaxyz__",
+ "website": "https://www.saga.xyz/",
+ },
+ "symbol": "SAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-38946",
+ },
+ "counterparty": {
+ "base_denom": "usaga",
+ "chain_name": "saga",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "coingeckoId": "scorum",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nscr",
+ ],
+ "denom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "exponent": 0,
+ },
+ {
+ "denom": "scr",
+ "exponent": 9,
+ },
+ ],
+ "description": "The native token of Scorum",
+ "display": "scr",
+ "extendedDescription": "Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "theme": {
+ "primaryColorHex": "#0bc47e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ },
+ "name": "Scorum",
+ "socials": {
+ "twitter": "https://twitter.com/scorum_en",
+ "website": "https://scorum.network",
+ },
+ "symbol": "SCR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20100",
+ },
+ "counterparty": {
+ "base_denom": "nscr",
+ "chain_name": "scorum",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "denomUnits": [
+ {
+ "aliases": [
+ "gas",
+ ],
+ "denom": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "exponent": 0,
+ },
+ ],
+ "description": "Virtual(non-transferable) coin used to pay gas",
+ "display": "gas",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "theme": {
+ "primaryColorHex": "#555555",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ },
+ "name": "GAS",
+ "symbol": "GAS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-20100",
+ },
+ "counterparty": {
+ "base_denom": "gas",
+ "chain_name": "scorum",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "coingeckoId": "secret",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uscrt",
+ ],
+ "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.",
+ "display": "scrt",
+ "extendedDescription": "Secret Network is a blockchain platform that focuses on privacy and security by enabling private smart contracts, known as Secret Contracts. These contracts allow developers to create decentralized applications (dApps) that can utilize sensitive data without exposing it on the blockchain. By incorporating privacy-preserving technologies, Secret Network ensures that data remains confidential while still enabling complex computations and interactions. The native token, SCRT, is used for transaction fees, staking, and governance, empowering users to participate in the network's operations and decision-making processes. Secret Network aims to enhance the privacy and functionality of blockchain applications, making it suitable for use cases where data confidentiality is paramount.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "socials": {
+ "twitter": "https://twitter.com/SecretNetwork",
+ "website": "https://scrt.network/",
+ },
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-88",
+ },
+ "counterparty": {
+ "base_denom": "uscrt",
+ "chain_name": "secretnetwork",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "coingeckoId": "seda-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aseda",
+ ],
+ "denom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "seda",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of SEDA Chain.",
+ "display": "seda",
+ "extendedDescription": "SEDA is a standard for modular data transport and querying. Any data type, for all networks.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ "theme": {
+ "primaryColorHex": "#8178d1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ },
+ "name": "Seda",
+ "socials": {
+ "twitter": "https://twitter.com/sedaprotocol",
+ "website": "https://www.seda.xyz/",
+ },
+ "symbol": "SEDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75016",
+ },
+ "counterparty": {
+ "base_denom": "aseda",
+ "chain_name": "seda",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "coingeckoId": "sei-network",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usei",
+ ],
+ "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "exponent": 0,
+ },
+ {
+ "denom": "sei",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.",
+ "display": "sei",
+ "extendedDescription": "Sei is a layer-1 blockchain designed specifically for trading applications, offering a high-performance environment for decentralized exchanges (DEXs). It focuses on providing high throughput, low latency, and efficient order execution. Sei's architecture includes features like parallel processing and a unique consensus mechanism to achieve fast and reliable transaction processing. The native token, SEI, is used for transaction fees, staking, and governance within the network. Sei aims to create an optimal infrastructure for trading, addressing the needs of traders and developers in the DeFi space.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "theme": {
+ "primaryColorHex": "#9c1c1c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ },
+ "name": "Sei",
+ "socials": {
+ "twitter": "https://twitter.com/SeiNetwork",
+ "website": "https://www.sei.io/",
+ },
+ "symbol": "SEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "usei",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
+ "base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ ],
+ "denom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "exponent": 0,
+ },
+ {
+ "denom": "oin",
+ "exponent": 6,
+ },
+ ],
+ "description": "OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.",
+ "display": "oin",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "theme": {
+ "primaryColorHex": "#6cdbac",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ },
+ "name": "OIN STORE OF VALUE",
+ "symbol": "OIN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ ],
+ "denom": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampSEI",
+ "exponent": 6,
+ },
+ ],
+ "description": "ERIS liquid staked SEI",
+ "display": "ampSEI",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ },
+ "name": "ERIS Amplified SEI",
+ "symbol": "ampSEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ ],
+ "denom": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "exponent": 0,
+ },
+ {
+ "denom": "popeye",
+ "exponent": 6,
+ },
+ ],
+ "description": "Popeye the Seilor",
+ "display": "popeye",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "theme": {
+ "primaryColorHex": "#04040a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ },
+ "name": "Popeye",
+ "symbol": "POPEYE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ ],
+ "denom": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "exponent": 0,
+ },
+ {
+ "denom": "sensei",
+ "exponent": 6,
+ },
+ ],
+ "description": "A wise dog and a marshal arts master",
+ "display": "sensei",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "theme": {
+ "primaryColorHex": "#d4d0c7",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ },
+ "name": "Sensei Dog",
+ "symbol": "SENSEI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
+ ],
+ "denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ },
+ "name": "Wosmo",
+ "symbol": "WOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "address": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ ],
+ "denom": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "oozaru",
+ "exponent": 6,
+ },
+ ],
+ "description": "OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series",
+ "display": "oozaru",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "theme": {
+ "primaryColorHex": "#2b1619",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ },
+ "name": "Oozaru",
+ "symbol": "OOZARU",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "cw20",
+ },
+ {
+ "base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ ],
+ "denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-782",
+ },
+ "counterparty": {
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
+ "chain_name": "sei",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "coingeckoId": "self-chain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uslf",
+ ],
+ "denom": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "exponent": 0,
+ },
+ {
+ "denom": "slf",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Self Chain.",
+ "display": "slf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ "theme": {
+ "primaryColorHex": "#9454f1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ },
+ "name": "Self",
+ "socials": {
+ "twitter": "https://x.com/selfchainxyz",
+ "website": "https://selfchain.xyz",
+ },
+ "symbol": "SLF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78292",
+ },
+ "counterparty": {
+ "base_denom": "uslf",
+ "chain_name": "self",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "coingeckoId": "sentinel",
+ "denomUnits": [
+ {
+ "aliases": [
+ "udvpn",
+ ],
+ "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "exponent": 0,
+ },
+ {
+ "denom": "dvpn",
+ "exponent": 6,
+ },
+ ],
+ "description": "Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.",
+ "display": "dvpn",
+ "extendedDescription": "Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel's native token, DVPN, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "theme": {
+ "primaryColorHex": "#10a7ef",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ },
+ "name": "Sentinel",
+ "socials": {
+ "twitter": "https://x.com/SentinelDVPN",
+ "website": "https://www.sentinel.co/",
+ },
+ "symbol": "DVPN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-2",
+ },
+ "counterparty": {
+ "base_denom": "udvpn",
+ "chain_name": "sentinel",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "coingeckoId": "six-sigma",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usge",
+ ],
+ "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "exponent": 0,
+ },
+ {
+ "denom": "sge",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of SGE Network",
+ "display": "sge",
+ "extendedDescription": "The Sports, Gaming, and Entertainment Network (SGE Network) is a Cosmos SDK-based layer-1 blockchain that uses its own native utility token (SGE Token). The SGE Network leverages the modular components, blockchain interoperability and minimal gas fees of the Cosmos-based design to support applications at the intersection of blockchain, sports, gaming and entertainment that are pioneering novel ways of engaging users with a UX, value proposition and utility never before seen in the space.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "circle": false,
+ "primaryColorHex": "#C0A15B",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ },
+ "name": "SGE",
+ "socials": {
+ "twitter": "https://x.com/sge_network",
+ "website": "https://sgenetwork.io/",
+ },
+ "symbol": "SGE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5485",
+ },
+ "counterparty": {
+ "base_denom": "usge",
+ "chain_name": "sge",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "coingeckoId": "shareledger",
+ "denomUnits": [
+ {
+ "aliases": [
+ "nshr",
+ ],
+ "denom": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "exponent": 0,
+ },
+ {
+ "denom": "shr",
+ "exponent": 9,
+ },
+ ],
+ "description": "The native token of Shareledger",
+ "display": "shr",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "theme": {
+ "primaryColorHex": "#1c2474",
+ },
+ },
+ ],
+ "keywords": [
+ "id",
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ },
+ "name": "Shareledger",
+ "symbol": "SHR",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-647",
+ },
+ "counterparty": {
+ "base_denom": "nshr",
+ "chain_name": "shareledger",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "coingeckoId": "certik",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uctk",
+ ],
+ "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "exponent": 0,
+ },
+ {
+ "denom": "ctk",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Shentu",
+ "display": "ctk",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "theme": {
+ "primaryColorHex": "#e4ac4c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ },
+ "name": "Shentu",
+ "symbol": "CTK",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-146",
+ },
+ "counterparty": {
+ "base_denom": "uctk",
+ "chain_name": "shentu",
+ "channel_id": "channel-8",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "coingeckoId": "shido-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "shido",
+ ],
+ "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "exponent": 0,
+ },
+ {
+ "denom": "SHIDO",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native EVM and Wasm, governance and staking token of the Shido Chain",
+ "display": "SHIDO",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "theme": {
+ "primaryColorHex": "#046ffc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ },
+ "name": "Shido",
+ "socials": {
+ "twitter": "https://twitter.com/ShidoGlobal",
+ "website": "https://shido.io/",
+ },
+ "symbol": "SHIDO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-73755",
+ },
+ "counterparty": {
+ "base_denom": "shido",
+ "chain_name": "shido",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "coingeckoId": "sifchain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "rowan",
+ ],
+ "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROWAN",
+ "exponent": 18,
+ },
+ ],
+ "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",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#be9926",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Sifchain Rowan",
+ "symbol": "ROWAN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-47",
+ },
+ "counterparty": {
+ "base_denom": "rowan",
+ "chain_name": "sifchain",
+ "channel_id": "channel-17",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "coingeckoId": "sommelier",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usomm",
+ ],
+ "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisomm",
+ ],
+ "denom": "msomm",
+ "exponent": 3,
+ },
+ {
+ "denom": "somm",
+ "exponent": 6,
+ },
+ ],
+ "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
+ "display": "somm",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#f36353",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Sommelier",
+ "socials": {
+ "twitter": "https://twitter.com/sommfinance",
+ "website": "https://www.sommelier.finance/",
+ },
+ "symbol": "SOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-165",
+ },
+ "counterparty": {
+ "base_denom": "usomm",
+ "chain_name": "sommelier",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "coingeckoId": "source",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usource",
+ ],
+ "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "exponent": 0,
+ },
+ {
+ "denom": "source",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of SOURCE Chain",
+ "display": "source",
+ "extendedDescription": "Enterprises, developers, and individuals are empowered to use SOURCE's sustainable and value backed network to easily access, build, and integrate web3 applications and services.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "theme": {
+ "primaryColorHex": "#39a5fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ },
+ "name": "Source",
+ "socials": {
+ "twitter": "https://twitter.com/sourceprotocol_",
+ "website": "https://www.sourceprotocol.io/",
+ },
+ "symbol": "SOURCE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8945",
+ },
+ "counterparty": {
+ "base_denom": "usource",
+ "chain_name": "source",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ ],
+ "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "exponent": 0,
+ },
+ {
+ "denom": "srcx",
+ "exponent": 9,
+ },
+ ],
+ "description": "Source Protocol's SRCX Token Bridged from BNB Through Planq",
+ "display": "srcx",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ },
+ "name": "SRCX",
+ "symbol": "SRCX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-8945",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ "chain_name": "source",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "coingeckoId": "stafi",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ufis",
+ ],
+ "denom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "exponent": 0,
+ },
+ {
+ "denom": "fis",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the StaFi Hub.",
+ "display": "fis",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ },
+ "name": "FIS",
+ "symbol": "FIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "ufis",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uratom",
+ ],
+ "denom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "exponent": 0,
+ },
+ {
+ "denom": "ratom",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked ATOMs",
+ "display": "ratom",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ },
+ "name": "rATOM",
+ "symbol": "rATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "uratom",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uriris",
+ ],
+ "denom": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "exponent": 0,
+ },
+ {
+ "denom": "riris",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked IRISs",
+ "display": "riris",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ },
+ "name": "rIRIS",
+ "symbol": "rIRIS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "uriris",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "denomUnits": [
+ {
+ "aliases": [
+ "urhuahua",
+ ],
+ "denom": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "exponent": 0,
+ },
+ {
+ "denom": "rhuahua",
+ "exponent": 6,
+ },
+ ],
+ "description": "A liquid staking representation of staked HUAHUAs",
+ "display": "rhuahua",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ },
+ "name": "rHUAHUA",
+ "symbol": "rHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "urhuahua",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "urswth",
+ ],
+ "denom": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "exponent": 0,
+ },
+ {
+ "denom": "rswth",
+ "exponent": 8,
+ },
+ ],
+ "description": "A liquid staking representation of staked SWTHs",
+ "display": "rswth",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ },
+ ],
+ "logoURIs": {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ },
+ "name": "rSWTH",
+ "symbol": "rSWTH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-5413",
+ },
+ "counterparty": {
+ "base_denom": "urswth",
+ "chain_name": "stafihub",
+ "channel_id": "channel-10",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "coingeckoId": "stargaze",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustars",
+ ],
+ "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "exponent": 0,
+ },
+ {
+ "denom": "stars",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.",
+ "display": "stars",
+ "extendedDescription": "Stargaze is an innovative platform in the Cosmos ecosystem focused on NFTs. It provides a decentralized space where creators can mint, trade, and manage their NFTs with ease. The platform's decentralized nature ensures that creators retain full control over their digital assets, enhancing security and ownership rights. Stargaze's user-friendly interface and robust infrastructure make it an ideal choice for artists and collectors looking to engage with NFTs in a decentralized manner.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ },
+ "name": "Stargaze",
+ "socials": {
+ "twitter": "https://twitter.com/StargazeZone",
+ "website": "https://www.stargaze.zone/",
+ },
+ "symbol": "STARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ustars",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ ],
+ "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "exponent": 0,
+ },
+ {
+ "denom": "strdst",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of ohhNFT.",
+ "display": "strdst",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "theme": {
+ "primaryColorHex": "#c9720c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ },
+ "name": "Stardust STRDST",
+ "symbol": "STRDST",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ ],
+ "denom": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "exponent": 0,
+ },
+ {
+ "denom": "GAZE",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native meme token of stargaze.",
+ "display": "GAZE",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "theme": {
+ "primaryColorHex": "#b3a584",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ },
+ "name": "Gaze GAZE",
+ "symbol": "GAZE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ ],
+ "denom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "exponent": 0,
+ },
+ {
+ "denom": "BRNCH",
+ "exponent": 6,
+ },
+ ],
+ "description": "ohhNFT LP token.",
+ "display": "BRNCH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "theme": {
+ "primaryColorHex": "#70372a",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ },
+ "name": "Branch",
+ "symbol": "BRNCH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ ],
+ "denom": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "exponent": 0,
+ },
+ {
+ "denom": "OHH",
+ "exponent": 6,
+ },
+ ],
+ "description": "Social token for the ohhVAULT.",
+ "display": "OHH",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "theme": {
+ "primaryColorHex": "#dcc0c2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ },
+ "name": "ohhVAULT ohh",
+ "symbol": "OHH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ ],
+ "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "exponent": 0,
+ },
+ {
+ "denom": "sneaky",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native coin of Sneaky Productions.",
+ "display": "sneaky",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "theme": {
+ "primaryColorHex": "#fbcaca",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ },
+ "name": "Sneaky Productions",
+ "symbol": "SNEAKY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ ],
+ "denom": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "exponent": 0,
+ },
+ {
+ "denom": "LAB",
+ "exponent": 6,
+ },
+ ],
+ "description": "LAB - Everything is an Experiment",
+ "display": "LAB",
+ "extendedDescription": "LAB - Everything is an Experiment
+
+Use 10 $LAB tokens to mint 1 Mad Scientist NFT on Backbone Labs Osmosis Launchpad. You will then be able to trade your NFTs on the marketplace. You can also choose to hold onto your $LAB tokens as unrevealed NFTs and trade it.
+
+ Fair Launch: The event was marked by the absence of whitelists (WLs), no bots and no lock, ensuring an equitable opportunity for all interested parties.
+
+Preparation for the Launch: Participants were given a 52.91-hour window to deposit $OSMO into a pool on Streamswap.
+
+The Swap Process: After the initial deposit period, $OSMO was converted into $LAB tokens over an additional hour, allowing for a smooth transition and fair distribution.",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "theme": {
+ "primaryColorHex": "#bcdd76",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ },
+ "name": "LAB",
+ "symbol": "LAB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ ],
+ "denom": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "CDT",
+ "exponent": 6,
+ },
+ ],
+ "description": "CDT - Membrane's solvency preserving stablecoin",
+ "display": "CDT",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg",
+ },
+ ],
+ "name": "CDT",
+ "symbol": "CDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ ],
+ "denom": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "exponent": 0,
+ },
+ {
+ "denom": "MBRN",
+ "exponent": 6,
+ },
+ ],
+ "description": "MBRN - Membrane's network token",
+ "display": "MBRN",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg",
+ },
+ ],
+ "name": "MBRN",
+ "symbol": "MBRN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ ],
+ "denom": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ ],
+ "denom": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLEB",
+ "exponent": 6,
+ },
+ ],
+ "description": "PLEB",
+ "display": "PLEB",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ "name": "PLEB",
+ "symbol": "PLEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ ],
+ "denom": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "KINGSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "KINGSHIT",
+ "display": "KINGSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ "name": "KINGSHIT",
+ "symbol": "KINGSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ ],
+ "denom": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "exponent": 0,
+ },
+ {
+ "denom": "BOTZ",
+ "exponent": 6,
+ },
+ ],
+ "description": "BOTZ",
+ "display": "BOTZ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ "name": "BOTZ",
+ "symbol": "BOTZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ ],
+ "denom": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "COCKS",
+ "exponent": 6,
+ },
+ ],
+ "description": "COCKS",
+ "display": "COCKS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ "name": "COCKS",
+ "symbol": "COCKS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ ],
+ "denom": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "exponent": 0,
+ },
+ {
+ "denom": "XTRUMP",
+ "exponent": 6,
+ },
+ ],
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ },
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ ],
+ "denom": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOLFSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "WOLFSHIT",
+ "display": "WOLFSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ "name": "WOLFSHIT",
+ "symbol": "WOLFSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ ],
+ "denom": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "exponent": 0,
+ },
+ {
+ "denom": "VLT",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of the Underworld.",
+ "display": "VLT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ "name": "VLT",
+ "symbol": "VAULT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ ],
+ "denom": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglSTARS",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend STARS",
+ "display": "bglSTARS",
+ "extendedDescription": "bglSTARS (Bonded GopLend STARS) is issued in exchange for STARS for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ "name": "bglSTARS",
+ "symbol": "bglSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ ],
+ "denom": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglUSDC",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend USDC",
+ "display": "bglUSDC",
+ "extendedDescription": "bglUSDC (Bonded GopLend USDC) is issued in exchange for USDC for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ "name": "bglUSDC",
+ "symbol": "bglUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "coingeckoId": "starname",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uiov",
+ ],
+ "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "exponent": 0,
+ },
+ {
+ "denom": "iov",
+ "exponent": 6,
+ },
+ ],
+ "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
+ "display": "iov",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5c64b4",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Starname",
+ "socials": {
+ "twitter": "https://twitter.com/starname_me",
+ "website": "https://app.starname.me/",
+ },
+ "symbol": "IOV",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-15",
+ },
+ "counterparty": {
+ "base_denom": "uiov",
+ "chain_name": "starname",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "coingeckoId": "stratos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "wei",
+ ],
+ "denom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "exponent": 0,
+ },
+ {
+ "denom": "gwei",
+ "exponent": 9,
+ },
+ {
+ "denom": "stos",
+ "exponent": 18,
+ },
+ ],
+ "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain",
+ "display": "stos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ "theme": {
+ "primaryColorHex": "#04847c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ },
+ "name": "Stratos",
+ "symbol": "STOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-81016",
+ },
+ "counterparty": {
+ "base_denom": "wei",
+ "chain_name": "stratos",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "coingeckoId": "stride",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ustrd",
+ ],
+ "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "exponent": 0,
+ },
+ {
+ "denom": "strd",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.",
+ "display": "strd",
+ "extendedDescription": "Stride is a blockchain ("zone") that provides liquidity for staked tokens within the Cosmos ecosystem. Users can liquid stake their tokens from any Cosmos chain using Stride, earning staking and DeFi yields across the Cosmos IBC ecosystem. When users stake their tokens with Stride, they receive stTokens, which can be traded or redeemed at any time. Stride's liquid staking derivatives allow users to retain liquidity while earning staking rewards, supporting various IBC-compatible chains and promoting broader DeFi participation. The native token, STRD, is used for governance and securing the network.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ },
+ "name": "Stride",
+ "socials": {
+ "twitter": "https://twitter.com/stride_zone",
+ "website": "https://stride.zone/",
+ },
+ "symbol": "STRD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ustrd",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "coingeckoId": "stride-staked-atom",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuatom",
+ ],
+ "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "exponent": 0,
+ },
+ {
+ "denom": "statom",
+ "exponent": 6,
+ },
+ ],
+ "display": "statom",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ },
+ "name": "Stride Staked ATOM",
+ "symbol": "stATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuatom",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "coingeckoId": "stride-staked-stars",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stustars",
+ ],
+ "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ststars",
+ "exponent": 6,
+ },
+ ],
+ "display": "ststars",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ },
+ "name": "Stride Staked STARS",
+ "symbol": "stSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stustars",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "coingeckoId": "stride-staked-osmo",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuosmo",
+ ],
+ "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "exponent": 0,
+ },
+ {
+ "denom": "stosmo",
+ "exponent": 6,
+ },
+ ],
+ "display": "stosmo",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ },
+ "name": "Stride Staked OSMO",
+ "symbol": "stOSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuosmo",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "coingeckoId": "stride-staked-juno",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stujuno",
+ ],
+ "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "exponent": 0,
+ },
+ {
+ "denom": "stjuno",
+ "exponent": 6,
+ },
+ ],
+ "display": "stjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ },
+ "name": "Stride Staked JUNO",
+ "symbol": "stJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stujuno",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "coingeckoId": "stride-staked-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuluna",
+ ],
+ "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "exponent": 0,
+ },
+ {
+ "denom": "stluna",
+ "exponent": 6,
+ },
+ ],
+ "display": "stluna",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ },
+ "name": "Stride Staked LUNA",
+ "symbol": "stLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuluna",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stinj",
+ ],
+ "denom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "exponent": 0,
+ },
+ {
+ "denom": "stINJ",
+ "exponent": 18,
+ },
+ ],
+ "display": "stINJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ },
+ "name": "Stride Staked INJ",
+ "symbol": "stINJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stinj",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "coingeckoId": "stride-staked-evmos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staevmos",
+ ],
+ "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "exponent": 0,
+ },
+ {
+ "denom": "stevmos",
+ "exponent": 18,
+ },
+ ],
+ "display": "stevmos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ },
+ "name": "Stride Staked EVMOS",
+ "symbol": "stEVMOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staevmos",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stadydx",
+ ],
+ "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYDX",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ },
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stadydx",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stutia",
+ ],
+ "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "exponent": 0,
+ },
+ {
+ "denom": "stTIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ },
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stutia",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stadym",
+ ],
+ "denom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "exponent": 0,
+ },
+ {
+ "denom": "stDYM",
+ "exponent": 18,
+ },
+ ],
+ "description": "Stride's liquid staked DYM",
+ "display": "stDYM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ },
+ "name": "Stride Staked DYM",
+ "symbol": "stDYM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stadym",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "coingeckoId": "stride-staked-umee",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuumee",
+ ],
+ "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stumee",
+ "exponent": 6,
+ },
+ ],
+ "display": "stumee",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "theme": {
+ "primaryColorHex": "#fbd9e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ },
+ "name": "Stride Staked UMEE",
+ "symbol": "stUMEE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuumee",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stucmdx",
+ ],
+ "denom": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "exponent": 0,
+ },
+ {
+ "denom": "stcmdx",
+ "exponent": 6,
+ },
+ ],
+ "display": "stcmdx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ },
+ "name": "Stride Staked CMDX",
+ "symbol": "stCMDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stucmdx",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "coingeckoId": "stride-staked-sommelier",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stusomm",
+ ],
+ "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stsomm",
+ "exponent": 6,
+ },
+ ],
+ "display": "stsomm",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ },
+ "name": "Stride Staked SOMM",
+ "symbol": "stSOMM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stusomm",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stusaga",
+ ],
+ "denom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "exponent": 0,
+ },
+ {
+ "denom": "stSAGA",
+ "exponent": 6,
+ },
+ ],
+ "description": "Stride's liquid staked SAGA",
+ "display": "stSAGA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ },
+ "name": "Stride Staked SAGA",
+ "symbol": "stSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stusaga",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ ],
+ "denom": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "exponent": 0,
+ },
+ {
+ "denom": "TIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Celestia",
+ "display": "TIA",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Celestia",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "coingeckoId": "stride-staked-islm",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staISLM",
+ ],
+ "denom": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stISLM",
+ "exponent": 18,
+ },
+ ],
+ "display": "stISLM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ },
+ "name": "Stride Staked ISLM",
+ "symbol": "stISLM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staISLM",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuband",
+ ],
+ "denom": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "exponent": 0,
+ },
+ {
+ "denom": "stBAND",
+ "exponent": 6,
+ },
+ ],
+ "display": "stBAND",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ },
+ "name": "Stride Staked BAND",
+ "symbol": "stBAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuband",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "coingeckoId": "teritori",
+ "denomUnits": [
+ {
+ "aliases": [
+ "utori",
+ ],
+ "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "exponent": 0,
+ },
+ {
+ "denom": "tori",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Teritori",
+ "display": "tori",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ },
+ "name": "Teritori",
+ "symbol": "TORI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "utori",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "coingeckoId": "osmosis",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ ],
+ "denom": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "exponent": 0,
+ },
+ {
+ "denom": "osmo",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Osmosis",
+ "display": "osmo",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
+ },
+ ],
+ "keywords": [
+ "dex",
+ "staking",
+ ],
+ "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",
+ },
+ "name": "Osmosis",
+ "symbol": "OSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ ],
+ "denom": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom",
+ "exponent": 6,
+ },
+ ],
+ "display": "atom",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "coingeckoId": "kujira",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ ],
+ "denom": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "kuji",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Kujira chain.",
+ "display": "kuji",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "ukuji",
+ "chainName": "kujira",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ },
+ "name": "Kujira",
+ "symbol": "KUJI",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ ],
+ "denom": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USD Coin",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USD Coin",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ ],
+ "denom": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "exponent": 0,
+ },
+ {
+ "denom": "scrt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking and governance token of the Secret chain.",
+ "display": "scrt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Secret Network",
+ "symbol": "SCRT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-362",
+ },
+ "counterparty": {
+ "base_denom": "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ "chain_name": "teritori",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "coingeckoId": "terra-luna",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uluna",
+ ],
+ "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliluna",
+ ],
+ "denom": "mluna",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "lunc",
+ ],
+ "denom": "luna",
+ "exponent": 6,
+ },
+ ],
+ "description": "Terra Classic is the original blockchain platform that powered the UST stablecoin and LUNA token before the launch of Terra 2.0, focusing on stablecoins and DeFi applications.",
+ "display": "luna",
+ "extendedDescription": "Terra Classic was designed to create a decentralized financial infrastructure using algorithmic stablecoins like UST, which were pegged to various fiat currencies. The platform's native token, LUNA, played a crucial role in stabilizing the stablecoins through a mint-and-burn mechanism. Despite facing significant challenges, Terra Classic paved the way for Terra 2.0, which aims to rebuild and improve upon the original vision. Terra Classic continues to operate with a focus on supporting decentralized finance (DeFi) applications and stablecoin solutions.",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#fcdb5b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "Luna Classic",
+ "symbol": "LUNC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uluna",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "coingeckoId": "terrausd",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uusd",
+ ],
+ "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliusd",
+ ],
+ "denom": "musd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "ustc",
+ ],
+ "denom": "ust",
+ "exponent": 6,
+ },
+ ],
+ "description": "The USD stablecoin of Terra Classic.",
+ "display": "ust",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f2",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicUSD",
+ "symbol": "USTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uusd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ukrw",
+ ],
+ "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millikrw",
+ ],
+ "denom": "mkrw",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "krtc",
+ ],
+ "denom": "krt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The KRW stablecoin of Terra Classic.",
+ "display": "krt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b83e0",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicKRW",
+ "symbol": "KRTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ukrw",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uaud",
+ ],
+ "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliaud",
+ ],
+ "denom": "maud",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "autc",
+ ],
+ "denom": "aut",
+ "exponent": 6,
+ },
+ ],
+ "description": "The AUD stablecoin of Terra Classic.",
+ "display": "aut",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5981d7",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicAUD",
+ "symbol": "AUTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uaud",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ucad",
+ ],
+ "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millicad",
+ ],
+ "denom": "mcad",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "catc",
+ ],
+ "denom": "cat",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CAD stablecoin of Terra Classic.",
+ "display": "cat",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#de725b",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCAD",
+ "symbol": "CATC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ucad",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uchf",
+ ],
+ "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millichf",
+ ],
+ "denom": "mchf",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "chtc",
+ ],
+ "denom": "cht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CHF stablecoin of Terra Classic.",
+ "display": "cht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#c95c41",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCHF",
+ "symbol": "CHTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uchf",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ucny",
+ ],
+ "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millicny",
+ ],
+ "denom": "mcny",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "cntc",
+ ],
+ "denom": "cnt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The CNY stablecoin of Terra Classic.",
+ "display": "cnt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#d3684c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicCNY",
+ "symbol": "CNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ucny",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "udkk",
+ ],
+ "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millidkk",
+ ],
+ "denom": "mdkk",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "dktc",
+ ],
+ "denom": "dkt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The DKK stablecoin of Terra Classic.",
+ "display": "dkt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#db300a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicDKK",
+ "symbol": "DKTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "udkk",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ueur",
+ ],
+ "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millieur",
+ ],
+ "denom": "meur",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "eutc",
+ ],
+ "denom": "eut",
+ "exponent": 6,
+ },
+ ],
+ "description": "The EUR stablecoin of Terra Classic.",
+ "display": "eut",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#1535b2",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicEUR",
+ "symbol": "EUTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ueur",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ugbp",
+ ],
+ "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milligbp",
+ ],
+ "denom": "mgbp",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "gbtc",
+ ],
+ "denom": "gbt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The GBP stablecoin of Terra Classic.",
+ "display": "gbt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#d49b9c",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicGBP",
+ "symbol": "GBTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ugbp",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uhkd",
+ ],
+ "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millihkd",
+ ],
+ "denom": "mhkd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "hktc",
+ ],
+ "denom": "hkt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The HKD stablecoin of Terra Classic.",
+ "display": "hkt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#dc300a",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicHKD",
+ "symbol": "HKTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uhkd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uidr",
+ ],
+ "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliidr",
+ ],
+ "denom": "midr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "idtc",
+ ],
+ "denom": "idt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The IDR stablecoin of Terra Classic.",
+ "display": "idt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
+ },
+ ],
+ "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",
},
- "name": "PSTAKE staked DYDX",
- "symbol": "stkDYDX",
+ "name": "TerraClassicIDR",
+ "symbol": "IDTC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-72",
},
"counterparty": {
- "base_denom": "stk/adydx",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "uidr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uinr",
+ ],
+ "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliinr",
+ ],
+ "denom": "minr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "intc",
+ ],
+ "denom": "int",
+ "exponent": 6,
+ },
+ ],
+ "description": "The INR stablecoin of Terra Classic.",
+ "display": "int",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b87e6",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicINR",
+ "symbol": "INTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uinr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ujpy",
+ ],
+ "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millijpy",
+ ],
+ "denom": "mjpy",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "jptc",
+ ],
+ "denom": "jpt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The JPY stablecoin of Terra Classic.",
+ "display": "jpt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#cfcfcf",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicJPY",
+ "symbol": "JPTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "ujpy",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umnt",
+ ],
+ "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millimnt",
+ ],
+ "denom": "mmnt",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "mntc",
+ ],
+ "denom": "mnt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The MNT stablecoin of Terra Classic.",
+ "display": "mnt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#4085f0",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicMNT",
+ "symbol": "MNTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "umnt",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "umyr",
+ ],
+ "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millimyr",
+ ],
+ "denom": "mmyr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "mytc",
+ ],
+ "denom": "myt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The MYR stablecoin of Terra Classic.",
+ "display": "myt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicMYR",
+ "symbol": "MYTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "umyr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "unok",
+ ],
+ "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millinok",
+ ],
+ "denom": "mnok",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "notc",
+ ],
+ "denom": "not",
+ "exponent": 6,
+ },
+ ],
+ "description": "The NOK stablecoin of Terra Classic.",
+ "display": "not",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicNOK",
+ "symbol": "NOTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "unok",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uphp",
+ ],
+ "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "milliphp",
+ ],
+ "denom": "mphp",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "phtc",
+ ],
+ "denom": "pht",
+ "exponent": 6,
+ },
+ ],
+ "description": "The PHP stablecoin of Terra Classic.",
+ "display": "pht",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#e88057",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicPHP",
+ "symbol": "PHTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "uphp",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usdr",
+ ],
+ "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisdr",
+ ],
+ "denom": "msdr",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "sdtc",
+ ],
+ "denom": "sdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SDR stablecoin of Terra Classic.",
+ "display": "sdt",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2fa4f1",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSDR",
+ "symbol": "SDTC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usdr",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "denomUnits": [
+ {
+ "aliases": [
+ "usek",
+ ],
+ "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisek",
+ ],
+ "denom": "msek",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "setc",
+ ],
+ "denom": "set",
+ "exponent": 6,
+ },
+ ],
+ "description": "The SEK stablecoin of Terra Classic.",
+ "display": "set",
+ "images": [
+ {
+ "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",
+ "theme": {
+ "primaryColorHex": "#2e71e1",
+ },
+ },
+ ],
+ "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",
+ },
+ "name": "TerraClassicSEK",
+ "symbol": "SETC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-72",
+ },
+ "counterparty": {
+ "base_denom": "usek",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
"denomUnits": [
{
"aliases": [
- "stk/ustars",
+ "usgd",
+ ],
+ "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "exponent": 0,
+ },
+ {
+ "aliases": [
+ "millisgd",
],
- "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
- "exponent": 0,
+ "denom": "msgd",
+ "exponent": 3,
},
{
"aliases": [
- "stk/stars",
+ "sgtc",
],
- "denom": "stkstars",
+ "denom": "sgt",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked STARS",
- "display": "stkstars",
+ "description": "The SGD stablecoin of Terra Classic.",
+ "display": "sgt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4886e7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "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",
},
- "name": "PSTAKE staked STARS",
- "symbol": "stkSTARS",
+ "name": "TerraClassicSGD",
+ "symbol": "SGTC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-72",
},
"counterparty": {
- "base_denom": "stk/ustars",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "usgd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
"denomUnits": [
{
"aliases": [
- "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "uthb",
],
- "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
"exponent": 0,
},
{
- "denom": "stars",
+ "aliases": [
+ "millithb",
+ ],
+ "denom": "mthb",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "thtc",
+ ],
+ "denom": "tht",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "The THB stablecoin of Terra Classic.",
+ "display": "tht",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "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",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "TerraClassicTHB",
+ "symbol": "THTC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-72",
},
"counterparty": {
- "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "uthb",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
"denomUnits": [
{
"aliases": [
- "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "utwd",
],
- "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "aliases": [
+ "millitwd",
+ ],
+ "denom": "mtwd",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "twtc",
+ ],
+ "denom": "twt",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "description": "The TWD stablecoin of Terra Classic.",
+ "display": "twt",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chainName": "secretnetwork",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "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",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "TerraClassicTWD",
+ "symbol": "TWTC",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-72",
},
"counterparty": {
- "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "utwd",
+ "chain_name": "terra",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "coingeckoId": "terra-luna-2",
"denomUnits": [
{
"aliases": [
- "stk/uhuahua",
+ "uluna",
],
- "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
"exponent": 0,
},
{
- "aliases": [
- "stk/huahua",
- ],
- "denom": "stkhuahua",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked HUAHUA",
- "display": "stkhuahua",
+ "description": "The native staking token of Terra.",
+ "display": "luna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "PSTAKE staked HUAHUA",
- "symbol": "stkHUAHUA",
+ "name": "Luna",
+ "socials": {
+ "twitter": "https://twitter.com/terra_money",
+ "website": "https://www.terra.money/",
+ },
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "stk/uhuahua",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "uluna",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "base": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
"denomUnits": [
{
"aliases": [
- "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
],
- "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "denom": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "astro",
"exponent": 6,
},
],
- "display": "huahua",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
"imageSync": {
- "baseDenom": "uhuahua",
- "chainName": "chihuahua",
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "Astroport token",
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
@@ -36478,239 +61346,221 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "base": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
"denomUnits": [
{
"aliases": [
- "stk/uxprt",
+ "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
],
- "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "denom": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
"exponent": 0,
},
{
- "aliases": [
- "stk/xprt",
- ],
- "denom": "stkxprt",
+ "denom": "ampWHALEt",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked XPRT",
- "display": "stkxprt",
+ "description": "ERIS Alliance Staked ampWHALE on Terra",
+ "display": "ampWHALEt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
},
- "name": "PSTAKE staked XPRT",
- "symbol": "stkXPRT",
+ "name": "ERIS Alliance Staked ampWHALE",
+ "symbol": "ampWHALEt",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "stk/uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
- "coingeckoId": "planq",
+ "base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
"denomUnits": [
{
"aliases": [
- "aplanq",
+ "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
],
- "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "denom": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
"exponent": 0,
},
{
- "denom": "planq",
- "exponent": 18,
+ "denom": "boneWHALEt",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Planq Network",
- "display": "planq",
- "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "description": "ERIS Alliance Staked boneWHALE on Terra",
+ "display": "boneWHALEt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
- },
- "name": "Planq",
- "socials": {
- "twitter": "https://twitter.com/planqfoundation",
- "website": "https://planq.network",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
},
- "symbol": "PLQ",
+ "name": "ERIS Alliance Staked boneWHALE",
+ "symbol": "boneWHALEt",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "aplanq",
- "chain_name": "planq",
+ "base_denom": "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
"denomUnits": [
{
"aliases": [
- "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
],
- "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "denom": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "denom": "ampROAR",
+ "exponent": 6,
},
],
- "description": "The token of Source Protocol bridged from BSC.",
- "display": "srcx",
+ "description": "ERIS Liquid Enterprise Staked ROAR",
+ "display": "ampROAR",
"images": [
{
- "imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "theme": {
+ "primaryColorHex": "#5b83c3",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
},
- "name": "Source Token",
- "symbol": "SRCX",
+ "name": "ERIS Amplified ROAR",
+ "symbol": "ampROAR",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
- "chain_name": "planq",
+ "base_denom": "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
- "coingeckoId": "provenance-blockchain",
+ "base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
"denomUnits": [
{
"aliases": [
- "nhash",
+ "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
],
- "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "denom": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
"exponent": 0,
},
{
- "denom": "hash",
- "exponent": 9,
+ "denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "exponent": 18,
},
],
- "description": "Hash is the staking token of the Provenance Blockchain",
- "display": "hash",
+ "display": "wstETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Hash",
- "symbol": "HASH",
+ "name": "Wrapped Lido Staked Ether",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-222",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "nhash",
- "chain_name": "provenance",
- "channel_id": "channel-7",
+ "base_denom": "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
- "coingeckoId": "pundi-x-2",
+ "base": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
"denomUnits": [
{
"aliases": [
- "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
+ "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
],
- "denom": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
+ "denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
"exponent": 0,
},
{
- "denom": "PUNDIX",
- "exponent": 18,
+ "denom": "WOSMO",
+ "exponent": 6,
},
],
- "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
-- Payment for goods and services from merchants through XPOS
-- Gas Fee on PundiX Chain
-- Listing tokens in the XPOS
-- Merchant payments for loyalty programs and ads",
- "display": "PUNDIX",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
"imageSync": {
- "baseDenom": "eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "chainName": "fxcore",
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
- },
- "name": "Pundi X Token",
- "socials": {
- "twitter": "https://twitter.com/PundiXLabs",
- "website": "https://pundix.com",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "symbol": "PUNDIX",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-12618",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",
- "chain_name": "pundix",
+ "base_denom": "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
@@ -36719,1380 +61569,1483 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
- "coingeckoId": "pundi-x-purse",
+ "base": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
"denomUnits": [
{
"aliases": [
- "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
+ "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
],
- "denom": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
+ "denom": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
"exponent": 0,
},
{
- "denom": "PURSE",
- "exponent": 18,
+ "denom": "rstk",
+ "exponent": 6,
},
],
- "description": "Purse is the decentralised loyalty program for physical stores and merchants. PURSE token shall serve as governance token of the PURSE Merchant loyalty point platform, the gas fee as well as the transaction fee on PURSE Merchant platform. To launch any merchant loyalty tokens and do transaction on the merchant platform, users and merchants need Purse tokens.",
- "display": "PURSE",
+ "display": "rstk",
"images": [
{
"imageSync": {
- "baseDenom": "0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
- "chainName": "binancesmartchain",
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
- },
- "name": "PURSE Token",
- "socials": {
- "twitter": "https://twitter.com/Purse_Land",
- "website": "https://purse.land",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "symbol": "PURSE",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-12618",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "bsc0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C",
- "chain_name": "pundix",
+ "base_denom": "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "base": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
"denomUnits": [
{
"aliases": [
- "ubedrock",
+ "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
],
- "denom": "ibc/0835781EF3F3ADD053874323AB660C75B50B18B16733CAB783CA6BBD78244EDF",
+ "denom": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
"exponent": 0,
},
{
- "denom": "rock",
+ "denom": "MOAR",
"exponent": 6,
},
],
- "description": "The revenue token for Pylons",
- "display": "rock",
+ "description": "ERIS Liquid Alliance Staked ampROAR",
+ "display": "MOAR",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "theme": {
+ "primaryColorHex": "#9363b3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
- },
- "name": "Pylons",
- "socials": {
- "twitter": "https://twitter.com/pylonstech",
- "website": "https://pylons.tech",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
},
- "symbol": "ROCK",
+ "name": "ERIS MOAR",
+ "symbol": "MOAR",
"traces": [
{
"chain": {
- "channel_id": "channel-17683",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ubedrock",
- "chain_name": "pylons",
- "channel_id": "channel-29",
+ "base_denom": "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
- "coingeckoId": "quasar-2",
+ "base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
"denomUnits": [
{
"aliases": [
- "uqsr",
+ "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
],
- "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
+ "denom": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qsr",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "The native token of Quasar",
- "display": "qsr",
+ "description": "Tether USDt on Terra",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
- },
- "name": "Quasar",
- "socials": {
- "twitter": "https://twitter.com/QuasarFi",
- "website": "https://www.quasar.fi/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "symbol": "QSR",
+ "name": "Tether USDt",
+ "symbol": "USDt",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "uqsr",
- "chain_name": "quasar",
+ "base_denom": "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "base": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
"denomUnits": [
{
"aliases": [
- "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
+ "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
],
- "denom": "ibc/FE67E80A933248CAE4B088D8918BE20D7F23BE4AF8054E0353DB89E7EEBE2A1B",
+ "denom": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "osmo",
+ "denom": "atom-luna-lp",
"exponent": 6,
},
],
- "description": "OSMO from Osmosis",
- "display": "osmo",
+ "description": "ATOM-LUNA liquidity pool token on URA",
+ "display": "atom-luna-lp",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
},
],
- "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",
- },
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "ATOM-LUNA LP Token URA",
+ "symbol": "ATOM-LUNA-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",
- "chain_name": "quasar",
+ "base_denom": "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "base": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
"denomUnits": [
{
"aliases": [
- "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
+ "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
],
- "denom": "ibc/9D7FEC90340264762F3F9D0E2B3EFFAFB2D7656887CDF1D339FB8F7410A4C878",
+ "denom": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "atom",
+ "denom": "luna-usdc-lp",
"exponent": 6,
},
],
- "description": "ATOM from Osmosis",
- "display": "atom",
+ "description": "LUNA-USDC liquidity pool token on URA",
+ "display": "luna-usdc-lp",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chainName": "osmosis",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
},
],
- "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",
- },
- "name": "Atom",
- "symbol": "ATOM",
+ "name": "LUNA-USDC LP Token URA",
+ "symbol": "LUNA-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",
- "chain_name": "quasar",
+ "base_denom": "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "base": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
"denomUnits": [
{
"aliases": [
- "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
+ "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
],
- "denom": "ibc/69C2545CBA13844E6E0D102B67D4371CBEC3839589CD81C01A77B784A0681309",
+ "denom": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "usdc",
+ "denom": "luna-usdt-lp",
"exponent": 6,
},
],
- "description": "USDC.axl from Osmosis",
- "display": "usdc",
+ "description": "LUNA-USDT liquidity pool token on URA",
+ "display": "luna-usdt-lp",
"images": [
{
- "imageSync": {
- "baseDenom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- "name": "USD Coin",
- "symbol": "USDC.axl",
+ "name": "LUNA-USDT LP Token URA",
+ "symbol": "LUNA-USDT-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-688",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",
- "chain_name": "quasar",
+ "base_denom": "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ "chain_name": "terra2",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
- "coingeckoId": "quicksilver",
+ "base": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
"denomUnits": [
{
"aliases": [
- "uqck",
+ "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
],
- "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "denom": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qck",
+ "denom": "ashLUNA",
"exponent": 6,
},
],
- "description": "QCK - native token of Quicksilver",
- "display": "qck",
+ "description": "ashLUNA",
+ "display": "ashLUNA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ "theme": {
+ "primaryColorHex": "#66bcf2",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
- },
- "name": "Quicksilver",
- "socials": {
- "twitter": "https://twitter.com/quicksilverzone",
- "website": "https://quicksilver.zone/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
},
- "symbol": "QCK",
+ "name": "ashLUNA",
+ "symbol": "ashLUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "uqck",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "base": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
"denomUnits": [
{
"aliases": [
- "uqstars",
+ "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
],
- "denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "denom": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qstars",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked STARS",
- "display": "qstars",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Quicksilver Liquid Staked STARS",
- "symbol": "qSTARS",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "uqstars",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "base": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
"denomUnits": [
{
"aliases": [
- "uqatom",
+ "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
],
- "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "denom": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qatom",
+ "denom": "COSMO",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked ATOM",
- "display": "qatom",
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "imageSync": {
+ "baseDenom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
},
- "name": "Quicksilver Liquid Staked ATOM",
- "symbol": "qATOM",
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "uqatom",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "coingeckoId": "tgrade",
"denomUnits": [
{
"aliases": [
- "uqregen",
+ "utgd",
],
- "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qregen",
+ "denom": "tgd",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked REGEN",
- "display": "qregen",
+ "description": "The native token of Tgrade",
+ "display": "tgd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#a7248a",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "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",
},
- "name": "Quicksilver Liquid Staked Regen",
- "symbol": "qREGEN",
+ "name": "Tgrade",
+ "symbol": "TGD",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-263",
},
"counterparty": {
- "base_denom": "uqregen",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "utgd",
+ "chain_name": "tgrade",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "coingeckoId": "umee",
"denomUnits": [
{
"aliases": [
- "uqosmo",
+ "uumee",
],
- "denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qosmo",
+ "denom": "umee",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked OSMO",
- "display": "qosmo",
+ "description": "The native token of Umee",
+ "display": "umee",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "theme": {
+ "primaryColorHex": "#22f2e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
},
- "name": "Quicksilver Liquid Staked OSMO",
- "symbol": "qOSMO",
+ "name": "Umee",
+ "symbol": "UMEE",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-184",
},
"counterparty": {
- "base_denom": "uqosmo",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "uumee",
+ "chain_name": "umee",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "coingeckoId": "unification",
"denomUnits": [
{
"aliases": [
- "uqsomm",
+ "nund",
],
- "denom": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
+ "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qsomm",
- "exponent": 6,
+ "denom": "FUND",
+ "exponent": 9,
},
],
- "description": "Quicksilver Liquid Staked SOMM",
- "display": "qsomm",
+ "description": "Staking and governance coin for the Unification Blockchain",
+ "display": "FUND",
+ "extendedDescription": "Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "theme": {
+ "primaryColorHex": "#2279c0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
},
- "name": "Quicksilver Liquid Staked SOMM",
- "symbol": "qSOMM",
+ "name": "Unification Network",
+ "socials": {
+ "twitter": "https://twitter.com/UnificationUND",
+ "website": "https://unification.com",
+ },
+ "symbol": "FUND",
"traces": [
{
"chain": {
- "channel_id": "channel-522",
+ "channel_id": "channel-382",
},
"counterparty": {
- "base_denom": "uqsomm",
- "chain_name": "quicksilver",
- "channel_id": "channel-2",
+ "base_denom": "nund",
+ "chain_name": "unification",
+ "channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
- "coingeckoId": "qwoyn",
+ "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "coingeckoId": "vidulum",
"denomUnits": [
{
"aliases": [
- "uqwoyn",
+ "uvdl",
],
- "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
+ "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
"exponent": 0,
},
{
- "denom": "qwoyn",
+ "denom": "vdl",
"exponent": 6,
},
],
- "description": "The native governance token for Qwoyn Network",
- "display": "qwoyn",
- "extendedDescription": "The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",
+ "description": "The native token of Vidulum",
+ "display": "vdl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "imageSync": {
+ "baseDenom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chainName": "beezee",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
+ {
+ "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",
},
- ],
- "keywords": [
- "gaming",
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
- "name": "Qwoyn Network",
- "socials": {
- "twitter": "https://twitter.com/Qwoyn_Studios",
- "website": "https://qwoyn.studio",
- },
- "symbol": "QWOYN",
+ "name": "Vidulum",
+ "symbol": "VDL",
"traces": [
{
"chain": {
- "channel_id": "channel-880",
+ "channel_id": "channel-124",
},
"counterparty": {
- "base_denom": "uqwoyn",
- "chain_name": "qwoyn",
+ "base_denom": "uvdl",
+ "chain_name": "vidulum",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
- "coingeckoId": "realio-network",
+ "base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "coingeckoId": "xpla",
"denomUnits": [
{
"aliases": [
- "ario",
+ "axpla",
],
- "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
+ "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
"exponent": 0,
},
{
- "denom": "rio",
+ "denom": "xpla",
"exponent": 18,
},
],
- "description": "The native currency of the Realio Network.",
- "display": "rio",
+ "description": "The native staking token of XPLA.",
+ "display": "xpla",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
},
- "name": "Realio Network",
- "symbol": "RIO",
+ "name": "Xpla",
+ "symbol": "XPLA",
"traces": [
{
"chain": {
- "channel_id": "channel-1424",
+ "channel_id": "channel-1634",
},
"counterparty": {
- "base_denom": "ario",
- "chain_name": "realio",
- "channel_id": "channel-1",
+ "base_denom": "axpla",
+ "chain_name": "xpla",
+ "channel_id": "channel-9",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
- "coingeckoId": "",
+ "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "coingeckoId": "medibloc",
"denomUnits": [
{
"aliases": [
- "arst",
+ "umed",
],
- "denom": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
+ "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
"exponent": 0,
},
{
- "denom": "rst",
- "exponent": 18,
+ "denom": "med",
+ "exponent": 6,
},
],
- "description": "A hybrid equity token that represent ownership of the Realio Ecosystem and provides utility functions on the Network.",
- "display": "rst",
+ "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
+ "display": "med",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "theme": {
+ "primaryColorHex": "#2474ec",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
},
- "name": "Realio Security Token",
- "symbol": "RST",
+ "name": "MediBloc",
+ "symbol": "MED",
"traces": [
{
"chain": {
- "channel_id": "channel-1424",
+ "channel_id": "channel-82",
},
"counterparty": {
- "base_denom": "arst",
- "chain_name": "realio",
+ "base_denom": "umed",
+ "chain_name": "panacea",
"channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
- "coingeckoId": "rebus",
+ "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "coingeckoId": "passage",
"denomUnits": [
{
"aliases": [
- "arebus",
+ "upasg",
],
- "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
"exponent": 0,
},
{
- "denom": "rebus",
- "exponent": 18,
+ "denom": "pasg",
+ "exponent": 6,
},
],
- "description": "REBUS, the native coin of the Rebus chain.",
- "display": "rebus",
+ "description": "Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.",
+ "display": "pasg",
+ "extendedDescription": "Passage.io provides a decentralized environment for creating, distributing, and monetizing virtual experiences and content. By leveraging blockchain technology, Passage.io ensures secure ownership and transparent transactions for digital assets. The platform supports a wide range of virtual content, including virtual reality (VR), augmented reality (AR), and other immersive experiences. Users can create and share their content, interact with others, and earn rewards through the platform's native token, PASS. Passage.io aims to revolutionize the virtual content industry by offering a decentralized alternative to traditional content distribution models.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "theme": {
+ "primaryColorHex": "#05050c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
},
- "name": "Rebus",
- "symbol": "REBUS",
+ "name": "Passage",
+ "symbol": "PASG",
"traces": [
{
"chain": {
- "channel_id": "channel-355",
+ "channel_id": "channel-2494",
},
"counterparty": {
- "base_denom": "arebus",
- "chain_name": "rebus",
+ "base_denom": "upasg",
+ "chain_name": "passage",
"channel_id": "channel-0",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
- "coingeckoId": "regen",
+ "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "coingeckoId": "persistence",
"denomUnits": [
{
"aliases": [
- "uregen",
+ "uxprt",
],
- "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
"exponent": 0,
},
{
- "denom": "regen",
+ "denom": "xprt",
"exponent": 6,
},
],
- "description": "REGEN coin is the token for the Regen Network Platform",
- "display": "regen",
+ "description": "Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.",
+ "display": "xprt",
+ "extendedDescription": "Persistence aims to bridge traditional finance and decentralized finance (DeFi) by enabling the tokenization of real-world assets. The platform supports various financial products, including staking-as-a-service, commodity trading, and debt financing. Persistence leverages the Cosmos SDK for interoperability and scalability, ensuring seamless integration with other blockchain networks. The native token, XPRT, is used for staking, governance, and securing the network. Persistence's mission is to create a decentralized financial ecosystem that brings institutional-grade solutions to the blockchain space.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "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",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#E59636",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "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",
},
- "name": "Regen Network",
+ "name": "Persistence",
"socials": {
- "twitter": "https://twitter.com/regen_network",
- "website": "https://www.regen.network/",
+ "twitter": "https://twitter.com/PersistenceOne",
+ "website": "https://persistence.one/",
},
- "symbol": "REGEN",
+ "symbol": "XPRT",
"traces": [
{
"chain": {
- "channel_id": "channel-8",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "uregen",
- "chain_name": "regen",
- "channel_id": "channel-1",
+ "base_denom": "uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
- "coingeckoId": "toucan-protocol-nature-carbon-tonne",
+ "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "coingeckoId": "stkatom",
"denomUnits": [
{
"aliases": [
- "eco.uC.NCT",
+ "stk/uatom",
],
- "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
"exponent": 0,
},
{
- "denom": "nct",
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
"exponent": 6,
},
],
- "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
- "display": "nct",
+ "description": "PSTAKE Liquid-Staked ATOM",
+ "display": "stkatom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "Nature Carbon Ton",
- "symbol": "NCT",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-8",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "eco.uC.NCT",
- "chain_name": "regen",
- "channel_id": "channel-1",
+ "base_denom": "stk/uatom",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
- "coingeckoId": "rizon",
+ "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
"denomUnits": [
{
"aliases": [
- "uatolo",
+ "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
],
- "denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
"exponent": 0,
},
{
- "denom": "atolo",
- "exponent": 6,
+ "denom": "pstake",
+ "exponent": 18,
},
],
- "description": "Native token of Rizon Chain",
- "display": "atolo",
+ "description": "pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.",
+ "display": "pstake",
+ "extendedDescription": "With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon's Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
+ "keywords": [
+ "canon",
+ ],
"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",
- },
- "name": "Rizon Chain",
- "socials": {
- "twitter": "https://twitter.com/hdac_rizon",
- "website": "https://rizon.world/",
+ "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",
},
- "symbol": "ATOLO",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-221",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "uatolo",
- "chain_name": "rizon",
- "channel_id": "channel-1",
+ "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
- "coingeckoId": "saga-2",
+ "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
"denomUnits": [
{
"aliases": [
- "usaga",
+ "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
],
- "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
+ "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
"exponent": 0,
},
{
- "denom": "saga",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Saga.",
- "display": "saga",
- "extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
-
-Saga’s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse.",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
- "theme": {
- "darkMode": false,
- "primaryColorHex": "#000000",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
},
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg",
+ "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",
"theme": {
- "darkMode": true,
- "primaryColorHex": "#FFFFFF",
+ "primaryColorHex": "#272d45",
},
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",
- },
- "name": "Saga",
- "socials": {
- "twitter": "https://twitter.com/Sagaxyz__",
- "website": "https://www.saga.xyz/",
+ "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",
},
- "symbol": "SAGA",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-38946",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "usaga",
- "chain_name": "saga",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
"denomUnits": [
{
"aliases": [
- "nscr",
+ "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
],
- "denom": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
"exponent": 0,
},
{
- "denom": "scr",
- "exponent": 9,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "The native token of Scorum",
- "display": "scr",
- "extendedDescription": "Scorum is a dynamic Layer-1 blockchain powered by Cosmos, designed to redefine the gaming and entertainment industries. Currently, it supports Aviatrix, a compelling crash game that not only leverages blockchain technology for secure and transparent gaming outcomes but also utilizes it for the integration of Non-Fungible Tokens (NFTs). Central to Scorum’s ecosystem is the SCR token, which supports both Aviatrix and future applications set to expand the platform’s offerings. The adoption of the Inter-Blockchain Communication protocol significantly enhances Scorum’s interoperability and scalability, paving the way for its ongoing expansion and the development of innovative, blockchain-powered entertainment solutions.",
+ "description": "Tether USDT on Persistence",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
- },
- "name": "Scorum",
- "socials": {
- "twitter": "https://twitter.com/scorum_en",
- "website": "https://scorum.network",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "symbol": "SCR",
+ "name": "Tether USDT",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "nscr",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
+ "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
"denomUnits": [
{
"aliases": [
- "nsp",
+ "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
],
- "denom": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
+ "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
"exponent": 0,
},
{
- "denom": "sp",
- "exponent": 9,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "description": "Scorum Power used for internal mechanics and staking",
- "display": "sp",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Scorum Power",
- "symbol": "SP",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "nsp",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
"denomUnits": [
{
"aliases": [
- "gas",
+ "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
],
- "denom": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
+ "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
"exponent": 0,
},
+ {
+ "denom": "dydx",
+ "exponent": 18,
+ },
],
- "description": "Virtual(non-transferable) coin used to pay gas",
- "display": "gas",
+ "description": "dydx staking token",
+ "display": "dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "GAS",
- "symbol": "GAS",
+ "name": "dYdX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-20100",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "gas",
- "chain_name": "scorum",
- "channel_id": "channel-1",
+ "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "coingeckoId": "secret",
+ "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "coingeckoId": "pstake-staked-osmo",
"denomUnits": [
{
"aliases": [
- "uscrt",
+ "stk/uosmo",
],
- "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
"exponent": 0,
},
{
- "denom": "scrt",
+ "aliases": [
+ "stk/osmo",
+ ],
+ "denom": "stkosmo",
"exponent": 6,
},
],
- "description": "The native token of Secret Network",
- "display": "scrt",
+ "description": "PSTAKE Liquid-Staked OSMO",
+ "display": "stkosmo",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "theme": {
+ "primaryColorHex": "#c3343d",
+ },
},
],
"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",
- },
- "name": "Secret Network",
- "socials": {
- "twitter": "https://twitter.com/SecretNetwork",
- "website": "https://scrt.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
},
- "symbol": "SCRT",
+ "name": "PSTAKE staked OSMO",
+ "symbol": "stkOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-88",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "uscrt",
- "chain_name": "secretnetwork",
- "channel_id": "channel-1",
+ "base_denom": "stk/uosmo",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
- "coingeckoId": "sei-network",
+ "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
"denomUnits": [
{
"aliases": [
- "usei",
+ "stk/adydx",
],
- "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
+ "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
"exponent": 0,
},
{
- "denom": "sei",
- "exponent": 6,
+ "aliases": [
+ "stk/dydx",
+ ],
+ "denom": "stkdydx",
+ "exponent": 18,
},
],
- "description": "The native staking token of Sei.",
- "display": "sei",
+ "description": "PSTAKE Liquid-Staked DYDX",
+ "display": "stkdydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "theme": {
+ "primaryColorHex": "#c4474e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
- },
- "name": "Sei",
- "socials": {
- "twitter": "https://twitter.com/SeiNetwork",
- "website": "https://www.sei.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
},
- "symbol": "SEI",
+ "name": "PSTAKE staked DYDX",
+ "symbol": "stkDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "usei",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "stk/adydx",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
- "base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
- "coingeckoId": "",
+ "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
"denomUnits": [
{
"aliases": [
- "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
+ "stk/ustars",
],
- "denom": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
+ "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
"exponent": 0,
},
{
- "denom": "oin",
+ "aliases": [
+ "stk/stars",
+ ],
+ "denom": "stkstars",
"exponent": 6,
},
],
- "description": "OIN Token ($OIN) is a groundbreaking digital asset developed on the $SEI Blockchain. It transcends being merely a cryptocurrency; $OIN stands as a robust store of value, symbolizing the future of decentralized finance and its potential to reshape the crypto landscape.",
- "display": "oin",
+ "description": "PSTAKE Liquid-Staked STARS",
+ "display": "stkstars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "theme": {
+ "primaryColorHex": "#070e0e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
},
- "name": "OIN STORE OF VALUE",
- "symbol": "OIN",
+ "name": "PSTAKE staked STARS",
+ "symbol": "stkSTARS",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "factory/sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w/OIN",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "stk/ustars",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
"denomUnits": [
{
"aliases": [
- "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
+ "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
],
- "denom": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
+ "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
"exponent": 0,
},
{
- "denom": "ampSEI",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "ERIS liquid staked SEI",
- "display": "ampSEI",
+ "display": "stars",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/ampsei.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "name": "ERIS Amplified SEI",
- "symbol": "ampSEI",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "factory/sei1x2fgaaqecvk8kwuqkjqcj27clw5p5g99uawdzy9sc4rku8avumcq3cky4k/ampSEI",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
"denomUnits": [
{
"aliases": [
- "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
+ "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
],
- "denom": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
+ "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
"exponent": 0,
},
{
- "denom": "popeye",
- "exponent": 6,
+ "denom": "shd",
+ "exponent": 8,
},
],
- "description": "Popeye the Seilor",
- "display": "popeye",
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "imageSync": {
+ "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "theme": {
+ "primaryColorHex": "#342c52",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
},
- "name": "Popeye",
- "symbol": "POPEYE",
+ "name": "Shade",
+ "symbol": "SHD",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "factory/sei1fl8pg59wfsgw2wp4aruk38zqccfnc2g8ptrm24/popeye",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
"denomUnits": [
{
"aliases": [
- "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
+ "stk/uhuahua",
],
- "denom": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
+ "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
"exponent": 0,
},
{
- "denom": "sensei",
+ "aliases": [
+ "stk/huahua",
+ ],
+ "denom": "stkhuahua",
"exponent": 6,
},
],
- "description": "A wise dog and a marshal arts master",
- "display": "sensei",
+ "description": "PSTAKE Liquid-Staked HUAHUA",
+ "display": "stkhuahua",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "theme": {
+ "primaryColorHex": "#f2cc2f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
},
- "name": "Sensei Dog",
- "symbol": "SENSEI",
+ "name": "PSTAKE staked HUAHUA",
+ "symbol": "stkHUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "stk/uhuahua",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
"denomUnits": [
{
"aliases": [
- "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
+ "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
],
- "denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
+ "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "huahua",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "display": "huahua",
"images": [
{
"imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
+ "baseDenom": "uhuahua",
+ "chainName": "chihuahua",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
@@ -38100,88 +63053,100 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"typeAsset": "ics20",
},
{
- "base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
"denomUnits": [
{
"aliases": [
- "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
+ "stk/uxprt",
],
- "denom": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
+ "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
"exponent": 0,
},
{
- "denom": "oozaru",
+ "aliases": [
+ "stk/xprt",
+ ],
+ "denom": "stkxprt",
"exponent": 6,
},
],
- "description": "OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series",
- "display": "oozaru",
+ "description": "PSTAKE Liquid-Staked XPRT",
+ "display": "stkxprt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "theme": {
+ "primaryColorHex": "#c3343b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
},
- "name": "Oozaru",
- "symbol": "OOZARU",
+ "name": "PSTAKE staked XPRT",
+ "symbol": "stkXPRT",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "stk/uxprt",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "base": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
"denomUnits": [
{
"aliases": [
- "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
+ "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
],
- "denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
+ "denom": "ibc/AB605EA29F5DCE238FF962F466B822D5325A77E84B2654682C35205E27C17F5D",
"exponent": 0,
},
{
- "denom": "astro",
- "exponent": 6,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Wrapped Bitcoin on Persistence",
+ "display": "wbtc",
"images": [
{
"imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
+ "baseDenom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "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",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "Wrapped Bitcoin",
+ "symbol": "WBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-782",
+ "channel_id": "channel-4",
},
"counterparty": {
- "base_denom": "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
- "chain_name": "sei",
- "channel_id": "channel-0",
+ "base_denom": "ibc/CCA9F9B22D39884C09975D45E1869B73A12B87080EE53CB44905CE2C422CA228",
+ "chain_name": "persistence",
+ "channel_id": "channel-6",
},
"type": "ibc",
},
@@ -38189,424 +63154,450 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"typeAsset": "ics20",
},
{
- "base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
- "coingeckoId": "sentinel",
+ "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "coingeckoId": "planq",
"denomUnits": [
{
"aliases": [
- "udvpn",
+ "aplanq",
],
- "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
"exponent": 0,
},
{
- "denom": "dvpn",
- "exponent": 6,
+ "denom": "planq",
+ "exponent": 18,
},
],
- "description": "DVPN is the native token of the Sentinel Hub.",
- "display": "dvpn",
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
+ "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
},
- "name": "Sentinel",
+ "name": "Planq",
"socials": {
- "twitter": "https://twitter.com/SentinelVPN",
- "website": "https://www.sentinel.co/",
+ "twitter": "https://twitter.com/planqfoundation",
+ "website": "https://planq.network",
},
- "symbol": "DVPN",
+ "symbol": "PLQ",
"traces": [
{
"chain": {
- "channel_id": "channel-2",
+ "channel_id": "channel-492",
},
"counterparty": {
- "base_denom": "udvpn",
- "chain_name": "sentinel",
- "channel_id": "channel-0",
+ "base_denom": "aplanq",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
- "coingeckoId": "six-sigma",
+ "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
"denomUnits": [
{
"aliases": [
- "usge",
+ "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
],
- "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
+ "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
"exponent": 0,
},
{
- "denom": "sge",
- "exponent": 6,
+ "denom": "srcx",
+ "exponent": 9,
},
],
- "description": "The native token of SGE Network",
- "display": "sge",
+ "description": "The token of Source Protocol bridged from BSC.",
+ "display": "srcx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "imageSync": {
+ "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
},
- "name": "SGE",
- "symbol": "SGE",
+ "name": "Source Token",
+ "symbol": "SRCX",
"traces": [
{
"chain": {
- "channel_id": "channel-5485",
+ "channel_id": "channel-492",
},
"counterparty": {
- "base_denom": "usge",
- "chain_name": "sge",
- "channel_id": "channel-0",
+ "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
- "coingeckoId": "shareledger",
+ "base": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
"denomUnits": [
{
"aliases": [
- "nshr",
+ "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
],
- "denom": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
+ "denom": "ibc/2A2F08F5D77ADB4029279C10CD4FDC9A3B5AAF528475B10576B8BED7BBDAEC8B",
"exponent": 0,
},
{
- "denom": "shr",
- "exponent": 9,
+ "denom": "meme",
+ "exponent": 6,
},
],
- "description": "The native token of Shareledger",
- "display": "shr",
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "imageSync": {
+ "baseDenom": "umeme",
+ "chainName": "meme",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
+ },
},
],
- "keywords": [
- "id",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "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",
},
- "name": "Shareledger",
- "symbol": "SHR",
+ "name": "MEME",
+ "symbol": "MEME",
"traces": [
{
"chain": {
- "channel_id": "channel-647",
+ "channel_id": "channel-492",
},
"counterparty": {
- "base_denom": "nshr",
- "chain_name": "shareledger",
- "channel_id": "channel-0",
+ "base_denom": "ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A",
+ "chain_name": "planq",
+ "channel_id": "channel-1",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
- "coingeckoId": "certik",
+ "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "coingeckoId": "provenance-blockchain",
"denomUnits": [
{
"aliases": [
- "uctk",
+ "nhash",
],
- "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
"exponent": 0,
},
{
- "denom": "ctk",
- "exponent": 6,
+ "denom": "hash",
+ "exponent": 9,
},
],
- "description": "The native token of Shentu",
- "display": "ctk",
+ "description": "Hash is the staking token of the Provenance Blockchain",
+ "display": "hash",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "theme": {
+ "primaryColorHex": "#4c7cdc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
},
- "name": "Shentu",
- "symbol": "CTK",
+ "name": "Hash",
+ "symbol": "HASH",
"traces": [
{
"chain": {
- "channel_id": "channel-146",
+ "channel_id": "channel-222",
},
"counterparty": {
- "base_denom": "uctk",
- "chain_name": "shentu",
- "channel_id": "channel-8",
+ "base_denom": "nhash",
+ "chain_name": "provenance",
+ "channel_id": "channel-7",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
- "coingeckoId": "shido-2",
+ "base": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
"denomUnits": [
{
"aliases": [
- "shido",
+ "upryzm",
],
- "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
+ "denom": "ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752",
"exponent": 0,
},
{
- "denom": "SHIDO",
- "exponent": 18,
+ "denom": "pryzm",
+ "exponent": 6,
},
],
- "description": "The native EVM and Wasm, governance and staking token of the Shido Chain",
- "display": "SHIDO",
+ "description": "The native token of PRYZM",
+ "display": "pryzm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
+ "theme": {
+ "primaryColorHex": "#c6ddf5",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
- },
- "name": "Shido",
- "socials": {
- "twitter": "https://twitter.com/ShidoGlobal",
- "website": "https://shido.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg",
},
- "symbol": "SHIDO",
+ "name": "Pryzm",
+ "symbol": "PRYZM",
"traces": [
{
"chain": {
- "channel_id": "channel-73755",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "shido",
- "chain_name": "shido",
- "channel_id": "channel-0",
+ "base_denom": "upryzm",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
- "coingeckoId": "sifchain",
+ "base": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
"denomUnits": [
{
"aliases": [
- "rowan",
+ "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
],
- "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "denom": "ibc/0D4113BDD4043C13A751E79A9EF099C7DFB2E5EA462343B139F52DA3BDD83F9B",
"exponent": 0,
},
{
- "denom": "ROWAN",
- "exponent": 18,
+ "denom": "auuu",
+ "exponent": 6,
},
],
- "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",
+ "description": "The meme token of PRYZM",
+ "display": "auuu",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
+ "theme": {
+ "primaryColorHex": "#eb536c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/AUUU.svg",
},
- "name": "Sifchain Rowan",
- "symbol": "ROWAN",
+ "name": "AUUU",
+ "symbol": "AUUU",
"traces": [
{
"chain": {
- "channel_id": "channel-47",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "rowan",
- "chain_name": "sifchain",
- "channel_id": "channel-17",
+ "base_denom": "factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
- "coingeckoId": "sommelier",
+ "base": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
+ "coingeckoId": "cosmos",
"denomUnits": [
{
"aliases": [
- "usomm",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "denom": "ibc/6AD10F7E7BC9135ADCF2E2A70B839848256C85E5973734960933323CB8EEF3C5",
"exponent": 0,
},
{
- "aliases": [
- "millisomm",
- ],
- "denom": "msomm",
- "exponent": 3,
- },
- {
- "denom": "somm",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
- "display": "somm",
+ "description": "The native staking and governance token of the Cosmos Hub",
+ "display": "atom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"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",
- },
- "name": "Sommelier",
- "socials": {
- "twitter": "https://twitter.com/sommfinance",
- "website": "https://www.sommelier.finance/",
+ "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",
},
- "symbol": "SOMM",
+ "name": "Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-165",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usomm",
- "chain_name": "sommelier",
- "channel_id": "channel-0",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
- "coingeckoId": "source",
+ "base": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
+ "coingeckoId": "injective-protocol",
"denomUnits": [
{
"aliases": [
- "usource",
+ "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
],
- "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
+ "denom": "ibc/4121BEF13A268F82C7A46999639114B2D3AB5DF0FEFEFEB0697C2EFA9786ED6A",
"exponent": 0,
},
{
- "denom": "source",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "description": "The native token of SOURCE Chain",
- "display": "source",
- "extendedDescription": "Enterprises, developers, and individuals are empowered to use SOURCE's sustainable and value backed network to easily access, build, and integrate web3 applications and services.",
+ "description": "The native staking and governance token of the Injective chain",
+ "display": "INJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
- },
- "name": "Source",
- "socials": {
- "twitter": "https://twitter.com/sourceprotocol_",
- "website": "https://www.sourceprotocol.io/",
+ "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",
},
- "symbol": "SOURCE",
+ "name": "Injective",
+ "symbol": "INJ",
"traces": [
{
"chain": {
- "channel_id": "channel-8945",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usource",
- "chain_name": "source",
- "channel_id": "channel-0",
+ "base_denom": "ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "base": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
+ "coingeckoId": "osmosis",
"denomUnits": [
{
"aliases": [
- "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
+ "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
],
- "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
+ "denom": "ibc/FFE5D1D2499C71675623D49D0CE93E2BD6DD164A516E9212B527467FB6C91CE3",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "denom": "osmo",
+ "exponent": 6,
},
],
- "description": "Source Protocol's SRCX Token Bridged from BNB Through Planq",
- "display": "srcx",
+ "description": "The native staking and governance token of the Osmosis chain",
+ "display": "osmo",
"images": [
{
"imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "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",
},
- "name": "SRCX",
- "symbol": "SRCX",
+ "name": "Osmo",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-8945",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/FC5A7360EEED0713AE3E83E9D55A69AF873056A172AC495890ACE4582FF9685A",
- "chain_name": "source",
- "channel_id": "channel-0",
+ "base_denom": "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
@@ -38614,4347 +63605,4112 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"typeAsset": "ics20",
},
{
- "base": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
- "coingeckoId": "stafi",
+ "base": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
+ "coingeckoId": "celestia",
"denomUnits": [
{
"aliases": [
- "ufis",
+ "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
],
- "denom": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862",
+ "denom": "ibc/F5F18137DAF28247BB5D9EA0C1952219C99D46C767E885711FFB7375223F097B",
"exponent": 0,
},
{
- "denom": "fis",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the StaFi Hub.",
- "display": "fis",
+ "description": "The native staking and governance token of the Celestia chain",
+ "display": "tia",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "FIS",
- "symbol": "FIS",
+ "name": "Tia",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ufis",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
- "coingeckoId": "",
+ "base": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
+ "coingeckoId": "terra-luna-2",
"denomUnits": [
{
"aliases": [
- "uratom",
+ "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
],
- "denom": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
+ "denom": "ibc/8CB55ED1558390363E4F19D98EFD3AAE71DFCAF0670E9EA34449F0C55A87C93A",
"exponent": 0,
},
{
- "denom": "ratom",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked ATOMs",
- "display": "ratom",
+ "description": "The native staking and governance token of the Terra chain",
+ "display": "luna",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/ratom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "rATOM",
- "symbol": "rATOM",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uratom",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
- "coingeckoId": "",
+ "base": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "uriris",
+ "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
],
- "denom": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
+ "denom": "ibc/43016DF9A253DD3F997C70A8CA3FF85963AE3C93AE99FA1BA2281B9F78487E7C",
"exponent": 0,
},
{
- "denom": "riris",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked IRISs",
- "display": "riris",
+ "description": "Circle's USDC on Noble",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/riris.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "rIRIS",
- "symbol": "rIRIS",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uriris",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
- "coingeckoId": "",
+ "base": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
+ "coingeckoId": "axlusdc",
"denomUnits": [
{
"aliases": [
- "urhuahua",
+ "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
],
- "denom": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
+ "denom": "ibc/7DA3E1D90F60A63D9A4A0360DCE2F78CBC5FF945BDDA0B211BB015E7E6317064",
"exponent": 0,
},
{
- "denom": "rhuahua",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "A liquid staking representation of staked HUAHUAs",
- "display": "rhuahua",
+ "description": "Circle's USDC on Axelar",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rhuahua.svg",
+ "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",
},
- "name": "rHUAHUA",
- "symbol": "rHUAHUA",
+ "name": "USDC (Axelar)",
+ "symbol": "USDC.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "urhuahua",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
- "coingeckoId": "",
+ "base": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
+ "coingeckoId": "dydx-chain",
"denomUnits": [
{
"aliases": [
- "urswth",
+ "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
],
- "denom": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
+ "denom": "ibc/03C9B7CC2D0A9259B95D30D8C211FFB399EB5F62564629BEE3ED1538E8CFBFA5",
"exponent": 0,
},
{
- "denom": "rswth",
- "exponent": 8,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "A liquid staking representation of staked SWTHs",
- "display": "rswth",
+ "description": "The native staking and governance token of the dYdX chain",
+ "display": "dydx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
+ "imageSync": {
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/rswth.svg",
- },
- "name": "rSWTH",
- "symbol": "rSWTH",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ },
+ "name": "dYdX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-5413",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "urswth",
- "chain_name": "stafihub",
- "channel_id": "channel-10",
+ "base_denom": "ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "coingeckoId": "stargaze",
+ "base": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
"denomUnits": [
{
"aliases": [
- "ustars",
+ "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
],
- "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "denom": "ibc/C10BE0B8EAD2B1209ED1A6EAEBA3F70554E17DEF6E46CDE42AA9614366E1DF64",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "stTIA",
"exponent": 6,
},
],
- "description": "The native token of Stargaze",
- "display": "stars",
+ "description": "Stride's liquid staked TIA",
+ "display": "stTIA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "imageSync": {
+ "baseDenom": "stutia",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
- },
- "name": "Stargaze",
- "socials": {
- "twitter": "https://twitter.com/StargazeZone",
- "website": "https://www.stargaze.zone/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
},
- "symbol": "STARS",
+ "name": "Stride Staked TIA",
+ "symbol": "stTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ustars",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
- "coingeckoId": "",
+ "base": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
+ "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
],
- "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
+ "denom": "ibc/37A27917E28FD5ADD75B97A1FCA2908483A7A60C05FAF283A66D618C11F9570C",
"exponent": 0,
},
{
- "denom": "strdst",
- "exponent": 6,
+ "denom": "stDYDX",
+ "exponent": 18,
},
],
- "description": "The native token of ohhNFT.",
- "display": "strdst",
+ "description": "Stride's liquid staked DYDX",
+ "display": "stDYDX",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "imageSync": {
+ "baseDenom": "stadydx",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
},
- "name": "Stardust STRDST",
- "symbol": "STRDST",
+ "name": "Stride Staked DYDX",
+ "symbol": "stDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/dust",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
- "coingeckoId": "",
+ "base": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
+ "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
],
- "denom": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
+ "denom": "ibc/D38E4D114792F81A002494E34B2ED9DC6F6484F29A7ABD5D3D1112F8D3A18C0E",
"exponent": 0,
},
{
- "denom": "GAZE",
+ "denom": "dATOM",
"exponent": 6,
},
],
- "description": "The native meme token of stargaze.",
- "display": "GAZE",
+ "description": "Drop Protocol's liquid staked ATOM",
+ "display": "dATOM",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "imageSync": {
+ "baseDenom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chainName": "neutron",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "Gaze GAZE",
- "symbol": "GAZE",
+ "name": "dATOM",
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/mGAZE",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "ibc/EA6E1E8BA2EB9F681C4BD12C8C81A46530A62934F2BD561B120A00F46946CE87",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
- "coingeckoId": "",
+ "base": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
+ "c:uatom",
],
- "denom": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
+ "denom": "ibc/6539288FEE1DDE376CB2A6B625BB57420F39414FCF79534B05090140ED020EEC",
"exponent": 0,
},
{
- "denom": "BRNCH",
+ "denom": "catom",
"exponent": 6,
},
],
- "description": "ohhNFT LP token.",
- "display": "BRNCH",
+ "description": "Pryzm's native liquid staking token for ATOM",
+ "display": "catom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAtom.svg",
},
- "name": "Branch",
- "symbol": "BRNCH",
+ "name": "cAtom",
+ "symbol": "cATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uBRNCH",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "c:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
- "coingeckoId": "",
+ "base": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
"denomUnits": [
{
"aliases": [
- "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
+ "c:inj",
],
- "denom": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
+ "denom": "ibc/4E0EB62AF53F3E9BB58B1EBEF3D37D064AAFC6C0807AC0CCB62271A706F6DCC4",
"exponent": 0,
},
{
- "denom": "OHH",
- "exponent": 6,
+ "denom": "cINJ",
+ "exponent": 18,
},
],
- "description": "Social token for the ohhVAULT.",
- "display": "OHH",
+ "description": "Pryzm's native liquid staking token for INJ",
+ "display": "cINJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cInj.svg",
},
- "name": "ohhVAULT ohh",
- "symbol": "OHH",
+ "name": "cInj",
+ "symbol": "cINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/stars16da2uus9zrsy83h23ur42v3lglg5rmyrpqnju4/uOHH",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "c:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
- "coingeckoId": "",
+ "base": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
"denomUnits": [
{
"aliases": [
- "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
+ "c:uosmo",
],
- "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
+ "denom": "ibc/B89DE064B57F5026B63CFF50ED15A5EBA901A6B17D9600B9A4F86C32095BFEF4",
"exponent": 0,
},
{
- "denom": "sneaky",
+ "denom": "cosmo",
"exponent": 6,
},
],
- "description": "The native coin of Sneaky Productions.",
- "display": "sneaky",
+ "description": "Pryzm's native liquid staking token for OSMO",
+ "display": "cosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cOsmo.svg",
},
- "name": "Sneaky Productions",
- "symbol": "SNEAKY",
+ "name": "cOsmo",
+ "symbol": "cOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "c:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "base": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
"denomUnits": [
{
"aliases": [
- "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
+ "c:uluna",
],
- "denom": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
+ "denom": "ibc/288ECF01A3786BF0AD0E5CE5A7BAA2DDA0D7E69BE06C91D6CD4524CC25FCDFBC",
"exponent": 0,
},
{
- "denom": "LAB",
+ "denom": "cluna",
"exponent": 6,
},
],
- "description": "LAB - Everything is an Experiment",
- "display": "LAB",
- "extendedDescription": "LAB - Everything is an Experiment
-
-Use 10 $LAB tokens to mint 1 Mad Scientist NFT on Backbone Labs Osmosis Launchpad. You will then be able to trade your NFTs on the marketplace. You can also choose to hold onto your $LAB tokens as unrevealed NFTs and trade it.
-
- Fair Launch: The event was marked by the absence of whitelists (WLs), no bots and no lock, ensuring an equitable opportunity for all interested parties.
-
-Preparation for the Launch: Participants were given a 52.91-hour window to deposit $OSMO into a pool on Streamswap.
-
-The Swap Process: After the initial deposit period, $OSMO was converted into $LAB tokens over an additional hour, allowing for a smooth transition and fair distribution.",
+ "description": "Pryzm's native liquid staking token for LUNA",
+ "display": "cluna",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cLuna.svg",
},
- "name": "LAB",
- "symbol": "LAB",
+ "name": "cLuna",
+ "symbol": "cLUNA",
"traces": [
{
"chain": {
- "channel_id": "channel-75",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/93B1AE0AD5E88242745B245064A2A51DDA1319C18176A966D5F8F9E02ED5373E",
- "chain_name": "stargaze",
- "channel_id": "channel-0",
+ "base_denom": "c:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
- "coingeckoId": "starname",
+ "base": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
"denomUnits": [
{
"aliases": [
- "uiov",
+ "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
],
- "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "denom": "ibc/52CBC5B9DA1B3C50E1D71C7B1F644CE8D6782E89AA7928EED409DB2DE6D066D8",
"exponent": 0,
},
{
- "denom": "iov",
+ "denom": "cauuu",
"exponent": 6,
},
],
- "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
- "display": "iov",
+ "description": "Pryzm's native liquid staking token for AUUU",
+ "display": "cauuu",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
},
],
"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",
- },
- "name": "Starname",
- "socials": {
- "twitter": "https://twitter.com/starname_me",
- "website": "https://app.starname.me/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cAuuu.svg",
},
- "symbol": "IOV",
+ "name": "cAuuu",
+ "symbol": "cAUUU",
"traces": [
{
"chain": {
- "channel_id": "channel-15",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uiov",
- "chain_name": "starname",
+ "base_denom": "factory/pryzm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sk0s70x/cuauuu",
+ "chain_name": "pryzm",
"channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
- "coingeckoId": "stride",
+ "base": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
"denomUnits": [
{
"aliases": [
- "ustrd",
+ "c:utia",
],
- "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "denom": "ibc/387550832FF1E03C51B5B0AAF12428E71EBE2160797FDC1EC40C4319E2887409",
"exponent": 0,
},
{
- "denom": "strd",
+ "denom": "ctia",
"exponent": 6,
},
],
- "description": "The native token of Stride",
- "display": "strd",
+ "description": "Pryzm's native liquid staking token for TIA",
+ "display": "ctia",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
- },
- "name": "Stride",
- "socials": {
- "twitter": "https://twitter.com/stride_zone",
- "website": "https://stride.zone/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/cTia.svg",
},
- "symbol": "STRD",
+ "name": "cTia",
+ "symbol": "cTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ustrd",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "c:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
- "coingeckoId": "stride-staked-atom",
+ "base": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
"denomUnits": [
{
"aliases": [
- "stuatom",
+ "p:uatom:30Sep2024",
],
- "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "denom": "ibc/70BA39FF274D97FB5B51C9A1DF34880E8C1977A5F6D76ABE7A4F84D35AD06B74",
"exponent": 0,
},
{
- "denom": "statom",
+ "denom": "pATOM30Sep2024",
"exponent": 6,
},
],
- "display": "statom",
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 30Sep2024",
+ "display": "pATOM30Sep2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
- "name": "Stride Staked ATOM",
- "symbol": "stATOM",
+ "name": "pAtom (30Sep2024)",
+ "symbol": "pATOM-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stuatom",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
- "coingeckoId": "stride-staked-stars",
+ "base": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
"denomUnits": [
{
"aliases": [
- "stustars",
+ "p:uatom:31Dec2024",
],
- "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "denom": "ibc/17984B6DD060E366611DB96C98403A3684A0650778E495AD18F0F829844B69A3",
"exponent": 0,
},
{
- "denom": "ststars",
+ "denom": "pATOM31Dec2024",
"exponent": 6,
},
],
- "display": "ststars",
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2024",
+ "display": "pATOM31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
- "name": "Stride Staked STARS",
- "symbol": "stSTARS",
+ "name": "pAtom (31Dec2024)",
+ "symbol": "pATOM-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stustars",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
- "coingeckoId": "stride-staked-osmo",
+ "base": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
"denomUnits": [
{
"aliases": [
- "stuosmo",
+ "p:uatom:31Dec2025",
],
- "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "denom": "ibc/3425E3C2869BE09C84F0681FC354B7B478069271AC124AA4C3749902B0577D38",
"exponent": 0,
},
{
- "denom": "stosmo",
+ "denom": "pATOM31Dec2025",
"exponent": 6,
},
],
- "display": "stosmo",
+ "description": "Pryzm's refracted principal token for ATOM with maturity of 31Dec2025",
+ "display": "pATOM31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg",
},
- "name": "Stride Staked OSMO",
- "symbol": "stOSMO",
+ "name": "pAtom (31Dec2025)",
+ "symbol": "pATOM-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stuosmo",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
- "coingeckoId": "stride-staked-juno",
+ "base": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
"denomUnits": [
{
"aliases": [
- "stujuno",
+ "p:uosmo:30Sep2024",
],
- "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "denom": "ibc/1FDDC52C591F30D97320F64EAC8FD58EF076FC5898941F4385B3B43C58F8A2CA",
"exponent": 0,
},
{
- "denom": "stjuno",
+ "denom": "pOSMO30Sep2024",
"exponent": 6,
},
],
- "display": "stjuno",
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 30Sep2024",
+ "display": "pOSMO30Sep2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
- "name": "Stride Staked JUNO",
- "symbol": "stJUNO",
+ "name": "pOsmo (30Sep2024)",
+ "symbol": "pOSMO-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stujuno",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
- "coingeckoId": "stride-staked-luna",
+ "base": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
"denomUnits": [
{
"aliases": [
- "stuluna",
+ "p:uosmo:31Dec2024",
],
- "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "denom": "ibc/38FFF8A0D8D4E60D68D3571CAB8EA0FF47D2FFAB201D8DB0D2EECD8C50468CF7",
"exponent": 0,
},
{
- "denom": "stluna",
+ "denom": "pOSMO31Dec2024",
"exponent": 6,
},
],
- "display": "stluna",
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2024",
+ "display": "pOSMO31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
- "name": "Stride Staked LUNA",
- "symbol": "stLUNA",
+ "name": "pOsmo (31Dec2024)",
+ "symbol": "pOSMO-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stuluna",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "base": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
"denomUnits": [
{
"aliases": [
- "stinj",
+ "p:uosmo:31Dec2025",
],
- "denom": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
+ "denom": "ibc/661DE312BBDE78A305B570F96258D90415FB2D43E26689E80CA561F0C0EDC93B",
"exponent": 0,
},
{
- "denom": "stINJ",
- "exponent": 18,
+ "denom": "pOSMO31Dec2025",
+ "exponent": 6,
},
],
- "display": "stINJ",
+ "description": "Pryzm's refracted principal token for OSMO with maturity of 31Dec2025",
+ "display": "pOSMO31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg",
},
- "name": "Stride Staked INJ",
- "symbol": "stINJ",
+ "name": "pOsmo (31Dec2025)",
+ "symbol": "pOSMO-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stinj",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
- "coingeckoId": "stride-staked-evmos",
+ "base": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
"denomUnits": [
{
"aliases": [
- "staevmos",
+ "p:inj:30Sep2024",
],
- "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "denom": "ibc/8B0F0E843175FA8636105D6DD258780CAF55C229BD48FB4CBF87CA2DC9CBC6A6",
"exponent": 0,
},
{
- "denom": "stevmos",
+ "denom": "pINJ30Sep2024",
"exponent": 18,
},
],
- "display": "stevmos",
+ "description": "Pryzm's refracted principal token for INJ with maturity of 30Sep2024",
+ "display": "pINJ30Sep2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
},
- "name": "Stride Staked EVMOS",
- "symbol": "stEVMOS",
+ "name": "pInj (30Sep2024)",
+ "symbol": "pINJ-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "staevmos",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "base": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
"denomUnits": [
{
"aliases": [
- "stadydx",
+ "p:inj:31Dec2024",
],
- "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
+ "denom": "ibc/6E69F8A74F0B88080CC391B32152537079A41401A3217B7C45D94CA8BCA3DE5E",
"exponent": 0,
},
{
- "denom": "stDYDX",
+ "denom": "pINJ31Dec2024",
"exponent": 18,
},
],
- "description": "Stride's liquid staked DYDX",
- "display": "stDYDX",
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2024",
+ "display": "pINJ31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
},
- "name": "Stride Staked DYDX",
- "symbol": "stDYDX",
+ "name": "pInj (31Dec2024)",
+ "symbol": "pINJ-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stadydx",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "base": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
"denomUnits": [
{
"aliases": [
- "stutia",
+ "p:inj:31Dec2025",
],
- "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
+ "denom": "ibc/13DA3E148B744650A3CDBDA8DB961B3718083C4285F8D3BDFD31A6E0355CE898",
"exponent": 0,
},
{
- "denom": "stTIA",
- "exponent": 6,
+ "denom": "pINJ31Dec2025",
+ "exponent": 18,
},
],
- "description": "Stride's liquid staked TIA",
- "display": "stTIA",
+ "description": "Pryzm's refracted principal token for INJ with maturity of 31Dec2025",
+ "display": "pINJ31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg",
},
- "name": "Stride Staked TIA",
- "symbol": "stTIA",
+ "name": "pInj (31Dec2025)",
+ "symbol": "pINJ-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stutia",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "base": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
"denomUnits": [
{
"aliases": [
- "stadym",
+ "p:uluna:30Sep2024",
],
- "denom": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
+ "denom": "ibc/BBDCB376EC5E6854794C210FEDFEB20847B67A8E57EA94F845D16AFF88A1EEA3",
"exponent": 0,
},
{
- "denom": "stDYM",
- "exponent": 18,
+ "denom": "pLUNA30Sep2024",
+ "exponent": 6,
},
],
- "description": "Stride's liquid staked DYM",
- "display": "stDYM",
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 30Sep2024",
+ "display": "pLUNA30Sep2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
- "name": "Stride Staked DYM",
- "symbol": "stDYM",
+ "name": "pLuna (30Sep2024)",
+ "symbol": "pLUNA-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stadym",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
- "coingeckoId": "stride-staked-umee",
+ "base": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
"denomUnits": [
{
"aliases": [
- "stuumee",
+ "p:uluna:31Dec2024",
],
- "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "denom": "ibc/EC2A4146DBAAE6B06B745650EE9321A543C63402D5A4CD17C6152A056568F755",
"exponent": 0,
},
{
- "denom": "stumee",
+ "denom": "pLUNA31Dec2024",
"exponent": 6,
},
],
- "display": "stumee",
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2024",
+ "display": "pLUNA31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
- "name": "Stride Staked UMEE",
- "symbol": "stUMEE",
+ "name": "pLuna (31Dec2024)",
+ "symbol": "pLUNA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stuumee",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "base": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
"denomUnits": [
{
"aliases": [
- "stucmdx",
+ "p:uluna:31Dec2025",
],
- "denom": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
+ "denom": "ibc/8B7575FD02069D742D1866D51B16C84A9ADE9D0E0BA0CD53CE784FD123A37F7E",
"exponent": 0,
},
{
- "denom": "stcmdx",
+ "denom": "pLUNA31Dec2025",
"exponent": 6,
},
],
- "display": "stcmdx",
+ "description": "Pryzm's refracted principal token for LUNA with maturity of 31Dec2025",
+ "display": "pLUNA31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg",
},
- "name": "Stride Staked CMDX",
- "symbol": "stCMDX",
+ "name": "pLuna (31Dec2025)",
+ "symbol": "pLUNA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stucmdx",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
- "coingeckoId": "stride-staked-sommelier",
+ "base": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
"denomUnits": [
{
"aliases": [
- "stusomm",
+ "p:uauuu:30Sep2024",
],
- "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
+ "denom": "ibc/985F312E97991CD8D9A822622EC645040766AB34300117F26D6ED0EB0545B657",
"exponent": 0,
},
{
- "denom": "stsomm",
+ "denom": "pAUUU30Sep2024",
"exponent": 6,
},
],
- "display": "stsomm",
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 30Sep2024",
+ "display": "pAUUU30Sep2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
- "name": "Stride Staked SOMM",
- "symbol": "stSOMM",
+ "name": "pAuuu (30Sep2024)",
+ "symbol": "pAUUU-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stusomm",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "base": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
"denomUnits": [
{
"aliases": [
- "stusaga",
+ "p:uauuu:31Dec2024",
],
- "denom": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
+ "denom": "ibc/6290D0EB636CDA765DB34A0EB99E9F0BF1E210081816645ED9CACC54A73AABB9",
"exponent": 0,
},
{
- "denom": "stSAGA",
+ "denom": "pAUUU31Dec2024",
"exponent": 6,
},
],
- "description": "Stride's liquid staked SAGA",
- "display": "stSAGA",
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2024",
+ "display": "pAUUU31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
- "name": "Stride Staked SAGA",
- "symbol": "stSAGA",
+ "name": "pAuuu (31Dec2024)",
+ "symbol": "pAUUU-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-326",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stusaga",
- "chain_name": "stride",
- "channel_id": "channel-5",
+ "base_denom": "p:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
- "coingeckoId": "teritori",
+ "base": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
"denomUnits": [
{
"aliases": [
- "utori",
+ "p:uauuu:31Dec2025",
],
- "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "denom": "ibc/F31C0E41FD4EE1906D4CA47840E9BF917C3C52E3098AE895018B0302B58B0C22",
"exponent": 0,
},
{
- "denom": "tori",
+ "denom": "pAUUU31Dec2025",
"exponent": 6,
},
],
- "description": "The native token of Teritori",
- "display": "tori",
+ "description": "Pryzm's refracted principal token for AUUU with maturity of 31Dec2025",
+ "display": "pAUUU31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg",
},
- "name": "Teritori",
- "symbol": "TORI",
+ "name": "pAuuu (31Dec2025)",
+ "symbol": "pAUUU-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "utori",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "p:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
- "coingeckoId": "osmosis",
+ "base": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
"denomUnits": [
{
"aliases": [
- "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
+ "p:stutia:30Sep2024",
],
- "denom": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
+ "denom": "ibc/BBD673A95765D7BC8C4080C9EBC3236C372513B79B3189DD9681B66EADD4E86A",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "pstTIA30Sep2024",
"exponent": 6,
},
- ],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ ],
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 30Sep2024",
+ "display": "pstTIA30Sep2024",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
},
],
- "keywords": [
- "dex",
- "staking",
- ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "pstTia (30Sep2024)",
+ "symbol": "pstTIA-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "p:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "base": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
"denomUnits": [
{
"aliases": [
- "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
+ "p:stutia:31Dec2024",
],
- "denom": "ibc/8787DA288F4EA68FA80EDB388333A1BF9ED1C976BB8443F031C89E5DDD5ED98A",
+ "denom": "ibc/0C9A1733521250F9F74FFE84799812C0CC1992207C2139EE28D5DCCEA13FCD88",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "pstTIA31Dec2024",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2024",
+ "display": "pstTIA31Dec2024",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "pstTia (31Dec2024)",
+ "symbol": "pstTIA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/A670D9568B3E399316EEDE40C1181B7AA4BD0695F0B37513CE9B95B977DFC12E",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "p:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
- "coingeckoId": "kujira",
+ "base": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
"denomUnits": [
{
"aliases": [
- "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
+ "p:stutia:31Dec2025",
],
- "denom": "ibc/1887D5CB761F0F3B44134864CDE86DFB7D8967FEA892F8E12F3BDAF8843E79CA",
+ "denom": "ibc/498C7E4A265DEB6E665BAB98008F44A780D065985F6A0C541E29F8B358C2F97A",
"exponent": 0,
},
{
- "denom": "kuji",
+ "denom": "pstTIA31Dec2025",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "Pryzm's refracted principal token for stTIA with maturity of 31Dec2025",
+ "display": "pstTIA31Dec2025",
"images": [
{
- "imageSync": {
- "baseDenom": "ukuji",
- "chainName": "kujira",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg",
},
- "name": "Kujira",
- "symbol": "KUJI",
+ "name": "pstTia (31Dec2025)",
+ "symbol": "pstTIA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/1FECA3491D88F4AD24DE0948ED96718CA6D93F6730CEE7708E621B953594BB5E",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "p:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "base": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "p:stadydx:30Sep2024",
],
- "denom": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "denom": "ibc/B638D6F50AE1BCCBCCA9A6BC7DBBDBB7EBA6364882B5434033096981B9583D0C",
"exponent": 0,
},
{
- "denom": "usdc",
- "exponent": 6,
+ "denom": "pstDYDX30Sep2024",
+ "exponent": 18,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 30Sep2024",
+ "display": "pstDYDX30Sep2024",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "pstDydx (30Sep2024)",
+ "symbol": "pstDYDX-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "p:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "base": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
"denomUnits": [
{
"aliases": [
- "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
+ "p:stadydx:31Dec2024",
],
- "denom": "ibc/87D9B43B0B1F00D37417FE7A79CDDCD144175631D5F743146DF6A7CF1CE59A91",
+ "denom": "ibc/810619591B0DC153AA9F6F0BD4658F5B7727AC45666DF82B05DCEB0E99860DEC",
"exponent": 0,
},
{
- "denom": "scrt",
- "exponent": 6,
+ "denom": "pstDYDX31Dec2024",
+ "exponent": 18,
},
],
- "description": "The native staking and governance token of the Secret chain.",
- "display": "scrt",
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2024",
+ "display": "pstDYDX31Dec2024",
"images": [
{
- "imageSync": {
- "baseDenom": "uscrt",
- "chainName": "secretnetwork",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "pstDydx (31Dec2024)",
+ "symbol": "pstDYDX-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-362",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/F3F6BDEE1A79664B169D742651107BF4E03FA67E931452E27380B75F5917B7E9",
- "chain_name": "teritori",
- "channel_id": "channel-0",
+ "base_denom": "p:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
- "coingeckoId": "terra-luna",
+ "base": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
"denomUnits": [
{
"aliases": [
- "uluna",
+ "p:stadydx:31Dec2025",
],
- "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "denom": "ibc/0A7EE1DD1A73C7E3ECFA9B62DC1FD3FA37209A082D823A7FE109A3546B2C9900",
"exponent": 0,
},
{
- "aliases": [
- "milliluna",
- ],
- "denom": "mluna",
- "exponent": 3,
- },
- {
- "aliases": [
- "lunc",
- ],
- "denom": "luna",
- "exponent": 6,
+ "denom": "pstDYDX31Dec2025",
+ "exponent": 18,
},
],
- "description": "The native staking token of Terra Classic.",
- "display": "luna",
+ "description": "Pryzm's refracted principal token for stDYDX with maturity of 31Dec2025",
+ "display": "pstDYDX31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg",
},
- "name": "Luna Classic",
- "symbol": "LUNC",
+ "name": "pstDydx (31Dec2025)",
+ "symbol": "pstDYDX-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uluna",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
- "coingeckoId": "terrausd",
+ "base": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
"denomUnits": [
{
"aliases": [
- "uusd",
+ "p:udatom:31Dec2024",
],
- "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "denom": "ibc/0B05519DE4B0DB3738EA4682E5220D1847C52701C13E175723332AB1ACE44DDD",
"exponent": 0,
},
{
- "aliases": [
- "milliusd",
- ],
- "denom": "musd",
- "exponent": 3,
- },
- {
- "aliases": [
- "ustc",
- ],
- "denom": "ust",
+ "denom": "pdATOM31Dec2024",
"exponent": 6,
},
],
- "description": "The USD stablecoin of Terra Classic.",
- "display": "ust",
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2024",
+ "display": "pdATOM31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
},
- "name": "TerraClassicUSD",
- "symbol": "USTC",
+ "name": "pdAtom (31Dec2024)",
+ "symbol": "pdATOM-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uusd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "base": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
"denomUnits": [
{
"aliases": [
- "ukrw",
+ "p:udatom:30Jun2025",
],
- "denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "denom": "ibc/8A7A6FD98DC5332C6661DD4C1C6310183A4CD8E1910EE2E73163B2392EAD4BB8",
"exponent": 0,
},
{
- "aliases": [
- "millikrw",
- ],
- "denom": "mkrw",
- "exponent": 3,
- },
- {
- "aliases": [
- "krtc",
- ],
- "denom": "krt",
+ "denom": "pdATOM30Jun2025",
"exponent": 6,
},
],
- "description": "The KRW stablecoin of Terra Classic.",
- "display": "krt",
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 30Jun2025",
+ "display": "pdATOM30Jun2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
},
- "name": "TerraClassicKRW",
- "symbol": "KRTC",
+ "name": "pdAtom (30Jun2025)",
+ "symbol": "pdATOM-30Jun2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ukrw",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "base": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
"denomUnits": [
{
"aliases": [
- "uaud",
+ "p:udatom:31Dec2025",
],
- "denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
+ "denom": "ibc/E2AF33E5D9907359CB5DF9533B6D5D9EF757F86221106750EC23AE2B08BB2A5A",
"exponent": 0,
},
{
- "aliases": [
- "milliaud",
- ],
- "denom": "maud",
- "exponent": 3,
- },
- {
- "aliases": [
- "autc",
- ],
- "denom": "aut",
+ "denom": "pdATOM31Dec2025",
"exponent": 6,
},
],
- "description": "The AUD stablecoin of Terra Classic.",
- "display": "aut",
+ "description": "Pryzm's refracted principal token for dATOM with maturity of 31Dec2025",
+ "display": "pdATOM31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg",
},
- "name": "TerraClassicAUD",
- "symbol": "AUTC",
+ "name": "pdAtom (31Dec2025)",
+ "symbol": "pdATOM-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uaud",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "base": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
"denomUnits": [
{
"aliases": [
- "ucad",
+ "p:utia:31Dec2024",
],
- "denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
+ "denom": "ibc/C218C175146321A4DD12151610714496AEBEC9C3809FBE96B75093B8BF129821",
"exponent": 0,
},
{
- "aliases": [
- "millicad",
- ],
- "denom": "mcad",
- "exponent": 3,
- },
- {
- "aliases": [
- "catc",
- ],
- "denom": "cat",
+ "denom": "pTIA31Dec2024",
"exponent": 6,
},
],
- "description": "The CAD stablecoin of Terra Classic.",
- "display": "cat",
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2024",
+ "display": "pTIA31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
},
- "name": "TerraClassicCAD",
- "symbol": "CATC",
+ "name": "pTia (31Dec2024)",
+ "symbol": "pTIA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ucad",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "base": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
"denomUnits": [
{
"aliases": [
- "uchf",
+ "p:utia:31Dec2025",
],
- "denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
+ "denom": "ibc/BF6687D844E1679FDA171D4F99FBCA51DBACB00EB599429E0F8F97A6498B8613",
"exponent": 0,
},
{
- "aliases": [
- "millichf",
- ],
- "denom": "mchf",
- "exponent": 3,
- },
- {
- "aliases": [
- "chtc",
- ],
- "denom": "cht",
+ "denom": "pTIA31Dec2025",
"exponent": 6,
},
],
- "description": "The CHF stablecoin of Terra Classic.",
- "display": "cht",
+ "description": "Pryzm's refracted principal token for TIA with maturity of 31Dec2025",
+ "display": "pTIA31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pTia.svg",
},
- "name": "TerraClassicCHF",
- "symbol": "CHTC",
+ "name": "pTia (31Dec2025)",
+ "symbol": "pTIA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uchf",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "p:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "base": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
"denomUnits": [
{
"aliases": [
- "ucny",
+ "y:uatom:30Sep2024",
],
- "denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
+ "denom": "ibc/46EB7106C06254FB0753D989DF38750ED6D9D742EA493B1CCFE14EA39C040F7A",
"exponent": 0,
},
{
- "aliases": [
- "millicny",
- ],
- "denom": "mcny",
- "exponent": 3,
- },
- {
- "aliases": [
- "cntc",
- ],
- "denom": "cnt",
+ "denom": "yATOM30Sep2024",
"exponent": 6,
},
],
- "description": "The CNY stablecoin of Terra Classic.",
- "display": "cnt",
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 30Sep2024",
+ "display": "yATOM30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
},
- "name": "TerraClassicCNY",
- "symbol": "CNTC",
+ "name": "yAtom (30Sep2024)",
+ "symbol": "yATOM-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ucny",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uatom:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "base": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
"denomUnits": [
{
"aliases": [
- "udkk",
+ "y:uatom:31Dec2024",
],
- "denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
+ "denom": "ibc/8F5A3C6E598A54578465B6EA27993E9CEE88A08CB44D8ED262968BEBCD27A9A3",
"exponent": 0,
},
{
- "aliases": [
- "millidkk",
- ],
- "denom": "mdkk",
- "exponent": 3,
- },
- {
- "aliases": [
- "dktc",
- ],
- "denom": "dkt",
+ "denom": "yATOM31Dec2024",
"exponent": 6,
},
],
- "description": "The DKK stablecoin of Terra Classic.",
- "display": "dkt",
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2024",
+ "display": "yATOM31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
},
- "name": "TerraClassicDKK",
- "symbol": "DKTC",
+ "name": "yAtom (31Dec2024)",
+ "symbol": "yATOM-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "udkk",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "base": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
"denomUnits": [
{
"aliases": [
- "ueur",
+ "y:uatom:31Dec2025",
],
- "denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
+ "denom": "ibc/2DCB24B7EF9AAF39A3D58930837CD35431A05FE7AE807886D8C11DFD47615E6F",
"exponent": 0,
},
{
- "aliases": [
- "millieur",
- ],
- "denom": "meur",
- "exponent": 3,
- },
- {
- "aliases": [
- "eutc",
- ],
- "denom": "eut",
+ "denom": "yATOM31Dec2025",
"exponent": 6,
},
],
- "description": "The EUR stablecoin of Terra Classic.",
- "display": "eut",
+ "description": "Pryzm's refracted yield token for ATOM with maturity of 31Dec2025",
+ "display": "yATOM31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg",
},
- "name": "TerraClassicEUR",
- "symbol": "EUTC",
+ "name": "yAtom (31Dec2025)",
+ "symbol": "yATOM-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ueur",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "base": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
"denomUnits": [
{
"aliases": [
- "ugbp",
+ "y:uosmo:30Sep2024",
],
- "denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
+ "denom": "ibc/DDCDB4417DD225DA65E139EC8CF71B954A7981025B9D8FAEA9A0CD7538A109C1",
"exponent": 0,
},
{
- "aliases": [
- "milligbp",
- ],
- "denom": "mgbp",
- "exponent": 3,
- },
- {
- "aliases": [
- "gbtc",
- ],
- "denom": "gbt",
+ "denom": "yOSMO30Sep2024",
"exponent": 6,
},
],
- "description": "The GBP stablecoin of Terra Classic.",
- "display": "gbt",
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 30Sep2024",
+ "display": "yOSMO30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
},
- "name": "TerraClassicGBP",
- "symbol": "GBTC",
+ "name": "yOsmo (30Sep2024)",
+ "symbol": "yOSMO-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ugbp",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uosmo:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "base": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
"denomUnits": [
{
"aliases": [
- "uhkd",
+ "y:uosmo:31Dec2024",
],
- "denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
+ "denom": "ibc/65B3A773757ED6FB103A1653150C625083415203E9BED783ACAB1A1D77385D25",
"exponent": 0,
},
{
- "aliases": [
- "millihkd",
- ],
- "denom": "mhkd",
- "exponent": 3,
- },
- {
- "aliases": [
- "hktc",
- ],
- "denom": "hkt",
+ "denom": "yOSMO31Dec2024",
"exponent": 6,
},
],
- "description": "The HKD stablecoin of Terra Classic.",
- "display": "hkt",
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2024",
+ "display": "yOSMO31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
},
- "name": "TerraClassicHKD",
- "symbol": "HKTC",
+ "name": "yOsmo (31Dec2024)",
+ "symbol": "yOSMO-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uhkd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uosmo:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "base": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
"denomUnits": [
{
"aliases": [
- "uidr",
+ "y:uosmo:31Dec2025",
],
- "denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
+ "denom": "ibc/58ECE947093989D0D38EAB6CF1187CD39109FE4A284195160B5580B4759AABBC",
"exponent": 0,
},
{
- "aliases": [
- "milliidr",
- ],
- "denom": "midr",
- "exponent": 3,
- },
- {
- "aliases": [
- "idtc",
- ],
- "denom": "idt",
+ "denom": "yOSMO31Dec2025",
"exponent": 6,
},
],
- "description": "The IDR stablecoin of Terra Classic.",
- "display": "idt",
+ "description": "Pryzm's refracted yield token for OSMO with maturity of 31Dec2025",
+ "display": "yOSMO31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg",
},
- "name": "TerraClassicIDR",
- "symbol": "IDTC",
+ "name": "yOsmo (31Dec2025)",
+ "symbol": "yOSMO-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uidr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uosmo:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "base": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
"denomUnits": [
{
"aliases": [
- "uinr",
+ "y:inj:30Sep2024",
],
- "denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
+ "denom": "ibc/985F276338DB2A9949323E848A691029136E369C2316803868A71416F0FF1110",
"exponent": 0,
},
{
- "aliases": [
- "milliinr",
- ],
- "denom": "minr",
- "exponent": 3,
- },
- {
- "aliases": [
- "intc",
- ],
- "denom": "int",
- "exponent": 6,
+ "denom": "yINJ30Sep2024",
+ "exponent": 18,
},
],
- "description": "The INR stablecoin of Terra Classic.",
- "display": "int",
+ "description": "Pryzm's refracted yield token for INJ with maturity of 30Sep2024",
+ "display": "yINJ30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
},
- "name": "TerraClassicINR",
- "symbol": "INTC",
+ "name": "yInj (30Sep2024)",
+ "symbol": "yINJ-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uinr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:inj:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "base": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
"denomUnits": [
{
"aliases": [
- "ujpy",
+ "y:inj:31Dec2024",
],
- "denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
+ "denom": "ibc/D1077079798E5FB206FFB362D58F906DEB3E22739DAD341F4E3CC3F58D55F38A",
"exponent": 0,
},
{
- "aliases": [
- "millijpy",
- ],
- "denom": "mjpy",
- "exponent": 3,
- },
- {
- "aliases": [
- "jptc",
- ],
- "denom": "jpt",
- "exponent": 6,
+ "denom": "yINJ31Dec2024",
+ "exponent": 18,
},
],
- "description": "The JPY stablecoin of Terra Classic.",
- "display": "jpt",
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2024",
+ "display": "yINJ31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
},
- "name": "TerraClassicJPY",
- "symbol": "JPTC",
+ "name": "yInj (31Dec2024)",
+ "symbol": "yINJ-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ujpy",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:inj:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "base": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
"denomUnits": [
{
"aliases": [
- "umnt",
+ "y:inj:31Dec2025",
],
- "denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
+ "denom": "ibc/2F1734352BCD9544F244F710BFD93AA9443448A52E3B844066CE366BC7480CF0",
"exponent": 0,
},
{
- "aliases": [
- "millimnt",
- ],
- "denom": "mmnt",
- "exponent": 3,
- },
- {
- "aliases": [
- "mntc",
- ],
- "denom": "mnt",
- "exponent": 6,
+ "denom": "yINJ31Dec2025",
+ "exponent": 18,
},
],
- "description": "The MNT stablecoin of Terra Classic.",
- "display": "mnt",
+ "description": "Pryzm's refracted yield token for INJ with maturity of 31Dec2025",
+ "display": "yINJ31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg",
},
- "name": "TerraClassicMNT",
- "symbol": "MNTC",
+ "name": "yInj (31Dec2025)",
+ "symbol": "yINJ-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "umnt",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:inj:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "base": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
"denomUnits": [
{
"aliases": [
- "umyr",
+ "y:uluna:30Sep2024",
],
- "denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
+ "denom": "ibc/5956CC1EE2087417431EAC723EDC762868F172485CA9A7ABF06EEC01BB5AA50F",
"exponent": 0,
},
{
- "aliases": [
- "millimyr",
- ],
- "denom": "mmyr",
- "exponent": 3,
- },
- {
- "aliases": [
- "mytc",
- ],
- "denom": "myt",
+ "denom": "yLUNA30Sep2024",
"exponent": 6,
},
],
- "description": "The MYR stablecoin of Terra Classic.",
- "display": "myt",
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 30Sep2024",
+ "display": "yLUNA30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
},
- "name": "TerraClassicMYR",
- "symbol": "MYTC",
+ "name": "yLuna (30Sep2024)",
+ "symbol": "yLUNA-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "umyr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uluna:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "base": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
"denomUnits": [
{
"aliases": [
- "unok",
+ "y:uluna:31Dec2024",
],
- "denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
+ "denom": "ibc/4798AB5B9D8878C64FACCBD9BB05583D301DF8D84DCE31F71B6D39E296BD9AE8",
"exponent": 0,
},
{
- "aliases": [
- "millinok",
- ],
- "denom": "mnok",
- "exponent": 3,
- },
- {
- "aliases": [
- "notc",
- ],
- "denom": "not",
+ "denom": "yLUNA31Dec2024",
"exponent": 6,
},
],
- "description": "The NOK stablecoin of Terra Classic.",
- "display": "not",
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2024",
+ "display": "yLUNA31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
},
- "name": "TerraClassicNOK",
- "symbol": "NOTC",
+ "name": "yLuna (31Dec2024)",
+ "symbol": "yLUNA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "unok",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uluna:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "base": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
"denomUnits": [
{
"aliases": [
- "uphp",
+ "y:uluna:31Dec2025",
],
- "denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
+ "denom": "ibc/8FC0F59B86D1E83121039D5BA291E349A41FB84790626891DAB84EC1D6BC6190",
"exponent": 0,
},
{
- "aliases": [
- "milliphp",
- ],
- "denom": "mphp",
- "exponent": 3,
- },
- {
- "aliases": [
- "phtc",
- ],
- "denom": "pht",
+ "denom": "yLUNA31Dec2025",
"exponent": 6,
},
],
- "description": "The PHP stablecoin of Terra Classic.",
- "display": "pht",
+ "description": "Pryzm's refracted yield token for LUNA with maturity of 31Dec2025",
+ "display": "yLUNA31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg",
},
- "name": "TerraClassicPHP",
- "symbol": "PHTC",
+ "name": "yLuna (31Dec2025)",
+ "symbol": "yLUNA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uphp",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uluna:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "base": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
"denomUnits": [
{
"aliases": [
- "usdr",
+ "y:uauuu:30Sep2024",
],
- "denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
+ "denom": "ibc/5645C4E694913D2F5EFF097E9A436896622F5196D5EDC3ABA491684FED8E4510",
"exponent": 0,
},
{
- "aliases": [
- "millisdr",
- ],
- "denom": "msdr",
- "exponent": 3,
- },
- {
- "aliases": [
- "sdtc",
- ],
- "denom": "sdt",
+ "denom": "yAUUU30Sep2024",
"exponent": 6,
},
],
- "description": "The SDR stablecoin of Terra Classic.",
- "display": "sdt",
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 30Sep2024",
+ "display": "yAUUU30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
},
- "name": "TerraClassicSDR",
- "symbol": "SDTC",
+ "name": "yAuuu (30Sep2024)",
+ "symbol": "yAUUU-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usdr",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uauuu:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "base": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
"denomUnits": [
{
"aliases": [
- "usek",
+ "y:uauuu:31Dec2024",
],
- "denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
+ "denom": "ibc/010DA8440215B218771AAF3BFEAC9E73D5A0AC4ABBDD052FC8852299875CC7C9",
"exponent": 0,
},
{
- "aliases": [
- "millisek",
- ],
- "denom": "msek",
- "exponent": 3,
- },
- {
- "aliases": [
- "setc",
- ],
- "denom": "set",
+ "denom": "yAUUU31Dec2024",
"exponent": 6,
},
],
- "description": "The SEK stablecoin of Terra Classic.",
- "display": "set",
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2024",
+ "display": "yAUUU31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
},
- "name": "TerraClassicSEK",
- "symbol": "SETC",
+ "name": "yAuuu (31Dec2024)",
+ "symbol": "yAUUU-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usek",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uauuu:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "base": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
"denomUnits": [
{
"aliases": [
- "usgd",
+ "y:uauuu:31Dec2025",
],
- "denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
+ "denom": "ibc/EBCED9F09712699FFA898C54B4B63CF2111775826D236BB923AA3132A8852000",
"exponent": 0,
},
{
- "aliases": [
- "millisgd",
- ],
- "denom": "msgd",
- "exponent": 3,
- },
- {
- "aliases": [
- "sgtc",
- ],
- "denom": "sgt",
+ "denom": "yAUUU31Dec2025",
"exponent": 6,
},
],
- "description": "The SGD stablecoin of Terra Classic.",
- "display": "sgt",
+ "description": "Pryzm's refracted yield token for AUUU with maturity of 31Dec2025",
+ "display": "yAUUU31Dec2025",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg",
},
- "name": "TerraClassicSGD",
- "symbol": "SGTC",
+ "name": "yAuuu (31Dec2025)",
+ "symbol": "yAUUU-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "usgd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:uauuu:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "base": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
"denomUnits": [
{
"aliases": [
- "uthb",
+ "y:stutia:30Sep2024",
],
- "denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
+ "denom": "ibc/438C6FE288373EF18842904D8D1F511811281DA8ABCA7F26FCCDC257AD1C0B7E",
"exponent": 0,
},
{
- "aliases": [
- "millithb",
- ],
- "denom": "mthb",
- "exponent": 3,
- },
- {
- "aliases": [
- "thtc",
- ],
- "denom": "tht",
+ "denom": "ystTIA30Sep2024",
"exponent": 6,
},
],
- "description": "The THB stablecoin of Terra Classic.",
- "display": "tht",
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 30Sep2024",
+ "display": "ystTIA30Sep2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
},
- "name": "TerraClassicTHB",
- "symbol": "THTC",
+ "name": "ystTia (30Sep2024)",
+ "symbol": "ystTIA-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uthb",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:stutia:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "base": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
"denomUnits": [
{
"aliases": [
- "utwd",
+ "y:stutia:31Dec2024",
],
- "denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
+ "denom": "ibc/4A3912C620F4EF4C7A2B35B6F6A968A447D239A865D0FF5DA318B1098A15FF6B",
"exponent": 0,
},
{
- "aliases": [
- "millitwd",
- ],
- "denom": "mtwd",
- "exponent": 3,
- },
- {
- "aliases": [
- "twtc",
- ],
- "denom": "twt",
+ "denom": "ystTIA31Dec2024",
"exponent": 6,
},
],
- "description": "The TWD stablecoin of Terra Classic.",
- "display": "twt",
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2024",
+ "display": "ystTIA31Dec2024",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
},
- "name": "TerraClassicTWD",
- "symbol": "TWTC",
+ "name": "ystTia (31Dec2024)",
+ "symbol": "ystTIA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-72",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "utwd",
- "chain_name": "terra",
- "channel_id": "channel-1",
+ "base_denom": "y:stutia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
- "coingeckoId": "terra-luna-2",
+ "base": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
"denomUnits": [
{
"aliases": [
- "uluna",
+ "y:stutia:31Dec2025",
],
- "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "denom": "ibc/EB098C17A6E6EC3BDC45729DF64E2A670F48706E49C287C8A4F6FB8445D421BB",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "ystTIA31Dec2025",
"exponent": 6,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "description": "Pryzm's refracted yield token for stTIA with maturity of 31Dec2025",
+ "display": "ystTIA31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg",
},
- "name": "Luna",
- "socials": {
- "twitter": "https://twitter.com/terra_money",
- "website": "https://www.terra.money/",
- },
- "symbol": "LUNA",
+ "name": "ystTia (31Dec2025)",
+ "symbol": "ystTIA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uluna",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:stutia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "base": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
"denomUnits": [
{
"aliases": [
- "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
+ "y:stadydx:30Sep2024",
],
- "denom": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "denom": "ibc/2624803ABAD8421F6AABB2B27E0C86DE16B8D838283E13C2D3E330B3F55E8136",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "ystDYDX30Sep2024",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 30Sep2024",
+ "display": "ystDYDX30Sep2024",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chainName": "neutron",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
},
- "name": "Astroport token",
- "symbol": "ASTRO",
+ "name": "ystDydx (30Sep2024)",
+ "symbol": "ystDYDX-30Sep2024",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:stadydx:30Sep2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "base": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
"denomUnits": [
{
"aliases": [
- "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
+ "y:stadydx:31Dec2024",
],
- "denom": "ibc/B6663AC8DC3A5A4FF99D6CD1EAB040C176D10FCE7718CD9DB2C227BCA59BCCD7",
+ "denom": "ibc/B25AF8A01B2D8E51A020FFD958BFD2138AB174A150B3BE59C659D4AB7629D26A",
"exponent": 0,
},
{
- "denom": "ampWHALEt",
+ "denom": "ystDYDX31Dec2024",
"exponent": 6,
},
],
- "description": "ERIS Alliance Staked ampWHALE on Terra",
- "display": "ampWHALEt",
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2024",
+ "display": "ystDYDX31Dec2024",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampwhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
},
- "name": "ERIS Alliance Staked ampWHALE",
- "symbol": "ampWHALEt",
+ "name": "ystDydx (31Dec2024)",
+ "symbol": "ystDYDX-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:stadydx:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "base": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
"denomUnits": [
{
"aliases": [
- "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
+ "y:stadydx:31Dec2025",
],
- "denom": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
+ "denom": "ibc/00AB944BC9AE7E9EEBE195282D4C32F052FC9A17A816F807CE8C57AAD9BB0E34",
"exponent": 0,
},
{
- "denom": "boneWHALEt",
+ "denom": "ystDYDX31Dec2025",
"exponent": 6,
},
],
- "description": "ERIS Alliance Staked boneWHALE on Terra",
- "display": "boneWHALEt",
+ "description": "Pryzm's refracted yield token for stDYDX with maturity of 31Dec2025",
+ "display": "ystDYDX31Dec2025",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/bonewhalet.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg",
},
- "name": "ERIS Alliance Staked boneWHALE",
- "symbol": "boneWHALEt",
+ "name": "ystDydx (31Dec2025)",
+ "symbol": "ystDYDX-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:stadydx:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "base": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
"denomUnits": [
{
"aliases": [
- "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
+ "y:udatom:31Dec2024",
],
- "denom": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
+ "denom": "ibc/BF7BB2AB3BDD80BD85E183FB047FDB27DF627C90CFB24778A0259BCA28B7A795",
"exponent": 0,
},
{
- "denom": "ampROAR",
+ "denom": "ydATOM31Dec2024",
"exponent": 6,
},
],
- "description": "ERIS Liquid Enterprise Staked ROAR",
- "display": "ampROAR",
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2024",
+ "display": "ydATOM31Dec2024",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
},
- "name": "ERIS Amplified ROAR",
- "symbol": "ampROAR",
+ "name": "ydAtom (31Dec2024)",
+ "symbol": "ydATOM-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:udatom:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "base": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
"denomUnits": [
{
"aliases": [
- "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
+ "y:udatom:30Jun2025",
],
- "denom": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
+ "denom": "ibc/7CE29790D6ADBA5DD3C6118DDD9B2B30095CC552B6C84C0E3C67FC2CB5BAEB01",
"exponent": 0,
},
{
- "denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "exponent": 18,
+ "denom": "ydATOM30Jun2025",
+ "exponent": 6,
},
],
- "display": "wstETH",
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 30Jun2025",
+ "display": "ydATOM30Jun2025",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chainName": "neutron",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
},
- "name": "Wrapped Lido Staked Ether",
- "symbol": "wstETH",
+ "name": "ydAtom (30Jun2025)",
+ "symbol": "ydATOM-30Jun2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/A356EC90DC3AE43D485514DA7260EDC7ABB5CFAA0654CE2524C739392975AD3C",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:udatom:30Jun2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "base": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "y:udatom:31Dec2025",
],
- "denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
+ "denom": "ibc/EEF8C7657CF1DB6E6BB7205093BB5B524F9A22FB00E05D6D4B9959BB5A6E5185",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "ydATOM31Dec2025",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "Pryzm's refracted yield token for dATOM with maturity of 31Dec2025",
+ "display": "ydATOM31Dec2025",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "ydAtom (31Dec2025)",
+ "symbol": "ydATOM-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:udatom:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "base": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
"denomUnits": [
{
"aliases": [
- "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
+ "y:utia:31Dec2024",
],
- "denom": "ibc/C4B4BF6FF4E3BFA81B2C0F0E88E854DB1BF33EA345DBA7D9C3DDA6D0D0CD59BF",
+ "denom": "ibc/E1A2E414EE76E2D13FE25C202F74550C580B602DF8D5D623A01A9F6CEB8DA7C4",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "yTIA31Dec2024",
"exponent": 6,
},
],
- "display": "rstk",
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2024",
+ "display": "yTIA31Dec2024",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "yTia (31Dec2024)",
+ "symbol": "yTIA-31Dec2024",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/F709DF4969CD26174C1A53AA95F3D98BE643C1A52C9981487766F96A1811F6A4",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:utia:31Dec2024",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "base": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
"denomUnits": [
{
"aliases": [
- "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
+ "y:utia:31Dec2025",
],
- "denom": "ibc/7DE62AFCFDAD531827A9D670EB384AFD00F924FF1D9C87EDBD5E59295D1EC186",
+ "denom": "ibc/C193D4053B5CBA315F714B97B18A0E549CE4C0CC9F291ABE947C3F824FC4BAB1",
"exponent": 0,
},
{
- "denom": "MOAR",
+ "denom": "yTIA31Dec2025",
"exponent": 6,
},
],
- "description": "ERIS Liquid Alliance Staked ampROAR",
- "display": "MOAR",
+ "description": "Pryzm's refracted yield token for TIA with maturity of 31Dec2025",
+ "display": "yTIA31Dec2025",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yTia.svg",
},
- "name": "ERIS MOAR",
- "symbol": "MOAR",
+ "name": "yTia (31Dec2025)",
+ "symbol": "yTIA-31Dec2025",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "factory/terra1dndhtdr2v7ca8rrn67chlqw3cl3xhm3m2uxls62vghcg3fsh5tpss5xmcu/MOAR",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "y:utia:31Dec2025",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "base": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
"denomUnits": [
{
"aliases": [
- "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
+ "lp:6:uusdc.axl-uusdc",
],
- "denom": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
+ "denom": "ibc/A3D296760A21029AA03A32F4EC9D1935647B7659349A6467721E7B3FAD99F27F",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "lp:6:usdc.axl-usdc",
"exponent": 6,
},
],
- "description": "Tether USDt on Terra",
- "display": "usdt",
+ "description": "Pryzm's LP token for USDC / USDC.axl pool",
+ "display": "lp:6:usdc.axl-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Tether USDt",
- "symbol": "USDt",
+ "name": "USDC / USDC.axl LP",
+ "symbol": "USDC-USDC.axl-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-251",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/9B19062D46CAB50361CE9B0A3E6D0A7A53AC9E7CB361F32A73CC733144A9A9E5",
- "chain_name": "terra2",
- "channel_id": "channel-1",
+ "base_denom": "lp:6:uusdc.axl-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
- "coingeckoId": "tgrade",
+ "base": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
"denomUnits": [
{
"aliases": [
- "utgd",
+ "lp:0:uatom",
],
- "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "denom": "ibc/87FAABD443F9EC1CC09A587B750C7842F36F5509F17CF256A0F4F867CD848892",
"exponent": 0,
},
{
- "denom": "tgd",
+ "denom": "lp:0:atom",
"exponent": 6,
},
],
- "description": "The native token of Tgrade",
- "display": "tgd",
+ "description": "Pryzm's LP token for ATOM Yield pool",
+ "display": "lp:0:atom",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Tgrade",
- "symbol": "TGD",
+ "name": "ATOM Yield LP",
+ "symbol": "ATOM-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-263",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "utgd",
- "chain_name": "tgrade",
- "channel_id": "channel-0",
+ "base_denom": "lp:0:uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
- "coingeckoId": "umee",
+ "base": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
"denomUnits": [
{
"aliases": [
- "uumee",
+ "lp:2:uatomypt-uatom",
],
- "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "denom": "ibc/5D0A4C0C1664AA3A5153914A33CE6D1A7263E8016E29576389C52B3C224B3AF2",
"exponent": 0,
},
{
- "denom": "umee",
+ "denom": "lp:2:atomypt-atom",
"exponent": 6,
},
],
- "description": "The native token of Umee",
- "display": "umee",
+ "description": "Pryzm's LP token for ATOM Boost pool",
+ "display": "lp:2:atomypt-atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Umee",
- "symbol": "UMEE",
+ "name": "ATOM Boost LP",
+ "symbol": "ATOM-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-184",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uumee",
- "chain_name": "umee",
- "channel_id": "channel-0",
+ "base_denom": "lp:2:uatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
- "coingeckoId": "unification",
+ "base": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
"denomUnits": [
{
"aliases": [
- "nund",
+ "lp:3:uatom-uusdc",
],
- "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "denom": "ibc/67B7FDD98FC78C38A7F7C9968EDE8CD0B65C7D85992F6A9A861A8AA945FCD67C",
"exponent": 0,
},
{
- "denom": "FUND",
- "exponent": 9,
+ "denom": "lp:3:atom-usdc",
+ "exponent": 6,
},
],
- "description": "Staking and governance coin for the Unification Blockchain",
- "display": "FUND",
- "extendedDescription": "Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks",
+ "description": "Pryzm's LP token for ATOM / USDC pool",
+ "display": "lp:3:atom-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
- },
- "name": "Unification Network",
- "socials": {
- "twitter": "https://twitter.com/UnificationUND",
- "website": "https://unification.com",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "symbol": "FUND",
+ "name": "ATOM / USDC LP",
+ "symbol": "ATOM-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-382",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "nund",
- "chain_name": "unification",
- "channel_id": "channel-0",
+ "base_denom": "lp:3:uatom-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
- "coingeckoId": "vidulum",
+ "base": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
"denomUnits": [
{
"aliases": [
- "uvdl",
+ "lp:1:inj",
],
- "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "denom": "ibc/9EC76A95DCC57A9ABFDDEC23E8EE901DB65897FC6C4828704C51DD93CB236E65",
"exponent": 0,
},
- {
- "denom": "vdl",
- "exponent": 6,
+ {
+ "denom": "lp:1:INJ",
+ "exponent": 18,
},
],
- "description": "The native token of Vidulum",
- "display": "vdl",
+ "description": "Pryzm's LP token for INJ Yield pool",
+ "display": "lp:1:INJ",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Vidulum",
- "symbol": "VDL",
+ "name": "INJ Yield LP",
+ "symbol": "INJ-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-124",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uvdl",
- "chain_name": "vidulum",
- "channel_id": "channel-0",
+ "base_denom": "lp:1:inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
- "coingeckoId": "xpla",
+ "base": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
"denomUnits": [
{
"aliases": [
- "axpla",
+ "lp:4:injypt-inj",
],
- "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
+ "denom": "ibc/636DF2E7F94984C061DB3C8CF5BD3E5360065FED21C14C38186B68713C1FD280",
"exponent": 0,
},
{
- "denom": "xpla",
+ "denom": "lp:4:INJypt-INJ",
"exponent": 18,
},
],
- "description": "The native staking token of XPLA.",
- "display": "xpla",
+ "description": "Pryzm's LP token for INJ Boost pool",
+ "display": "lp:4:INJypt-INJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Xpla",
- "symbol": "XPLA",
+ "name": "INJ Boost LP",
+ "symbol": "INJ-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-1634",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "axpla",
- "chain_name": "xpla",
- "channel_id": "channel-9",
+ "base_denom": "lp:4:injypt-inj",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
- "coingeckoId": "medibloc",
+ "base": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
"denomUnits": [
{
"aliases": [
- "umed",
+ "lp:5:inj-uusdc",
],
- "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "denom": "ibc/17C54D2D90B6584613A3B1D97A622E5056CC03170309B524EB7E1A1383D309FB",
"exponent": 0,
},
{
- "denom": "med",
- "exponent": 6,
+ "denom": "lp:5:INJ-usdc",
+ "exponent": 18,
},
],
- "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
- "display": "med",
+ "description": "Pryzm's LP token for INJ / USDC pool",
+ "display": "lp:5:INJ-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "MediBloc",
- "symbol": "MED",
+ "name": "INJ / USDC LP",
+ "symbol": "INJ-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-82",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "umed",
- "chain_name": "panacea",
- "channel_id": "channel-1",
+ "base_denom": "lp:5:inj-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
- "coingeckoId": "passage",
+ "base": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
"denomUnits": [
{
"aliases": [
- "upasg",
+ "lp:8:uosmo",
],
- "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED",
+ "denom": "ibc/54B2D9DC9602A1CE2A0329D51C6A1C7C4ADE71477186AEAAA549318C4513A453",
"exponent": 0,
},
{
- "denom": "pasg",
+ "denom": "lp:8:osmo",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Passage chain.",
- "display": "pasg",
+ "description": "Pryzm's LP token for OSMO Yield pool",
+ "display": "lp:8:osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Passage",
- "symbol": "PASG",
+ "name": "OSMO Yield LP",
+ "symbol": "OSMO-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-2494",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "upasg",
- "chain_name": "passage",
- "channel_id": "channel-0",
+ "base_denom": "lp:8:uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
- "coingeckoId": "persistence",
+ "base": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
"denomUnits": [
{
"aliases": [
- "uxprt",
+ "lp:10:uosmoypt-uosmo",
],
- "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "denom": "ibc/08EB827EDDD71B1832E299B0ACFF161F72B19A00A166E367BC9ACA9E4A8F3E52",
"exponent": 0,
},
{
- "denom": "xprt",
+ "denom": "lp:10:osmoypt-osmo",
"exponent": 6,
},
],
- "description": "The XPRT token is primarily a governance token for the Persistence chain.",
- "display": "xprt",
+ "description": "Pryzm's LP token for OSMO Boost pool",
+ "display": "lp:10:osmoypt-osmo",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Persistence",
- "socials": {
- "twitter": "https://twitter.com/PersistenceOne",
- "website": "https://persistence.one/",
- },
- "symbol": "XPRT",
+ "name": "OSMO Boost LP",
+ "symbol": "OSMO-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:10:uosmoypt-uosmo",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
- "coingeckoId": "stkatom",
+ "base": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
"denomUnits": [
{
"aliases": [
- "stk/uatom",
+ "lp:11:uosmo-uusdc",
],
- "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "denom": "ibc/3C793E97322DF85D1B337E65EA10712C506E7A02F76F83DB1AC4AB4D99F7B11A",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "lp:11:osmo-usdc",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked ATOM",
- "display": "stkatom",
+ "description": "Pryzm's LP token for OSMO / USDC pool",
+ "display": "lp:11:osmo-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "OSMO / USDC LP",
+ "symbol": "OSMO-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stk/uatom",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:11:uosmo-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "base": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
"denomUnits": [
{
"aliases": [
- "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
+ "lp:9:uluna",
],
- "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "denom": "ibc/C540484A8F328D916FF61876E12DFC93492E9FAB8E8219244B2FAEA63647DF0D",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "lp:9:luna",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
- "display": "pstake",
+ "description": "Pryzm's LP token for LUNA Yield pool",
+ "display": "lp:9:luna",
"images": [
{
- "imageSync": {
- "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
- "chainName": "ethereum",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
- "keywords": [
- "canon",
- ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "LUNA Yield LP",
+ "symbol": "LUNA-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:9:uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "base": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
"denomUnits": [
{
"aliases": [
- "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
+ "lp:12:ulunaypt-uluna",
],
- "denom": "ibc/4DB323505032A5701F99680821ADEA5A431C09E89530FB45835451462FAF61F7",
+ "denom": "ibc/93C85229E10B4EFC6C21638FE687303D382B7E5658E89CD2B13656393808D5D0",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "lp:12:lunaypt-luna",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "Pryzm's LP token for LUNA Boost pool",
+ "display": "lp:12:lunaypt-luna",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "LUNA Boost LP",
+ "symbol": "LUNA-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:12:ulunaypt-uluna",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "base": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
"denomUnits": [
{
"aliases": [
- "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "lp:13:uluna-uusdc",
],
- "denom": "ibc/765EDCCDC2FEB751A02E6336A983C2FEE7DEA026BF5EDD391A74050D26750D7A",
+ "denom": "ibc/4231A886A89CE5CFA6AE18AE437C4BED390B6D66C613129BEEB30EC62F06C673",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "lp:13:luna-usdc",
"exponent": 6,
},
],
- "description": "Tether USDT on Persistence",
- "display": "usdt",
+ "description": "Pryzm's LP token for LUNA / USDC pool",
+ "display": "lp:13:luna-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Tether USDT",
- "symbol": "USDT",
+ "name": "LUNA / USDC LP",
+ "symbol": "LUNA-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:13:uluna-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "base": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
"denomUnits": [
{
"aliases": [
- "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "lp:14:uauuu",
],
- "denom": "ibc/3ECCCBF05035148881120A60A3F9F4D91CB2F8047AF34C917CCA756489893FB4",
+ "denom": "ibc/A1FAF407EF8DD888107FF6A41088904399B1E737D521DE49C06621C8BDC572D6",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp:14:auuu",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "Pryzm's LP token for AUUU Yield pool",
+ "display": "lp:14:auuu",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "AUUU Yield LP",
+ "symbol": "AUUU-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:14:uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "base": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
"denomUnits": [
{
"aliases": [
- "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
+ "lp:17:uauuuypt-uauuu",
],
- "denom": "ibc/296A3B3FC3F27F8E2BEE3FD1B6FE89DBC010E0F2B0764B8C5EA20B7C5532EEFF",
+ "denom": "ibc/FB84BB485258FB4398AF1DE3F21AB2AC51ACB2B03906BAD92B751A43A3578F81",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "lp:17:auuuypt-auuu",
+ "exponent": 6,
},
],
- "description": "dydx staking token",
- "display": "dydx",
+ "description": "Pryzm's LP token for AUUU Boost pool",
+ "display": "lp:17:auuuypt-auuu",
"images": [
{
- "imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "dYdX",
- "symbol": "DYDX",
+ "name": "AUUU Boost LP",
+ "symbol": "AUUU-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:17:uauuuypt-uauuu",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
- "coingeckoId": "pstake-staked-osmo",
+ "base": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
"denomUnits": [
{
"aliases": [
- "stk/uosmo",
+ "lp:7:uauuu-uusdc",
],
- "denom": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E",
+ "denom": "ibc/F74CD50CDBDFD5D5BB416928427012F8752EC9515126FEC6FE41ECF67592D790",
"exponent": 0,
},
{
- "aliases": [
- "stk/osmo",
- ],
- "denom": "stkosmo",
+ "denom": "lp:7:auuu-usdc",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked OSMO",
- "display": "stkosmo",
+ "description": "Pryzm's LP token for AUUU / USDC pool",
+ "display": "lp:7:auuu-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "PSTAKE staked OSMO",
- "symbol": "stkOSMO",
+ "name": "AUUU / USDC LP",
+ "symbol": "AUUU-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stk/uosmo",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:7:uauuu-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "base": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
"denomUnits": [
{
"aliases": [
- "stk/adydx",
+ "lp:15:stadydx",
],
- "denom": "ibc/1D9EAAB186DBFC1FF7A42053CEE692E16992D05B42CF36502340CEB113B55A37",
+ "denom": "ibc/554D4B36F6AE0B1E7AACC67EA9134DBD3ECCA8FE9B2678B7FC4429963E191A63",
"exponent": 0,
},
{
- "aliases": [
- "stk/dydx",
- ],
- "denom": "stkdydx",
+ "denom": "lp:15:stdydx",
"exponent": 18,
},
],
- "description": "PSTAKE Liquid-Staked DYDX",
- "display": "stkdydx",
+ "description": "Pryzm's LP token for stDYDX Yield pool",
+ "display": "lp:15:stdydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkdydx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "PSTAKE staked DYDX",
- "symbol": "stkDYDX",
+ "name": "stDYDX Yield LP",
+ "symbol": "stDYDX-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stk/adydx",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:15:stadydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "base": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
"denomUnits": [
{
"aliases": [
- "stk/ustars",
+ "lp:18:stadydxypt-adydx",
],
- "denom": "ibc/999964F543B253A5CC2B707D648D61895A51194533FE29A5D630F186DD040730",
+ "denom": "ibc/CA94E5B6B196FF8B5AA99C5D103F46D3BBB5D62E933B394489349FCB3B8E3ABE",
"exponent": 0,
},
{
- "aliases": [
- "stk/stars",
- ],
- "denom": "stkstars",
- "exponent": 6,
+ "denom": "lp:18:stdydxypt-dydx",
+ "exponent": 18,
},
],
- "description": "PSTAKE Liquid-Staked STARS",
- "display": "stkstars",
+ "description": "Pryzm's LP token for stDYDX Boost pool",
+ "display": "lp:18:stdydxypt-dydx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkstars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "PSTAKE staked STARS",
- "symbol": "stkSTARS",
+ "name": "stDYDX Boost LP",
+ "symbol": "stDYDX-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stk/ustars",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:18:stadydxypt-adydx",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "base": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
"denomUnits": [
{
"aliases": [
- "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
+ "lp:19:adydx-uusdc",
],
- "denom": "ibc/1DA5B49F84E0CC9DBD23616A035FDE10D56525EA69C9BFC6EF4EE78814021B9B",
+ "denom": "ibc/90B9EC702B93F7BA51E961E845DFC1C6634262E1B782791BEC3163B28000E418",
"exponent": 0,
},
{
- "denom": "stars",
- "exponent": 6,
+ "denom": "lp:19:dydx-usdc",
+ "exponent": 18,
},
],
- "display": "stars",
+ "description": "Pryzm's LP token for DYDX / USDC pool",
+ "display": "lp:19:dydx-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "DYDX / USDC LP",
+ "symbol": "DYDX-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/AD8E1D4AC4EA8FC79CC46E33319A3791477D4DEBFC30D5D874074B993422B41B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:19:adydx-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "base": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
"denomUnits": [
{
"aliases": [
- "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
+ "lp:16:stutia",
],
- "denom": "ibc/8D71375B2586E6BF89428CBA84F21991AB551672CC9B7E9AAFD3DC0F0736D5A6",
+ "denom": "ibc/FD850E9ECEB7B379AE3ABCB4D7369D9C2B37B23D418105682FFAAEF7412B3EC1",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "lp:16:sttia",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "description": "Pryzm's LP token for stTIA Yield pool",
+ "display": "lp:16:sttia",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:secret153wu605vvp934xhd4k9dtd640zsep5jkesstdm",
- "chainName": "secretnetwork",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "stTIA Yield LP",
+ "symbol": "stTIA-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/5D3B6445EA1D7064C4B1CCB588638589529556E1BCBADF13475021B42EA8C73B",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:16:stutia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "base": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
"denomUnits": [
{
"aliases": [
- "stk/uhuahua",
+ "lp:20:stutiaypt-utia",
],
- "denom": "ibc/AE9CCAE166980A396B2FD517C67D73F9958D9E6429CAFF61C922419286E4DD97",
+ "denom": "ibc/F510C857E4DFB82766BA3256D61E9B7AF8B56411740C5863F3001C3D5EC5D945",
"exponent": 0,
},
{
- "aliases": [
- "stk/huahua",
- ],
- "denom": "stkhuahua",
+ "denom": "lp:20:sttiaypt-tia",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked HUAHUA",
- "display": "stkhuahua",
+ "description": "Pryzm's LP token for stTIA Boost pool",
+ "display": "lp:20:sttiaypt-tia",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkhuahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "PSTAKE staked HUAHUA",
- "symbol": "stkHUAHUA",
+ "name": "stTIA Boost LP",
+ "symbol": "stTIA-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stk/uhuahua",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:20:stutiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "base": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
"denomUnits": [
{
"aliases": [
- "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
+ "lp:24:utia",
],
- "denom": "ibc/EF913067EF5EB3E567C984176FE3947F91E61A12A83207D6D8EFACF4A11261AF",
+ "denom": "ibc/9F5E65D9AFD2B2DA5B9377E6722484FE579241832286CD4DC138F1610F992D5C",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "lp:24:tia",
"exponent": 6,
},
],
- "display": "huahua",
+ "description": "Pryzm's LP token for TIA Yield pool",
+ "display": "lp:24:tia",
"images": [
{
- "imageSync": {
- "baseDenom": "uhuahua",
- "chainName": "chihuahua",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "TIA Yield LP",
+ "symbol": "TIA-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "ibc/B597D779FCDD9021263C98A48F1AFA9D2BCCCE980F397CDE5681CCEDE7DEE1A4",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:24:utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "base": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
"denomUnits": [
{
"aliases": [
- "stk/uxprt",
+ "lp:25:utiaypt-utia",
],
- "denom": "ibc/24DB48F51D035B58072C5237354740B578B6648BAC78959921163AC98EAC2377",
+ "denom": "ibc/CD96D509B5BD856343A94CE82CB4AD38F41438AACC662DF0FB7DF4FE97B818E0",
"exponent": 0,
},
{
- "aliases": [
- "stk/xprt",
- ],
- "denom": "stkxprt",
+ "denom": "lp:25:tiaypt-tia",
"exponent": 6,
},
],
- "description": "PSTAKE Liquid-Staked XPRT",
- "display": "stkxprt",
+ "description": "Pryzm's LP token for TIA Boost pool",
+ "display": "lp:25:tiaypt-tia",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkxprt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "PSTAKE staked XPRT",
- "symbol": "stkXPRT",
+ "name": "TIA Boost LP",
+ "symbol": "TIA-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-4",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "stk/uxprt",
- "chain_name": "persistence",
- "channel_id": "channel-6",
+ "base_denom": "lp:25:utiaypt-utia",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
- "coingeckoId": "planq",
+ "base": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
"denomUnits": [
{
"aliases": [
- "aplanq",
+ "lp:21:utia-uusdc",
],
- "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "denom": "ibc/A3B38BDE64F5EF0675971A29D538A22EF33DB0FAD85F2F0B1F4A8EA8BA3D53E5",
"exponent": 0,
},
{
- "denom": "planq",
- "exponent": 18,
+ "denom": "lp:21:tia-usdc",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Planq Network",
- "display": "planq",
- "extendedDescription": "Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.",
+ "description": "Pryzm's LP token for TIA / USDC pool",
+ "display": "lp:21:tia-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
- },
- "name": "Planq",
- "socials": {
- "twitter": "https://twitter.com/planqfoundation",
- "website": "https://planq.network",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "symbol": "PLQ",
+ "name": "TIA / USDC LP",
+ "symbol": "TIA-USDC-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "aplanq",
- "chain_name": "planq",
- "channel_id": "channel-1",
+ "base_denom": "lp:21:utia-uusdc",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "base": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
"denomUnits": [
{
"aliases": [
- "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
+ "lp:22:udatom",
],
- "denom": "ibc/5CF826D4A1C654B63F5025923AEBE56BD5710BD56E743FBDB9B338D0DD444077",
+ "denom": "ibc/8B2F8C2B387062FBABC5FD894927275A9FE2D943745A0B2B00BEC83AB8371DB1",
"exponent": 0,
},
{
- "denom": "srcx",
- "exponent": 9,
+ "denom": "lp:22:datom",
+ "exponent": 6,
},
],
- "description": "The token of Source Protocol bridged from BSC.",
- "display": "srcx",
+ "description": "Pryzm's LP token for dATOM Yield pool",
+ "display": "lp:22:datom",
"images": [
{
- "imageSync": {
- "baseDenom": "0x454b90716a9435e7161a9aea5cf00e0acbe565ae",
- "chainName": "binancesmartchain",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Source Token",
- "symbol": "SRCX",
+ "name": "dATOM Yield LP",
+ "symbol": "dATOM-YIELD-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-492",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09",
- "chain_name": "planq",
- "channel_id": "channel-1",
+ "base_denom": "lp:22:udatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
- "coingeckoId": "provenance-blockchain",
+ "base": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
"denomUnits": [
{
"aliases": [
- "nhash",
+ "lp:23:udatomypt-uatom",
],
- "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "denom": "ibc/090155A209DE7C256AE76E9A35A37DDB19F9D956A4063364FD8D8155E6E10FFC",
"exponent": 0,
},
{
- "denom": "hash",
- "exponent": 9,
+ "denom": "lp:23:datomypt-atom",
+ "exponent": 6,
},
],
- "description": "Hash is the staking token of the Provenance Blockchain",
- "display": "hash",
+ "description": "Pryzm's LP token for dATOM Boost pool",
+ "display": "lp:23:datomypt-atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg",
},
- "name": "Hash",
- "symbol": "HASH",
+ "name": "dATOM Boost LP",
+ "symbol": "dATOM-BOOST-LP",
"traces": [
{
"chain": {
- "channel_id": "channel-222",
+ "channel_id": "channel-75755",
},
"counterparty": {
- "base_denom": "nhash",
- "chain_name": "provenance",
- "channel_id": "channel-7",
+ "base_denom": "lp:23:udatomypt-uatom",
+ "chain_name": "pryzm",
+ "channel_id": "channel-2",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2EB516F83C9FF44AB6826F269CA98A5622608C6C955E12112E58F23A324FEE07",
- "coingeckoId": "pundi-x-2",
"denomUnits": [
{
"aliases": [
@@ -42968,12 +67724,13 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"exponent": 18,
},
],
- "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
+ "description": "PUNDIX token is the native token that functions within the Pundi X ecosystem.",
+ "display": "PUNDIX",
+ "extendedDescription": "PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:
- Payment for goods and services from merchants through XPOS
- Gas Fee on PundiX Chain
- Listing tokens in the XPOS
- Merchant payments for loyalty programs and ads",
- "display": "PUNDIX",
"images": [
{
"imageSync": {
@@ -42982,12 +67739,11 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#f1d20c",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg",
- },
"name": "Pundi X Token",
"socials": {
"twitter": "https://twitter.com/PundiXLabs",
@@ -43011,7 +67767,6 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
{
"base": "ibc/6FD2938076A4C1BB3A324A676E76B0150A4443DAE0E002FB62AC0E6B604B1519",
- "coingeckoId": "pundi-x-purse",
"denomUnits": [
{
"aliases": [
@@ -43035,12 +67790,11 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg",
- },
"name": "PURSE Token",
"socials": {
"twitter": "https://twitter.com/Purse_Land",
@@ -43082,6 +67836,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",
+ "theme": {
+ "primaryColorHex": "#ec4424",
+ },
},
],
"logoURIs": {
@@ -43106,6 +67863,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477",
@@ -43129,6 +67887,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",
+ "theme": {
+ "primaryColorHex": "#a493e4",
+ },
},
],
"logoURIs": {
@@ -43181,6 +67942,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
@@ -43230,6 +67994,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
@@ -43279,6 +68046,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
},
],
"logoURIs": {
@@ -43324,6 +68094,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "theme": {
+ "primaryColorHex": "#b2b2b2",
+ },
},
],
"logoURIs": {
@@ -43348,6 +68121,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
@@ -43371,6 +68145,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
@@ -43392,6 +68169,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
@@ -43415,6 +68193,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
@@ -43436,6 +68217,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
@@ -43459,6 +68241,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
@@ -43480,6 +68265,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
@@ -43503,6 +68289,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
@@ -43524,6 +68313,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/EAF76AD1EEF7B16D167D87711FB26ABE881AC7D9F7E6D0CF313D5FA530417208",
@@ -43547,6 +68337,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsomm.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
@@ -43568,6 +68361,247 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqjuno",
+ ],
+ "denom": "ibc/B4E18E61E1505C2F371B621E49B09E983F6A138F251A7B5286A6BDF739FD0D54",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qjuno",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked JUNO",
+ "display": "qjuno",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qjuno.svg",
+ },
+ "name": "Quicksilver Liquid Staked JUNO",
+ "symbol": "qJUNO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqjuno",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aqdydx",
+ ],
+ "denom": "ibc/273C593E51ACE56F1F2BDB3E03A5CB81BB208B894BCAA642676A32C3454E8C27",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qdydx",
+ "exponent": 18,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked DYDX",
+ "display": "qdydx",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qdydx.svg",
+ },
+ "name": "Quicksilver Liquid Staked DYDX",
+ "symbol": "qDYDX",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "aqdydx",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqsaga",
+ ],
+ "denom": "ibc/F2D400F2728E9DA06EAE2AFAB289931A69EDDA5A661578C66A3177EDFE3C0D13",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qsaga",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked SAGA",
+ "display": "qsaga",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ "theme": {
+ "primaryColorHex": "#f9924b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qsaga.svg",
+ },
+ "name": "Quicksilver Liquid Staked SAGA",
+ "symbol": "qSAGA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqsaga",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uqbld",
+ ],
+ "denom": "ibc/C1C106D915C8E8C59E5DC69BF30FEF64729A6F788060B184C86A315DBB762EF7",
+ "exponent": 0,
+ },
+ {
+ "aliases": [],
+ "denom": "qbld",
+ "exponent": 6,
+ },
+ ],
+ "description": "Quicksilver Liquid Staked BLD",
+ "display": "qbld",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qbld.svg",
+ },
+ "name": "Quicksilver Liquid Staked BLD",
+ "symbol": "qBLD",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "uqbld",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ ],
+ "denom": "ibc/19D58A8CE139EC891AD2D3D2CB5DD17021E744863A99D0CC670C410F613B1DA8",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "Noble USDC via dYdX Protocol",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ ],
+ "name": "Noble USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-522",
+ },
+ "counterparty": {
+ "base_denom": "ibc/5666A86DCC869C75F69A7938AD6DCFECAC4A09C73522599E7A85B10143E5FBD2",
+ "chain_name": "quicksilver",
+ "channel_id": "channel-2",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
},
{
"base": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D",
@@ -43591,6 +68625,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",
+ "theme": {
+ "primaryColorHex": "#04e4fc",
+ },
},
],
"keywords": [
@@ -43618,6 +68655,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF",
@@ -43637,10 +68675,16 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
],
"description": "The native currency of the Realio Network.",
"display": "rio",
+ "extendedDescription": "An interoperable Layer-1 multi-chain Web3 ecosystem focused on the issuance and management of digitally native real-world assets (RWAs). Its design is fully open-source, permissionless, and purpose-built.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
@@ -43648,6 +68692,10 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.svg",
},
"name": "Realio Network",
+ "socials": {
+ "twitter": "https://x.com/realio_network",
+ "website": "https://realio.network/",
+ },
"symbol": "RIO",
"traces": [
{
@@ -43662,10 +68710,10 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F82E97B58F45D32AE2199AE8AD9979FFD35CDC823BB3EB34C36349E374A8EFE3",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -43684,6 +68732,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rst.png",
+ "theme": {
+ "primaryColorHex": "#e0e0e0",
+ },
},
],
"logoURIs": {
@@ -43704,6 +68755,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
@@ -43727,6 +68779,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "theme": {
+ "primaryColorHex": "#e75486",
+ },
},
],
"logoURIs": {
@@ -43748,6 +68803,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
@@ -43771,6 +68827,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "theme": {
+ "primaryColorHex": "#56b790",
+ },
},
],
"logoURIs": {
@@ -43796,6 +68855,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
@@ -43819,6 +68879,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "theme": {
+ "primaryColorHex": "#171c25",
+ },
},
],
"logoURIs": {
@@ -43840,6 +68903,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
@@ -43863,6 +68927,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#2b1c54",
+ },
},
],
"logoURIs": {
@@ -43888,6 +68955,60 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "coingeckoId": "router-protocol-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "route",
+ ],
+ "denom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488",
+ "exponent": 0,
+ },
+ {
+ "denom": "ROUTE",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of Router Chain",
+ "display": "ROUTE",
+ "extendedDescription": "Router Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ "theme": {
+ "primaryColorHex": "#cb0766",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",
+ },
+ "name": "Router Chain",
+ "socials": {
+ "twitter": "https://x.com/routerprotocol",
+ "website": "https://www.routerprotocol.com/",
+ },
+ "symbol": "ROUTE",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79180",
+ },
+ "counterparty": {
+ "base_denom": "route",
+ "chain_name": "routerchain",
+ "channel_id": "channel-7",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2",
@@ -43905,7 +69026,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"exponent": 6,
},
],
- "description": "The native staking and governance token of Saga.",
+ "description": "Saga is a blockchain platform focused on providing customizable blockchain solutions with a strong emphasis on security and scalability.",
"display": "saga",
"extendedDescription": "Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or “Chainlets,” that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
@@ -43951,9 +69072,11 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E",
+ "coingeckoId": "scorum",
"denomUnits": [
{
"aliases": [
@@ -43974,6 +69097,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scr.svg",
+ "theme": {
+ "primaryColorHex": "#0bc47e",
+ },
},
],
"logoURIs": {
@@ -43999,49 +69125,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
- },
- {
- "base": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
- "denomUnits": [
- {
- "aliases": [
- "nsp",
- ],
- "denom": "ibc/261BCDCE26F35F787EEB32C09966E52B2F57DB4A207A9A26E601B92F35BBAA12",
- "exponent": 0,
- },
- {
- "denom": "sp",
- "exponent": 9,
- },
- ],
- "description": "Scorum Power used for internal mechanics and staking",
- "display": "sp",
- "images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
- },
- ],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/sp.svg",
- },
- "name": "Scorum Power",
- "symbol": "SP",
- "traces": [
- {
- "chain": {
- "channel_id": "channel-20100",
- },
- "counterparty": {
- "base_denom": "nsp",
- "chain_name": "scorum",
- "channel_id": "channel-1",
- },
- "type": "ibc",
- },
- ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D59DB4C0B161B04CFD4B83E583AB557752EC7C56D4A170FF75A6D1CF1946F603",
@@ -44060,6 +69144,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/gas.svg",
+ "theme": {
+ "primaryColorHex": "#555555",
+ },
},
],
"logoURIs": {
@@ -44081,6 +69168,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
@@ -44098,12 +69186,16 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"exponent": 6,
},
],
- "description": "The native token of Secret Network",
+ "description": "Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.",
"display": "scrt",
+ "extendedDescription": "Secret Network is a blockchain platform that focuses on privacy and security by enabling private smart contracts, known as Secret Contracts. These contracts allow developers to create decentralized applications (dApps) that can utilize sensitive data without exposing it on the blockchain. By incorporating privacy-preserving technologies, Secret Network ensures that data remains confidential while still enabling complex computations and interactions. The native token, SCRT, is used for transaction fees, staking, and governance, empowering users to participate in the network's operations and decision-making processes. Secret Network aims to enhance the privacy and functionality of blockchain applications, making it suitable for use cases where data confidentiality is paramount.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -44129,6 +69221,60 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "coingeckoId": "seda-2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "aseda",
+ ],
+ "denom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8",
+ "exponent": 0,
+ },
+ {
+ "denom": "seda",
+ "exponent": 18,
+ },
+ ],
+ "description": "The native token of SEDA Chain.",
+ "display": "seda",
+ "extendedDescription": "SEDA is a standard for modular data transport and querying. Any data type, for all networks.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ "theme": {
+ "primaryColorHex": "#8178d1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",
+ },
+ "name": "Seda",
+ "socials": {
+ "twitter": "https://twitter.com/sedaprotocol",
+ "website": "https://www.seda.xyz/",
+ },
+ "symbol": "SEDA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75016",
+ },
+ "counterparty": {
+ "base_denom": "aseda",
+ "chain_name": "seda",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D",
@@ -44146,12 +69292,16 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"exponent": 6,
},
],
- "description": "The native staking token of Sei.",
+ "description": "Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.",
"display": "sei",
+ "extendedDescription": "Sei is a layer-1 blockchain designed specifically for trading applications, offering a high-performance environment for decentralized exchanges (DEXs). It focuses on providing high throughput, low latency, and efficient order execution. Sei's architecture includes features like parallel processing and a unique consensus mechanism to achieve fast and reliable transaction processing. The native token, SEI, is used for transaction fees, staking, and governance within the network. Sei aims to create an optimal infrastructure for trading, addressing the needs of traders and developers in the DeFi space.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",
+ "theme": {
+ "primaryColorHex": "#9c1c1c",
+ },
},
],
"logoURIs": {
@@ -44177,11 +69327,11 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"address": "sei1thgp6wamxwqt7rthfkeehktmq0ujh5kspluw6w",
"base": "ibc/98B3DBF1FA79C4C14CC5F08F62ACD5498560FCB515F677526FD200D54EA048B6",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -44200,6 +69350,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oin.png",
+ "theme": {
+ "primaryColorHex": "#6cdbac",
+ },
},
],
"logoURIs": {
@@ -44220,6 +69373,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B38908D9639A8DAEB43FF12143D60B1C2C6B109041D5A53790777909D778B1B5",
@@ -44261,6 +69415,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AA6D5410E9D8D0A6C4671B8B7C13C46538EAFFB080A12A1E9516D04B09F25DDB",
@@ -44282,6 +69437,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/popeye.png",
+ "theme": {
+ "primaryColorHex": "#04040a",
+ },
},
],
"logoURIs": {
@@ -44302,6 +69460,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8E65448D403DDD152CE62B462F44C947EFEDB1DC740C5FC506B9D50F8E155F09",
@@ -44323,6 +69482,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/SenseiDog.png",
+ "theme": {
+ "primaryColorHex": "#d4d0c7",
+ },
},
],
"logoURIs": {
@@ -44343,13 +69505,14 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
"denomUnits": [
{
"aliases": [
- "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
+ "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
],
"denom": "ibc/F54D93AB52BC3DDE3FBA3E1E7B5D45531E9707776FC4584BADA4CD6B5A4D55A2",
"exponent": 0,
@@ -44368,6 +69531,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
@@ -44381,7 +69547,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"channel_id": "channel-782",
},
"counterparty": {
- "base_denom": "ibc/AB7C92666DE8C7A977666B8080CABF0127B652B9D40F7251E6914DE942D9942B",
+ "base_denom": "ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A",
"chain_name": "sei",
"channel_id": "channel-0",
},
@@ -44391,6 +69557,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"typeAsset": "ics20",
},
{
+ "address": "sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda",
"base": "ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8",
"denomUnits": [
{
@@ -44410,6 +69577,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png",
+ "theme": {
+ "primaryColorHex": "#2b1619",
+ },
},
],
"logoURIs": {
@@ -44430,13 +69600,14 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "cw20",
},
{
"base": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
"denomUnits": [
{
"aliases": [
- "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
+ "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
],
"denom": "ibc/6A37E4BEF7A084D1B5927FA095C4F90E92DAFAD9CBBB491630F7FF4BCBFBA390",
"exponent": 0,
@@ -44456,6 +69627,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
@@ -44470,7 +69644,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"channel_id": "channel-782",
},
"counterparty": {
- "base_denom": "ibc/1FF96B82FDE4B0E38FA0A8EC24A83E1EAC2615F338468A47473BAD3B45E066D2",
+ "base_denom": "ibc/063F4461F7317CFF10F50AB044E44932D22AAD84FA7107082744946E6DB7B7A8",
"chain_name": "sei",
"channel_id": "channel-0",
},
@@ -44479,6 +69653,56 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "coingeckoId": "self-chain",
+ "denomUnits": [
+ {
+ "aliases": [
+ "uslf",
+ ],
+ "denom": "ibc/01C449AE0CBD63FCC4D201AA8200E8BB7C10FD6CA53F80C9535F037B9A43C512",
+ "exponent": 0,
+ },
+ {
+ "denom": "slf",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native staking token of Self Chain.",
+ "display": "slf",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ "theme": {
+ "primaryColorHex": "#9454f1",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",
+ },
+ "name": "Self",
+ "socials": {
+ "twitter": "https://x.com/selfchainxyz",
+ "website": "https://selfchain.xyz",
+ },
+ "symbol": "SLF",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-78292",
+ },
+ "counterparty": {
+ "base_denom": "uslf",
+ "chain_name": "self",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
{
"base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
"coingeckoId": "sentinel",
@@ -44495,12 +69719,16 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"exponent": 6,
},
],
- "description": "DVPN is the native token of the Sentinel Hub.",
+ "description": "Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.",
"display": "dvpn",
+ "extendedDescription": "Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel's native token, DVPN, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "theme": {
+ "primaryColorHex": "#10a7ef",
+ },
},
],
"logoURIs": {
@@ -44509,7 +69737,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
},
"name": "Sentinel",
"socials": {
- "twitter": "https://twitter.com/SentinelVPN",
+ "twitter": "https://x.com/SentinelDVPN",
"website": "https://www.sentinel.co/",
},
"symbol": "DVPN",
@@ -44526,6 +69754,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA",
@@ -44545,10 +69774,16 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
],
"description": "The native token of SGE Network",
"display": "sge",
+ "extendedDescription": "The Sports, Gaming, and Entertainment Network (SGE Network) is a Cosmos SDK-based layer-1 blockchain that uses its own native utility token (SGE Token). The SGE Network leverages the modular components, blockchain interoperability and minimal gas fees of the Cosmos-based design to support applications at the intersection of blockchain, sports, gaming and entertainment that are pioneering novel ways of engaging users with a UX, value proposition and utility never before seen in the space.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "circle": false,
+ "primaryColorHex": "#C0A15B",
+ },
},
],
"logoURIs": {
@@ -44556,6 +69791,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",
},
"name": "SGE",
+ "socials": {
+ "twitter": "https://x.com/sge_network",
+ "website": "https://sgenetwork.io/",
+ },
"symbol": "SGE",
"traces": [
{
@@ -44570,6 +69809,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1F3AB31A66CC0FBE149859D55D0D2D7167B851A113786438EA6E201033600C8E",
@@ -44593,6 +69833,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",
+ "theme": {
+ "primaryColorHex": "#1c2474",
+ },
},
],
"keywords": [
@@ -44617,6 +69860,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
@@ -44640,6 +69884,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "theme": {
+ "primaryColorHex": "#e4ac4c",
+ },
},
],
"logoURIs": {
@@ -44661,6 +69908,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7",
@@ -44684,6 +69932,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",
+ "theme": {
+ "primaryColorHex": "#046ffc",
+ },
},
],
"logoURIs": {
@@ -44709,6 +69960,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
@@ -44732,6 +69984,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"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",
+ "theme": {
+ "primaryColorHex": "#be9926",
+ },
},
],
"logoURIs": {
@@ -44753,6 +70008,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
@@ -44783,6 +70039,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"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",
+ "theme": {
+ "primaryColorHex": "#f36353",
+ },
},
],
"logoURIs": {
@@ -44808,6 +70067,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7",
@@ -44832,6 +70092,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",
+ "theme": {
+ "primaryColorHex": "#39a5fc",
+ },
},
],
"logoURIs": {
@@ -44857,6 +70120,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B",
@@ -44882,6 +70146,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"chainName": "binancesmartchain",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png",
+ "theme": {
+ "primaryColorHex": "#7f22bc",
+ },
},
],
"logoURIs": {
@@ -44945,10 +70212,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B66CE615C600ED0A8B5AF425ECFE0D57BE2377587F66C45934A76886F34DC9B7",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -44987,10 +70254,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/764F53CE03456AE392B5DA23935497E6428C33DC60A4B05FC03E10B635DB67E8",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45029,10 +70296,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FD07CD381DAC06EB5159318F5069BADEB0C7C9692CB8AEDCB955130B20B92F62",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45071,10 +70338,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3A1B6C687105F68F2F91964E9C2376BDC79F5C3DEC33F9F1F9166C18F1D6536F",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45113,6 +70380,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
@@ -45130,12 +70398,16 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"exponent": 6,
},
],
- "description": "The native token of Stargaze",
+ "description": "Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.",
"display": "stars",
+ "extendedDescription": "Stargaze is an innovative platform in the Cosmos ecosystem focused on NFTs. It provides a decentralized space where creators can mint, trade, and manage their NFTs with ease. The platform's decentralized nature ensures that creators retain full control over their digital assets, enhancing security and ownership rights. Stargaze's user-friendly interface and robust infrastructure make it an ideal choice for artists and collectors looking to engage with NFTs in a decentralized manner.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
@@ -45161,10 +70433,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45184,6 +70456,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg",
+ "theme": {
+ "primaryColorHex": "#c9720c",
+ },
},
],
"logoURIs": {
@@ -45205,10 +70480,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/53B651EDCF2C113AAE9E4CFDA6C440D6A97C6CCDB9C0AC22C52DCDC88B4984FD",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45228,6 +70503,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg",
+ "theme": {
+ "primaryColorHex": "#b3a584",
+ },
},
],
"logoURIs": {
@@ -45249,10 +70527,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/71DAA4CAFA4FE2F9803ABA0696BA5FC0EFC14305A2EA8B4E01880DB851B1EC02",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45272,6 +70550,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg",
+ "theme": {
+ "primaryColorHex": "#70372a",
+ },
},
],
"logoURIs": {
@@ -45293,10 +70574,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/890DEC838146A50D89B98787483E6417118AF1F86E04CF36030DCB478EBBB16D",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45316,6 +70597,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg",
+ "theme": {
+ "primaryColorHex": "#dcc0c2",
+ },
},
],
"logoURIs": {
@@ -45337,10 +70621,10 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F",
- "coingeckoId": "",
"denomUnits": [
{
"aliases": [
@@ -45360,6 +70644,9 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/sneaky.svg",
+ "theme": {
+ "primaryColorHex": "#fbcaca",
+ },
},
],
"logoURIs": {
@@ -45381,6 +70668,7 @@ Saga’s mission is to enable the next 1000 chains in gaming and entertainment a
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2D27FFFB7EA492B5892157F46D5AFBBFE058146423FFA064FBD4DF4FA3B3A941",
@@ -45415,6 +70703,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LAB.png",
+ "theme": {
+ "primaryColorHex": "#bcdd76",
+ },
},
],
"logoURIs": {
@@ -45437,6 +70728,530 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ ],
+ "denom": "ibc/42EE4234D17C048635B6B84886328BBA287A3627B6B47064A7DAB9BFFF89EC9C",
+ "exponent": 0,
+ },
+ {
+ "denom": "CDT",
+ "exponent": 6,
+ },
+ ],
+ "description": "CDT - Membrane's solvency preserving stablecoin",
+ "display": "CDT",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg",
+ },
+ ],
+ "name": "CDT",
+ "symbol": "CDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/B0263C28B6F44651F4596413B41FDB749EA010BD1220816DAC0ABF9947C1E806",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ ],
+ "denom": "ibc/C066DF1E56E995609C3D0126E582DFEC9E73A5742C23E71D06C5ED15656A7545",
+ "exponent": 0,
+ },
+ {
+ "denom": "MBRN",
+ "exponent": 6,
+ },
+ ],
+ "description": "MBRN - Membrane's network token",
+ "display": "MBRN",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn",
+ "chainName": "osmosis",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg",
+ },
+ ],
+ "name": "MBRN",
+ "symbol": "MBRN",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/E94BB144B818CB8061F43E202BEA1E9273B87D6326C8C6F4E6AE71C62FD37854",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ ],
+ "denom": "ibc/96E0ECE24DD5A03B9858B2603D8FDD238AFC7CB0708B27CC05E16FB978F7637F",
+ "exponent": 0,
+ },
+ {
+ "denom": "astro",
+ "exponent": 6,
+ },
+ ],
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ },
+ "name": "Astroport token",
+ "symbol": "ASTRO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/C9C8D88917374F27F03CBCEAF4F1B85F45A62F9F2316CBAADAAC5FDB3675DD3F",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ ],
+ "denom": "ibc/EA0C8F1121425943740B2D1B1DC5BDD717D49A9D5A639DC7074C10E9212CC794",
+ "exponent": 0,
+ },
+ {
+ "denom": "PLEB",
+ "exponent": 6,
+ },
+ ],
+ "description": "PLEB",
+ "display": "PLEB",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/pleb.png",
+ },
+ "name": "PLEB",
+ "symbol": "PLEB",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1k7qsxdxh8calmt4txk75e6hdntefslegwddqnlwjjqgjkmcfqy0qa97sn8/pleb",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ ],
+ "denom": "ibc/78E3219692862E88A1B87E90B3C8B4204EA1FE960CC9AF3C2166DBA0017B80CA",
+ "exponent": 0,
+ },
+ {
+ "denom": "KINGSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "KINGSHIT",
+ "display": "KINGSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/kingshit.png",
+ },
+ "name": "KINGSHIT",
+ "symbol": "KINGSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars133a6mnkp9d3pkt48y699hy0tvq5xngpz7cwak0qr4suq0cj9zpfslvt0em/kingshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ ],
+ "denom": "ibc/A02F0787C8A44FDB50E9913710646776DD1C4AA0763255EBF4628AD9B8CA8B85",
+ "exponent": 0,
+ },
+ {
+ "denom": "BOTZ",
+ "exponent": 6,
+ },
+ ],
+ "description": "BOTZ",
+ "display": "BOTZ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/botz.png",
+ },
+ "name": "BOTZ",
+ "symbol": "BOTZ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars132jrwxjps93usq3ejy7cq6qqc7j3gtx3mu8jhaj5nnk3p0ste2ssqsndvj/botz",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ ],
+ "denom": "ibc/0416C3B0EA171B8090608AFFE5A298F64E2ECBAD22121A9D6F12A9A1B9F1E1B4",
+ "exponent": 0,
+ },
+ {
+ "denom": "COCKS",
+ "exponent": 6,
+ },
+ ],
+ "description": "COCKS",
+ "display": "COCKS",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/cocks.png",
+ },
+ "name": "COCKS",
+ "symbol": "COCKS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars14mfk0sd6rlajkvgpgrvfk9lfhjwmkrzvednekvcn32jzy3drjy5sfem9p7/cocks",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ ],
+ "denom": "ibc/4595807D1E4C029B4F46622CFE2B6960603108BD68BFDF22DC0152E3B568A701",
+ "exponent": 0,
+ },
+ {
+ "denom": "XTRUMP",
+ "exponent": 6,
+ },
+ ],
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ },
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4982C47384F003FCCB02490F92CE2F23DBEC9A7A0C1F440BDB12D24357E6703D",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ ],
+ "denom": "ibc/898EC7A8ECE18E3763712584C113A4797055625EADCF33CDB136E16E68387573",
+ "exponent": 0,
+ },
+ {
+ "denom": "WOLFSHIT",
+ "exponent": 6,
+ },
+ ],
+ "description": "WOLFSHIT",
+ "display": "WOLFSHIT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/wolfshit.png",
+ },
+ "name": "WOLFSHIT",
+ "symbol": "WOLFSHIT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars167y92c2fe690l0lrqyk9tahpqvu97au0cmpayh3j9455r2f6f06s78emw4/wolfshit",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ ],
+ "denom": "ibc/E283EC26D115548C2664FDADC55E0BBA50CD0C8C3065A95C8FA5DDD70CBF373E",
+ "exponent": 0,
+ },
+ {
+ "denom": "VLT",
+ "exponent": 6,
+ },
+ ],
+ "description": "Native token of the Underworld.",
+ "display": "VLT",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/vault.png",
+ },
+ "name": "VLT",
+ "symbol": "VAULT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1t6fyr84hn6lyjdvk3e3c697cptfn5cwat2jxqyzuvuesaypznslshy6x9v/vlt",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ ],
+ "denom": "ibc/108DE2555A0E438D06AD4BBD4E068484FA07DD9349A651DCF3A88A1F9DD2F5F7",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglSTARS",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend STARS",
+ "display": "bglSTARS",
+ "extendedDescription": "bglSTARS (Bonded GopLend STARS) is issued in exchange for STARS for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglSTARS.png",
+ },
+ "name": "bglSTARS",
+ "symbol": "bglSTARS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglSTARS",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ ],
+ "denom": "ibc/84D406C9108CFE59DE3E186DE1D00606AC42DA5ACFBFE7DF903AD54CE5F64143",
+ "exponent": 0,
+ },
+ {
+ "denom": "bglUSDC",
+ "exponent": 6,
+ },
+ ],
+ "description": "Bonded GopLend USDC",
+ "display": "bglUSDC",
+ "extendedDescription": "bglUSDC (Bonded GopLend USDC) is issued in exchange for USDC for the deposit period. These tokens are liquid and generate income in the amount of the set APR on the platform",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/bglUSDC.png",
+ },
+ "name": "bglUSDC",
+ "symbol": "bglUSDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-75",
+ },
+ "counterparty": {
+ "base_denom": "factory/stars1ur79p98rmpn456esgzjernaxy7v25mlwqsv8uhymzxahfw77427syk2h9j/bglUSDC",
+ "chain_name": "stargaze",
+ "channel_id": "channel-0",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
{
"base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
"coingeckoId": "starname",
@@ -45459,6 +71274,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5c64b4",
+ },
},
],
"logoURIs": {
@@ -45484,6 +71302,59 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "coingeckoId": "stratos",
+ "denomUnits": [
+ {
+ "aliases": [
+ "wei",
+ ],
+ "denom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C",
+ "exponent": 0,
+ },
+ {
+ "denom": "gwei",
+ "exponent": 9,
+ },
+ {
+ "denom": "stos",
+ "exponent": 18,
+ },
+ ],
+ "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain",
+ "display": "stos",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ "theme": {
+ "primaryColorHex": "#04847c",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",
+ },
+ "name": "Stratos",
+ "symbol": "STOS",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-81016",
+ },
+ "counterparty": {
+ "base_denom": "wei",
+ "chain_name": "stratos",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
@@ -45501,12 +71372,16 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"exponent": 6,
},
],
- "description": "The native token of Stride",
+ "description": "Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.",
"display": "strd",
+ "extendedDescription": "Stride is a blockchain ("zone") that provides liquidity for staked tokens within the Cosmos ecosystem. Users can liquid stake their tokens from any Cosmos chain using Stride, earning staking and DeFi yields across the Cosmos IBC ecosystem. When users stake their tokens with Stride, they receive stTokens, which can be traded or redeemed at any time. Stride's liquid staking derivatives allow users to retain liquidity while earning staking rewards, supporting various IBC-compatible chains and promoting broader DeFi participation. The native token, STRD, is used for governance and securing the network.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
@@ -45532,6 +71407,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
@@ -45554,6 +71430,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45575,6 +71454,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
@@ -45597,6 +71477,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45618,6 +71501,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
@@ -45640,6 +71524,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45661,6 +71548,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
@@ -45683,6 +71571,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45704,6 +71595,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
@@ -45726,6 +71618,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45747,6 +71642,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36",
@@ -45768,6 +71664,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stinj.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45789,6 +71688,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
@@ -45811,6 +71711,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45832,6 +71735,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C",
@@ -45854,6 +71758,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdydx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45875,6 +71782,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9",
@@ -45897,6 +71805,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/sttia.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45918,6 +71829,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22",
@@ -45940,6 +71852,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stdym.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -45961,6 +71876,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
@@ -45983,6 +71899,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "theme": {
+ "primaryColorHex": "#fbd9e9",
+ },
},
],
"logoURIs": {
@@ -46004,6 +71923,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/CB10783FD6E5CB6155E6CA0B1558061874EEE85291DD4306D1C0B2724E361EC5",
@@ -46025,6 +71945,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stcmdx.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -46046,6 +71969,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B",
@@ -46068,6 +71992,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsomm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -46089,6 +72016,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B",
@@ -46111,6 +72039,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stsaga.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
@@ -46132,6 +72063,151 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ ],
+ "denom": "ibc/014E7DB553675EABE6FCA3C493B8E34F44CE6F02B5D1AE1E7F0A37929B39EC60",
+ "exponent": 0,
+ },
+ {
+ "denom": "TIA",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Celestia",
+ "display": "TIA",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ },
+ "name": "Celestia",
+ "symbol": "TIA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "coingeckoId": "stride-staked-islm",
+ "denomUnits": [
+ {
+ "aliases": [
+ "staISLM",
+ ],
+ "denom": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F",
+ "exponent": 0,
+ },
+ {
+ "denom": "stISLM",
+ "exponent": 18,
+ },
+ ],
+ "display": "stISLM",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stislm.svg",
+ },
+ "name": "Stride Staked ISLM",
+ "symbol": "stISLM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "staISLM",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "denomUnits": [
+ {
+ "aliases": [
+ "stuband",
+ ],
+ "denom": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080",
+ "exponent": 0,
+ },
+ {
+ "denom": "stBAND",
+ "exponent": 6,
+ },
+ ],
+ "display": "stBAND",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stband.svg",
+ },
+ "name": "Stride Staked BAND",
+ "symbol": "stBAND",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-326",
+ },
+ "counterparty": {
+ "base_denom": "stuband",
+ "chain_name": "stride",
+ "channel_id": "channel-5",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
@@ -46155,6 +72231,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -46176,6 +72255,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/DA1DA80B57CA6D604BC232460716F1D33318C56803D6031E17F2C8BA6BA830C2",
@@ -46203,6 +72283,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"keywords": [
@@ -46254,6 +72337,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
@@ -46303,6 +72389,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
@@ -46327,13 +72416,13 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"typeAsset": "ics20",
},
{
- "base": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "base": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
"denomUnits": [
{
"aliases": [
"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
],
- "denom": "ibc/0DF5483CE99697A45A65CEBE373DE3535F117877F07E5F480E1BE3BD8818E3E8",
+ "denom": "ibc/85CE8AC687D80003A9953572CEBCC5E728AD901815242EDB9BD9EC0DA290706A",
"exponent": 0,
},
{
@@ -46349,13 +72438,17 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"baseDenom": "uusdc",
"chainName": "noble",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
"name": "USD Coin",
"symbol": "USDC",
@@ -46399,6 +72492,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -46448,12 +72544,16 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"exponent": 6,
},
],
- "description": "The native staking token of Terra Classic.",
+ "description": "Terra Classic is the original blockchain platform that powered the UST stablecoin and LUNA token before the launch of Terra 2.0, focusing on stablecoins and DeFi applications.",
"display": "luna",
+ "extendedDescription": "Terra Classic was designed to create a decentralized financial infrastructure using algorithmic stablecoins like UST, which were pegged to various fiat currencies. The platform's native token, LUNA, played a crucial role in stabilizing the stablecoins through a mint-and-burn mechanism. Despite facing significant challenges, Terra Classic paved the way for Terra 2.0, which aims to rebuild and improve upon the original vision. Terra Classic continues to operate with a focus on supporting decentralized finance (DeFi) applications and stablecoin solutions.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#fcdb5b",
+ },
},
],
"logoURIs": {
@@ -46475,6 +72575,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
@@ -46508,6 +72609,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5493f2",
+ },
},
],
"logoURIs": {
@@ -46529,6 +72633,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
@@ -46561,6 +72666,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#4b83e0",
+ },
},
],
"logoURIs": {
@@ -46582,6 +72690,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
@@ -46614,6 +72723,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5981d7",
+ },
},
],
"logoURIs": {
@@ -46635,6 +72747,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
@@ -46667,6 +72780,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#de725b",
+ },
},
],
"logoURIs": {
@@ -46688,6 +72804,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
@@ -46720,6 +72837,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#c95c41",
+ },
},
],
"logoURIs": {
@@ -46741,6 +72861,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
@@ -46773,6 +72894,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#d3684c",
+ },
},
],
"logoURIs": {
@@ -46794,6 +72918,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
@@ -46826,6 +72951,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#db300a",
+ },
},
],
"logoURIs": {
@@ -46847,6 +72975,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
@@ -46879,6 +73008,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#1535b2",
+ },
},
],
"logoURIs": {
@@ -46900,6 +73032,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
@@ -46932,6 +73065,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#d49b9c",
+ },
},
],
"logoURIs": {
@@ -46953,6 +73089,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
@@ -46985,6 +73122,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#dc300a",
+ },
},
],
"logoURIs": {
@@ -47006,6 +73146,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
@@ -47038,6 +73179,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
},
],
"logoURIs": {
@@ -47059,6 +73203,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
@@ -47091,6 +73236,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#4b87e6",
+ },
},
],
"logoURIs": {
@@ -47112,6 +73260,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
@@ -47144,6 +73293,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#cfcfcf",
+ },
},
],
"logoURIs": {
@@ -47165,6 +73317,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
@@ -47197,6 +73350,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#4085f0",
+ },
},
],
"logoURIs": {
@@ -47218,6 +73374,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
@@ -47250,6 +73407,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5893ed",
+ },
},
],
"logoURIs": {
@@ -47271,6 +73431,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
@@ -47303,6 +73464,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
},
],
"logoURIs": {
@@ -47324,6 +73488,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
@@ -47356,6 +73521,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#e88057",
+ },
},
],
"logoURIs": {
@@ -47377,6 +73545,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
@@ -47409,6 +73578,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#2fa4f1",
+ },
},
],
"logoURIs": {
@@ -47430,6 +73602,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
@@ -47462,6 +73635,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#2e71e1",
+ },
},
],
"logoURIs": {
@@ -47483,6 +73659,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
@@ -47515,6 +73692,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#4886e7",
+ },
},
],
"logoURIs": {
@@ -47536,6 +73716,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
@@ -47568,6 +73749,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
},
],
"logoURIs": {
@@ -47589,6 +73773,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
@@ -47621,6 +73806,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#5493f3",
+ },
},
],
"logoURIs": {
@@ -47642,6 +73830,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
@@ -47665,6 +73854,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
@@ -47690,15 +73882,16 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "base": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
"denomUnits": [
{
"aliases": [
"ibc/8D8A7F7253615E5F76CB6252A1E1BD921D5EDB7BBAAF8913FB1C77FF125D9995",
],
- "denom": "ibc/E59BF26470E516F802F69929310CDD974013FE15EBCA746EADD8127D88774AAB",
+ "denom": "ibc/19D358F678BCE09B7D7C8840B242C335BB8AF57C36132F46531C89FA1269138C",
"exponent": 0,
},
{
@@ -47714,13 +73907,16 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"baseDenom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
"chainName": "neutron",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
"name": "Astroport token",
"symbol": "ASTRO",
@@ -47779,6 +73975,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A4C1C4193DC638B585D59E70EA64CCCFED6F46826B845E597187BD9B687A6622",
@@ -47820,6 +74017,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5B4813A36C5F46BB6F55E906D47674D652F4F9DA6A5514D1B20A22F67C728D40",
@@ -47841,6 +74039,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/amproar.png",
+ "theme": {
+ "primaryColorHex": "#5b83c3",
+ },
},
],
"logoURIs": {
@@ -47861,6 +74062,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E245A479A6F6D5EBC2F42F003A4AFF004367DDBADEA151F8D345C06CABAE08DB",
@@ -47912,7 +74114,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"denomUnits": [
{
"aliases": [
- "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
],
"denom": "ibc/F7E75CC56FE5D94D08F2D382A66F44769CD76255C1F31C8F6C8DE767CFF6B53C",
"exponent": 0,
@@ -47931,6 +74133,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
@@ -47944,7 +74149,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"channel_id": "channel-251",
},
"counterparty": {
- "base_denom": "ibc/7CB33A66F90533ED1E168CB3251253C719CF4B04FF1290AFD795F14CA1D67278",
+ "base_denom": "ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2",
"chain_name": "terra2",
"channel_id": "channel-1",
},
@@ -47977,6 +74182,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"logoURIs": {
@@ -48020,6 +74228,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/moar.png",
+ "theme": {
+ "primaryColorHex": "#9363b3",
+ },
},
],
"logoURIs": {
@@ -48040,6 +74251,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/0EFF3C3760105D08F1D72062C9CBC5497CA94F708E4C5A460CDFA8B489A94C3F",
@@ -48064,10 +74276,17 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -48087,6 +74306,276 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/2AFB70B63AEB2675B92600DF502F7D46AF8D36F4250C0C168B1B38E4786D8847",
+ "exponent": 0,
+ },
+ {
+ "denom": "atom-luna-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "ATOM-LUNA liquidity pool token on URA",
+ "display": "atom-luna-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "ATOM-LUNA LP Token URA",
+ "symbol": "ATOM-LUNA-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/F9396A79CB7F8F494EB891E4E092347F580085CD2A2CFAA094E9D0E2B4513BB4",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna-usdc-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "LUNA-USDC liquidity pool token on URA",
+ "display": "luna-usdc-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "LUNA-USDC LP Token URA",
+ "symbol": "LUNA-USDC-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ ],
+ "denom": "ibc/D6C6D0D25313C059D1C38D2DC47662B9AE3E12A0E7C39A436578F2D5F16F2E6B",
+ "exponent": 0,
+ },
+ {
+ "denom": "luna-usdt-lp",
+ "exponent": 6,
+ },
+ ],
+ "description": "LUNA-USDT liquidity pool token on URA",
+ "display": "luna-usdt-lp",
+ "images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg",
+ },
+ ],
+ "name": "LUNA-USDT LP Token URA",
+ "symbol": "LUNA-USDT-LP",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ ],
+ "denom": "ibc/2532FED31F0AEECB6B78B5F180204CD661EE92F821E2F609CFB3B1029A614619",
+ "exponent": 0,
+ },
+ {
+ "denom": "ashLUNA",
+ "exponent": 6,
+ },
+ ],
+ "description": "ashLUNA",
+ "display": "ashLUNA",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ "theme": {
+ "primaryColorHex": "#66bcf2",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.ash.png",
+ },
+ "name": "ashLUNA",
+ "symbol": "ashLUNA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ ],
+ "denom": "ibc/38743390114DFE1E8E1365EBD7C8174ECB35DDFD6E28F983D0215BF294C2EFA0",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdc",
+ "exponent": 6,
+ },
+ ],
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ },
+ "name": "USDC",
+ "symbol": "USDC",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/2C962DAB9F57FE0921435426AE75196009FAA1981BF86991203C8411F8980FDB",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ ],
+ "denom": "ibc/A2288FA1505FC47457C9CAA571DACFD61988D6AD2D0B195ADDB4826D76B1F867",
+ "exponent": 0,
+ },
+ {
+ "denom": "COSMO",
+ "exponent": 6,
+ },
+ ],
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chainName": "injective",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ },
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-251",
+ },
+ "counterparty": {
+ "base_denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201",
+ "chain_name": "terra2",
+ "channel_id": "channel-1",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
{
"base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
"coingeckoId": "tgrade",
@@ -48109,6 +74598,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"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",
+ "theme": {
+ "primaryColorHex": "#a7248a",
+ },
},
],
"logoURIs": {
@@ -48130,6 +74622,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
@@ -48153,6 +74646,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "theme": {
+ "primaryColorHex": "#22f2e9",
+ },
},
],
"logoURIs": {
@@ -48174,6 +74670,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
@@ -48198,6 +74695,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "theme": {
+ "primaryColorHex": "#2279c0",
+ },
},
],
"logoURIs": {
@@ -48223,6 +74723,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
@@ -48243,14 +74744,25 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"description": "The native token of Vidulum",
"display": "vdl",
"images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/bze13gzq40che93tgfm9kzmkpjamah5nj0j73pyhqk/uvdl",
+ "chainName": "beezee",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
{
"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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
"name": "Vidulum",
"symbol": "VDL",
@@ -48267,6 +74779,7 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8",
@@ -48290,6 +74803,9 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",
+ "theme": {
+ "primaryColorHex": "#04b4fc",
+ },
},
],
"logoURIs": {
@@ -48311,6 +74827,56 @@ The Swap Process: After the initial deposit period, $OSMO was converted into $LA
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ "denomUnits": [
+ {
+ "aliases": [
+ "upenumbra",
+ ],
+ "denom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372",
+ "exponent": 0,
+ },
+ {
+ "denom": "penumbra",
+ "exponent": 6,
+ },
+ ],
+ "description": "The native token of Penumbra.",
+ "display": "penumbra",
+ "extendedDescription": "A fully private, cross-chain proof-of-stake network and decentralized exchange for the Cosmos and beyond.",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#c7b07f",
+ },
+ },
+ ],
+ "name": "Penumbra",
+ "socials": {
+ "twitter": "https://twitter.com/penumbrazone",
+ "website": "https://penumbra.zone/",
+ },
+ "symbol": "UM",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-79703",
+ },
+ "counterparty": {
+ "base_denom": "upenumbra",
+ "chain_name": "penumbra",
+ "channel_id": "channel-4",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "unknown",
},
],
"chainName": "osmosis",
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 030ed7bf4..6930cd74c 100644
--- a/v2/packages/utils/__tests__/__snapshots__/special.assets.test.ts.snap
+++ b/v2/packages/utils/__tests__/__snapshots__/special.assets.test.ts.snap
@@ -20,12 +20,16 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
+ "description": "Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.",
"display": "bld",
+ "extendedDescription": "Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform's native token, BLD, is used for staking, securing the network, and governance. Agoric's innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "theme": {
+ "primaryColorHex": "#c42b44",
+ },
},
],
"logoURIs": {
@@ -51,6 +55,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6E73A953427F83D642FF19A844C2FC38DDFFB7311A4FF25BCD87F33215A56CFF",
@@ -74,6 +79,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
@@ -95,6 +103,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3B6578698023BE802272D184CCA5B84C865546467D0548EC148ECEB91C6F714C",
@@ -112,12 +121,18 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "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.",
+ "description": "Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.",
"display": "akt",
+ "extendedDescription": "Akash Network is revolutionizing the cloud computing industry with its decentralized marketplace that leverages underutilized computing resources. By connecting users with providers offering unused computational capacity, Akash provides a more affordable and flexible alternative to conventional cloud services. This decentralized approach not only reduces costs but also enhances security and resilience, as data and applications are distributed across multiple nodes rather than centralized servers.
+
+The Akash Network utilizes its native token, AKT, to facilitate transactions and incentivize participants within the ecosystem. Users can pay for cloud services using AKT, while providers earn AKT by offering their computing resources. The network's open-source nature and compatibility with major cloud platforms further enhance its appeal, enabling seamless integration and broad adoption. Akash Network's innovative model is poised to disrupt the traditional cloud computing landscape, offering a decentralized, efficient, and cost-effective solution for developers and enterprises.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
@@ -143,6 +158,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/3F9039B263FEF388106F5B86A28DCE9A3D071D9AC8713C4C5B92BC7D8FC4D347",
@@ -167,10 +183,17 @@ exports[`getAssetLists 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -206,12 +229,16 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "The native token of Chihuahua Chain",
+ "description": "Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.",
"display": "huahua",
+ "extendedDescription": "Chihuahua aims to foster a vibrant and interactive community through its blockchain platform, which emphasizes social engagement and entertainment. The native token, HUAHUA, is used for various activities within the ecosystem, including rewards, staking, and governance. Chihuahua's unique approach combines blockchain technology with community engagement, offering a dynamic and enjoyable environment for its users.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
+ },
},
],
"logoURIs": {
@@ -233,6 +260,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/FC9E93E6AE9F6CD8956550B0E445A936DFBA7805862DD50B7A05735E1BC1EEBB",
@@ -251,15 +279,25 @@ exports[`getAssetLists 1`] = `
],
"description": "has a hat",
"display": "achihuahuawifhat",
+ "extendedDescription": "Chihuahuawifhat is the biggest cult of the Chihuahua chain aiming to take over Cosmos. The token is $BADDOG and we're not playing around.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
+ "theme": {
+ "backgroundColorHex": "#F7E3C0",
+ "circle": true,
+ "primaryColorHex": "#F7E3C0",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/baddog.png",
},
"name": "Chihuahuawifhat",
+ "socials": {
+ "twitter": "https://x.com/chihuahuawifhat",
+ "website": "https://baddog.lol/",
+ },
"symbol": "BADDOG",
"traces": [
{
@@ -274,6 +312,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F7AD43E94235A259F82E2FDF097556DDCF9C8D820FC06E3AC2F939EA7DD362D8",
@@ -295,6 +334,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/woof.png",
+ "theme": {
+ "primaryColorHex": "#d9905f",
+ },
},
],
"logoURIs": {
@@ -315,6 +357,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A1E32AE96F2EC346748E1164388DBDF91B0054EB65D88987C63C93BB2EE80C18",
@@ -336,6 +379,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/tacos.png",
+ "theme": {
+ "primaryColorHex": "#f3bb5b",
+ },
},
],
"logoURIs": {
@@ -356,6 +402,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/791629B16EF96FD10237AF8B1F9BEAAF782C81B32EC4C21C6DF5FA5D83742E75",
@@ -377,6 +424,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/weed.png",
+ "theme": {
+ "primaryColorHex": "#43b333",
+ },
},
],
"logoURIs": {
@@ -397,6 +447,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/340A7C4C68A1C3FF008AA36D4CBDB0AE38F0928F322CE35395BC9BD4BB46A48B",
@@ -418,6 +469,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/bdog.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -438,6 +492,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B830FB417F33DD96F605EEDE167B831F6D01DD747BBF2200CE24E27F1C127D44",
@@ -459,6 +514,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/corso.png",
+ "theme": {
+ "primaryColorHex": "#d9d2d2",
+ },
},
],
"logoURIs": {
@@ -479,6 +537,150 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "address": "chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0",
+ "base": "ibc/A582C7C495DB76FD918AD1D46030629ED5F20C65BEE51C1D5D1357D858A9EA8A",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ ],
+ "denom": "ibc/A582C7C495DB76FD918AD1D46030629ED5F20C65BEE51C1D5D1357D858A9EA8A",
+ "exponent": 0,
+ },
+ {
+ "denom": "ashHUAHUA",
+ "exponent": 6,
+ },
+ ],
+ "description": "ashHUAHUA - Burned HUAHUA",
+ "display": "ashHUAHUA",
+ "extendedDescription": "ashHUAHUA - receipt token recieved when burning HUAHUA via ASH DAOs Furnace",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ "theme": {
+ "primaryColorHex": "#f46c0f",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/ashhuahua.png",
+ },
+ "name": "Burned HUAHUA",
+ "symbol": "ashHUAHUA",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-203",
+ },
+ "counterparty": {
+ "base_denom": "factory/chihuahua1hplyuj2hzxd75q8686g9vm3uzrrny9ggvt8aza2csupgdp98vg2sp0e3h0/uhuahua.ash",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-94",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/66B3BF43241D56DCB1442FA4E25B2C30850A977F58F1AAFCA297E007CBECD758",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ ],
+ "denom": "ibc/66B3BF43241D56DCB1442FA4E25B2C30850A977F58F1AAFCA297E007CBECD758",
+ "exponent": 0,
+ },
+ {
+ "denom": "ampGASH",
+ "exponent": 6,
+ },
+ ],
+ "display": "ampGASH",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ "theme": {
+ "primaryColorHex": "#374455",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/ampgash.png",
+ },
+ "name": "ampGASH",
+ "symbol": "ampGASH",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-203",
+ },
+ "counterparty": {
+ "base_denom": "ibc/7D01429FF7542DBC41C261793B480B63FE7A83260C751989CC268BC7E852EB99",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-94",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
+ },
+ {
+ "base": "ibc/FDD06E86908275C30CAA0B8B4E3A13EA82A1B076D8787637659D05B6F57A0AB2",
+ "denomUnits": [
+ {
+ "aliases": [
+ "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ ],
+ "denom": "ibc/FDD06E86908275C30CAA0B8B4E3A13EA82A1B076D8787637659D05B6F57A0AB2",
+ "exponent": 0,
+ },
+ {
+ "denom": "GUPPY",
+ "exponent": 6,
+ },
+ ],
+ "display": "GUPPY",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "factory/migaloo1etlu2h30tjvv8rfa4fwdc43c92f6ul5w9acxzk/uguppy",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ "theme": {
+ "primaryColorHex": "#d9966e",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/guppy.png",
+ },
+ "name": "GUPPY",
+ "symbol": "GUPPY",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-203",
+ },
+ "counterparty": {
+ "base_denom": "ibc/DBBDE1753EFA93F09C468DB5E384861BB741D4AA73E9C7032D139BB2C99FDD65",
+ "chain_name": "chihuahua",
+ "channel_id": "channel-94",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "ics20",
},
{
"base": "ibc/4E7257D6B8EBFB10B5FF9092D992D9A11D001C8BB7D877134CE657647FF6AFAE",
@@ -502,6 +704,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
@@ -523,6 +728,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/4F69220C2F5F70BA0B0B66B4534F7916C529EB8350BF5EDF2B8D56682D8F2C9C",
@@ -546,6 +752,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "theme": {
+ "primaryColorHex": "#645ca4",
+ },
},
],
"logoURIs": {
@@ -567,6 +776,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F190D85E03B064A5BB7743B77394857D602BAAA1A4E8A2E8AFC227F4D3E9BECB",
@@ -590,6 +800,9 @@ exports[`getAssetLists 1`] = `
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -611,6 +824,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA",
@@ -628,12 +842,18 @@ exports[`getAssetLists 1`] = `
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Cosmos Hub.",
+ "description": "ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.",
"display": "atom",
+ "extendedDescription": "ATOM, the native cryptocurrency of the Cosmos network, is essential for achieving the project's goal of creating an 'Internet of Blockchains.' Launched in 2019, Cosmos aims to solve the scalability, usability, and interoperability issues prevalent in existing blockchain ecosystems. The Cosmos Hub, the central blockchain of the network, uses ATOM for transaction fees, staking, and governance. By staking ATOM, users can earn rewards and participate in governance, influencing decisions on network upgrades and changes.
+
+Cosmos leverages the Tendermint consensus algorithm to achieve high transaction throughput and fast finality. Its Inter-Blockchain Communication (IBC) protocol enables seamless data and value transfer between different blockchains, fostering a highly interconnected and collaborative ecosystem. The flexibility and scalability offered by Cosmos have attracted numerous projects, enhancing its utility and adoption. ATOM's role in securing the network and facilitating governance underscores its importance in the broader blockchain landscape.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
@@ -659,6 +879,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F0FD51B14D12832A869AE7DF39BCD0B2B32A11C579F123F770EEA6269DA6C67C",
@@ -683,10 +904,17 @@ exports[`getAssetLists 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
@@ -727,6 +955,9 @@ exports[`getAssetLists 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1c",
+ },
},
],
"logoURIs": {
@@ -772,6 +1003,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#3c2832",
+ },
},
],
"logoURIs": {
@@ -793,6 +1027,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/92818A7F38A90C0D2CFBA5409417F0A2AC1E4B46B2D4E4869DD96081EC39A874",
@@ -816,6 +1051,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#df969f",
+ },
},
],
"logoURIs": {
@@ -837,6 +1075,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/F53B622B0117ECCD0908C1F33ED71B846D9B0C888BE8A16C58098C0AB9497B0A",
@@ -862,6 +1101,9 @@ exports[`getAssetLists 1`] = `
},
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "theme": {
+ "primaryColorHex": "#0c2c71",
+ },
},
],
"logoURIs": {
@@ -886,6 +1128,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A7A4A7BE83A8FE5EA2DF977A8D30C1EE3C56AFA1E1323A915F8C73124517B7E1",
@@ -912,6 +1155,9 @@ exports[`getAssetLists 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -933,6 +1179,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A7A4A7BE83A8FE5EA2DF977A8D30C1EE3C56AFA1E1323A915F8C73124517B7E1",
@@ -959,6 +1206,9 @@ exports[`getAssetLists 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -980,6 +1230,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
"base": "ibc/23DC3FF0E4CBB53A1915E4C62507CB7796956E84C68CA49707787CB8BDE90A1E",
@@ -997,12 +1248,18 @@ exports[`getAssetLists 1`] = `
"exponent": 18,
},
],
- "description": "The native staking token of dYdX Protocol.",
+ "description": "DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.",
"display": "dydx",
+ "extendedDescription": "DYDX is a leading decentralized trading platform specializing in derivatives and perpetual contracts. It enables users to trade with leverage, providing a sophisticated and efficient trading environment without intermediaries. Built on the Ethereum blockchain, DYDX uses smart contracts to ensure transaction security and transparency, giving users full control over their funds and trades.
+
+The DYDX platform's native token, DYDX, is integral to its ecosystem, used for governance, staking, and fee discounts, incentivizing active participation. DYDX offers a wide range of trading pairs and supports advanced trading features like margin trading and lending. Combining the benefits of decentralized finance with traditional trading platform functionality, DYDX is paving the way for a more open and inclusive financial system.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
+ },
},
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg",
@@ -1034,6 +1291,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/B9748CF9A4A92AE57252FF523DE35D0169E38DB30C8961A6024AD93F1651097A",
@@ -1058,13 +1316,17 @@ exports[`getAssetLists 1`] = `
"baseDenom": "uusdc",
"chainName": "noble",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
"name": "Noble USDC",
"symbol": "USDC",
@@ -1105,6 +1367,9 @@ exports[`getAssetLists 1`] = `
{
"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",
+ "theme": {
+ "primaryColorHex": "#042ca4",
+ },
},
],
"logoURIs": {
@@ -1130,6 +1395,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
@@ -1156,6 +1422,9 @@ exports[`getAssetLists 1`] = `
},
"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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"logoURIs": {
@@ -1177,6 +1446,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/ACFDD4DA449EF4925B5D90F19198E96966B6D425D550D7B5676164F303C5BDA7",
@@ -1197,6 +1467,10 @@ exports[`getAssetLists 1`] = `
"display": "gweth",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
@@ -1218,9 +1492,11 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/6F681B32B47E765AE278844A8A97C8B7AD5A3FB591E37CFDFA0E208EFEBEF97D",
+ "coingeckoId": "gravity-bridge-usdc",
"denomUnits": [
{
"aliases": [
@@ -1238,10 +1514,20 @@ exports[`getAssetLists 1`] = `
"display": "gusdc",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
"name": "USD Coin",
@@ -1259,6 +1545,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/7F6928F9DB35D5A420330B9470EA4419B5F305EEB668D3274FC1ACDAC325ED17",
@@ -1279,10 +1566,21 @@ exports[`getAssetLists 1`] = `
"display": "gusdt",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USD",
@@ -1300,6 +1598,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/16254B8D442184E723683C38F09E7945AF5849E0F5FB9C1890494EF2AC65532A",
@@ -1320,8 +1619,15 @@ exports[`getAssetLists 1`] = `
"display": "gwbtc",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
+ "chainName": "ethereum",
+ },
"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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
@@ -1343,6 +1649,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/40E10C9B078055FFC5D25166268107A81BBCAE78C62F17A07969F05B7E31F55C",
@@ -1363,6 +1670,10 @@ exports[`getAssetLists 1`] = `
"display": "gdai",
"images": [
{
+ "imageSync": {
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
+ },
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
@@ -1384,6 +1695,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/76464BD93F13DED4381980282741D7A1C14DC9ECD3F13778FEF474423DD2D544",
@@ -1405,11 +1717,14 @@ exports[`getAssetLists 1`] = `
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "baseDenom": "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
+ "chainName": "ethereum",
},
"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",
+ "theme": {
+ "primaryColorHex": "#7ec231",
+ },
},
],
"logoURIs": {
@@ -1431,6 +1746,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/14EA52FE50F7B63F377798E22751D1773B3016B07884904C0430818C48F54823",
@@ -1456,6 +1772,9 @@ exports[`getAssetLists 1`] = `
"chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/occamfi.png",
+ "theme": {
+ "primaryColorHex": "#313648",
+ },
},
],
"logoURIs": {
@@ -1476,6 +1795,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E4E6AD88A4C3754ADABE5CEFCD92C00EF7C1CA9A760BAA654D0A923D7B0347D3",
@@ -1502,6 +1822,9 @@ exports[`getAssetLists 1`] = `
},
"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",
+ "theme": {
+ "primaryColorHex": "#ebb324",
+ },
},
],
"logoURIs": {
@@ -1523,6 +1846,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/65A75CC7F56A4D655E46D6615EE8BECC59EDB17C92C663B76D1C4424438D2201",
@@ -1544,11 +1868,14 @@ exports[`getAssetLists 1`] = `
"images": [
{
"imageSync": {
- "baseDenom": "ethereum",
- "chainName": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "baseDenom": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
+ "chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg",
+ "theme": {
+ "primaryColorHex": "#ebe60e",
+ },
},
],
"logoURIs": {
@@ -1570,6 +1897,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/D64E84758BCA42602C27E9ED2DB8F4EFDAE6A1E311CF404B516D45FEDF319D73",
@@ -1587,12 +1915,18 @@ exports[`getAssetLists 1`] = `
"exponent": 18,
},
],
- "description": "The INJ token is the native governance token for the Injective chain.",
+ "description": "Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.",
"display": "INJ",
+ "extendedDescription": "Injective Protocol is a cutting-edge decentralized exchange (DEX) platform facilitating fully decentralized trading of derivatives, futures, and spot markets. Built on the Cosmos SDK, Injective leverages layer-2 scaling solutions for high-speed transactions with low fees, ensuring an efficient trading experience. The platform's design eliminates intermediaries, giving users complete control over their assets and trades.
+
+The Injective ecosystem is powered by its native token, INJ, used for governance, staking, and fee reduction. By staking INJ, users can participate in network governance, influencing key decisions and protocol upgrades. Injective's features include cross-chain trading, allowing seamless asset trading across different blockchains, and a decentralized order book for transparency and security. Injective transforms the DeFi space with a comprehensive, decentralized solution for trading various financial instruments.",
"images": [
{
"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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
@@ -1618,6 +1952,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/DF1678DE660C411E6EE3779FBCA350E8561A009F50CC25D33D6FC93E2C388B17",
@@ -1642,14 +1977,21 @@ exports[`getAssetLists 1`] = `
"baseDenom": "erc20/tether/usdt",
"chainName": "kava",
},
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
"name": "Tether USDt",
- "symbol": "USDt",
+ "symbol": "USDTkv",
"traces": [
{
"chain": {
@@ -1665,6 +2007,59 @@ exports[`getAssetLists 1`] = `
],
"typeAsset": "ics20",
},
+ {
+ "base": "ibc/BD2C20489720B24DFE340E77F1999D7DC1F6254919205A51D5B25E748E7C8733",
+ "denomUnits": [
+ {
+ "aliases": [
+ "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ ],
+ "denom": "ibc/BD2C20489720B24DFE340E77F1999D7DC1F6254919205A51D5B25E748E7C8733",
+ "exponent": 0,
+ },
+ {
+ "denom": "usdt",
+ "exponent": 6,
+ },
+ ],
+ "description": "Tether USDt from Ethereum via Peggy bridge.",
+ "display": "usdt",
+ "images": [
+ {
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ },
+ "name": "Tether USDT",
+ "symbol": "USDT",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-41",
+ },
+ "counterparty": {
+ "base_denom": "peggy0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
+ },
{
"base": "ibc/45D63C7E4A7295D5B7BAC0E30DEFD58B610905DCA4AA84CD7DAA81A94FED0FE7",
"denomUnits": [
@@ -1685,6 +2080,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ampinj.png",
+ "theme": {
+ "primaryColorHex": "#5480cc",
+ },
},
],
"logoURIs": {
@@ -1705,6 +2103,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A2CAE89DBF96B49C72595D21E80DA4CEADCC706F85B259DFEE1FB70E8D62C01C",
@@ -1727,6 +2126,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/autism.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -1747,6 +2149,52 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
+ },
+ {
+ "base": "ibc/4A03E702D82730C78DE2F055065BDF09BCADB147EB898D2707009597810F9E7F",
+ "denomUnits": [
+ {
+ "aliases": [
+ "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
+ ],
+ "denom": "ibc/4A03E702D82730C78DE2F055065BDF09BCADB147EB898D2707009597810F9E7F",
+ "exponent": 0,
+ },
+ {
+ "denom": "bINJ",
+ "exponent": 18,
+ },
+ ],
+ "description": "BackBone Labs Liquid Staked Injective",
+ "display": "bINJ",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png",
+ },
+ "name": "BackBone Labs Liquid Staked Injective",
+ "symbol": "bINJ",
+ "traces": [
+ {
+ "chain": {
+ "channel_id": "channel-41",
+ },
+ "counterparty": {
+ "base_denom": "factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
+ },
+ "type": "ibc",
+ },
+ ],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/2C593A9B8482C8CD2D942346DB49238B586343E4AC69C06F4760E9BE4169AC1C",
@@ -1766,15 +2214,25 @@ exports[`getAssetLists 1`] = `
],
"description": "The first meme coin on Injective. It’s a dog, but he has nunchucks",
"display": "NINJA",
+ "extendedDescription": "$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it's not. And the dog, he has nunchucks.",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
+ "theme": {
+ "backgroundColorHex": "#00468E",
+ "circle": true,
+ "primaryColorHex": "#00468E",
+ },
},
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninja.png",
},
"name": "Dog wif nunchucks",
+ "socials": {
+ "twitter": "https://x.com/dogwifnunchucks",
+ "website": "https://www.dogwifnunchucks.com/",
+ },
"symbol": "NINJA",
"traces": [
{
@@ -1789,6 +2247,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/A8E9E51C5C0ABDFF317EAFF94024545ED5483E07531A9DF6A3F2BC56BABBA1A5",
@@ -1810,6 +2269,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/wgmi.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
@@ -1830,6 +2292,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/427AD134AD5550B4A814C23954F460A8A6C82BDC67005DC1E29626F5FE95BDEE",
@@ -1855,6 +2318,9 @@ exports[`getAssetLists 1`] = `
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
@@ -1900,13 +2366,16 @@ exports[`getAssetLists 1`] = `
"baseDenom": "0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2",
"chainName": "ethereum",
},
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
"name": "Gelotto",
"socials": {
@@ -1927,6 +2396,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/AACEC684E43F2D90F8191A753D23AC00E23B435B4621CDBE32BC601D017381F6",
@@ -1949,6 +2419,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hava.png",
+ "theme": {
+ "primaryColorHex": "#eacea5",
+ },
},
],
"logoURIs": {
@@ -1973,6 +2446,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/8AF39FFD051CEA5D121A60EA3747901D857EE61227D21BE2F41B186CF233BA19",
@@ -1998,6 +2472,9 @@ exports[`getAssetLists 1`] = `
"chainName": "osmosis",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"logoURIs": {
@@ -2040,6 +2517,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninpo.png",
+ "theme": {
+ "primaryColorHex": "#31292a",
+ },
},
],
"logoURIs": {
@@ -2060,6 +2540,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/5ED709CB17ED2CE8A947D17C7880910CBCFA21742D8AF5835F47026A8BD75B18",
@@ -2081,6 +2562,9 @@ exports[`getAssetLists 1`] = `
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/judo.png",
+ "theme": {
+ "primaryColorHex": "#18120f",
+ },
},
],
"logoURIs": {
@@ -2101,6 +2585,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/ED543C8B9043304836CFFBA8FFFD2F16CF3F429C1A96C482E864E5E64EA1F440",
@@ -2126,6 +2611,9 @@ exports[`getAssetLists 1`] = `
"chainName": "ethereum",
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/beast.png",
+ "theme": {
+ "primaryColorHex": "#21172b",
+ },
},
],
"logoURIs": {
@@ -2150,6 +2638,7 @@ exports[`getAssetLists 1`] = `
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
"base": "ibc/E65D6E883A8A0EE5C24B0F0E1C3A400B95C104AAE9EE585BFEBC45D1104DF1F7",
@@ -2176,6 +2665,9 @@ exports[`getAssetLists 1`] = `
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
@@ -2200,269 +2692,258 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/5709B8339F05C7E37D27FCFEC18CEDBB0747309144C8B3C4A49C122F0F30B96B",
- "coingeckoId": "iris-network",
+ "base": "ibc/017871DB6039C5475238949FEAC22EB77F339511C79B852A21DF150C300EFD7C",
"denomUnits": [
{
"aliases": [
- "uiris",
+ "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
],
- "denom": "ibc/5709B8339F05C7E37D27FCFEC18CEDBB0747309144C8B3C4A49C122F0F30B96B",
+ "denom": "ibc/017871DB6039C5475238949FEAC22EB77F339511C79B852A21DF150C300EFD7C",
"exponent": 0,
},
{
- "denom": "iris",
- "exponent": 6,
+ "denom": "nINJ",
+ "exponent": 18,
},
],
- "description": "The IRIS token is the native governance token for the IrisNet chain.",
- "display": "iris",
+ "description": "A receipt token for lent INJ issued by the Neptune Protocol.",
+ "display": "nINJ",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png",
+ "theme": {
+ "primaryColorHex": "#293a6f",
+ },
},
],
- "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",
- },
- "name": "IRISnet",
- "symbol": "IRIS",
+ "name": "Neptune Receipt INJ",
+ "symbol": "nINJ",
"traces": [
{
"chain": {
- "channel_id": "channel-19",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "uiris",
- "chain_name": "irisnet",
- "channel_id": "channel-15",
+ "base_denom": "inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CA687302422C075B26948BEC7143F6D47BACAB53421D57DF30741F91D4DFCA1F",
- "coingeckoId": "juno-network",
+ "base": "ibc/874B761C3559D9CAFC1E55C3761F22DEA6A3E1F9258D3734316C28A1EFE4C6A1",
"denomUnits": [
{
"aliases": [
- "ujuno",
+ "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
],
- "denom": "ibc/CA687302422C075B26948BEC7143F6D47BACAB53421D57DF30741F91D4DFCA1F",
+ "denom": "ibc/874B761C3559D9CAFC1E55C3761F22DEA6A3E1F9258D3734316C28A1EFE4C6A1",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "nATOM",
"exponent": 6,
},
],
- "description": "The native token of JUNO Chain",
- "display": "juno",
+ "description": "A receipt token for lent ATOM issued by the Neptune Protocol.",
+ "display": "nATOM",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png",
+ "theme": {
+ "primaryColorHex": "#272f4b",
+ },
},
],
- "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",
- },
- "name": "Juno",
- "socials": {
- "twitter": "https://twitter.com/JunoNetwork",
- "website": "https://junonetwork.io/",
- },
- "symbol": "JUNO",
+ "name": "Neptune Receipt ATOM",
+ "symbol": "nATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "ujuno",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E6F67AF9FFFF4D3304EC0C27774A90A1A85D5CFA23AB9E2ECDEF6C056E7C24B",
+ "base": "ibc/4E3FA983B370F8B1697AD6A10F7EC0F983CFFFC6C86152D5B37A72A1B65B38D0",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
],
- "denom": "ibc/8E6F67AF9FFFF4D3304EC0C27774A90A1A85D5CFA23AB9E2ECDEF6C056E7C24B",
+ "denom": "ibc/4E3FA983B370F8B1697AD6A10F7EC0F983CFFFC6C86152D5B37A72A1B65B38D0",
"exponent": 0,
},
{
- "denom": "atom",
- "exponent": 6,
+ "denom": "nWETH",
+ "exponent": 18,
},
],
- "display": "atom",
+ "description": "A receipt token for lent WETH issued by the Neptune Protocol.",
+ "display": "nWETH",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png",
+ "theme": {
+ "primaryColorHex": "#2a303f",
},
- "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",
},
],
- "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",
- },
- "name": "ATOM on Juno",
- "symbol": "ATOM",
+ "name": "Neptune Receipt WETH",
+ "symbol": "nWETH",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
- "base": "ibc/AFAD662DEA3F4785C22C7B24098E371624AF5D651DF24488FF705F67BF2DAD80",
+ "base": "ibc/4E05C4170B86C3BECC88B91B0424AB8A13F38A3A053E60F7FD25FE07A51827BB",
"denomUnits": [
{
"aliases": [
- "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
],
- "denom": "ibc/AFAD662DEA3F4785C22C7B24098E371624AF5D651DF24488FF705F67BF2DAD80",
+ "denom": "ibc/4E05C4170B86C3BECC88B91B0424AB8A13F38A3A053E60F7FD25FE07A51827BB",
"exponent": 0,
},
{
- "denom": "nexx",
+ "denom": "nUSDT",
"exponent": 6,
},
],
- "display": "nexx",
+ "description": "A receipt token for lent USDT issued by the Neptune Protocol.",
+ "display": "nUSDT",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
- },
- "name": "NEXX GEN AI",
- "symbol": "NEXX",
+ "name": "Neptune Receipt USDT",
+ "symbol": "nUSDT",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
- "base": "ibc/9A7D7CCB2CC02750C70FF1A3B716486048F232029C6AAD4A500FAA58E212E5D6",
+ "base": "ibc/0AF7D43CA8D477D5E83CF5857717D025954E0102AC439DB957B168CBFB99EE77",
"denomUnits": [
{
"aliases": [
- "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
],
- "denom": "ibc/9A7D7CCB2CC02750C70FF1A3B716486048F232029C6AAD4A500FAA58E212E5D6",
+ "denom": "ibc/0AF7D43CA8D477D5E83CF5857717D025954E0102AC439DB957B168CBFB99EE77",
"exponent": 0,
},
{
- "denom": "dgl",
+ "denom": "nTIA",
"exponent": 6,
},
],
- "display": "dgl",
+ "description": "A receipt token for lent TIA issued by the Neptune Protocol.",
+ "display": "nTIA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png",
+ "theme": {
+ "primaryColorHex": "#7931f9",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
- },
- "name": "Licorice",
- "symbol": "DGL",
+ "name": "Neptune Receipt TIA",
+ "symbol": "nTIA",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BE1A2FD0D31DE2355C78410F440F1547A5A4CA940C65675FDD2EBBC32D47D64F",
- "coingeckoId": "usd-coin",
+ "base": "ibc/68F34469293C427052CA3AB7F95C16AFA43C8C921A70A2934EB6C9FC7EF4E393",
"denomUnits": [
{
"aliases": [
- "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
],
- "denom": "ibc/BE1A2FD0D31DE2355C78410F440F1547A5A4CA940C65675FDD2EBBC32D47D64F",
+ "denom": "ibc/68F34469293C427052CA3AB7F95C16AFA43C8C921A70A2934EB6C9FC7EF4E393",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "NBZ",
"exponent": 6,
},
],
- "description": "USD Coin on Juno",
- "display": "usdc",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
"imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "baseDenom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chainName": "neutron",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "ibc/1011E4D6D4800DA9B8F21D7C207C0B0C18E54E614A8576037F066B775210709D",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
@@ -2470,1447 +2951,1567 @@ exports[`getAssetLists 1`] = `
"typeAsset": "ics20",
},
{
- "base": "ibc/17B07291F69C235E62867F91911AD74D17FA53D63A3134A5CCD8A9945DA715C7",
+ "base": "ibc/5BA38A7FD80F01D73D60619A2B3F29F05895FE40EBB91A4CD8AC620839E2CC1D",
"denomUnits": [
{
"aliases": [
- "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
],
- "denom": "ibc/17B07291F69C235E62867F91911AD74D17FA53D63A3134A5CCD8A9945DA715C7",
+ "denom": "ibc/5BA38A7FD80F01D73D60619A2B3F29F05895FE40EBB91A4CD8AC620839E2CC1D",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "Talis",
"exponent": 6,
},
],
- "display": "rstk",
+ "description": "Talis governance token",
+ "display": "Talis",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png",
+ "theme": {
+ "primaryColorHex": "#0c0f17",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "name": "Talis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "symbol": "TALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
- "base": "ibc/CCEE4D509807AC244043659B2CFABA53312685A30B63C89D3AA1AACB4B8A5CFE",
+ "base": "ibc/43051B8EC08F881C9A6E01FAFDE1DD9133780BD261C26BB9226CDDC3C8DEEC08",
"denomUnits": [
{
"aliases": [
- "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
],
- "denom": "ibc/CCEE4D509807AC244043659B2CFABA53312685A30B63C89D3AA1AACB4B8A5CFE",
+ "denom": "ibc/43051B8EC08F881C9A6E01FAFDE1DD9133780BD261C26BB9226CDDC3C8DEEC08",
"exponent": 0,
},
{
- "denom": "wind",
+ "denom": "xTalis",
"exponent": 6,
},
],
- "display": "wind",
+ "description": "Talis revenue sharing token",
+ "display": "xTalis",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/xtalis.png",
+ "theme": {
+ "primaryColorHex": "#eaf0df",
+ },
},
],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "name": "xTalis Token",
+ "socials": {
+ "twitter": "https://twitter.com/ProtocolTalis",
+ "website": "https://talis.art/",
},
- "name": "Wind Token",
- "symbol": "WIND",
+ "symbol": "XTALIS",
"traces": [
{
"chain": {
- "channel_id": "channel-37",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
- "chain_name": "juno",
- "channel_id": "channel-33",
+ "base_denom": "factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/xTalis",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1D1218E270EC508BAF00AEA3EB24E6FA50C19D93AFABD406886633098D0B76B0",
- "coingeckoId": "kava",
+ "base": "ibc/6EF4B5C603CBF31C47C28ABDDFE28504A7D77583A3D68FA0A76B9D1EE67152B5",
"denomUnits": [
{
"aliases": [
- "ukava",
+ "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
],
- "denom": "ibc/1D1218E270EC508BAF00AEA3EB24E6FA50C19D93AFABD406886633098D0B76B0",
+ "denom": "ibc/6EF4B5C603CBF31C47C28ABDDFE28504A7D77583A3D68FA0A76B9D1EE67152B5",
"exponent": 0,
},
{
- "denom": "kava",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Kava",
- "display": "kava",
- "extendedDescription": "The native staking and governance token of Kava
-
-Kava is a Layer-1 blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.
-
-The Kava Network uses a developer-optimized co-chain architecture. The Ethereum Co-Chain enables support for EVM smart contracts while the Cosmos Co-Chain enables the lightning-fast Tendermint consensus engine and the Inter Blockchain Communication Protocol (IBC).
-
-The two co-chains are connected by a translator module that enables them to interoperate seamlessly, bringing the two most used blockchain development environments together in a single, scalable network.
-
-The Kava Network features a native governance and utility token, KAVA, that can be staked by validators or delegated to validator nodes. Stakers and delegators earn 37.5% of all KAVA emissions as a reward for securing the network. Kava stakers also have voting rights in network governance proposals.",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
- },
- "name": "Kava",
- "socials": {
- "twitter": "https://twitter.com/KAVA_CHAIN",
- "website": "https://www.kava.io/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "symbol": "KAVA",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-129",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "ukava",
- "chain_name": "kava",
- "channel_id": "channel-134",
+ "base_denom": "ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/9B4A725BA18733BEA727BE42A1B2438177CF545BA2F2CE1B295DF9FBCB0F3C76",
- "coingeckoId": "kava-lend",
+ "base": "ibc/43B0460DEF31D8B348AB2D5778002697E23A0DD489C79E3FCC697306C65D0BE0",
"denomUnits": [
{
"aliases": [
- "hard",
+ "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
],
- "denom": "ibc/9B4A725BA18733BEA727BE42A1B2438177CF545BA2F2CE1B295DF9FBCB0F3C76",
+ "denom": "ibc/43B0460DEF31D8B348AB2D5778002697E23A0DD489C79E3FCC697306C65D0BE0",
"exponent": 0,
},
{
- "denom": "HARD",
+ "denom": "SYN",
"exponent": 6,
},
],
- "description": "Governance token of Kava Lend Protocol",
- "display": "HARD",
+ "description": "The most degenerate NFT on Injective. Gravedigger collection for $bINJ. Giving power back to the community.",
+ "display": "SYN",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.png",
},
- "name": "Kava Hard",
- "symbol": "HARD",
+ "name": "Syndicate",
+ "symbol": "SYN",
"traces": [
{
"chain": {
- "channel_id": "channel-129",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "hard",
- "chain_name": "kava",
- "channel_id": "channel-134",
+ "base_denom": "factory/inj1a6xdezq7a94qwamec6n6cnup02nvewvjtz6h6e/SYN",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8E9B60996FD71950B0A147F79ED469EF4EE8EB6E5887EB3C802CA6F3E85AEE8A",
- "coingeckoId": "kava-swap",
+ "base": "ibc/A93ABD16B471A2E0D1A27EA516369E6B7319F758AFBAACF279D356F8F79DDA49",
"denomUnits": [
{
"aliases": [
- "swp",
+ "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
],
- "denom": "ibc/8E9B60996FD71950B0A147F79ED469EF4EE8EB6E5887EB3C802CA6F3E85AEE8A",
+ "denom": "ibc/A93ABD16B471A2E0D1A27EA516369E6B7319F758AFBAACF279D356F8F79DDA49",
"exponent": 0,
},
{
- "denom": "SWP",
+ "denom": "ashSYN",
"exponent": 6,
},
],
- "description": "Governance token of Kava Swap Protocol",
- "display": "SWP",
+ "description": "SYN burn Derivative; minted when SYN is burned via The Furnace",
+ "display": "ashSYN",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/syn.ash.png",
},
- "name": "Kava Swap",
- "symbol": "SWP",
+ "name": "ASH Syndicate",
+ "symbol": "ashSYN",
"traces": [
{
"chain": {
- "channel_id": "channel-129",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "swp",
- "chain_name": "kava",
- "channel_id": "channel-134",
+ "base_denom": "factory/inj1ej2f3lmpxj4djsmmuxvnfuvplrut7zmwrq7zj8/syn.ash",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B7136D180EE06B80585209B9C12C5069B2FFA949658A3146D31F76DE2BB0DA51",
- "coingeckoId": "usdx",
+ "base": "ibc/671438E5CD852D3309489AE8242C7CF7B3F807C20A94839167779BDB541A2F28",
"denomUnits": [
{
"aliases": [
- "usdx",
+ "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
],
- "denom": "ibc/B7136D180EE06B80585209B9C12C5069B2FFA949658A3146D31F76DE2BB0DA51",
+ "denom": "ibc/671438E5CD852D3309489AE8242C7CF7B3F807C20A94839167779BDB541A2F28",
"exponent": 0,
},
{
- "denom": "USDX",
+ "denom": "COSMO",
"exponent": 6,
},
],
- "description": "The native stablecoin of Kava",
- "display": "USDX",
+ "description": "Cosmo is the best currency in the universe.",
+ "display": "COSMO",
+ "extendedDescription": "We aim to build a decentralized community by leveraging cutting-edge technologies.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
+ "theme": {
+ "primaryColorHex": "#343169",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png",
},
- "name": "Kava USDX",
- "symbol": "USDX",
+ "name": "Cosmo",
+ "socials": {
+ "twitter": "https://x.com/CosmoClub84",
+ "website": "https://github.com/raphaellafar/Cosmo",
+ },
+ "symbol": "COSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-129",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "usdx",
- "chain_name": "kava",
- "channel_id": "channel-134",
+ "base_denom": "factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
- "coingeckoId": "tether",
+ "base": "ibc/B202BA609FE21B923A8C4DF40AF3014DFD738FA544A7BDA736F5C7A4A60ECD3D",
"denomUnits": [
{
"aliases": [
- "erc20/tether/usdt",
+ "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
],
- "denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "denom": "ibc/B202BA609FE21B923A8C4DF40AF3014DFD738FA544A7BDA736F5C7A4A60ECD3D",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "XTRUMP",
"exponent": 6,
},
],
- "display": "usdt",
+ "description": "The Representative factory token for Trump Kemistry",
+ "display": "XTRUMP",
"images": [
{
"imageSync": {
- "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
- "chainName": "ethereum",
+ "baseDenom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
+ "theme": {
+ "primaryColorHex": "#b02b27",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "XTRUMP",
+ "symbol": "XTRUMP",
"traces": [
{
"chain": {
- "channel_id": "channel-129",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "erc20/tether/usdt",
- "chain_name": "kava",
- "channel_id": "channel-134",
+ "base_denom": "ibc/5339B0D20986A7C20C2548ED9D6B8DE47BB64E03ABFD051B7792E713036EA20C",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/98248BECF49363FACC3BA46A557771ED4F9F593F821D7E390BD89E201441E12D",
- "coingeckoId": "kujira",
+ "base": "ibc/B518CAF60AF54B7A3B90BCF7D50554016CFAC872CC767126062E0D3D154E1D35",
"denomUnits": [
{
"aliases": [
- "ukuji",
+ "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
],
- "denom": "ibc/98248BECF49363FACC3BA46A557771ED4F9F593F821D7E390BD89E201441E12D",
+ "denom": "ibc/B518CAF60AF54B7A3B90BCF7D50554016CFAC872CC767126062E0D3D154E1D35",
"exponent": 0,
},
{
- "denom": "kuji",
- "exponent": 6,
+ "denom": "DRUGS",
+ "exponent": 9,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "Distributing happiness, is a serious business",
+ "display": "DRUGS",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
- },
- "name": "Kujira",
- "socials": {
- "twitter": "https://twitter.com/TeamKujira",
- "website": "https://kujira.network/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png",
},
- "symbol": "KUJI",
+ "name": "DRUGS",
+ "symbol": "DRUGS",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-41",
},
"counterparty": {
- "base_denom": "ukuji",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "factory/inj1sklcy2px26jj73ffs2f7fmxw77zsts66prrqxr/DRUGS",
+ "chain_name": "injective",
+ "channel_id": "channel-82",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9363DA0E65BCCDBD58B29F49968BE599CC7152FF29ADEF05ECEFFCC6C8EAE07E",
- "coingeckoId": "usk",
+ "base": "ibc/5709B8339F05C7E37D27FCFEC18CEDBB0747309144C8B3C4A49C122F0F30B96B",
+ "coingeckoId": "iris-network",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "uiris",
],
- "denom": "ibc/9363DA0E65BCCDBD58B29F49968BE599CC7152FF29ADEF05ECEFFCC6C8EAE07E",
+ "denom": "ibc/5709B8339F05C7E37D27FCFEC18CEDBB0747309144C8B3C4A49C122F0F30B96B",
"exponent": 0,
},
{
- "denom": "usk",
+ "denom": "iris",
"exponent": 6,
},
],
- "description": "The native over-collateralized stablecoin from the Kujira chain.",
- "display": "usk",
+ "description": "The IRIS token is the native governance token for the IrisNet chain.",
+ "display": "iris",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#5664ad",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "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",
},
- "name": "USK",
- "symbol": "USK",
+ "name": "IRISnet",
+ "symbol": "IRIS",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-19",
},
"counterparty": {
- "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "uiris",
+ "chain_name": "irisnet",
+ "channel_id": "channel-15",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0769EACCC9D1862679192FB98FBA7968952388468E69775BE785B3BACE589659",
+ "base": "ibc/CA687302422C075B26948BEC7143F6D47BACAB53421D57DF30741F91D4DFCA1F",
+ "coingeckoId": "juno-network",
"denomUnits": [
{
"aliases": [
- "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
+ "ujuno",
],
- "denom": "ibc/0769EACCC9D1862679192FB98FBA7968952388468E69775BE785B3BACE589659",
+ "denom": "ibc/CA687302422C075B26948BEC7143F6D47BACAB53421D57DF30741F91D4DFCA1F",
"exponent": 0,
},
{
- "denom": "qcKUJI",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "Quark's auto-compounding KUJI derivative",
- "display": "qcKUJI",
+ "description": "The native token of JUNO Chain",
+ "display": "juno",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
+ "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",
},
- "name": "qcKUJI",
- "symbol": "qcKUJI",
+ "name": "Juno",
+ "socials": {
+ "twitter": "https://twitter.com/JunoNetwork",
+ "website": "https://junonetwork.io/",
+ },
+ "symbol": "JUNO",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "ujuno",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/93DD5BA707C43059ED3CB2FA2D1286997748A5CA38D5990E87781C8239892A32",
+ "base": "ibc/8E6F67AF9FFFF4D3304EC0C27774A90A1A85D5CFA23AB9E2ECDEF6C056E7C24B",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/93DD5BA707C43059ED3CB2FA2D1286997748A5CA38D5990E87781C8239892A32",
+ "denom": "ibc/8E6F67AF9FFFF4D3304EC0C27774A90A1A85D5CFA23AB9E2ECDEF6C056E7C24B",
"exponent": 0,
},
{
- "denom": "ampKUJI",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "ampKUJI",
- "display": "ampKUJI",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "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",
},
- "name": "ampKUJI",
- "symbol": "ampKUJI",
+ "name": "ATOM on Juno",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F4A889DA35409FF9EA6F417E7388C0CEDF518976BE6B8598C6B311B466B7F918",
- "coingeckoId": "mantadao",
+ "address": "juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh",
+ "base": "ibc/AFAD662DEA3F4785C22C7B24098E371624AF5D651DF24488FF705F67BF2DAD80",
"denomUnits": [
{
"aliases": [
- "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
+ "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
],
- "denom": "ibc/F4A889DA35409FF9EA6F417E7388C0CEDF518976BE6B8598C6B311B466B7F918",
+ "denom": "ibc/AFAD662DEA3F4785C22C7B24098E371624AF5D651DF24488FF705F67BF2DAD80",
"exponent": 0,
},
{
- "denom": "mnta",
+ "denom": "nexx",
"exponent": 6,
},
],
- "description": "MantaDAO Governance Token",
- "display": "mnta",
+ "display": "nexx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
+ "theme": {
+ "primaryColorHex": "#040405",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nexx.png",
},
- "name": "MantaDAO",
- "symbol": "MNTA",
+ "name": "NEXX GEN AI",
+ "symbol": "NEXX",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "factory/juno1qly4zcmzr2gyxtze5yt9chv2srczwwunppxjfh/NEXX",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8F8E77C70496C3ECEC9085610447299D6288CEADBBA72AE7A91CC47D468A2569",
+ "address": "juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e",
+ "base": "ibc/9A7D7CCB2CC02750C70FF1A3B716486048F232029C6AAD4A500FAA58E212E5D6",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
+ "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
],
- "denom": "ibc/8F8E77C70496C3ECEC9085610447299D6288CEADBBA72AE7A91CC47D468A2569",
+ "denom": "ibc/9A7D7CCB2CC02750C70FF1A3B716486048F232029C6AAD4A500FAA58E212E5D6",
"exponent": 0,
},
{
- "denom": "qcMNTA",
+ "denom": "dgl",
"exponent": 6,
},
],
- "description": "Quark's auto-compounding MNTA derivative",
- "display": "qcMNTA",
+ "display": "dgl",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
+ "theme": {
+ "primaryColorHex": "#dfe0e0",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dgl.png",
},
- "name": "qcMNTA",
- "symbol": "qcMNTA",
+ "name": "Licorice",
+ "symbol": "DGL",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "factory/juno1u805lv20qc6jy7c3ttre7nct6uyl20pfky5r7e/DGL",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CB6C995396EE9EECC4E518D20C212D4A1640D63C1D7DC6A62A67A81282C34F08",
+ "base": "ibc/BE1A2FD0D31DE2355C78410F440F1547A5A4CA940C65675FDD2EBBC32D47D64F",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
+ "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
],
- "denom": "ibc/CB6C995396EE9EECC4E518D20C212D4A1640D63C1D7DC6A62A67A81282C34F08",
+ "denom": "ibc/BE1A2FD0D31DE2355C78410F440F1547A5A4CA940C65675FDD2EBBC32D47D64F",
"exponent": 0,
},
{
- "denom": "ampMNTA",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "ERIS Liquid Staked MNTA",
- "display": "ampMNTA",
+ "description": "USD Coin on Juno",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "ERIS Amplified MNTA",
- "symbol": "ampMNTA",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/CFB7E03FA067C3AD6E4671E1560ADB916C2E1C734C808F28416C3A83FADD6B98",
+ "base": "ibc/17B07291F69C235E62867F91911AD74D17FA53D63A3134A5CCD8A9945DA715C7",
"denomUnits": [
{
"aliases": [
- "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
+ "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
],
- "denom": "ibc/CFB7E03FA067C3AD6E4671E1560ADB916C2E1C734C808F28416C3A83FADD6B98",
+ "denom": "ibc/17B07291F69C235E62867F91911AD74D17FA53D63A3134A5CCD8A9945DA715C7",
"exponent": 0,
},
{
- "denom": "wink",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "The content house of Kujira",
- "display": "wink",
+ "display": "rstk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "WINK",
- "symbol": "WINK",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "ibc/F0C440C8040E2FCCAC621D32D3A00D9B347C989D52CE869A91CB34D07B0021D2",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/86502BBC14C360F970412ED7A27DE8DC2CE283BCC0360E3BCE59CD5E7A3ADF64",
+ "address": "juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq",
+ "base": "ibc/CCEE4D509807AC244043659B2CFABA53312685A30B63C89D3AA1AACB4B8A5CFE",
"denomUnits": [
{
"aliases": [
- "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
+ "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
],
- "denom": "ibc/86502BBC14C360F970412ED7A27DE8DC2CE283BCC0360E3BCE59CD5E7A3ADF64",
+ "denom": "ibc/CCEE4D509807AC244043659B2CFABA53312685A30B63C89D3AA1AACB4B8A5CFE",
"exponent": 0,
},
{
- "denom": "blend",
+ "denom": "wind",
"exponent": 6,
},
],
- "description": "Blend Token",
- "display": "blend",
+ "display": "wind",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
+ "theme": {
+ "primaryColorHex": "#122b4d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png",
},
- "name": "BLEND",
- "symbol": "BLEND",
+ "name": "Wind Token",
+ "symbol": "WIND",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "factory/juno1h6y8tkceau4d8zyv5aa0fwdj2pa2y0gz2hx0tq/uwind",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CB6D6D6D9E5A8135B8AFE296A3E8F183305C8A0EB80D9E7D432F1F018D0F3A28",
+ "address": "juno12dgadj3wwv5jn0ec7tw5cgvq526nn4gnt2tujlmd57p2ra6k87esl36r9k",
+ "base": "ibc/4A55F39C7A46F1DAD1454F728FB6EA9692C6F658411697B371BBD229F5A6EFAF",
"denomUnits": [
{
"aliases": [
- "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
+ "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
],
- "denom": "ibc/CB6D6D6D9E5A8135B8AFE296A3E8F183305C8A0EB80D9E7D432F1F018D0F3A28",
+ "denom": "ibc/4A55F39C7A46F1DAD1454F728FB6EA9692C6F658411697B371BBD229F5A6EFAF",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "arena",
"exponent": 6,
},
],
- "description": "Tether USDt on Kujira",
- "display": "usdt",
+ "description": "The token for the Arena DAO",
+ "display": "arena",
"images": [
{
- "imageSync": {
- "baseDenom": "erc20/tether/usdt",
- "chainName": "kava",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
+ "theme": {
+ "primaryColorHex": "#dc6c24",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg",
},
- "name": "Tether USD",
- "symbol": "USDT",
+ "name": "Arena Token",
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ADC0B9727D3D5494879D8B34B21D563FB29E2F309C1B9E18EF067C5EDC95048E",
+ "base": "ibc/5480D563EF40A6DC91311E5064A86CC7CB3E8109EC70C7AE2C68AE0DA9341D39",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
+ "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
],
- "denom": "ibc/ADC0B9727D3D5494879D8B34B21D563FB29E2F309C1B9E18EF067C5EDC95048E",
+ "denom": "ibc/5480D563EF40A6DC91311E5064A86CC7CB3E8109EC70C7AE2C68AE0DA9341D39",
"exponent": 0,
},
{
- "denom": "fuzn",
+ "denom": "ashWIND",
"exponent": 6,
},
],
- "description": "The staking and governance token of Fuzion",
- "display": "fuzn",
+ "description": "ashWIND",
+ "display": "ashWIND",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png",
},
- "name": "Fuzion",
- "symbol": "FUZN",
+ "name": "ashWIND",
+ "symbol": "ashWIND",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-37",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash",
+ "chain_name": "juno",
+ "channel_id": "channel-33",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/37288C8111DAD5AE7EC6A3564514A995A66876BA061E2740EC60544EF2E434F8",
+ "base": "ibc/1D1218E270EC508BAF00AEA3EB24E6FA50C19D93AFABD406886633098D0B76B0",
+ "coingeckoId": "kava",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
+ "ukava",
],
- "denom": "ibc/37288C8111DAD5AE7EC6A3564514A995A66876BA061E2740EC60544EF2E434F8",
+ "denom": "ibc/1D1218E270EC508BAF00AEA3EB24E6FA50C19D93AFABD406886633098D0B76B0",
"exponent": 0,
},
{
- "denom": "rfuzn",
+ "denom": "kava",
"exponent": 6,
},
],
- "description": "The receipt token of Fuzion",
- "display": "rfuzn",
+ "description": "Kava is a decentralized finance (DeFi) platform that provides a range of financial services, including lending, borrowing, and stablecoins, leveraging the Cosmos and Ethereum ecosystems.",
+ "display": "kava",
+ "extendedDescription": "Kava offers a suite of DeFi services, such as lending, borrowing, and stablecoin issuance, utilizing a cross-chain platform that integrates the Cosmos SDK and Ethereum interoperability. Users can collateralize their assets to borrow Kava's stablecoin, USDX, or participate in lending and liquidity pools to earn rewards. Kava's native token, KAVA, is used for staking, governance, and securing the network. The platform's goal is to provide a decentralized, efficient, and accessible financial ecosystem that bridges multiple blockchain networks.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "theme": {
+ "primaryColorHex": "#e64942",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
},
- "name": "Fuzion Receipt",
- "symbol": "rFUZN",
+ "name": "Kava",
+ "socials": {
+ "twitter": "https://twitter.com/KAVA_CHAIN",
+ "website": "https://www.kava.io/",
+ },
+ "symbol": "KAVA",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-129",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "ukava",
+ "chain_name": "kava",
+ "channel_id": "channel-134",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D0EF653E1077E08B814B7B81054CD93E805DB320BCF4DC9ECE89A6D99F38F140",
+ "base": "ibc/9B4A725BA18733BEA727BE42A1B2438177CF545BA2F2CE1B295DF9FBCB0F3C76",
+ "coingeckoId": "kava-lend",
"denomUnits": [
{
"aliases": [
- "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
+ "hard",
],
- "denom": "ibc/D0EF653E1077E08B814B7B81054CD93E805DB320BCF4DC9ECE89A6D99F38F140",
+ "denom": "ibc/9B4A725BA18733BEA727BE42A1B2438177CF545BA2F2CE1B295DF9FBCB0F3C76",
"exponent": 0,
},
{
- "denom": "yfuzn",
+ "denom": "HARD",
"exponent": 6,
},
],
- "description": "The yield token of Fuzion",
- "display": "yfuzn",
+ "description": "Governance token of Kava Lend Protocol",
+ "display": "HARD",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#7b34ac",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
+ "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",
},
- "name": "Fuzion Yield",
- "symbol": "yFUZN",
+ "name": "Kava Hard",
+ "symbol": "HARD",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-129",
},
"counterparty": {
- "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "hard",
+ "chain_name": "kava",
+ "channel_id": "channel-134",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CAECEB6562CDCA92DAD1FE1F92DDE0911A68C09C815E5FF0C7B687F6A61B3ED0",
+ "base": "ibc/8E9B60996FD71950B0A147F79ED469EF4EE8EB6E5887EB3C802CA6F3E85AEE8A",
+ "coingeckoId": "kava-swap",
"denomUnits": [
{
"aliases": [
- "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
+ "swp",
],
- "denom": "ibc/CAECEB6562CDCA92DAD1FE1F92DDE0911A68C09C815E5FF0C7B687F6A61B3ED0",
+ "denom": "ibc/8E9B60996FD71950B0A147F79ED469EF4EE8EB6E5887EB3C802CA6F3E85AEE8A",
"exponent": 0,
},
{
- "denom": "qcFUZN",
+ "denom": "SWP",
"exponent": 6,
},
],
- "description": "Quark's auto-compounding FUZN derivative",
- "display": "qcFUZN",
+ "description": "Governance token of Kava Swap Protocol",
+ "display": "SWP",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#544cfc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
+ "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",
},
- "name": "qcFUZN",
- "symbol": "qcFUZN",
+ "name": "Kava Swap",
+ "symbol": "SWP",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-129",
},
"counterparty": {
- "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "swp",
+ "chain_name": "kava",
+ "channel_id": "channel-134",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3F11E73189D90FA528021B8005433BF7BAC62210880B6BF2CF2A67042A400B60",
- "coingeckoId": "unstake-fi",
+ "base": "ibc/B7136D180EE06B80585209B9C12C5069B2FFA949658A3146D31F76DE2BB0DA51",
+ "coingeckoId": "usdx",
"denomUnits": [
{
"aliases": [
- "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
+ "usdx",
],
- "denom": "ibc/3F11E73189D90FA528021B8005433BF7BAC62210880B6BF2CF2A67042A400B60",
+ "denom": "ibc/B7136D180EE06B80585209B9C12C5069B2FFA949658A3146D31F76DE2BB0DA51",
"exponent": 0,
},
{
- "denom": "nstk",
+ "denom": "USDX",
"exponent": 6,
},
],
- "description": "The Revenue & Governance token of Unstake.fi",
- "display": "nstk",
+ "description": "The native stablecoin of Kava",
+ "display": "USDX",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "theme": {
+ "primaryColorHex": "#04d4a3",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
},
- "name": "Unstake Fi",
- "symbol": "NSTK",
+ "name": "Kava USDX",
+ "symbol": "USDX",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-129",
},
"counterparty": {
- "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "usdx",
+ "chain_name": "kava",
+ "channel_id": "channel-134",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E0613527E6ADA30BBBA6D5B17882CB99B8FF9A15C6D6120BD82C274507E25717",
+ "base": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
+ "coingeckoId": "tether",
"denomUnits": [
{
"aliases": [
- "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
+ "erc20/tether/usdt",
],
- "denom": "ibc/E0613527E6ADA30BBBA6D5B17882CB99B8FF9A15C6D6120BD82C274507E25717",
+ "denom": "ibc/C559977F5797BDC1D74C0836A10C379C991D664166CB60D776A83029852431B4",
"exponent": 0,
},
{
- "denom": "local",
+ "denom": "usdt",
"exponent": 6,
},
],
- "description": "Local Money",
- "display": "local",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "imageSync": {
+ "baseDenom": "0xdac17f958d2ee523a2206206994597c13d831ec7",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "LOCAL",
- "symbol": "LOCAL",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
- "channel_id": "channel-152",
+ "channel_id": "channel-129",
},
"counterparty": {
- "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
- "chain_name": "kujira",
- "channel_id": "channel-158",
+ "base_denom": "erc20/tether/usdt",
+ "chain_name": "kava",
+ "channel_id": "channel-134",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/8FAA579A3DD402FA0110FC38AF1384315A818FD8CCD709EADE23FE95D4BD7CF4",
+ "base": "ibc/98248BECF49363FACC3BA46A557771ED4F9F593F821D7E390BD89E201441E12D",
+ "coingeckoId": "kujira",
"denomUnits": [
{
"aliases": [
- "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "ukuji",
],
- "denom": "ibc/8FAA579A3DD402FA0110FC38AF1384315A818FD8CCD709EADE23FE95D4BD7CF4",
+ "denom": "ibc/98248BECF49363FACC3BA46A557771ED4F9F593F821D7E390BD89E201441E12D",
"exponent": 0,
},
{
- "denom": "PLNK",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "Food for whales",
- "display": "PLNK",
+ "description": "Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.",
+ "display": "kuji",
+ "extendedDescription": "Kujira provides a comprehensive DeFi platform that includes tools for lending, borrowing, and yield farming, leveraging blockchain technology to offer a transparent, secure, and efficient user experience. The native token, KUJI, is central to the ecosystem, used for transaction fees, staking, and governance. Kujira's user-centric design and innovative features make it a popular choice in the DeFi space, enabling users to maximize their returns and effectively manage their digital assets.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
- "name": "Plankton",
- "symbol": "PLNK",
+ "name": "Kujira",
+ "socials": {
+ "twitter": "https://twitter.com/TeamKujira",
+ "website": "https://kujira.network/",
+ },
+ "symbol": "KUJI",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
+ "base_denom": "ukuji",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3D5C2DF59BCA5931B982E97BD46BC170BB81A251DFE67F7F8F473BD168DFAFE2",
+ "base": "ibc/9363DA0E65BCCDBD58B29F49968BE599CC7152FF29ADEF05ECEFFCC6C8EAE07E",
+ "coingeckoId": "usk",
"denomUnits": [
{
"aliases": [
- "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
],
- "denom": "ibc/3D5C2DF59BCA5931B982E97BD46BC170BB81A251DFE67F7F8F473BD168DFAFE2",
+ "denom": "ibc/9363DA0E65BCCDBD58B29F49968BE599CC7152FF29ADEF05ECEFFCC6C8EAE07E",
"exponent": 0,
},
{
- "denom": "sol",
- "exponent": 8,
+ "denom": "usk",
+ "exponent": 6,
},
],
- "display": "sol",
+ "description": "The native over-collateralized stablecoin from the Kujira chain.",
+ "display": "usk",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
- "chainName": "gateway",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "theme": {
+ "primaryColorHex": "#2e363f",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
},
- "name": "Wormhole Solana",
- "symbol": "whSOL",
+ "name": "USK",
+ "symbol": "USK",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
+ "base_denom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E883B7FEFAFEF397C046305A024ACAAD6BED88891AA7C46DF25B78AC8CB86FFC",
+ "base": "ibc/0769EACCC9D1862679192FB98FBA7968952388468E69775BE785B3BACE589659",
"denomUnits": [
{
"aliases": [
- "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
],
- "denom": "ibc/E883B7FEFAFEF397C046305A024ACAAD6BED88891AA7C46DF25B78AC8CB86FFC",
+ "denom": "ibc/0769EACCC9D1862679192FB98FBA7968952388468E69775BE785B3BACE589659",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "qcKUJI",
+ "exponent": 6,
},
],
- "display": "evmos",
+ "description": "Quark's auto-compounding KUJI derivative",
+ "display": "qcKUJI",
"images": [
{
- "imageSync": {
- "baseDenom": "aevmos",
- "chainName": "evmos",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qckuji.svg",
},
- "name": "Evmos",
- "symbol": "EVMOS",
+ "name": "qcKUJI",
+ "symbol": "qcKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
+ "base_denom": "factory/kujira1m96ucsfpt2yy72w09z2rxjdj38y5qd8lqx5jtggnejmdua2ynpnsxyvjex/urcpt",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AE85906E24825503D641ABC48514AA8FB3C090872E546B34156BB8C3A99D4AC0",
+ "base": "ibc/93DD5BA707C43059ED3CB2FA2D1286997748A5CA38D5990E87781C8239892A32",
"denomUnits": [
{
"aliases": [
- "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
],
- "denom": "ibc/AE85906E24825503D641ABC48514AA8FB3C090872E546B34156BB8C3A99D4AC0",
+ "denom": "ibc/93DD5BA707C43059ED3CB2FA2D1286997748A5CA38D5990E87781C8239892A32",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "ampKUJI",
+ "exponent": 6,
},
],
- "display": "avax",
+ "description": "ampKUJI",
+ "display": "ampKUJI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
+ "theme": {
+ "primaryColorHex": "#4b7bbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampkuji.svg",
},
- "name": "Axelar Wrapped AVAX",
- "symbol": "wAVAX",
+ "name": "ampKUJI",
+ "symbol": "ampKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
+ "base_denom": "factory/kujira1n3fr5f56r2ce0s37wdvwrk98yhhq3unnxgcqus8nzsfxvllk0yxquurqty/ampKUJI",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C2460FE7A0C79E305DE92A4BADB31F684708FF71D5AE880FE81728ED782CA3C8",
+ "base": "ibc/F4A889DA35409FF9EA6F417E7388C0CEDF518976BE6B8598C6B311B466B7F918",
+ "coingeckoId": "mantadao",
"denomUnits": [
{
"aliases": [
- "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
],
- "denom": "ibc/C2460FE7A0C79E305DE92A4BADB31F684708FF71D5AE880FE81728ED782CA3C8",
+ "denom": "ibc/F4A889DA35409FF9EA6F417E7388C0CEDF518976BE6B8598C6B311B466B7F918",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "mnta",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "MantaDAO Governance Token",
+ "display": "mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
+ "theme": {
+ "primaryColorHex": "#0c141c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mnta.svg",
},
- "name": "Noble USD Coin",
- "symbol": "USDC",
+ "name": "MantaDAO",
+ "symbol": "MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
+ "base_denom": "factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0A8AEE7ECA757053E81E99430E88244D1837C6ABF8283B418E95DDC6143E108C",
+ "base": "ibc/8F8E77C70496C3ECEC9085610447299D6288CEADBBA72AE7A91CC47D468A2569",
"denomUnits": [
{
"aliases": [
- "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
],
- "denom": "ibc/0A8AEE7ECA757053E81E99430E88244D1837C6ABF8283B418E95DDC6143E108C",
+ "denom": "ibc/8F8E77C70496C3ECEC9085610447299D6288CEADBBA72AE7A91CC47D468A2569",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "qcMNTA",
"exponent": 6,
},
],
- "display": "osmo",
+ "description": "Quark's auto-compounding MNTA derivative",
+ "display": "qcMNTA",
"images": [
{
- "imageSync": {
- "baseDenom": "uosmo",
- "chainName": "osmosis",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcmnta.svg",
},
- "name": "Osmosis",
- "symbol": "OSMO",
+ "name": "qcMNTA",
+ "symbol": "qcMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
+ "base_denom": "factory/kujira1qzu3up50auxhqyzfq56znuj8n38q2ra7daaf9ef7vg8gu66jh4fqd2wd2y/urcpt",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FCC07D8C02F890D71D4C27E8BF66FDD735F9E7BEADB171D1652B25C6EA1D7917",
+ "base": "ibc/CB6C995396EE9EECC4E518D20C212D4A1640D63C1D7DC6A62A67A81282C34F08",
"denomUnits": [
{
"aliases": [
- "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
],
- "denom": "ibc/FCC07D8C02F890D71D4C27E8BF66FDD735F9E7BEADB171D1652B25C6EA1D7917",
+ "denom": "ibc/CB6C995396EE9EECC4E518D20C212D4A1640D63C1D7DC6A62A67A81282C34F08",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "ampMNTA",
"exponent": 6,
},
],
- "display": "usdc",
+ "description": "ERIS Liquid Staked MNTA",
+ "display": "ampMNTA",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
+ "theme": {
+ "primaryColorHex": "#618bc8",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/ampmnta.png",
},
- "name": "Axelar USD Coin",
- "symbol": "axlUSDC",
+ "name": "ERIS Amplified MNTA",
+ "symbol": "ampMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
+ "base_denom": "factory/kujira175yatpvkpgw07w0chhzuks3zrrae9z9g2y6r7u5pzqesyau4x9eqqyv0rr/ampMNTA",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A0F91D0965E532F8030B8A794C4605768AEC1B78C2FAEF0C973A632E28E4DE98",
+ "base": "ibc/CFB7E03FA067C3AD6E4671E1560ADB916C2E1C734C808F28416C3A83FADD6B98",
"denomUnits": [
{
"aliases": [
- "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
],
- "denom": "ibc/A0F91D0965E532F8030B8A794C4605768AEC1B78C2FAEF0C973A632E28E4DE98",
+ "denom": "ibc/CFB7E03FA067C3AD6E4671E1560ADB916C2E1C734C808F28416C3A83FADD6B98",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "wink",
"exponent": 6,
},
],
- "display": "cmdx",
+ "description": "The content house of Kujira",
+ "display": "wink",
"images": [
{
- "imageSync": {
- "baseDenom": "ucmdx",
- "chainName": "comdex",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
+ "theme": {
+ "primaryColorHex": "#fc7991",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/wink.svg",
},
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "WINK",
+ "symbol": "WINK",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
+ "base_denom": "factory/kujira12cjjeytrqcj25uv349thltcygnp9k0kukpct0e/uwink",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EFECE96151EBF7891E0EE54F9DB7DBD841A4CE19D2C12FFBC56EFD38421C12C0",
+ "base": "ibc/86502BBC14C360F970412ED7A27DE8DC2CE283BCC0360E3BCE59CD5E7A3ADF64",
"denomUnits": [
{
"aliases": [
- "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
],
- "denom": "ibc/EFECE96151EBF7891E0EE54F9DB7DBD841A4CE19D2C12FFBC56EFD38421C12C0",
+ "denom": "ibc/86502BBC14C360F970412ED7A27DE8DC2CE283BCC0360E3BCE59CD5E7A3ADF64",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "blend",
"exponent": 6,
},
],
- "display": "juno",
+ "description": "Blend Token",
+ "display": "blend",
"images": [
{
- "imageSync": {
- "baseDenom": "ujuno",
- "chainName": "juno",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/blend.svg",
},
- "name": "Juno",
- "symbol": "JUNO",
+ "name": "BLEND",
+ "symbol": "BLEND",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
+ "base_denom": "factory/kujira1slueerjz7mx9jp45u3y0rjwtvhcf8a68wf2mjt/ublend",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/02E2C873E8D71B6C2DB52FA57A30F76EF269191E8F5C7EE219952E42F2FE5E26",
+ "base": "ibc/CB6D6D6D9E5A8135B8AFE296A3E8F183305C8A0EB80D9E7D432F1F018D0F3A28",
"denomUnits": [
{
"aliases": [
- "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
],
- "denom": "ibc/02E2C873E8D71B6C2DB52FA57A30F76EF269191E8F5C7EE219952E42F2FE5E26",
+ "denom": "ibc/CB6D6D6D9E5A8135B8AFE296A3E8F183305C8A0EB80D9E7D432F1F018D0F3A28",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "display": "weth",
+ "description": "Tether USDt on Kujira",
+ "display": "usdt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "imageSync": {
+ "baseDenom": "erc20/tether/usdt",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
},
- "name": "Axelar Wrapped Ether",
- "symbol": "wETH",
+ "name": "Tether USD",
+ "symbol": "USDT",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
+ "base_denom": "ibc/20014F963CC9E6488B299622F87B60C6DE71632864859EC08B4753478DAB2BB8",
"chain_name": "kujira",
"channel_id": "channel-158",
},
@@ -3920,1301 +4521,1451 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "ics20",
},
{
- "base": "ibc/CF6C850AE6962AD3B0CD150C25737889794E0C0276DFA30FDDE991E9AD5302F7",
+ "base": "ibc/ADC0B9727D3D5494879D8B34B21D563FB29E2F309C1B9E18EF067C5EDC95048E",
+ "coingeckoId": "fuzion",
"denomUnits": [
{
"aliases": [
- "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
],
- "denom": "ibc/CF6C850AE6962AD3B0CD150C25737889794E0C0276DFA30FDDE991E9AD5302F7",
+ "denom": "ibc/ADC0B9727D3D5494879D8B34B21D563FB29E2F309C1B9E18EF067C5EDC95048E",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "fuzn",
"exponent": 6,
},
],
- "display": "atom",
+ "description": "The staking and governance token of Fuzion",
+ "display": "fuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
+ "theme": {
+ "primaryColorHex": "#f05d8d",
},
- "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",
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzion.svg",
},
- "name": "Cosmos Hub Atom",
- "symbol": "ATOM",
+ "name": "Fuzion",
+ "symbol": "FUZN",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/ufuzn",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D16C5A18FAAFC466D4E89B7EF57A476A3C8363CBD807E0FE03E3A35C620BCE58",
+ "base": "ibc/37288C8111DAD5AE7EC6A3564514A995A66876BA061E2740EC60544EF2E434F8",
"denomUnits": [
{
"aliases": [
- "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
],
- "denom": "ibc/D16C5A18FAAFC466D4E89B7EF57A476A3C8363CBD807E0FE03E3A35C620BCE58",
+ "denom": "ibc/37288C8111DAD5AE7EC6A3564514A995A66876BA061E2740EC60544EF2E434F8",
"exponent": 0,
},
{
- "denom": "luna",
+ "denom": "rfuzn",
"exponent": 6,
},
],
- "display": "luna",
+ "description": "The receipt token of Fuzion",
+ "display": "rfuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "uluna",
- "chainName": "luna",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
+ "theme": {
+ "primaryColorHex": "#949494",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuzionr.png",
},
- "name": "Luna",
- "symbol": "LUNA",
+ "name": "Fuzion Receipt",
+ "symbol": "rFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/urfuzn",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6408AAF3446D1DFB125B9F5F7CD90CEE1DE472B796FCE79C3D8FB0485F591068",
+ "base": "ibc/D0EF653E1077E08B814B7B81054CD93E805DB320BCF4DC9ECE89A6D99F38F140",
"denomUnits": [
{
"aliases": [
- "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
],
- "denom": "ibc/6408AAF3446D1DFB125B9F5F7CD90CEE1DE472B796FCE79C3D8FB0485F591068",
+ "denom": "ibc/D0EF653E1077E08B814B7B81054CD93E805DB320BCF4DC9ECE89A6D99F38F140",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "yfuzn",
"exponent": 6,
},
],
- "display": "stars",
+ "description": "The yield token of Fuzion",
+ "display": "yfuzn",
"images": [
{
- "imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/fuziony.svg",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Fuzion Yield",
+ "symbol": "yFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
+ "base_denom": "factory/kujira1sc6a0347cc5q3k890jj0pf3ylx2s38rh4sza4t/uyfuzn",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5C5DF71C1C56D394B34D1F53C72E8F14EC9B478A0C412C9493511CDE888ADA31",
+ "base": "ibc/CAECEB6562CDCA92DAD1FE1F92DDE0911A68C09C815E5FF0C7B687F6A61B3ED0",
"denomUnits": [
{
"aliases": [
- "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
],
- "denom": "ibc/5C5DF71C1C56D394B34D1F53C72E8F14EC9B478A0C412C9493511CDE888ADA31",
+ "denom": "ibc/CAECEB6562CDCA92DAD1FE1F92DDE0911A68C09C815E5FF0C7B687F6A61B3ED0",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "qcFUZN",
"exponent": 6,
},
],
- "display": "scrt",
+ "description": "Quark's auto-compounding FUZN derivative",
+ "display": "qcFUZN",
"images": [
{
- "imageSync": {
- "baseDenom": "uscrt",
- "chainName": "scrt",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcfuzn.svg",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "qcFUZN",
+ "symbol": "qcFUZN",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
+ "base_denom": "factory/kujira1l04ged98c7a7s9tllu62ld09ztylwf442qgm4thfgmadrvngeumsz4zrh2/urcpt",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E9F1AB43A1F6295B35EE99346FAB9C3A8EEDEDCCF8796AD27FACC26EEBA859F4",
+ "base": "ibc/EB7C58B57E48F3D55BA4D101E2199DCB198734806B6E8B108C43D518FA831595",
"denomUnits": [
{
"aliases": [
- "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
],
- "denom": "ibc/E9F1AB43A1F6295B35EE99346FAB9C3A8EEDEDCCF8796AD27FACC26EEBA859F4",
+ "denom": "ibc/EB7C58B57E48F3D55BA4D101E2199DCB198734806B6E8B108C43D518FA831595",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
+ "denom": "qcAQLA",
"exponent": 6,
},
],
- "display": "stkatom",
+ "description": "Quark's auto-compounding AQLA derivative",
+ "display": "qcAQLA",
"images": [
{
- "imageSync": {
- "baseDenom": "stk/uatom",
- "chainName": "persistence",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcaqla.svg",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "qcAQLA",
+ "symbol": "qcAQLA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
+ "base_denom": "factory/kujira1d9fmsgvu3yvvppvqech2s3dhrqdm5ukngcf82ghcl70edfpwcrlsu6yr0u/urcpt",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A2B0C36F1111C6C4EEEF58BF5C397E2F6348D129AD214CDD827931EFA0AC53DD",
+ "base": "ibc/51E4204AD14ECA94510811D307FC4830C3C0B51734CB34AFBC311B9FA28E4D7B",
+ "coingeckoId": "aqualibre",
"denomUnits": [
{
"aliases": [
- "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
],
- "denom": "ibc/A2B0C36F1111C6C4EEEF58BF5C397E2F6348D129AD214CDD827931EFA0AC53DD",
+ "denom": "ibc/51E4204AD14ECA94510811D307FC4830C3C0B51734CB34AFBC311B9FA28E4D7B",
"exponent": 0,
},
{
- "denom": "bKUJI",
+ "denom": "AQLA",
"exponent": 6,
},
],
- "description": "BackBone Labs Liquid Staked KUJI",
- "display": "bKUJI",
+ "description": "The Aqualibre project's token",
+ "display": "AQLA",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg",
},
- "name": "BackBone Labs Liquid Staked KUJI",
- "symbol": "bKUJI",
+ "name": "AQLA",
+ "symbol": "AQLA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
+ "base_denom": "factory/kujira1xe0awk5planmtsmjel5xtx2hzhqdw5p8z66yqd/uaqla",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/43CC65B448B591FE4EAD8633481106BD28130C46C3721CE59CDD2A5FEDE2D80B",
+ "base": "ibc/3F11E73189D90FA528021B8005433BF7BAC62210880B6BF2CF2A67042A400B60",
+ "coingeckoId": "unstake-fi",
"denomUnits": [
{
"aliases": [
- "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
],
- "denom": "ibc/43CC65B448B591FE4EAD8633481106BD28130C46C3721CE59CDD2A5FEDE2D80B",
+ "denom": "ibc/3F11E73189D90FA528021B8005433BF7BAC62210880B6BF2CF2A67042A400B60",
"exponent": 0,
},
{
- "denom": "rstk",
+ "denom": "nstk",
"exponent": 6,
},
],
- "display": "rstk",
+ "description": "The Revenue & Governance token of Unstake.fi",
+ "display": "nstk",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
- "chainName": "migaloo",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nstk.svg",
},
- "name": "Restake DAO Token",
- "symbol": "RSTK",
+ "name": "Unstake Fi",
+ "symbol": "NSTK",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
+ "base_denom": "factory/kujira1aaudpfr9y23lt9d45hrmskphpdfaq9ajxd3ukh/unstk",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6D16DD78F0641DB3A7DE7562AAFB524B81C8B26AE23026099A4D484C3C490223",
+ "base": "ibc/E0613527E6ADA30BBBA6D5B17882CB99B8FF9A15C6D6120BD82C274507E25717",
"denomUnits": [
{
"aliases": [
- "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
],
- "denom": "ibc/6D16DD78F0641DB3A7DE7562AAFB524B81C8B26AE23026099A4D484C3C490223",
+ "denom": "ibc/E0613527E6ADA30BBBA6D5B17882CB99B8FF9A15C6D6120BD82C274507E25717",
"exponent": 0,
},
{
- "denom": "xusk",
+ "denom": "local",
"exponent": 6,
},
],
- "description": "Ghost Vault USK",
- "display": "xusk",
+ "description": "Local Money",
+ "display": "local",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
+ "theme": {
+ "primaryColorHex": "#242424",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/local.png",
},
- "name": "Ghost Vault USK",
- "symbol": "xUSK",
+ "name": "LOCAL",
+ "symbol": "LOCAL",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
+ "base_denom": "factory/kujira1swkuyt08z74n5jl7zr6hx0ru5sa2yev5v896p6/local",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/280215F2FF36A4CCEC2C6BD690665A65BF18BC07B363E835FD7E8F1642726929",
+ "base": "ibc/8FAA579A3DD402FA0110FC38AF1384315A818FD8CCD709EADE23FE95D4BD7CF4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
],
- "denom": "ibc/280215F2FF36A4CCEC2C6BD690665A65BF18BC07B363E835FD7E8F1642726929",
+ "denom": "ibc/8FAA579A3DD402FA0110FC38AF1384315A818FD8CCD709EADE23FE95D4BD7CF4",
"exponent": 0,
},
{
- "denom": "xmnta",
+ "denom": "PLNK",
"exponent": 6,
},
],
- "description": "Ghost Vault MNTA",
- "display": "xmnta",
+ "description": "Food for whales",
+ "display": "PLNK",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
+ "theme": {
+ "primaryColorHex": "#c87ae9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/PLNK_drk.png",
},
- "name": "Ghost Vault MNTA",
- "symbol": "xMNTA",
+ "name": "Plankton",
+ "symbol": "PLNK",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
+ "base_denom": "factory/kujira166ysf07ze5suazfzj0r05tv8amk2yn8zvsfuu7/uplnk",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DBAA879D0950B6B7122FE2B33AA6F98C1889393D0800B66E5EFA804C1D6C8FF0",
+ "base": "ibc/3D5C2DF59BCA5931B982E97BD46BC170BB81A251DFE67F7F8F473BD168DFAFE2",
"denomUnits": [
{
"aliases": [
- "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
],
- "denom": "ibc/DBAA879D0950B6B7122FE2B33AA6F98C1889393D0800B66E5EFA804C1D6C8FF0",
+ "denom": "ibc/3D5C2DF59BCA5931B982E97BD46BC170BB81A251DFE67F7F8F473BD168DFAFE2",
"exponent": 0,
},
{
- "denom": "statom",
- "exponent": 6,
+ "denom": "sol",
+ "exponent": 8,
},
],
- "description": "Stride staked ATOM",
- "display": "statom",
+ "display": "sol",
"images": [
{
"imageSync": {
- "baseDenom": "statom",
- "chainName": "stride",
+ "baseDenom": "factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA",
+ "chainName": "gateway",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg",
},
- "name": "stATOM",
- "symbol": "stATOM",
+ "name": "Wormhole Solana",
+ "symbol": "SOL.wh",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
+ "base_denom": "ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/BA593480CB2744C1DE7AEF0973D86131FA2B4F8D98A923BCAE830638B184A805",
+ "base": "ibc/E883B7FEFAFEF397C046305A024ACAAD6BED88891AA7C46DF25B78AC8CB86FFC",
"denomUnits": [
{
"aliases": [
- "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
],
- "denom": "ibc/BA593480CB2744C1DE7AEF0973D86131FA2B4F8D98A923BCAE830638B184A805",
+ "denom": "ibc/E883B7FEFAFEF397C046305A024ACAAD6BED88891AA7C46DF25B78AC8CB86FFC",
"exponent": 0,
},
{
- "denom": "wbtc.axl",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Axelar Bridged wBTC",
- "display": "wbtc.axl",
+ "display": "evmos",
"images": [
{
"imageSync": {
- "baseDenom": "wbtc-satoshi",
- "chainName": "axelar",
+ "baseDenom": "aevmos",
+ "chainName": "evmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "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",
},
- "name": "Axelar Bridged wBTC",
- "symbol": "wBTC.axl",
+ "name": "Evmos",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
+ "base_denom": "ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/63B65636219EDCE24ABC81148FC5CEE020235F6F5A6197F2AEB12D0AF08E9F88",
+ "base": "ibc/B102DF6CC210E327D3C679A785BBF1569D523CDF8BA2EF8B7043C38DBFD511D0",
"denomUnits": [
{
"aliases": [
- "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
],
- "denom": "ibc/63B65636219EDCE24ABC81148FC5CEE020235F6F5A6197F2AEB12D0AF08E9F88",
+ "denom": "ibc/B102DF6CC210E327D3C679A785BBF1569D523CDF8BA2EF8B7043C38DBFD511D0",
"exponent": 0,
},
{
- "denom": "stosmo",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "description": "Stride staked OSMO",
- "display": "stosmo",
+ "display": "avax",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "imageSync": {
+ "baseDenom": "wavax-wei",
+ "chainName": "axelar",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg",
},
- "name": "Stride staked OSMO",
- "symbol": "stOSMO",
+ "name": "Axelar Wrapped AVAX",
+ "symbol": "wAVAX",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
+ "base_denom": "ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/12F9B042554B39D5CA5E709381F53EF714C42EC78063C809A85F6F74EFEBCD08",
+ "base": "ibc/C2460FE7A0C79E305DE92A4BADB31F684708FF71D5AE880FE81728ED782CA3C8",
"denomUnits": [
{
"aliases": [
- "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
],
- "denom": "ibc/12F9B042554B39D5CA5E709381F53EF714C42EC78063C809A85F6F74EFEBCD08",
+ "denom": "ibc/C2460FE7A0C79E305DE92A4BADB31F684708FF71D5AE880FE81728ED782CA3C8",
"exponent": 0,
},
{
- "denom": "lp-dot-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: DOT.axl-MNTA",
- "display": "lp-dot-mnta",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "LP Bow: DOT.axl-MNTA",
- "symbol": "LP DOT.axl-MNTA",
+ "name": "Noble USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
+ "base_denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C9CF2C3186DE1FE0F3F075E64FF5ECCA5A247D0C98ECB762F69EA122ACB918C5",
+ "base": "ibc/0A8AEE7ECA757053E81E99430E88244D1837C6ABF8283B418E95DDC6143E108C",
"denomUnits": [
{
"aliases": [
- "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
],
- "denom": "ibc/C9CF2C3186DE1FE0F3F075E64FF5ECCA5A247D0C98ECB762F69EA122ACB918C5",
+ "denom": "ibc/0A8AEE7ECA757053E81E99430E88244D1837C6ABF8283B418E95DDC6143E108C",
"exponent": 0,
},
{
- "denom": "lp-shd-mnta",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "LP Bow: SHD-MNTA",
- "display": "lp-shd-mnta",
+ "display": "osmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uosmo",
+ "chainName": "osmosis",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SHD-MNTA",
- "symbol": "LP SHD-MNTA",
+ "name": "Osmosis",
+ "symbol": "OSMO",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
+ "base_denom": "ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8F2515E94A339FD92DCC8BC9DE96AED26D1756041DA6EA3788345BDEC04BB941",
+ "base": "ibc/FCC07D8C02F890D71D4C27E8BF66FDD735F9E7BEADB171D1652B25C6EA1D7917",
"denomUnits": [
{
"aliases": [
- "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
],
- "denom": "ibc/8F2515E94A339FD92DCC8BC9DE96AED26D1756041DA6EA3788345BDEC04BB941",
+ "denom": "ibc/FCC07D8C02F890D71D4C27E8BF66FDD735F9E7BEADB171D1652B25C6EA1D7917",
"exponent": 0,
},
{
- "denom": "lp-dydx-mnta",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "LP Bow: DYDX-MNTA",
- "display": "lp-dydx-mnta",
+ "display": "usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: DYDX-MNTA",
- "symbol": "LP DYDX-MNTA",
+ "name": "Axelar USD Coin",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
+ "base_denom": "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/FF5137EAA59BB522CBB82796904449BD8216C989D88DFFD2570C3F33D249CEF4",
+ "base": "ibc/A0F91D0965E532F8030B8A794C4605768AEC1B78C2FAEF0C973A632E28E4DE98",
"denomUnits": [
{
"aliases": [
- "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
],
- "denom": "ibc/FF5137EAA59BB522CBB82796904449BD8216C989D88DFFD2570C3F33D249CEF4",
+ "denom": "ibc/A0F91D0965E532F8030B8A794C4605768AEC1B78C2FAEF0C973A632E28E4DE98",
"exponent": 0,
},
{
- "denom": "lp-wavax-mnta",
+ "denom": "cmdx",
"exponent": 6,
},
],
- "description": "LP Bow: wAVAX.axl-MNTA",
- "display": "lp-wavax-mnta",
+ "display": "cmdx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ucmdx",
+ "chainName": "comdex",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wAVAX.axl-MNTA",
- "symbol": "LP wAVAX.axl-MNTA",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
+ "base_denom": "ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/ABB85BACAC0D4CF8BB28FCA29550D9921DDBC8A9C98E96EB5A972610F2DB22B2",
+ "base": "ibc/EFECE96151EBF7891E0EE54F9DB7DBD841A4CE19D2C12FFBC56EFD38421C12C0",
"denomUnits": [
{
"aliases": [
- "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
],
- "denom": "ibc/ABB85BACAC0D4CF8BB28FCA29550D9921DDBC8A9C98E96EB5A972610F2DB22B2",
+ "denom": "ibc/EFECE96151EBF7891E0EE54F9DB7DBD841A4CE19D2C12FFBC56EFD38421C12C0",
"exponent": 0,
},
{
- "denom": "lp-cheq-mnta",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "LP Bow: CHEQ-MNTA",
- "display": "lp-cheq-mnta",
+ "display": "juno",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ujuno",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: CHEQ-MNTA",
- "symbol": "LP CHEQ-MNTA",
+ "name": "Juno",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
+ "base_denom": "ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/03831B5438584343CD424C302B4842D2E46D3AD2B86C7324E6A19567F8FB5EA4",
+ "base": "ibc/02E2C873E8D71B6C2DB52FA57A30F76EF269191E8F5C7EE219952E42F2FE5E26",
"denomUnits": [
{
"aliases": [
- "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
],
- "denom": "ibc/03831B5438584343CD424C302B4842D2E46D3AD2B86C7324E6A19567F8FB5EA4",
+ "denom": "ibc/02E2C873E8D71B6C2DB52FA57A30F76EF269191E8F5C7EE219952E42F2FE5E26",
"exponent": 0,
},
{
- "denom": "lp-fuzn-mnta",
- "exponent": 6,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "LP Bow: FUZN-MNTA",
- "display": "lp-fuzn-mnta",
+ "display": "weth",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "weth-wei",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
},
- "name": "LP Bow: FUZN-MNTA",
- "symbol": "LP FUZN-MNTA",
+ "name": "Axelar Wrapped Ether",
+ "symbol": "wETH.axl",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
+ "base_denom": "ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/3A97F81FCEB521F56E5E60639FF01B5D094757CE0438F16EE06694AD3501D119",
+ "base": "ibc/CF6C850AE6962AD3B0CD150C25737889794E0C0276DFA30FDDE991E9AD5302F7",
"denomUnits": [
{
"aliases": [
- "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/3A97F81FCEB521F56E5E60639FF01B5D094757CE0438F16EE06694AD3501D119",
+ "denom": "ibc/CF6C850AE6962AD3B0CD150C25737889794E0C0276DFA30FDDE991E9AD5302F7",
"exponent": 0,
},
{
- "denom": "lp-somm-mnta",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "LP Bow: SOMM-MNTA",
- "display": "lp-somm-mnta",
+ "display": "atom",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: SOMM-MNTA",
- "symbol": "LP SOMM-MNTA",
+ "name": "Cosmos Hub Atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6185490AC04C932A7DC13F9ED6BDD88A3A927270E40C74489F00FEB8760E3E24",
+ "base": "ibc/D16C5A18FAAFC466D4E89B7EF57A476A3C8363CBD807E0FE03E3A35C620BCE58",
"denomUnits": [
{
"aliases": [
- "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
],
- "denom": "ibc/6185490AC04C932A7DC13F9ED6BDD88A3A927270E40C74489F00FEB8760E3E24",
+ "denom": "ibc/D16C5A18FAAFC466D4E89B7EF57A476A3C8363CBD807E0FE03E3A35C620BCE58",
"exponent": 0,
},
{
- "denom": "lp-weth-mnta",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-MNTA",
- "display": "lp-weth-mnta",
+ "display": "luna",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "LP Bow: wETH.axl-MNTA",
- "symbol": "LP wETH.axl-MNTA",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
+ "base_denom": "ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/2E700ABFE647067FD36216148C3838F4D57AFCF7D1D5EA040148932DF580C12D",
+ "base": "ibc/6408AAF3446D1DFB125B9F5F7CD90CEE1DE472B796FCE79C3D8FB0485F591068",
"denomUnits": [
{
"aliases": [
- "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
],
- "denom": "ibc/2E700ABFE647067FD36216148C3838F4D57AFCF7D1D5EA040148932DF580C12D",
+ "denom": "ibc/6408AAF3446D1DFB125B9F5F7CD90CEE1DE472B796FCE79C3D8FB0485F591068",
"exponent": 0,
},
{
- "denom": "lp-ntrn-mnta",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "LP Bow: NTRN-MNTA",
- "display": "lp-ntrn-mnta",
+ "display": "stars",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "name": "LP Bow: NTRN-MNTA",
- "symbol": "LP NTRN-MNTA",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
+ "base_denom": "ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/6F6C38D53A2F55927EBB0F723B564BBE73336105BEA000D98FBB141B143404ED",
+ "base": "ibc/5C5DF71C1C56D394B34D1F53C72E8F14EC9B478A0C412C9493511CDE888ADA31",
"denomUnits": [
{
"aliases": [
- "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
],
- "denom": "ibc/6F6C38D53A2F55927EBB0F723B564BBE73336105BEA000D98FBB141B143404ED",
+ "denom": "ibc/5C5DF71C1C56D394B34D1F53C72E8F14EC9B478A0C412C9493511CDE888ADA31",
"exponent": 0,
},
{
- "denom": "lp-wftm-mnta",
+ "denom": "scrt",
"exponent": 6,
},
],
- "description": "LP Bow: wFTM.axl-MNTA",
- "display": "lp-wftm-mnta",
+ "display": "scrt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "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",
},
- "name": "LP Bow: wFTM.axl-MNTA",
- "symbol": "LP wFTM.axl-MNTA",
+ "name": "Secret Network",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
+ "base_denom": "ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/C6C11D0E2DBF825AD7C11628BA560B6BAE4073131E60EEECDA14E4D9BFFBC101",
+ "base": "ibc/E9F1AB43A1F6295B35EE99346FAB9C3A8EEDEDCCF8796AD27FACC26EEBA859F4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
],
- "denom": "ibc/C6C11D0E2DBF825AD7C11628BA560B6BAE4073131E60EEECDA14E4D9BFFBC101",
+ "denom": "ibc/E9F1AB43A1F6295B35EE99346FAB9C3A8EEDEDCCF8796AD27FACC26EEBA859F4",
"exponent": 0,
},
{
- "denom": "lp-stars-mnta",
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
"exponent": 6,
},
],
- "description": "LP Bow: STARS-MNTA",
- "display": "lp-stars-mnta",
+ "display": "stkatom",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "stk/uatom",
+ "chainName": "persistence",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "LP Bow: STARS-MNTA",
- "symbol": "LP STARS-MNTA",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
+ "base_denom": "ibc/086C1B2E9E611F23D3C9159C858D3F4C6A911D348DFB916A11AE306A865A77A8",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/8EF8E9711ADC150CC3C6413380F2F642A06B7C9D2896E3FFB0A1341E411452C8",
+ "base": "ibc/A2B0C36F1111C6C4EEEF58BF5C397E2F6348D129AD214CDD827931EFA0AC53DD",
"denomUnits": [
{
"aliases": [
- "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
],
- "denom": "ibc/8EF8E9711ADC150CC3C6413380F2F642A06B7C9D2896E3FFB0A1341E411452C8",
+ "denom": "ibc/A2B0C36F1111C6C4EEEF58BF5C397E2F6348D129AD214CDD827931EFA0AC53DD",
"exponent": 0,
},
{
- "denom": "lp-tia-mnta",
+ "denom": "bKUJI",
"exponent": 6,
},
],
- "description": "LP Bow: TIA-MNTA",
- "display": "lp-tia-mnta",
+ "description": "BackBone Labs Liquid Staked KUJI",
+ "display": "bKUJI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
+ "theme": {
+ "primaryColorHex": "#cc3533",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bKUJI.png",
},
- "name": "LP Bow: TIA-MNTA",
- "symbol": "LP TIA-MNTA",
+ "name": "BackBone Labs Liquid Staked KUJI",
+ "symbol": "bKUJI",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
+ "base_denom": "factory/kujira15e8q5wzlk5k38gjxlhse3vu6vqnafysncx2ltexd6y9gx50vuj2qpt7dgv/boneKuji",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/54F33E8FA0791A25B315636097831FED75462A5EEA50E1B078D94067DB5729B8",
+ "base": "ibc/43CC65B448B591FE4EAD8633481106BD28130C46C3721CE59CDD2A5FEDE2D80B",
"denomUnits": [
{
"aliases": [
- "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
],
- "denom": "ibc/54F33E8FA0791A25B315636097831FED75462A5EEA50E1B078D94067DB5729B8",
+ "denom": "ibc/43CC65B448B591FE4EAD8633481106BD28130C46C3721CE59CDD2A5FEDE2D80B",
"exponent": 0,
},
{
- "denom": "lp-sol-mnta",
+ "denom": "rstk",
"exponent": 6,
},
],
- "description": "LP Bow: SOL.wh-MNTA",
- "display": "lp-sol-mnta",
+ "display": "rstk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "factory/migaloo1d0uma9qzcts4fzt7ml39xp44aut5k6qyjfzz4asalnecppppr3rsl52vvv/rstk",
+ "chainName": "migaloo",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
+ "theme": {
+ "primaryColorHex": "#3ccc64",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/rstk.svg",
},
- "name": "LP Bow: SOL.wh-MNTA",
- "symbol": "LP SOL.wh-MNTA",
+ "name": "Restake DAO Token",
+ "symbol": "RSTK",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
+ "base_denom": "ibc/82B298F9E74A9A211C55C67C7AB0C790836BD43672D5DD830F7AE2C5D010AD7D",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/4F1A1E37E8BD403E16D44AA117AFA8CE8BED0A9D080D6B4213BBD911D0DF99E9",
+ "base": "ibc/6D16DD78F0641DB3A7DE7562AAFB524B81C8B26AE23026099A4D484C3C490223",
"denomUnits": [
{
"aliases": [
- "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
],
- "denom": "ibc/4F1A1E37E8BD403E16D44AA117AFA8CE8BED0A9D080D6B4213BBD911D0DF99E9",
+ "denom": "ibc/6D16DD78F0641DB3A7DE7562AAFB524B81C8B26AE23026099A4D484C3C490223",
"exponent": 0,
},
{
- "denom": "lp-dym-mnta",
+ "denom": "xusk",
"exponent": 6,
},
],
- "description": "LP Bow: DYM-MNTA",
- "display": "lp-dym-mnta",
+ "description": "Ghost Vault USK",
+ "display": "xusk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
+ "theme": {
+ "primaryColorHex": "#303741",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xusk.png",
},
- "name": "LP Bow: DYM-MNTA",
- "symbol": "LP DYM-MNTA",
+ "name": "Ghost Vault USK",
+ "symbol": "xUSK",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
+ "base_denom": "factory/kujira1w4yaama77v53fp0f9343t9w2f932z526vj970n2jv5055a7gt92sxgwypf/urcpt",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/49001A9E5AEADC0FB98C6B000F1CDE97AA84AF77E9676C1D2AEEBD4B644FEBF2",
+ "base": "ibc/280215F2FF36A4CCEC2C6BD690665A65BF18BC07B363E835FD7E8F1642726929",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
],
- "denom": "ibc/49001A9E5AEADC0FB98C6B000F1CDE97AA84AF77E9676C1D2AEEBD4B644FEBF2",
+ "denom": "ibc/280215F2FF36A4CCEC2C6BD690665A65BF18BC07B363E835FD7E8F1642726929",
"exponent": 0,
},
{
- "denom": "lp-akt-mnta",
+ "denom": "xmnta",
"exponent": 6,
},
],
- "description": "LP Bow: AKT-MNTA",
- "display": "lp-akt-mnta",
+ "description": "Ghost Vault MNTA",
+ "display": "xmnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
+ "theme": {
+ "primaryColorHex": "#0f151f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/xmnta.png",
},
- "name": "LP Bow: AKT-MNTA",
- "symbol": "LP AKT-MNTA",
+ "name": "Ghost Vault MNTA",
+ "symbol": "xMNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
+ "base_denom": "factory/kujira1ya42knfcsvy6eztegsn3hz7zpjvhzn05ge85xa2dy2zrjeul9hnspp3c06/urcpt",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F1C6397EE0AC80D7375A2A891ED899F37F654017F211CD87AD056B540C253EA4",
+ "base": "ibc/DBAA879D0950B6B7122FE2B33AA6F98C1889393D0800B66E5EFA804C1D6C8FF0",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
],
- "denom": "ibc/F1C6397EE0AC80D7375A2A891ED899F37F654017F211CD87AD056B540C253EA4",
+ "denom": "ibc/DBAA879D0950B6B7122FE2B33AA6F98C1889393D0800B66E5EFA804C1D6C8FF0",
"exponent": 0,
},
{
- "denom": "lp-link-mnta",
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "LP Bow: LINK.axl-MNTA",
- "display": "lp-link-mnta",
+ "description": "Stride staked ATOM",
+ "display": "statom",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "stuatom",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "LP Bow: LINK.axl-MNTA",
- "symbol": "LP LINK.axl-MNTA",
+ "name": "stATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
+ "base_denom": "ibc/0306D6B66EAA2EDBB7EAD23C0EC9DDFC69BB43E80B398035E90FBCFEF3FD1A87",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/11BF85DF900A59705647CDE3226A01276741EC9B82D7A4E3C916623807FF31FB",
+ "base": "ibc/BA593480CB2744C1DE7AEF0973D86131FA2B4F8D98A923BCAE830638B184A805",
"denomUnits": [
{
"aliases": [
- "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
],
- "denom": "ibc/11BF85DF900A59705647CDE3226A01276741EC9B82D7A4E3C916623807FF31FB",
+ "denom": "ibc/BA593480CB2744C1DE7AEF0973D86131FA2B4F8D98A923BCAE830638B184A805",
"exponent": 0,
},
{
- "denom": "lp-wtao-mnta",
+ "denom": "wbtc.axl",
"exponent": 6,
},
],
- "description": "LP Bow: wTAO.grv-MNTA",
- "display": "lp-wtao-mnta",
+ "description": "Axelar Bridged wBTC",
+ "display": "wbtc.axl",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "imageSync": {
+ "baseDenom": "wbtc-satoshi",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
},
- "name": "LP Bow: wTAO.grv-MNTA",
- "symbol": "LP wTAO.grv-MNTA",
+ "name": "Axelar Bridged wBTC",
+ "symbol": "wBTC.axl",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
+ "base_denom": "ibc/301DAF9CB0A9E247CD478533EF0E21F48FF8118C4A51F77C8BC3EB70E5566DBC",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/5C7FB2CB73BA24A4ACB5169CCF542C0D37A4A57B0F443C00C8AA6484E689E307",
+ "base": "ibc/63B65636219EDCE24ABC81148FC5CEE020235F6F5A6197F2AEB12D0AF08E9F88",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
],
- "denom": "ibc/5C7FB2CB73BA24A4ACB5169CCF542C0D37A4A57B0F443C00C8AA6484E689E307",
+ "denom": "ibc/63B65636219EDCE24ABC81148FC5CEE020235F6F5A6197F2AEB12D0AF08E9F88",
"exponent": 0,
},
{
- "denom": "lp-mnta-kuji",
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "LP Bow: MNTA-KUJI",
- "display": "lp-mnta-kuji",
+ "description": "Stride staked OSMO",
+ "display": "stosmo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- ],
- "logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
- },
- "name": "LP Bow: MNTA-KUJI",
- "symbol": "LP MNTA-KUJI",
+ "imageSync": {
+ "baseDenom": "stuosmo",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ },
+ "name": "Stride staked OSMO",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
+ "base_denom": "ibc/F97BDCE220CCB52139C73066E36C45EC7EDCEEF1DAFF891A34F4FBA195A2E6E8",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "ics20",
},
{
- "base": "ibc/DDEC92BC917E7FCC5FF5BEDC4740D9F2A6B3B257839236191CC27144CD045FB3",
+ "base": "ibc/12F9B042554B39D5CA5E709381F53EF714C42EC78063C809A85F6F74EFEBCD08",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
],
- "denom": "ibc/DDEC92BC917E7FCC5FF5BEDC4740D9F2A6B3B257839236191CC27144CD045FB3",
+ "denom": "ibc/12F9B042554B39D5CA5E709381F53EF714C42EC78063C809A85F6F74EFEBCD08",
"exponent": 0,
},
{
- "denom": "lp-axl-mnta",
+ "denom": "lp-dot-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: AXL-MNTA",
- "display": "lp-axl-mnta",
+ "description": "LP Bow: DOT.axl-MNTA",
+ "display": "lp-dot-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5223,39 +5974,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: AXL-MNTA",
- "symbol": "LP AXL-MNTA",
+ "name": "LP Bow: DOT.axl-MNTA",
+ "symbol": "LP DOT.axl-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
+ "base_denom": "factory/kujira10qyzrqaza0f593cmnl4sc3p3nhqqakn9j56d899u723pznxpn8us6cypuw/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D0200323EAB49E2DAB5ADC70E6D009A633C509383476537AE882570E3AD0D168",
+ "base": "ibc/C9CF2C3186DE1FE0F3F075E64FF5ECCA5A247D0C98ECB762F69EA122ACB918C5",
"denomUnits": [
{
"aliases": [
- "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
],
- "denom": "ibc/D0200323EAB49E2DAB5ADC70E6D009A633C509383476537AE882570E3AD0D168",
+ "denom": "ibc/C9CF2C3186DE1FE0F3F075E64FF5ECCA5A247D0C98ECB762F69EA122ACB918C5",
"exponent": 0,
},
{
- "denom": "lp-atom-mnta",
+ "denom": "lp-shd-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: ATOM-MNTA",
- "display": "lp-atom-mnta",
+ "description": "LP Bow: SHD-MNTA",
+ "display": "lp-shd-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5264,39 +6016,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: ATOM-MNTA",
- "symbol": "LP ATOM-MNTA",
+ "name": "LP Bow: SHD-MNTA",
+ "symbol": "LP SHD-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
+ "base_denom": "factory/kujira12tpc335t72qtrjh64ccdydzsr9qtswkqn72cyvfj4d5hmtgynphsv4xjtu/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7DCE434AD60E46DC40EF1FB085E870E9181D8D1F26F892D80177C0050DAB1E77",
+ "base": "ibc/8F2515E94A339FD92DCC8BC9DE96AED26D1756041DA6EA3788345BDEC04BB941",
"denomUnits": [
{
"aliases": [
- "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
],
- "denom": "ibc/7DCE434AD60E46DC40EF1FB085E870E9181D8D1F26F892D80177C0050DAB1E77",
+ "denom": "ibc/8F2515E94A339FD92DCC8BC9DE96AED26D1756041DA6EA3788345BDEC04BB941",
"exponent": 0,
},
{
- "denom": "lp-arb-mnta",
+ "denom": "lp-dydx-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: ARB-MNTA",
- "display": "lp-arb-mnta",
+ "description": "LP Bow: DYDX-MNTA",
+ "display": "lp-dydx-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5305,39 +6058,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: ARB-MNTA",
- "symbol": "LP ARB-MNTA",
+ "name": "LP Bow: DYDX-MNTA",
+ "symbol": "LP DYDX-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "base_denom": "factory/kujira13g2eelkf9q4md4xx52ylqvlgpccn50f2vyu05eazufd2g4jatmhq2425pq/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/DA4D1E76C8B6F41BC17FBBAD8A2C9D36EFD91E991D1075D7C20642B45C1DC937",
+ "base": "ibc/FF5137EAA59BB522CBB82796904449BD8216C989D88DFFD2570C3F33D249CEF4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
],
- "denom": "ibc/DA4D1E76C8B6F41BC17FBBAD8A2C9D36EFD91E991D1075D7C20642B45C1DC937",
+ "denom": "ibc/FF5137EAA59BB522CBB82796904449BD8216C989D88DFFD2570C3F33D249CEF4",
"exponent": 0,
},
{
- "denom": "lp-whale-mnta",
+ "denom": "lp-wavax-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: WHALE-MNTA",
- "display": "lp-whale-mnta",
+ "description": "LP Bow: wAVAX.axl-MNTA",
+ "display": "lp-wavax-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5346,39 +6100,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: WHALE-MNTA",
- "symbol": "LP WHALE-MNTA",
+ "name": "LP Bow: wAVAX.axl-MNTA",
+ "symbol": "LP wAVAX.axl-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "base_denom": "factory/kujira15pk8c09vcsgsdq4xlh2qfqxtu2r8pgdy7nggkqj8p3h2phke80pqwnvtzk/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5739C0A2443302BFDB1E5E9197C9C2EC533CFFA858987D0D49CCBD5A749F2E27",
+ "base": "ibc/ABB85BACAC0D4CF8BB28FCA29550D9921DDBC8A9C98E96EB5A972610F2DB22B2",
"denomUnits": [
{
"aliases": [
- "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
],
- "denom": "ibc/5739C0A2443302BFDB1E5E9197C9C2EC533CFFA858987D0D49CCBD5A749F2E27",
+ "denom": "ibc/ABB85BACAC0D4CF8BB28FCA29550D9921DDBC8A9C98E96EB5A972610F2DB22B2",
"exponent": 0,
},
{
- "denom": "lp-scrt-mnta",
+ "denom": "lp-cheq-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: SCRT-MNTA",
- "display": "lp-scrt-mnta",
+ "description": "LP Bow: CHEQ-MNTA",
+ "display": "lp-cheq-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5387,39 +6142,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: SCRT-MNTA",
- "symbol": "LP SCRT-MNTA",
+ "name": "LP Bow: CHEQ-MNTA",
+ "symbol": "LP CHEQ-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "base_denom": "factory/kujira15w6jhxsv924mn9cfr0qg9z36hltmw4rzd68x40d9re6hzyhslumqjw9zqd/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9B41972292144CC723B51E9BF6D4567A1EA07D5AE385F7CE7952111DCB274361",
+ "base": "ibc/03831B5438584343CD424C302B4842D2E46D3AD2B86C7324E6A19567F8FB5EA4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
],
- "denom": "ibc/9B41972292144CC723B51E9BF6D4567A1EA07D5AE385F7CE7952111DCB274361",
+ "denom": "ibc/03831B5438584343CD424C302B4842D2E46D3AD2B86C7324E6A19567F8FB5EA4",
"exponent": 0,
},
{
- "denom": "lp-wsteth-mnta",
+ "denom": "lp-fuzn-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: wstETH.axl-MNTA",
- "display": "lp-wsteth-mnta",
+ "description": "LP Bow: FUZN-MNTA",
+ "display": "lp-fuzn-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5428,39 +6184,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: wstETH.axl-MNTA",
- "symbol": "LP wstETH.axl-MNTA",
+ "name": "LP Bow: FUZN-MNTA",
+ "symbol": "LP FUZN-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "base_denom": "factory/kujira1622xuv8unv22xzazljvqh8uukcdz3yzmrp6axgerh7vxg4kum5tqcwcqmv/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EE59D8E2F5B63FA5705BAC30D440B25BC8C18C4C3FE4E9F2BE3C3DAD6AD89EE9",
+ "base": "ibc/3A97F81FCEB521F56E5E60639FF01B5D094757CE0438F16EE06694AD3501D119",
"denomUnits": [
{
"aliases": [
- "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
],
- "denom": "ibc/EE59D8E2F5B63FA5705BAC30D440B25BC8C18C4C3FE4E9F2BE3C3DAD6AD89EE9",
+ "denom": "ibc/3A97F81FCEB521F56E5E60639FF01B5D094757CE0438F16EE06694AD3501D119",
"exponent": 0,
},
{
- "denom": "lp-wmatic-mnta",
+ "denom": "lp-somm-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: wMATIC.axl-MNTA",
- "display": "lp-wmatic-mnta",
+ "description": "LP Bow: SOMM-MNTA",
+ "display": "lp-somm-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5469,39 +6226,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: wMATIC.axl-MNTA",
- "symbol": "LP wMATIC.axl-MNTA",
+ "name": "LP Bow: SOMM-MNTA",
+ "symbol": "LP SOMM-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "base_denom": "factory/kujira17djzq5x5e5zm9q9zlp6dtxdt9p8q2zvj0qtmjs0wrxm5g9e2vf5q9d6y2t/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/70D3640CC11037825623229C49B4CA0DB74D801211F4A549ABC94DF72E4CD6D1",
+ "base": "ibc/6185490AC04C932A7DC13F9ED6BDD88A3A927270E40C74489F00FEB8760E3E24",
"denomUnits": [
{
"aliases": [
- "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
],
- "denom": "ibc/70D3640CC11037825623229C49B4CA0DB74D801211F4A549ABC94DF72E4CD6D1",
+ "denom": "ibc/6185490AC04C932A7DC13F9ED6BDD88A3A927270E40C74489F00FEB8760E3E24",
"exponent": 0,
},
{
- "denom": "lp-uni-mnta",
+ "denom": "lp-weth-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: UNI.axl-MNTA",
- "display": "lp-uni-mnta",
+ "description": "LP Bow: wETH.axl-MNTA",
+ "display": "lp-weth-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5510,39 +6268,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: UNI.axl-MNTA",
- "symbol": "LP UNI.axl-MNTA",
+ "name": "LP Bow: wETH.axl-MNTA",
+ "symbol": "LP wETH.axl-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "base_denom": "factory/kujira17x2v39aut0paj5d6wc5jxvqqxrdhy9kvca4y5xn6vsfpsxkgc6gq7n4tg0/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F5A5B8B3C625220D39D7F22A04F9470DABDF360F1E0978F8C10A3BAB17BE8F78",
+ "base": "ibc/2E700ABFE647067FD36216148C3838F4D57AFCF7D1D5EA040148932DF580C12D",
"denomUnits": [
{
"aliases": [
- "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
],
- "denom": "ibc/F5A5B8B3C625220D39D7F22A04F9470DABDF360F1E0978F8C10A3BAB17BE8F78",
+ "denom": "ibc/2E700ABFE647067FD36216148C3838F4D57AFCF7D1D5EA040148932DF580C12D",
"exponent": 0,
},
{
- "denom": "lp-yieldeth-mnta",
+ "denom": "lp-ntrn-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: yieldETH.axl-MNTA",
- "display": "lp-yieldeth-mnta",
+ "description": "LP Bow: NTRN-MNTA",
+ "display": "lp-ntrn-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5551,39 +6310,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: yieldETH.axl-MNTA",
- "symbol": "LP yieldETH.axl-MNTA",
+ "name": "LP Bow: NTRN-MNTA",
+ "symbol": "LP NTRN-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "base_denom": "factory/kujira18lhugzap20ndlqr5j2p86yk4pxpe9jjuac05z0ypxuwn3mm5vjhsjh4etr/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D939D7546BEBEACE9C9EA637E5CA63FC105015723E092B2B50C30A648E5D6FF6",
+ "base": "ibc/6F6C38D53A2F55927EBB0F723B564BBE73336105BEA000D98FBB141B143404ED",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
],
- "denom": "ibc/D939D7546BEBEACE9C9EA637E5CA63FC105015723E092B2B50C30A648E5D6FF6",
+ "denom": "ibc/6F6C38D53A2F55927EBB0F723B564BBE73336105BEA000D98FBB141B143404ED",
"exponent": 0,
},
{
- "denom": "lp-wbtc-mnta",
+ "denom": "lp-wftm-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: wBTC.axl-MNTA",
- "display": "lp-wbtc-mnta",
+ "description": "LP Bow: wFTM.axl-MNTA",
+ "display": "lp-wftm-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5592,39 +6352,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: wBTC.axl-MNTA",
- "symbol": "LP wBTC.axl-MNTA",
+ "name": "LP Bow: wFTM.axl-MNTA",
+ "symbol": "LP wFTM.axl-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "base_denom": "factory/kujira18mveas6xseaqu3fmukwv2ac6mp4hszk08lvyamedytjs0kxm42yqs9v89x/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/20AF1B2A0D027CF71C39485C7F482B245AC002E1E7DEFA7DF2E43D5B02991BB4",
+ "base": "ibc/C6C11D0E2DBF825AD7C11628BA560B6BAE4073131E60EEECDA14E4D9BFFBC101",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
],
- "denom": "ibc/20AF1B2A0D027CF71C39485C7F482B245AC002E1E7DEFA7DF2E43D5B02991BB4",
+ "denom": "ibc/C6C11D0E2DBF825AD7C11628BA560B6BAE4073131E60EEECDA14E4D9BFFBC101",
"exponent": 0,
},
{
- "denom": "lp-paxg-mnta",
+ "denom": "lp-stars-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: PAXG.grv-MNTA",
- "display": "lp-paxg-mnta",
+ "description": "LP Bow: STARS-MNTA",
+ "display": "lp-stars-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5633,39 +6394,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: PAXG.grv-MNTA",
- "symbol": "LP PAXG.grv-MNTA",
+ "name": "LP Bow: STARS-MNTA",
+ "symbol": "LP STARS-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "base_denom": "factory/kujira1av284rnqh6s0l2lwdqgpgz8wuva3wh9lkmlsupjd9escn5v4fels6kwc7v/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/99F6253E2984CF33D4D79A9C74867492E5B50FCBF37933CAECDEA017B3FA3400",
+ "base": "ibc/8EF8E9711ADC150CC3C6413380F2F642A06B7C9D2896E3FFB0A1341E411452C8",
"denomUnits": [
{
"aliases": [
- "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
],
- "denom": "ibc/99F6253E2984CF33D4D79A9C74867492E5B50FCBF37933CAECDEA017B3FA3400",
+ "denom": "ibc/8EF8E9711ADC150CC3C6413380F2F642A06B7C9D2896E3FFB0A1341E411452C8",
"exponent": 0,
},
{
- "denom": "lp-wbnb-mnta",
+ "denom": "lp-tia-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: wBNB.axl-MNTA",
- "display": "lp-wbnb-mnta",
+ "description": "LP Bow: TIA-MNTA",
+ "display": "lp-tia-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5674,39 +6436,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: wBNB.axl-MNTA",
- "symbol": "LP wBNB.axl-MNTA",
+ "name": "LP Bow: TIA-MNTA",
+ "symbol": "LP TIA-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "base_denom": "factory/kujira1cpdyhrkwdnz38u45el3zq7007at9dm6h05tc36zpxvs6vrdwzrrskt0tgg/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5E07865CB0DDB5C5F998CB15902A964AE208DE2286DF039A27F6E8C00D5C01D1",
+ "base": "ibc/54F33E8FA0791A25B315636097831FED75462A5EEA50E1B078D94067DB5729B8",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
],
- "denom": "ibc/5E07865CB0DDB5C5F998CB15902A964AE208DE2286DF039A27F6E8C00D5C01D1",
+ "denom": "ibc/54F33E8FA0791A25B315636097831FED75462A5EEA50E1B078D94067DB5729B8",
"exponent": 0,
},
{
- "denom": "lp-osmo-mnta",
+ "denom": "lp-sol-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: OSMO-MNTA",
- "display": "lp-osmo-mnta",
+ "description": "LP Bow: SOL.wh-MNTA",
+ "display": "lp-sol-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5715,39 +6478,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: OSMO-MNTA",
- "symbol": "LP OSMO-MNTA",
+ "name": "LP Bow: SOL.wh-MNTA",
+ "symbol": "LP SOL.wh-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "base_denom": "factory/kujira1eqd96322ec258w7k9n9cfqkusrlvzwv38jkph3qs720egdv0epmq70j2zl/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1A348CC48BB27A03D5366EF300875E18843084A1D591443FECA6DF7535B0D470",
+ "base": "ibc/4F1A1E37E8BD403E16D44AA117AFA8CE8BED0A9D080D6B4213BBD911D0DF99E9",
"denomUnits": [
{
"aliases": [
- "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
],
- "denom": "ibc/1A348CC48BB27A03D5366EF300875E18843084A1D591443FECA6DF7535B0D470",
+ "denom": "ibc/4F1A1E37E8BD403E16D44AA117AFA8CE8BED0A9D080D6B4213BBD911D0DF99E9",
"exponent": 0,
},
{
- "denom": "lp-inj-mnta",
+ "denom": "lp-dym-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: INJ-MNTA",
- "display": "lp-inj-mnta",
+ "description": "LP Bow: DYM-MNTA",
+ "display": "lp-dym-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5756,39 +6520,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: INJ-MNTA",
- "symbol": "LP INJ-MNTA",
+ "name": "LP Bow: DYM-MNTA",
+ "symbol": "LP DYM-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "base_denom": "factory/kujira1fg7wmsde7ygw3pm6hqmd29cdvp947anajmunsvk0guvjta3md25qdqk4fw/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4C424E48E0CE289FD9C330FC9B5BF3F2D7932E1DA1B614096251C484BA2B10C1",
+ "base": "ibc/49001A9E5AEADC0FB98C6B000F1CDE97AA84AF77E9676C1D2AEEBD4B644FEBF2",
"denomUnits": [
{
"aliases": [
- "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
],
- "denom": "ibc/4C424E48E0CE289FD9C330FC9B5BF3F2D7932E1DA1B614096251C484BA2B10C1",
+ "denom": "ibc/49001A9E5AEADC0FB98C6B000F1CDE97AA84AF77E9676C1D2AEEBD4B644FEBF2",
"exponent": 0,
},
{
- "denom": "lp-stosmo-osmo",
+ "denom": "lp-akt-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: stOSMO-OSMO",
- "display": "lp-stosmo-osmo",
+ "description": "LP Bow: AKT-MNTA",
+ "display": "lp-akt-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5797,39 +6562,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: stOSMO-OSMO",
- "symbol": "LP stOSMO-OSMO",
+ "name": "LP Bow: AKT-MNTA",
+ "symbol": "LP AKT-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "base_denom": "factory/kujira1gnftck9586x0nhsqsj99k9zednl6tx4kezu9hpph0u6jtqnafpyqxha3me/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7D270ADD95EF2C77FBBD362DA2BEA502AE99B278B25718CFB89EA5EEB9967FD7",
+ "base": "ibc/F1C6397EE0AC80D7375A2A891ED899F37F654017F211CD87AD056B540C253EA4",
"denomUnits": [
{
"aliases": [
- "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
],
- "denom": "ibc/7D270ADD95EF2C77FBBD362DA2BEA502AE99B278B25718CFB89EA5EEB9967FD7",
+ "denom": "ibc/F1C6397EE0AC80D7375A2A891ED899F37F654017F211CD87AD056B540C253EA4",
"exponent": 0,
},
{
- "denom": "lp-wsteth-weth",
+ "denom": "lp-link-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: wstETH.axl-wETH.axl",
- "display": "lp-wsteth-weth",
+ "description": "LP Bow: LINK.axl-MNTA",
+ "display": "lp-link-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5838,39 +6604,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: wstETH.axl-wETH.axl",
- "symbol": "LP wstETH.axl-wETH.axl",
+ "name": "LP Bow: LINK.axl-MNTA",
+ "symbol": "LP LINK.axl-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "base_denom": "factory/kujira1gnvja05kkmpeh9dnxl0c2p4sde7fpsy2r44njzyqgpsf72nqs78q3gzpzc/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/D41A27D21332614AD8DACE6BCD13C2E7F5696CF35C08D421894D173458CE0FEA",
+ "base": "ibc/11BF85DF900A59705647CDE3226A01276741EC9B82D7A4E3C916623807FF31FB",
"denomUnits": [
{
"aliases": [
- "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
],
- "denom": "ibc/D41A27D21332614AD8DACE6BCD13C2E7F5696CF35C08D421894D173458CE0FEA",
+ "denom": "ibc/11BF85DF900A59705647CDE3226A01276741EC9B82D7A4E3C916623807FF31FB",
"exponent": 0,
},
{
- "denom": "lp-qcmnta-mnta",
+ "denom": "lp-wtao-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: qcMNTA-MNTA",
- "display": "lp-qcmnta-mnta",
+ "description": "LP Bow: wTAO.grv-MNTA",
+ "display": "lp-wtao-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5879,39 +6646,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: qcMNTA-MNTA",
- "symbol": "LP qcMNTA-MNTA",
+ "name": "LP Bow: wTAO.grv-MNTA",
+ "symbol": "LP wTAO.grv-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "base_denom": "factory/kujira1gz2kvfw7hpds9fvygwkj64znl3a9pw697g77cspcq5y4vj3ru45s7qc0rd/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/984F5D5A2607F7243BBC78AFFB2861299856902DA119C3BCF9E433D7810B95E1",
+ "base": "ibc/5C7FB2CB73BA24A4ACB5169CCF542C0D37A4A57B0F443C00C8AA6484E689E307",
"denomUnits": [
{
"aliases": [
- "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
],
- "denom": "ibc/984F5D5A2607F7243BBC78AFFB2861299856902DA119C3BCF9E433D7810B95E1",
+ "denom": "ibc/5C7FB2CB73BA24A4ACB5169CCF542C0D37A4A57B0F443C00C8AA6484E689E307",
"exponent": 0,
},
{
- "denom": "lp-ampmnta-mnta",
+ "denom": "lp-mnta-kuji",
"exponent": 6,
},
],
- "description": "LP Bow: ampMNTA-MNTA",
- "display": "lp-ampmnta-mnta",
+ "description": "LP Bow: MNTA-KUJI",
+ "display": "lp-mnta-kuji",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5920,39 +6688,40 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: ampMNTA-MNTA",
- "symbol": "LP ampMNTA-MNTA",
+ "name": "LP Bow: MNTA-KUJI",
+ "symbol": "LP MNTA-KUJI",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "base_denom": "factory/kujira1h75predtjdm2e7u8cuvqs3usc6xs2mxlkcr20zsshvw3qap25frsr4z949/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2D3342E5316871FEFBF0191B994E9B03EA3E9C3E662ECDB29BD102AE914423D7",
+ "base": "ibc/DDEC92BC917E7FCC5FF5BEDC4740D9F2A6B3B257839236191CC27144CD045FB3",
"denomUnits": [
{
"aliases": [
- "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
],
- "denom": "ibc/2D3342E5316871FEFBF0191B994E9B03EA3E9C3E662ECDB29BD102AE914423D7",
+ "denom": "ibc/DDEC92BC917E7FCC5FF5BEDC4740D9F2A6B3B257839236191CC27144CD045FB3",
"exponent": 0,
},
{
- "denom": "lp-weth-usk",
+ "denom": "lp-axl-mnta",
"exponent": 6,
},
],
- "description": "LP Bow: wETH.axl-USK",
- "display": "lp-weth-usk",
+ "description": "LP Bow: AXL-MNTA",
+ "display": "lp-axl-mnta",
"images": [
{
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
@@ -5961,1611 +6730,1545 @@ The Kava Network features a native governance and utility token, KAVA, that can
"logoURIs": {
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "LP Bow: wETH.axl-USK",
- "symbol": "LP wETH.axl-USK",
+ "name": "LP Bow: AXL-MNTA",
+ "symbol": "LP AXL-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "base_denom": "factory/kujira1h929g9e9vxhc5y8v7uexdrncacxdatjupr67velewafwepfyfaaq6s7l3v/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B0D7B120F2635EF79F83835D9F1D1344F84219728C8EC6419EE5189D5268334E",
+ "base": "ibc/D0200323EAB49E2DAB5ADC70E6D009A633C509383476537AE882570E3AD0D168",
"denomUnits": [
{
"aliases": [
- "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
],
- "denom": "ibc/B0D7B120F2635EF79F83835D9F1D1344F84219728C8EC6419EE5189D5268334E",
+ "denom": "ibc/D0200323EAB49E2DAB5ADC70E6D009A633C509383476537AE882570E3AD0D168",
"exponent": 0,
},
{
- "denom": "nami",
+ "denom": "lp-atom-mnta",
"exponent": 6,
},
],
- "description": "The token of NAMI",
- "display": "nami",
+ "description": "LP Bow: ATOM-MNTA",
+ "display": "lp-atom-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "NAMI",
- "symbol": "NAMI",
+ "name": "LP Bow: ATOM-MNTA",
+ "symbol": "LP ATOM-MNTA",
"traces": [
{
"chain": {
"channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "base_denom": "factory/kujira1h9f3k54j060pzlnea8ep8qfymsmwl5yhwc5hqept5p2esqzve7tq2ghnm4/ulp",
"chain_name": "kujira",
"channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/88386638D9EE3A4BD2B16E4A7EB239A435E4BA1B1BB450EA46ADB771BAB10A63",
- "coingeckoId": "neutron-3",
+ "base": "ibc/7DCE434AD60E46DC40EF1FB085E870E9181D8D1F26F892D80177C0050DAB1E77",
"denomUnits": [
{
"aliases": [
- "untrn",
+ "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
],
- "denom": "ibc/88386638D9EE3A4BD2B16E4A7EB239A435E4BA1B1BB450EA46ADB771BAB10A63",
+ "denom": "ibc/7DCE434AD60E46DC40EF1FB085E870E9181D8D1F26F892D80177C0050DAB1E77",
"exponent": 0,
},
{
- "denom": "ntrn",
+ "denom": "lp-arb-mnta",
"exponent": 6,
},
],
- "description": "The native token of Neutron chain.",
- "display": "ntrn",
+ "description": "LP Bow: ARB-MNTA",
+ "display": "lp-arb-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
- },
- "name": "Neutron",
- "socials": {
- "twitter": "https://twitter.com/Neutron_org",
- "website": "https://neutron.org/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "NTRN",
+ "name": "LP Bow: ARB-MNTA",
+ "symbol": "LP ARB-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "untrn",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1kc90tgn4ucvdv4c9xycktanwz2lna0nfel6244ylqjvhaetfntusnmyu3d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/966025FD5D0D35ADB7833D0F491BA0D9681D3AAF0183CFC1527B35ED0492B331",
+ "base": "ibc/DA4D1E76C8B6F41BC17FBBAD8A2C9D36EFD91E991D1075D7C20642B45C1DC937",
"denomUnits": [
{
"aliases": [
- "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
],
- "denom": "ibc/966025FD5D0D35ADB7833D0F491BA0D9681D3AAF0183CFC1527B35ED0492B331",
+ "denom": "ibc/DA4D1E76C8B6F41BC17FBBAD8A2C9D36EFD91E991D1075D7C20642B45C1DC937",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "lp-whale-mnta",
"exponent": 6,
},
],
- "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
- "display": "atom",
+ "description": "LP Bow: WHALE-MNTA",
+ "display": "lp-whale-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "IBC atom",
- "symbol": "ATOM",
+ "name": "LP Bow: WHALE-MNTA",
+ "symbol": "LP WHALE-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1jsjygyj8hwa4f0p9wwgct4yzmzzexe5x5u6l40l7ty2qzwwwsemqavhk3x/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E3B1B362C9FAC2BC1C4CC224241229A0014BCAF7FB9ED1725F15CCA2EA563625",
+ "base": "ibc/5739C0A2443302BFDB1E5E9197C9C2EC533CFFA858987D0D49CCBD5A749F2E27",
"denomUnits": [
{
"aliases": [
- "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
],
- "denom": "ibc/E3B1B362C9FAC2BC1C4CC224241229A0014BCAF7FB9ED1725F15CCA2EA563625",
+ "denom": "ibc/5739C0A2443302BFDB1E5E9197C9C2EC533CFFA858987D0D49CCBD5A749F2E27",
"exponent": 0,
},
{
- "denom": "axlusdc",
+ "denom": "lp-scrt-mnta",
"exponent": 6,
},
],
- "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
- "display": "axlusdc",
+ "description": "LP Bow: SCRT-MNTA",
+ "display": "lp-scrt-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin (Axelar)",
- "symbol": "axlUSDC",
+ "name": "LP Bow: SCRT-MNTA",
+ "symbol": "LP SCRT-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
- "chain_name": "neutron",
- "channel_id": "channel-49",
- },
- "type": "ibc",
+ "base_denom": "factory/kujira1p7w9ncnnme9yzzhrvzv0hnsa5u5ga06v0ckt7lq9yfap04hc5k9sn2vf6w/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
+ },
+ "type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2444438574D7C2FAC67EEDF28F83C95C1B4AAE538E8B5BBEA28E2D46D4AAB26F",
+ "base": "ibc/9B41972292144CC723B51E9BF6D4567A1EA07D5AE385F7CE7952111DCB274361",
"denomUnits": [
{
"aliases": [
- "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
],
- "denom": "ibc/2444438574D7C2FAC67EEDF28F83C95C1B4AAE538E8B5BBEA28E2D46D4AAB26F",
+ "denom": "ibc/9B41972292144CC723B51E9BF6D4567A1EA07D5AE385F7CE7952111DCB274361",
"exponent": 0,
},
{
- "denom": "tia",
+ "denom": "lp-wsteth-mnta",
"exponent": 6,
},
],
- "description": "Tia on Neutron",
- "display": "tia",
+ "description": "LP Bow: wstETH.axl-MNTA",
+ "display": "lp-wsteth-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "utia",
- "chainName": "celestia",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Celestia TIA",
- "symbol": "TIA",
+ "name": "LP Bow: wstETH.axl-MNTA",
+ "symbol": "LP wstETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1qx3hcr297qmgjt5f6u9peldf4phxqufvmew8d3eey3ns29e8qp3snj6jfu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C04F984183075A59DE75013363D68B64641ADE5FBA6BFE6F591403F8A93F3A0D",
+ "base": "ibc/EE59D8E2F5B63FA5705BAC30D440B25BC8C18C4C3FE4E9F2BE3C3DAD6AD89EE9",
"denomUnits": [
{
"aliases": [
- "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
],
- "denom": "ibc/C04F984183075A59DE75013363D68B64641ADE5FBA6BFE6F591403F8A93F3A0D",
+ "denom": "ibc/EE59D8E2F5B63FA5705BAC30D440B25BC8C18C4C3FE4E9F2BE3C3DAD6AD89EE9",
"exponent": 0,
},
{
- "denom": "ASTROPEPE",
+ "denom": "lp-wmatic-mnta",
"exponent": 6,
},
],
- "description": "Astropepe meme coin",
- "display": "ASTROPEPE",
+ "description": "LP Bow: wMATIC.axl-MNTA",
+ "display": "lp-wmatic-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "AstroPepe",
- "symbol": "ASTROPEPE",
+ "name": "LP Bow: wMATIC.axl-MNTA",
+ "symbol": "LP wMATIC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1smfdnww47xav4nn849xphku3gk3xp7a24fk533dce8masnsz4v8quklajx/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F32C0B1FE24F67A0C14CBC1EB19EE95F56AF461641A5954DC1D6CB399126670D",
+ "base": "ibc/70D3640CC11037825623229C49B4CA0DB74D801211F4A549ABC94DF72E4CD6D1",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
],
- "denom": "ibc/F32C0B1FE24F67A0C14CBC1EB19EE95F56AF461641A5954DC1D6CB399126670D",
+ "denom": "ibc/70D3640CC11037825623229C49B4CA0DB74D801211F4A549ABC94DF72E4CD6D1",
"exponent": 0,
},
{
- "denom": "wstETH",
- "exponent": 18,
+ "denom": "lp-uni-mnta",
+ "exponent": 6,
},
],
- "description": "wstETH on Neutron",
- "display": "wstETH",
+ "description": "LP Bow: UNI.axl-MNTA",
+ "display": "lp-uni-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "wstETH",
- "symbol": "wstETH",
+ "name": "LP Bow: UNI.axl-MNTA",
+ "symbol": "LP UNI.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1t4mr2xt4ky4mfwcy752chzlquam3hzs44mt8vwyec8mvypmzxu5s90vamt/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B7BFCE5B38F83E3A44631337774C2C91D66956A1E104BDD8B1F8E99EBAFABD38",
+ "base": "ibc/F5A5B8B3C625220D39D7F22A04F9470DABDF360F1E0978F8C10A3BAB17BE8F78",
"denomUnits": [
{
"aliases": [
- "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
],
- "denom": "ibc/B7BFCE5B38F83E3A44631337774C2C91D66956A1E104BDD8B1F8E99EBAFABD38",
+ "denom": "ibc/F5A5B8B3C625220D39D7F22A04F9470DABDF360F1E0978F8C10A3BAB17BE8F78",
"exponent": 0,
},
{
- "denom": "sat",
+ "denom": "lp-yieldeth-mnta",
"exponent": 6,
},
],
- "description": "NBTC on Neutron",
- "display": "sat",
+ "description": "LP Bow: yieldETH.axl-MNTA",
+ "display": "lp-yieldeth-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "usat",
- "chainName": "nomic",
- },
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Nomic NBTC",
- "symbol": "SAT",
+ "name": "LP Bow: yieldETH.axl-MNTA",
+ "symbol": "LP yieldETH.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1u8dluwa4a83q7anz0cgpmma605r07a06f0789ajcl8l0xjrplqss005cgn/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C17B1AD182BF552B494C56C7774219414EC7F011CC55A5E81219CC00C29E84D",
+ "base": "ibc/D939D7546BEBEACE9C9EA637E5CA63FC105015723E092B2B50C30A648E5D6FF6",
"denomUnits": [
{
"aliases": [
- "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
],
- "denom": "ibc/9C17B1AD182BF552B494C56C7774219414EC7F011CC55A5E81219CC00C29E84D",
+ "denom": "ibc/D939D7546BEBEACE9C9EA637E5CA63FC105015723E092B2B50C30A648E5D6FF6",
"exponent": 0,
},
{
- "denom": "dydx",
- "exponent": 18,
+ "denom": "lp-wbtc-mnta",
+ "exponent": 6,
},
],
- "description": "DYDX on Neutron",
- "display": "dydx",
+ "description": "LP Bow: wBTC.axl-MNTA",
+ "display": "lp-wbtc-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "adydx",
- "chainName": "dydx",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "DYDX",
- "symbol": "DYDX",
+ "name": "LP Bow: wBTC.axl-MNTA",
+ "symbol": "LP wBTC.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1vj39mdwekxznxxa97fv5gt957cghfdqhwju8fdv5ysu0x6vsyhps4zmqjl/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/10960B263E6942247150AE0B741AF86D3DD09F23FB305154B121B664B61F723E",
- "coingeckoId": "newt",
+ "base": "ibc/20AF1B2A0D027CF71C39485C7F482B245AC002E1E7DEFA7DF2E43D5B02991BB4",
"denomUnits": [
{
"aliases": [
- "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
],
- "denom": "ibc/10960B263E6942247150AE0B741AF86D3DD09F23FB305154B121B664B61F723E",
+ "denom": "ibc/20AF1B2A0D027CF71C39485C7F482B245AC002E1E7DEFA7DF2E43D5B02991BB4",
"exponent": 0,
},
{
- "denom": "newt",
+ "denom": "lp-paxg-mnta",
"exponent": 6,
},
],
- "description": "The cutest NEWT token on Neutron chain.",
- "display": "newt",
+ "description": "LP Bow: PAXG.grv-MNTA",
+ "display": "lp-paxg-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Newt",
- "symbol": "NEWT",
+ "name": "LP Bow: PAXG.grv-MNTA",
+ "symbol": "LP PAXG.grv-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1vqdyup9zxxl9gqy5hwh593vvuc84lstldj7qzt7fylf3q3e3uemqlwpg9y/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/540431A5BFED5015F277F57669350EB0AB378B4D8BE6C55B6721199096E0A401",
- "coingeckoId": "astroport-fi",
+ "base": "ibc/99F6253E2984CF33D4D79A9C74867492E5B50FCBF37933CAECDEA017B3FA3400",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
],
- "denom": "ibc/540431A5BFED5015F277F57669350EB0AB378B4D8BE6C55B6721199096E0A401",
+ "denom": "ibc/99F6253E2984CF33D4D79A9C74867492E5B50FCBF37933CAECDEA017B3FA3400",
"exponent": 0,
},
{
- "denom": "astro",
+ "denom": "lp-wbnb-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "astro",
+ "description": "LP Bow: wBNB.axl-MNTA",
+ "display": "lp-wbnb-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
- },
- "name": "Astroport token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "ASTRO",
+ "name": "LP Bow: wBNB.axl-MNTA",
+ "symbol": "LP wBNB.axl-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1y24jwsv84lnuv5j78qeqz5ujjpd058qsft7wfc0nk9jvycugm32sqnq53d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BC9C49492EC40D00C8FD6097BEA6085679A7BCBC43C2CF070D41985BA4218BB0",
+ "base": "ibc/5E07865CB0DDB5C5F998CB15902A964AE208DE2286DF039A27F6E8C00D5C01D1",
"denomUnits": [
{
"aliases": [
- "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
],
- "denom": "ibc/BC9C49492EC40D00C8FD6097BEA6085679A7BCBC43C2CF070D41985BA4218BB0",
+ "denom": "ibc/5E07865CB0DDB5C5F998CB15902A964AE208DE2286DF039A27F6E8C00D5C01D1",
"exponent": 0,
},
{
- "denom": "xASTRO",
+ "denom": "lp-osmo-mnta",
"exponent": 6,
},
],
- "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
- "display": "xASTRO",
+ "description": "LP Bow: OSMO-MNTA",
+ "display": "lp-osmo-mnta",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
- },
- "name": "Staked Astroport Token",
- "socials": {
- "twitter": "https://twitter.com/astroport_fi",
- "website": "https://astroport.fi/",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "xASTRO",
+ "name": "LP Bow: OSMO-MNTA",
+ "symbol": "LP OSMO-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1ygperwf0dc9ng2jffj0pwnnray3rscn9el6d78qjtt25qwgqukqszmdwtv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E6BF3BB3FC131D2ADC098D2922CFCA23F7CA653DB173DCCC51A1496164E15CD0",
+ "base": "ibc/1A348CC48BB27A03D5366EF300875E18843084A1D591443FECA6DF7535B0D470",
"denomUnits": [
{
"aliases": [
- "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
],
- "denom": "ibc/E6BF3BB3FC131D2ADC098D2922CFCA23F7CA653DB173DCCC51A1496164E15CD0",
+ "denom": "ibc/1A348CC48BB27A03D5366EF300875E18843084A1D591443FECA6DF7535B0D470",
"exponent": 0,
},
{
- "denom": "astro.cw20",
+ "denom": "lp-inj-mnta",
"exponent": 6,
},
],
- "description": "ASTRO.cw20 on Neutron",
- "display": "astro.cw20",
+ "description": "LP Bow: INJ-MNTA",
+ "display": "lp-inj-mnta",
"images": [
{
- "imageSync": {
- "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
- "chainName": "terra2",
- },
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Astroport CW20 token",
- "symbol": "ASTRO.cw20",
+ "name": "LP Bow: INJ-MNTA",
+ "symbol": "LP INJ-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1znx048dcc6arqfw6kpckl0k4ts2h7cdx20nk22wz2cxh5vle3wxqknk238/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F6411E5108BA49F31AAD977CB6232910B366FD37980B6E8717FBD99175F9E2C0",
+ "base": "ibc/4C424E48E0CE289FD9C330FC9B5BF3F2D7932E1DA1B614096251C484BA2B10C1",
"denomUnits": [
{
"aliases": [
- "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
],
- "denom": "ibc/F6411E5108BA49F31AAD977CB6232910B366FD37980B6E8717FBD99175F9E2C0",
+ "denom": "ibc/4C424E48E0CE289FD9C330FC9B5BF3F2D7932E1DA1B614096251C484BA2B10C1",
"exponent": 0,
},
{
- "denom": "corgi",
+ "denom": "lp-stosmo-osmo",
"exponent": 6,
},
],
- "description": "Baby Corgi is the real doggo of Neutron!",
- "display": "corgi",
+ "description": "LP Bow: stOSMO-OSMO",
+ "display": "lp-stosmo-osmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Baby Corgi",
- "symbol": "CORGI",
+ "name": "LP Bow: stOSMO-OSMO",
+ "symbol": "LP stOSMO-OSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira18sek950cg92gd0kvpj67dfg6p7kee6hzw92etcf2jgufr3mttvaslt5sal/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1C3305DA2EAB9A354DE252F74932777A425E5DAC25BA838E83C690F14C70F236",
+ "base": "ibc/7D270ADD95EF2C77FBBD362DA2BEA502AE99B278B25718CFB89EA5EEB9967FD7",
"denomUnits": [
{
"aliases": [
- "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
],
- "denom": "ibc/1C3305DA2EAB9A354DE252F74932777A425E5DAC25BA838E83C690F14C70F236",
+ "denom": "ibc/7D270ADD95EF2C77FBBD362DA2BEA502AE99B278B25718CFB89EA5EEB9967FD7",
"exponent": 0,
},
{
- "denom": "circus",
+ "denom": "lp-wsteth-weth",
"exponent": 6,
},
],
- "description": "clownmaxxed store of value",
- "display": "circus",
+ "description": "LP Bow: wstETH.axl-wETH.axl",
+ "display": "lp-wsteth-weth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "AtomEconomicZone69JaeKwonInu",
- "symbol": "CIRCUS",
+ "name": "LP Bow: wstETH.axl-wETH.axl",
+ "symbol": "LP wstETH.axl-wETH.axl",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1lyyeyuw4qgan6nz45thw2m0nmxa457uz7cp9dqw5d9a0h7ccek7qavkm6g/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/35C9CC97C082FBA77D4F5F3708C95B9CC9AE0A1BAABBCE629C0C3707BAE864CE",
+ "base": "ibc/D41A27D21332614AD8DACE6BCD13C2E7F5696CF35C08D421894D173458CE0FEA",
"denomUnits": [
{
"aliases": [
- "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
],
- "denom": "ibc/35C9CC97C082FBA77D4F5F3708C95B9CC9AE0A1BAABBCE629C0C3707BAE864CE",
+ "denom": "ibc/D41A27D21332614AD8DACE6BCD13C2E7F5696CF35C08D421894D173458CE0FEA",
"exponent": 0,
},
{
- "denom": "jimmy",
+ "denom": "lp-qcmnta-mnta",
"exponent": 6,
},
],
- "description": "Jimmy Neutron Finance",
- "display": "jimmy",
+ "description": "LP Bow: qcMNTA-MNTA",
+ "display": "lp-qcmnta-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "jimmy",
- "symbol": "JIMMY",
+ "name": "LP Bow: qcMNTA-MNTA",
+ "symbol": "LP qcMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1ul00h0a2kgcg9x2yfa86wj9qguhyv7jmpjpw6ztt24j9mn9xjw3slawyc8/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/43B7302B4BDC12372B6E3909A2EA66904103C98D13ECBEE6B0D8F2D7771B7A3A",
+ "base": "ibc/984F5D5A2607F7243BBC78AFFB2861299856902DA119C3BCF9E433D7810B95E1",
"denomUnits": [
{
"aliases": [
- "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
],
- "denom": "ibc/43B7302B4BDC12372B6E3909A2EA66904103C98D13ECBEE6B0D8F2D7771B7A3A",
+ "denom": "ibc/984F5D5A2607F7243BBC78AFFB2861299856902DA119C3BCF9E433D7810B95E1",
"exponent": 0,
},
{
- "denom": "bad",
+ "denom": "lp-ampmnta-mnta",
"exponent": 6,
},
],
- "description": "Baddest coin on Cosmos",
- "display": "bad",
+ "description": "LP Bow: ampMNTA-MNTA",
+ "display": "lp-ampmnta-mnta",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Badcoin",
- "symbol": "BAD",
+ "name": "LP Bow: ampMNTA-MNTA",
+ "symbol": "LP ampMNTA-MNTA",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1vj36ntsqd3msc69lxldcv9dd50jngknmael9e07rz4fpn5kyq0jsglvz2m/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/5338ECB32187F1417530CD66371434D69EDF1DA6F384435B01533E426B45971E",
+ "base": "ibc/2D3342E5316871FEFBF0191B994E9B03EA3E9C3E662ECDB29BD102AE914423D7",
"denomUnits": [
{
"aliases": [
- "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
],
- "denom": "ibc/5338ECB32187F1417530CD66371434D69EDF1DA6F384435B01533E426B45971E",
+ "denom": "ibc/2D3342E5316871FEFBF0191B994E9B03EA3E9C3E662ECDB29BD102AE914423D7",
"exponent": 0,
},
{
- "denom": "bitcosmos",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "BITCOSMOS",
- "display": "bitcosmos",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Bitcosmos",
- "symbol": "BTC",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1n648rfqqvjxm6c7zgfnfqay85rkapgg0z7da9pnmjazz5m5d7l0qxdtq90/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/95AF5A5D4DF438898DDB71B9D8B769D87AE9B0844929F155C9E4B1238CD06907",
+ "base": "ibc/B0D7B120F2635EF79F83835D9F1D1344F84219728C8EC6419EE5189D5268334E",
+ "coingeckoId": "nami-protocol",
"denomUnits": [
{
"aliases": [
- "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
],
- "denom": "ibc/95AF5A5D4DF438898DDB71B9D8B769D87AE9B0844929F155C9E4B1238CD06907",
+ "denom": "ibc/B0D7B120F2635EF79F83835D9F1D1344F84219728C8EC6419EE5189D5268334E",
"exponent": 0,
},
{
- "denom": "wtf",
+ "denom": "nami",
"exponent": 6,
},
],
- "description": "What the Fuck",
- "display": "wtf",
+ "description": "The token of NAMI",
+ "display": "nami",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nami.svg",
},
- "name": "wtf",
- "symbol": "WTF",
+ "name": "NAMI",
+ "symbol": "NAMI",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/unami",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1585A07B63661F264D9F1D412A85DBE217368E87C5CF905435B9E73E4F704011",
+ "base": "ibc/34C675159D7EE4355AE3019F69261CDA245D6F195F8E74DCE2831CA5324A1C0A",
"denomUnits": [
{
"aliases": [
- "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
],
- "denom": "ibc/1585A07B63661F264D9F1D412A85DBE217368E87C5CF905435B9E73E4F704011",
+ "denom": "ibc/34C675159D7EE4355AE3019F69261CDA245D6F195F8E74DCE2831CA5324A1C0A",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "nausd",
"exponent": 6,
},
],
- "description": "NLS on Neutron",
- "display": "nls",
+ "description": "The receipt token of NAMI Protocol",
+ "display": "nausd",
"images": [
{
- "imageSync": {
- "baseDenom": "unls",
- "chainName": "nolus",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/nausd.svg",
},
- "name": "Nolus NLS",
- "symbol": "NLS",
+ "name": "NAUSD",
+ "symbol": "NAUSD",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira18thffdpuz8tm3mwwun4uhks8a2v7ye0jmw3fllqhklma82lqkpms20gh9c/unausd",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/3AF6FB9CEB58FB1E8E5E83251542E247812594DEBDE818C8B8B071E81FEECCBE",
+ "base": "ibc/05083F882685B720D7D4826AC969ABCEE0844B6ABD73EF390353B780923AC8D8",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
],
- "denom": "ibc/3AF6FB9CEB58FB1E8E5E83251542E247812594DEBDE818C8B8B071E81FEECCBE",
+ "denom": "ibc/05083F882685B720D7D4826AC969ABCEE0844B6ABD73EF390353B780923AC8D8",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "mctest",
"exponent": 6,
},
],
- "description": "A Mechanical Canine",
- "display": "goddard",
+ "description": "The token of MCTest",
+ "display": "mctest",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/mctest.png",
},
- "name": "Goddard",
- "symbol": "GODRD",
+ "name": "MCTEST",
+ "symbol": "MC01",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1mn2pgkggquqm2m44zqlaq29jxwtad53qkv4xy4/MCTest",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4DE7C4DE671191B9533EF6603E3F7C07943DE4018BF29C72F4683D7C198CD105",
+ "base": "ibc/978C91BCBE5CD5C1DE4F577ED738F488DD575999CA12B7C98033A1F7305106B8",
"denomUnits": [
{
"aliases": [
- "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
],
- "denom": "ibc/4DE7C4DE671191B9533EF6603E3F7C07943DE4018BF29C72F4683D7C198CD105",
+ "denom": "ibc/978C91BCBE5CD5C1DE4F577ED738F488DD575999CA12B7C98033A1F7305106B8",
"exponent": 0,
},
{
- "denom": "apollo",
+ "denom": "auto",
"exponent": 6,
},
],
- "description": "The deflationary utility token of the Apollo DAO project",
- "display": "apollo",
+ "description": "The token of AUTO",
+ "display": "auto",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
+ "theme": {
+ "primaryColorHex": "#1a1b1b",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
- },
- "name": "Apollo DAO",
- "socials": {
- "twitter": "https://twitter.com/ApolloDAO",
- "website": "https://apollo.farm/",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/auto.png",
},
- "symbol": "APOLLO",
+ "name": "AUTO",
+ "symbol": "AUTO",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira13x2l25mpkhwnwcwdzzd34cr8fyht9jlj7xu9g4uffe36g3fmln8qkvm3qn/uauto",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/07C3F7B80743C42FDF1BCDED745FF7824F95DD2A07E992B14C82897081F282EC",
+ "base": "ibc/1B7AA926809880A67BEB03F95CF98CFED1F2A2BDC9F0607EA304BFE0092EA83A",
"denomUnits": [
{
"aliases": [
- "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
],
- "denom": "ibc/07C3F7B80743C42FDF1BCDED745FF7824F95DD2A07E992B14C82897081F282EC",
+ "denom": "ibc/1B7AA926809880A67BEB03F95CF98CFED1F2A2BDC9F0607EA304BFE0092EA83A",
"exponent": 0,
},
{
- "denom": "newtroll",
- "exponent": 6,
+ "denom": "qcDYDX",
+ "exponent": 18,
},
],
- "description": "NEWTROLL",
- "display": "newtroll",
+ "description": "Quark's auto-compounding DYDX derivative",
+ "display": "qcDYDX",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/qcdydx.svg",
},
- "name": "Newtroll",
- "symbol": "NTRL",
+ "name": "qcDYDX",
+ "symbol": "qcDYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1seqq2ekz47uqayshqkg5wqx5vcyrmtwcl9vscnwy2gjh7mz5aapsdfxsd5/urcpt",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FC2E6B5C81B3CAC48A7349F2A8671593725A647356C41EDBF0A626FCAF4DD01F",
+ "base": "ibc/7ADC237C909C84575A7748ACDD8D4486C0FC9CA8BC99F6F365CCDF51646F138E",
"denomUnits": [
{
"aliases": [
- "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
],
- "denom": "ibc/FC2E6B5C81B3CAC48A7349F2A8671593725A647356C41EDBF0A626FCAF4DD01F",
+ "denom": "ibc/7ADC237C909C84575A7748ACDD8D4486C0FC9CA8BC99F6F365CCDF51646F138E",
"exponent": 0,
},
{
- "denom": "retro",
+ "denom": "rkuji",
"exponent": 6,
},
],
- "description": "Retro Game",
- "display": "retro",
+ "description": "The Kujira Recovery Token",
+ "display": "rkuji",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/rkuji.svg",
},
- "name": "Retro",
- "symbol": "RETRO",
+ "name": "rKUJI",
+ "symbol": "rKUJI",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1tsekaqv9vmem0zwskmf90gpf0twl6k57e8vdnq/urkuji",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EDDAB98B6ADCEEF46DA483D3AFB27F6A38F43DD34BEEA812550EA285B11D6E68",
+ "base": "ibc/1CFE67C35EA3C91AE29DC0DD903E4950ED8816EF2395BDE728C73F8CE07C0815",
"denomUnits": [
{
"aliases": [
- "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
],
- "denom": "ibc/EDDAB98B6ADCEEF46DA483D3AFB27F6A38F43DD34BEEA812550EA285B11D6E68",
+ "denom": "ibc/1CFE67C35EA3C91AE29DC0DD903E4950ED8816EF2395BDE728C73F8CE07C0815",
"exponent": 0,
},
{
- "denom": "goddard",
+ "denom": "lp-atom-usk",
"exponent": 6,
},
],
- "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
- "display": "goddard",
+ "description": "LP Bow: ATOM-USK",
+ "display": "lp-atom-usk",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Goddard",
- "symbol": "GODDARD",
+ "name": "LP Bow: ATOM-USK",
+ "symbol": "LP ATOM-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1yncutssgh2vj9scaymtteg949hwcft07c6qmgarxnaf04yesq3jsn6g2uv/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/709A8782BCF5DBBBEC3EC2231249ED1289199A37E456562D0A8A1A7631A265B1",
+ "base": "ibc/F3BB7A098C5B712D46981C68D4132E6E60953AA7B92ADBA51CF2ABF06CBBB349",
"denomUnits": [
{
"aliases": [
- "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
],
- "denom": "ibc/709A8782BCF5DBBBEC3EC2231249ED1289199A37E456562D0A8A1A7631A265B1",
+ "denom": "ibc/F3BB7A098C5B712D46981C68D4132E6E60953AA7B92ADBA51CF2ABF06CBBB349",
"exponent": 0,
},
{
- "denom": "WOSMO",
+ "denom": "lp-weth-usk",
"exponent": 6,
},
],
- "description": "The first memecoin on osmosis.",
- "display": "WOSMO",
+ "description": "LP Bow: wETH.axl-USK",
+ "display": "lp-weth-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Wosmo",
- "symbol": "WOSMO",
+ "name": "LP Bow: wETH.axl-USK",
+ "symbol": "LP wETH.axl-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1xwvvjq5w0887v2vz4e83kcu38s0jq8q8lqa3z5hxm295q7y4uejqp24la7/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/142595FF1A1A745BE68E39DBDAD9BDBE1D97EBFCDF123269A186F23072854D11",
+ "base": "ibc/D7E551427C74296DF1854A08C211F0F88F0AE6E6E43DC7116D81CF4A26F908D6",
"denomUnits": [
{
"aliases": [
- "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
],
- "denom": "ibc/142595FF1A1A745BE68E39DBDAD9BDBE1D97EBFCDF123269A186F23072854D11",
+ "denom": "ibc/D7E551427C74296DF1854A08C211F0F88F0AE6E6E43DC7116D81CF4A26F908D6",
"exponent": 0,
},
{
- "denom": "boy",
+ "denom": "lp-sol-usk",
"exponent": 6,
},
],
- "description": "Astro BOY",
- "display": "boy",
+ "description": "LP Bow: SOL.wh-USK",
+ "display": "lp-sol-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "boy",
- "symbol": "BOY",
+ "name": "LP Bow: SOL.wh-USK",
+ "symbol": "LP SOL.wh-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1vcmh95lje5dln782pxckma65eujs4sv960w22whgsp7a2ajsc6lsvnlhgd/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F",
+ "base": "ibc/1201D348B31EC36E29DFAC3F85D7E355D3A75B43CD1C09BA24FB21ADEB4A9EBF",
"denomUnits": [
{
"aliases": [
- "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
],
- "denom": "ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F",
+ "denom": "ibc/1201D348B31EC36E29DFAC3F85D7E355D3A75B43CD1C09BA24FB21ADEB4A9EBF",
"exponent": 0,
},
{
- "denom": "BADKID",
+ "denom": "lp-weth-usdc",
"exponent": 6,
},
],
- "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
- "display": "BADKID",
+ "description": "LP Bow: wETH.axl-USDC",
+ "display": "lp-weth-usdc",
"images": [
{
- "imageSync": {
- "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
- "chainName": "osmosis",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Badkid",
- "symbol": "BADKID",
+ "name": "LP Bow: wETH.axl-USDC",
+ "symbol": "LP wETH.axl-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1n4jfv39hzv2dtshzv6gj4hp8rkdy5rrsr7l84lc3x9cahz4v0umq24q3lu/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B",
+ "base": "ibc/8FE12F3084F60A99C1B440506244B85E6430EA75B98676C6145D00F3893E6D12",
"denomUnits": [
{
"aliases": [
- "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
],
- "denom": "ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B",
+ "denom": "ibc/8FE12F3084F60A99C1B440506244B85E6430EA75B98676C6145D00F3893E6D12",
"exponent": 0,
},
{
- "denom": "cartel",
+ "denom": "lp-dydx-usk",
"exponent": 6,
},
],
- "description": "Reflections of cartel activity on Cosmos.",
- "display": "cartel",
+ "description": "LP Bow: DYDX-USK",
+ "display": "lp-dydx-usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "cartel",
- "symbol": "CARTEL",
+ "name": "LP Bow: DYDX-USK",
+ "symbol": "LP DYDX-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1lctu7hy65466fxw3tcqf8w45zwrpwgd9chvjqpgyfgcr73k774nsv4ya6t/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1AE9B6C1221ECFEC1759B9D07211D59851F077F162D7FF6AFA342312F1F40905",
+ "base": "ibc/6780786E8C140E992ED28AD45D4A87A38A895C200B1F3E10F78A48D4A3721F37",
"denomUnits": [
{
"aliases": [
- "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
],
- "denom": "ibc/1AE9B6C1221ECFEC1759B9D07211D59851F077F162D7FF6AFA342312F1F40905",
+ "denom": "ibc/6780786E8C140E992ED28AD45D4A87A38A895C200B1F3E10F78A48D4A3721F37",
"exponent": 0,
},
{
- "denom": "ATOM1KLFG",
+ "denom": "lp-akt-usdc",
"exponent": 6,
},
],
- "description": "$ATOM to $1,000 LFG!!",
- "display": "ATOM1KLFG",
+ "description": "LP Bow: AKT-USDC",
+ "display": "lp-akt-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "ATOM1KLFG",
- "symbol": "ATOM1KLFG",
+ "name": "LP Bow: AKT-USDC",
+ "symbol": "LP AKT-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1g5st8p6qdyf23zzerjcxgpr2r7a9wzdyaymu79ngg6ve3m9v3n4sdetv4e/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BF1E7936725E67E723805B780B413454971F9D2AE4E2F4F8267C9556431B6491",
- "coingeckoId": "usd-coin",
+ "base": "ibc/F89CAF5B5F2D1590B20E4828F29657F709FF00826A3E23F3A96F1C9CC99A6DDC",
"denomUnits": [
{
"aliases": [
- "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
],
- "denom": "ibc/BF1E7936725E67E723805B780B413454971F9D2AE4E2F4F8267C9556431B6491",
+ "denom": "ibc/F89CAF5B5F2D1590B20E4828F29657F709FF00826A3E23F3A96F1C9CC99A6DDC",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp-wbtc-usk",
"exponent": 6,
},
],
- "description": "USD Coin on Neutron",
- "display": "usdc",
+ "description": "LP Bow: wBTC-USK",
+ "display": "lp-wbtc-usk",
"images": [
{
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "noble",
- },
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "LP Bow: wBTC-USK",
+ "symbol": "LP wBTC-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-136",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
- "chain_name": "neutron",
- "channel_id": "channel-49",
+ "base_denom": "factory/kujira1d7jt9zwlnpvf7sskfm57c77pm9mtwczqre75t9k80ees0v523kasss9htj/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/81D03D8FCD6171B36317A487BF846D75D1178F252D204C01A0986AB371971FC1",
+ "base": "ibc/90996657B0A0E8F2A36CA9BA234B4FED3A8604F48273FC4BAB4EE186BFE97CB8",
"denomUnits": [
{
"aliases": [
- "ustake",
+ "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
],
- "denom": "ibc/81D03D8FCD6171B36317A487BF846D75D1178F252D204C01A0986AB371971FC1",
+ "denom": "ibc/90996657B0A0E8F2A36CA9BA234B4FED3A8604F48273FC4BAB4EE186BFE97CB8",
"exponent": 0,
},
{
- "denom": "stake",
- "exponent": 6,
+ "denom": "lp-wbtc-wbtc",
+ "exponent": 8,
},
],
- "description": "The permissioned staking asset for Noble Chain",
- "display": "stake",
+ "description": "LP Bow: wBTC.axl-wBTC",
+ "display": "lp-wbtc-wbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Stake",
- "symbol": "STAKE",
+ "name": "LP Bow: wBTC.axl-wBTC",
+ "symbol": "LP wBTC.axl-wBTC",
"traces": [
{
"chain": {
- "channel_id": "channel-132",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ustake",
- "chain_name": "noble",
- "channel_id": "channel-36",
+ "base_denom": "factory/kujira1c4e2zk4z0anrufjh64gxtse6e4s5g52fe2ja8ke3r9e0pvpd0z0qws8zsp/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/BA279CFC912BC0D7515522C217126891F1AB46B37ECB418BE066808097E7FC52",
+ "base": "ibc/00A152056E06B4F5B657B3B4F0EE5F6A04DDF918D29082667CBA5FDA9CE8D8AC",
"denomUnits": [
{
"aliases": [
- "ufrienzies",
+ "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
],
- "denom": "ibc/BA279CFC912BC0D7515522C217126891F1AB46B37ECB418BE066808097E7FC52",
+ "denom": "ibc/00A152056E06B4F5B657B3B4F0EE5F6A04DDF918D29082667CBA5FDA9CE8D8AC",
"exponent": 0,
},
{
- "denom": "frienzies",
+ "denom": "lp-inj-usdc",
"exponent": 6,
},
],
- "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
- "display": "frienzies",
+ "description": "LP Bow: INJ-USDC",
+ "display": "lp-inj-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Frienzies",
- "symbol": "FRNZ",
+ "name": "LP Bow: INJ-USDC",
+ "symbol": "LP INJ-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-132",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ufrienzies",
- "chain_name": "noble",
- "channel_id": "channel-36",
+ "base_denom": "factory/kujira14jwhlsg3az20f7keav2axxj205fyv5j8mp6rv5svqwwll3ls9slq6zwleg/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/1763582ED57DC337CF6435A7F92CA0FD8A617A53BB84AAEF6CC81AADA4D0A1BA",
+ "base": "ibc/7CF42C2C9BDD38A7C9429DBB1E3FE7B08525489BEE5E7DF2A17D09105444503D",
"denomUnits": [
{
"aliases": [
- "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
],
- "denom": "ibc/1763582ED57DC337CF6435A7F92CA0FD8A617A53BB84AAEF6CC81AADA4D0A1BA",
+ "denom": "ibc/7CF42C2C9BDD38A7C9429DBB1E3FE7B08525489BEE5E7DF2A17D09105444503D",
"exponent": 0,
},
{
- "aliases": [
- "ATOM",
- ],
- "denom": "atom",
+ "denom": "lp-atom-usdc",
"exponent": 6,
},
],
- "description": "ATOM token on Noble",
- "display": "atom",
+ "description": "LP Bow: ATOM-USDC",
+ "display": "lp-atom-usdc",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "Atom Staking Coin",
- "symbol": "ATOM",
+ "name": "LP Bow: ATOM-USDC",
+ "symbol": "LP ATOM-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-132",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
- "chain_name": "noble",
- "channel_id": "channel-36",
+ "base_denom": "factory/kujira13my0qtm2a8jp0wg8uzg49tyn4zcea8scy3dc7ghn8z9eys08yzls49ymdm/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
- "coingeckoId": "usd-coin",
+ "base": "ibc/5C576CD77B7BA8F0294953E6C707FF0762834C0C949A20EDF571C2D03E09897A",
"denomUnits": [
{
"aliases": [
- "uusdc",
+ "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
],
- "denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "denom": "ibc/5C576CD77B7BA8F0294953E6C707FF0762834C0C949A20EDF571C2D03E09897A",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "lp-mnta-usdc",
"exponent": 6,
},
],
- "description": "USD Coin",
- "display": "usdc",
+ "description": "LP Bow: MNTA-USDC",
+ "display": "lp-mnta-usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "name": "USD Coin",
- "symbol": "USDC",
+ "name": "LP Bow: MNTA-USDC",
+ "symbol": "LP MNTA-USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-132",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "uusdc",
- "chain_name": "noble",
- "channel_id": "channel-36",
+ "base_denom": "factory/kujira1742pe93mxm0cwqjxgxh6th9sspdrluqvw9pha9q69eeatue4x5xs0wdq2d/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
],
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
- "coingeckoId": "osmosis",
+ "base": "ibc/37F0AE7AAADECDA1310BAC92FC781ADD8A2682C100EEBDEE8EDA4652C809F6C1",
"denomUnits": [
{
"aliases": [
- "uosmo",
+ "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
],
- "denom": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
+ "denom": "ibc/37F0AE7AAADECDA1310BAC92FC781ADD8A2682C100EEBDEE8EDA4652C809F6C1",
"exponent": 0,
},
{
- "denom": "osmo",
+ "denom": "lp-mnta-usk",
"exponent": 6,
},
],
- "description": "The native token of Osmosis",
- "display": "osmo",
+ "description": "LP Bow: MNTA-USK",
+ "display": "lp-mnta-usk",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
],
- "keywords": [
- "dex",
- "staking",
- ],
"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",
- },
- "name": "Osmosis",
- "socials": {
- "twitter": "https://twitter.com/osmosiszone",
- "website": "https://osmosis.zone",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/bow.svg",
},
- "symbol": "OSMO",
+ "name": "LP Bow: MNTA-USK",
+ "symbol": "LP MNTA-USK",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "uosmo",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/kujira1xtaadmh06s8u3z5mypp8qayhrnxgga5wr88s7raram4rz8zu37hquf82wk/ulp",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
@@ -7573,51 +8276,43 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389",
- "coingeckoId": "ion",
+ "base": "ibc/9F7B2AC3DE923D2B7BD0A56776F7367E5008F55C588AE23DF9B378C92E59E22D",
"denomUnits": [
{
"aliases": [
- "uion",
+ "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
],
- "denom": "ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389",
+ "denom": "ibc/9F7B2AC3DE923D2B7BD0A56776F7367E5008F55C588AE23DF9B378C92E59E22D",
"exponent": 0,
},
{
- "denom": "ion",
+ "denom": "boon",
"exponent": 6,
},
],
- "display": "ion",
+ "description": "The token that fuels the Boon app",
+ "display": "boon",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
],
- "keywords": [
- "memecoin",
- "defi",
- ],
"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",
- },
- "name": "Ion DAO",
- "socials": {
- "twitter": "https://twitter.com/_IONDAO",
- "website": "https://ion.wtf",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/boon.svg",
},
- "symbol": "ION",
+ "name": "Boon",
+ "symbol": "BOON",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-152",
},
"counterparty": {
- "base_denom": "uion",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/kujira1gewwffxhaygxe8tacd3z9h4uyvpd2h7v9qtfmaw8jjhwalxxpd7qlqld4m/boon",
+ "chain_name": "kujira",
+ "channel_id": "channel-158",
},
"type": "ibc",
},
@@ -7625,96 +8320,105 @@ The Kava Network features a native governance and utility token, KAVA, that can
"typeAsset": "sdk.coin",
},
{
- "base": "ibc/D652CF3DD8442315EEC2F45DFB643B9C3F73BC0E2A563EB33E9AD4F3A077BCE1",
+ "base": "ibc/88386638D9EE3A4BD2B16E4A7EB239A435E4BA1B1BB450EA46ADB771BAB10A63",
+ "coingeckoId": "neutron-3",
"denomUnits": [
{
"aliases": [
- "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
+ "untrn",
],
- "denom": "ibc/D652CF3DD8442315EEC2F45DFB643B9C3F73BC0E2A563EB33E9AD4F3A077BCE1",
+ "denom": "ibc/88386638D9EE3A4BD2B16E4A7EB239A435E4BA1B1BB450EA46ADB771BAB10A63",
"exponent": 0,
},
{
- "denom": "usdc",
+ "denom": "ntrn",
"exponent": 6,
},
],
- "description": "Circle's stablecoin on Axelar",
- "display": "usdc",
+ "description": "Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub's security to provide cross-chain DeFi applications.",
+ "display": "ntrn",
+ "extendedDescription": "Neutron is a blockchain network designed to bring smart contracts to the Cosmos ecosystem using CosmWasm. It leverages Interchain Security to rely on the Cosmos Hub's validator set, enhancing its security without needing its own validators. This allows Neutron to provide robust, cross-chain smart contract applications across more than 50 interconnected blockchains. Neutron's focus on interchain queries and transactions enables secure data retrieval and transaction execution across multiple chains, fostering the development of complex and decentralized applications within the Cosmos network.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
- },
- {
- "imageSync": {
- "baseDenom": "uusdc",
- "chainName": "axelar",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#040404",
},
- "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",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
},
- "name": "USD Coin (Axelar)",
- "symbol": "USDC.axl",
+ "name": "Neutron",
+ "socials": {
+ "twitter": "https://twitter.com/Neutron_org",
+ "website": "https://neutron.org/",
+ },
+ "symbol": "NTRN",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "untrn",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/24AB598706D1A5039B026EFDCDEA9BE72651513C1BF67878EB044DDBE061C543",
+ "base": "ibc/966025FD5D0D35ADB7833D0F491BA0D9681D3AAF0183CFC1527B35ED0492B331",
"denomUnits": [
{
"aliases": [
- "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
+ "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
],
- "denom": "ibc/24AB598706D1A5039B026EFDCDEA9BE72651513C1BF67878EB044DDBE061C543",
+ "denom": "ibc/966025FD5D0D35ADB7833D0F491BA0D9681D3AAF0183CFC1527B35ED0492B331",
"exponent": 0,
},
{
- "denom": "weth",
- "exponent": 18,
+ "denom": "atom",
+ "exponent": 6,
},
],
- "description": "Ethereum (ETH) is a decentralized, open-source blockchain system featuring smart contract functionality. It's the native cryptocurrency of the Ethereum platform, often regarded as the second most popular digital currency after Bitcoin. Ethereum was proposed in late 2013 and development was crowdfunded in 2014, leading to its network going live on 30 July 2015.
-
-ETH, as a digital currency, is used for a variety of purposes within the Ethereum ecosystem, including the execution of decentralized smart contracts and as a mode of payment. Unlike Bitcoin, Ethereum was designed to be a platform for applications that can operate without the need for intermediaries, using blockchain technology. This has made Ethereum a leading platform for various applications, including decentralized finance (DeFi), non-fungible tokens (NFTs), and more. Ethereum is constantly evolving, with a significant upgrade termed Ethereum 2.0, which aims to improve its scalability, security, and sustainability.",
- "display": "weth",
+ "description": "IBC uatom through cosmoshub-4 transfer/channel-1",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "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",
},
- "name": "Ether",
- "symbol": "ETH",
+ "name": "IBC atom",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -7722,50 +8426,50 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/90917DBA892E9DAB893589DDE17D2F407DC93C57245099290BD66E48621D6F6A",
+ "base": "ibc/E3B1B362C9FAC2BC1C4CC224241229A0014BCAF7FB9ED1725F15CCA2EA563625",
"denomUnits": [
{
"aliases": [
- "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
+ "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
],
- "denom": "ibc/90917DBA892E9DAB893589DDE17D2F407DC93C57245099290BD66E48621D6F6A",
+ "denom": "ibc/E3B1B362C9FAC2BC1C4CC224241229A0014BCAF7FB9ED1725F15CCA2EA563625",
"exponent": 0,
},
{
- "denom": "wbtc",
- "exponent": 8,
+ "denom": "axlusdc",
+ "exponent": 6,
},
],
- "description": "Wrapped Bitcoin on Axelar",
- "display": "wbtc",
+ "description": "IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2",
+ "display": "axlusdc",
"images": [
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
- },
{
"imageSync": {
- "baseDenom": "wbtc-satoshi",
+ "baseDenom": "uusdc",
"chainName": "axelar",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "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",
},
- "name": "Wrapped Bitcoin (Axelar)",
- "symbol": "WBTC.axl",
+ "name": "USD Coin (Axelar)",
+ "symbol": "axlUSDC",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -7773,45 +8477,50 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9B7F406936F99FEA2B37D0B2829F5FAF9F6E423CB925E79973CE7CA2FCFED83A",
+ "base": "ibc/2444438574D7C2FAC67EEDF28F83C95C1B4AAE538E8B5BBEA28E2D46D4AAB26F",
"denomUnits": [
{
"aliases": [
- "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
+ "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
],
- "denom": "ibc/9B7F406936F99FEA2B37D0B2829F5FAF9F6E423CB925E79973CE7CA2FCFED83A",
+ "denom": "ibc/2444438574D7C2FAC67EEDF28F83C95C1B4AAE538E8B5BBEA28E2D46D4AAB26F",
"exponent": 0,
},
{
- "denom": "usdt",
+ "denom": "tia",
"exponent": 6,
},
],
- "description": "Tether's USD stablecoin on Axelar",
- "display": "usdt",
+ "description": "Tia on Neutron",
+ "display": "tia",
"images": [
{
- "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",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg",
+ "imageSync": {
+ "baseDenom": "utia",
+ "chainName": "celestia",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
+ "theme": {
+ "primaryColorHex": "#7c2cfb",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",
},
- "name": "Tether USD (Axelar)",
- "symbol": "USDT.axl",
+ "name": "Celestia TIA",
+ "symbol": "TIA",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -7819,133 +8528,141 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/44976AC8928C028A260743781CF56F6B5F4380857DFEC818A9EA4E891C2BA24B",
+ "base": "ibc/C04F984183075A59DE75013363D68B64641ADE5FBA6BFE6F591403F8A93F3A0D",
"denomUnits": [
{
"aliases": [
- "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
+ "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
],
- "denom": "ibc/44976AC8928C028A260743781CF56F6B5F4380857DFEC818A9EA4E891C2BA24B",
+ "denom": "ibc/C04F984183075A59DE75013363D68B64641ADE5FBA6BFE6F591403F8A93F3A0D",
"exponent": 0,
},
{
- "denom": "dai",
- "exponent": 18,
+ "denom": "ASTROPEPE",
+ "exponent": 6,
},
],
- "description": "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.",
- "display": "dai",
+ "description": "Astropepe meme coin",
+ "display": "ASTROPEPE",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
+ "theme": {
+ "primaryColorHex": "#47391d",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astropepe.png",
},
- "name": "Dai Stablecoin",
- "symbol": "DAI",
+ "name": "AstroPepe",
+ "symbol": "ASTROPEPE",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron14henrqx9y328fjrdvz6l6d92r0t7g5hk86q5nd/uastropepe",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/CE4738D21F24C15527CE647F9ABDE89AB635A03E63CBE0B4064F9DBE8404A158",
+ "base": "ibc/F32C0B1FE24F67A0C14CBC1EB19EE95F56AF461641A5954DC1D6CB399126670D",
"denomUnits": [
{
"aliases": [
- "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
+ "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
],
- "denom": "ibc/CE4738D21F24C15527CE647F9ABDE89AB635A03E63CBE0B4064F9DBE8404A158",
+ "denom": "ibc/F32C0B1FE24F67A0C14CBC1EB19EE95F56AF461641A5954DC1D6CB399126670D",
"exponent": 0,
},
{
- "denom": "busd",
+ "denom": "wstETH",
"exponent": 18,
},
],
- "description": "Binance USD (BUSD) is a dollar-backed stablecoin issued and custodied by Paxos Trust Company, and regulated by the New York State Department of Financial Services. BUSD is available directly for sale 1:1 with USD on Paxos.com and will be listed for trading on Binance.",
- "display": "busd",
+ "description": "wstETH on Neutron",
+ "display": "wstETH",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "imageSync": {
+ "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
- "name": "Binance USD",
- "symbol": "BUSD",
+ "name": "wstETH",
+ "symbol": "wstETH",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/81844CA896A4C233B331A468123AF2AACDC580DE294C5528A6E3F661A136795C",
+ "base": "ibc/B7BFCE5B38F83E3A44631337774C2C91D66956A1E104BDD8B1F8E99EBAFABD38",
"denomUnits": [
{
"aliases": [
- "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
+ "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
],
- "denom": "ibc/81844CA896A4C233B331A468123AF2AACDC580DE294C5528A6E3F661A136795C",
+ "denom": "ibc/B7BFCE5B38F83E3A44631337774C2C91D66956A1E104BDD8B1F8E99EBAFABD38",
"exponent": 0,
},
{
- "denom": "atom",
+ "denom": "sat",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Cosmos Hub.",
- "display": "atom",
+ "description": "NBTC on Neutron",
+ "display": "sat",
"images": [
{
"imageSync": {
- "baseDenom": "uatom",
- "chainName": "cosmoshub",
+ "baseDenom": "usat",
+ "chainName": "nomic",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#8436e6",
},
- "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",
},
],
"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",
+ "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",
},
- "name": "Cosmos Hub",
- "symbol": "ATOM",
+ "name": "Nomic NBTC",
+ "symbol": "SAT",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/DDC3C60EE82BF544F1A0C6A983FF500EF1C14DE20071A5E1E7C0FB470E36E920",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -7953,45 +8670,50 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/97D8B16FCE2560015857DB6DC7123B92B6336584B18C7FFF9D4C423DB05997E8",
+ "base": "ibc/9C17B1AD182BF552B494C56C7774219414EC7F011CC55A5E81219CC00C29E84D",
"denomUnits": [
{
"aliases": [
- "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
+ "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
],
- "denom": "ibc/97D8B16FCE2560015857DB6DC7123B92B6336584B18C7FFF9D4C423DB05997E8",
+ "denom": "ibc/9C17B1AD182BF552B494C56C7774219414EC7F011CC55A5E81219CC00C29E84D",
"exponent": 0,
},
{
- "denom": "cro",
- "exponent": 8,
+ "denom": "dydx",
+ "exponent": 18,
},
],
- "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
- "display": "cro",
+ "description": "DYDX on Neutron",
+ "display": "dydx",
"images": [
{
"imageSync": {
- "baseDenom": "basecro",
- "chainName": "cryptoorgchain",
+ "baseDenom": "adydx",
+ "chainName": "dydx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
+ "theme": {
+ "primaryColorHex": "#21212f",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",
},
- "name": "Cronos POS Chain",
- "symbol": "CRO",
+ "name": "DYDX",
+ "symbol": "DYDX",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -7999,183 +8721,189 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/BBBB338483FC26357A3106F7BCFF1EB52BBF782C3A53E0DB874FB23BD8E25409",
+ "base": "ibc/10960B263E6942247150AE0B741AF86D3DD09F23FB305154B121B664B61F723E",
+ "coingeckoId": "newt",
"denomUnits": [
{
"aliases": [
- "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
+ "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
],
- "denom": "ibc/BBBB338483FC26357A3106F7BCFF1EB52BBF782C3A53E0DB874FB23BD8E25409",
+ "denom": "ibc/10960B263E6942247150AE0B741AF86D3DD09F23FB305154B121B664B61F723E",
"exponent": 0,
},
{
- "denom": "wbnb",
- "exponent": 18,
+ "denom": "newt",
+ "exponent": 6,
},
],
- "description": "BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.",
- "display": "wbnb",
+ "description": "The cutest NEWT token on Neutron chain.",
+ "display": "newt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
+ "theme": {
+ "primaryColorHex": "#16233d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newt.png",
},
- "name": "Binance Coin",
- "symbol": "BNB",
+ "name": "Newt",
+ "symbol": "NEWT",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1p8d89wvxyjcnawmgw72klknr3lg9gwwl6ypxda/newt",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/C5A2C2CDDDAFF9F8B3333C817AB8258A28E13F5612EBBDCAF51E5CCCEEF1223D",
+ "base": "ibc/540431A5BFED5015F277F57669350EB0AB378B4D8BE6C55B6721199096E0A401",
+ "coingeckoId": "astroport-fi",
"denomUnits": [
{
"aliases": [
- "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
+ "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
],
- "denom": "ibc/C5A2C2CDDDAFF9F8B3333C817AB8258A28E13F5612EBBDCAF51E5CCCEEF1223D",
+ "denom": "ibc/540431A5BFED5015F277F57669350EB0AB378B4D8BE6C55B6721199096E0A401",
"exponent": 0,
},
{
- "denom": "wmatic",
- "exponent": 18,
+ "denom": "astro",
+ "exponent": 6,
},
],
- "description": "Polygon (formerly Matic) Network brings massive scale to Ethereum using an adapted version of Plasma with PoS based side chains. Polygon is a well-structured, easy-to-use platform for Ethereum scaling and infrastructure development.",
- "display": "wmatic",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "astro",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
+ "theme": {
+ "primaryColorHex": "#4056e9",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg",
},
- "name": "Polygon",
- "symbol": "MATIC",
+ "name": "Astroport token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "ASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/B81829221936373A816C54D42A4347C56BE53F25FFABB59B584FE6CAF45153E3",
+ "base": "ibc/BC9C49492EC40D00C8FD6097BEA6085679A7BCBC43C2CF070D41985BA4218BB0",
"denomUnits": [
{
"aliases": [
- "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
+ "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
],
- "denom": "ibc/B81829221936373A816C54D42A4347C56BE53F25FFABB59B584FE6CAF45153E3",
+ "denom": "ibc/BC9C49492EC40D00C8FD6097BEA6085679A7BCBC43C2CF070D41985BA4218BB0",
"exponent": 0,
},
{
- "denom": "avax",
- "exponent": 18,
+ "denom": "xASTRO",
+ "exponent": 6,
},
],
- "description": "AVAX is the native token of Avalanche. It is a hard-capped, scarce asset that is used to pay for fees, secure the platform through staking, and provide a basic unit of account between the multiple subnets created on Avalanche.",
- "display": "avax",
+ "description": "Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.",
+ "display": "xASTRO",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xAstro.svg",
},
],
"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/neutron/images/xAstro.svg",
},
- "name": "Avalanche",
- "symbol": "AVAX",
+ "name": "Staked Astroport Token",
+ "socials": {
+ "twitter": "https://twitter.com/astroport_fi",
+ "website": "https://astroport.fi/",
+ },
+ "symbol": "xASTRO",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2853AF2D1099CEC31B5D6BBF7C875E542302A3C74BDC7831E4F91426159296BB",
+ "base": "ibc/E6BF3BB3FC131D2ADC098D2922CFCA23F7CA653DB173DCCC51A1496164E15CD0",
"denomUnits": [
{
"aliases": [
- "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
+ "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
],
- "denom": "ibc/2853AF2D1099CEC31B5D6BBF7C875E542302A3C74BDC7831E4F91426159296BB",
+ "denom": "ibc/E6BF3BB3FC131D2ADC098D2922CFCA23F7CA653DB173DCCC51A1496164E15CD0",
"exponent": 0,
},
{
- "aliases": [
- "milliluna",
- ],
- "denom": "mluna",
- "exponent": 3,
- },
- {
- "aliases": [
- "lunc",
- ],
- "denom": "luna",
+ "denom": "astro.cw20",
"exponent": 6,
},
],
- "description": "The native staking token of Terra Classic.",
- "display": "luna",
+ "description": "ASTRO.cw20 on Neutron",
+ "display": "astro.cw20",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26",
+ "chainName": "terra2",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg",
},
- "name": "Luna Classic",
- "symbol": "LUNC",
+ "name": "Astroport CW20 token",
+ "symbol": "ASTRO.cw20",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -8183,323 +8911,320 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/407C7F3CC55EBB0C034D92F7BD4C424643CA92137DDCB61AC8081B84B719F2BA",
+ "base": "ibc/F6411E5108BA49F31AAD977CB6232910B366FD37980B6E8717FBD99175F9E2C0",
"denomUnits": [
{
"aliases": [
- "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
+ "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
],
- "denom": "ibc/407C7F3CC55EBB0C034D92F7BD4C424643CA92137DDCB61AC8081B84B719F2BA",
+ "denom": "ibc/F6411E5108BA49F31AAD977CB6232910B366FD37980B6E8717FBD99175F9E2C0",
"exponent": 0,
},
{
- "denom": "juno",
+ "denom": "corgi",
"exponent": 6,
},
],
- "description": "The native token of JUNO Chain",
- "display": "juno",
+ "description": "Baby Corgi is the real doggo of Neutron!",
+ "display": "corgi",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
+ "theme": {
+ "primaryColorHex": "#fab442",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/babycorgi.png",
},
- "name": "Juno",
- "symbol": "JUNO",
+ "name": "Baby Corgi",
+ "symbol": "CORGI",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1tklm6cvr2wxg8k65t8gh5ewslnzdfd5fsk0w3f/corgi",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AD87FB798F0485F0065C2386AF71874A6C94BD063241B1BD593E07982F674888",
+ "base": "ibc/1C3305DA2EAB9A354DE252F74932777A425E5DAC25BA838E83C690F14C70F236",
"denomUnits": [
{
"aliases": [
- "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
+ "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
],
- "denom": "ibc/AD87FB798F0485F0065C2386AF71874A6C94BD063241B1BD593E07982F674888",
+ "denom": "ibc/1C3305DA2EAB9A354DE252F74932777A425E5DAC25BA838E83C690F14C70F236",
"exponent": 0,
},
{
- "denom": "dot",
- "exponent": 10,
+ "denom": "circus",
+ "exponent": 6,
},
],
- "description": "Wrapped Polkadot on Axelar",
- "display": "dot",
+ "description": "clownmaxxed store of value",
+ "display": "circus",
"images": [
{
- "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",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
+ "theme": {
+ "primaryColorHex": "#242033",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/circus.png",
},
- "name": "Wrapped Polkadot (Axelar)",
- "symbol": "moonbeam.DOT.axl",
+ "name": "AtomEconomicZone69JaeKwonInu",
+ "symbol": "CIRCUS",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/A6B2E5AF1C86A0C7C0EB67EBB5860E314A3E0B8DC2E3493594621FBA07F737A5",
+ "base": "ibc/35C9CC97C082FBA77D4F5F3708C95B9CC9AE0A1BAABBCE629C0C3707BAE864CE",
"denomUnits": [
{
"aliases": [
- "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
+ "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
],
- "denom": "ibc/A6B2E5AF1C86A0C7C0EB67EBB5860E314A3E0B8DC2E3493594621FBA07F737A5",
+ "denom": "ibc/35C9CC97C082FBA77D4F5F3708C95B9CC9AE0A1BAABBCE629C0C3707BAE864CE",
"exponent": 0,
},
{
- "denom": "evmos",
- "exponent": 18,
+ "denom": "jimmy",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Evmos Hub",
- "display": "evmos",
+ "description": "Jimmy Neutron Finance",
+ "display": "jimmy",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
+ "theme": {
+ "primaryColorHex": "#7d3c20",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/jimmy.png",
},
- "name": "Evmos",
- "symbol": "EVMOS",
+ "name": "jimmy",
+ "symbol": "JIMMY",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EC01557776C08537D6E75564004DD1EC3DC02AF703547BAB3E0C5A13D1D50480",
+ "base": "ibc/43B7302B4BDC12372B6E3909A2EA66904103C98D13ECBEE6B0D8F2D7771B7A3A",
"denomUnits": [
{
"aliases": [
- "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
+ "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
],
- "denom": "ibc/EC01557776C08537D6E75564004DD1EC3DC02AF703547BAB3E0C5A13D1D50480",
+ "denom": "ibc/43B7302B4BDC12372B6E3909A2EA66904103C98D13ECBEE6B0D8F2D7771B7A3A",
"exponent": 0,
},
{
- "denom": "kava",
+ "denom": "bad",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Kava",
- "display": "kava",
+ "description": "Baddest coin on Cosmos",
+ "display": "bad",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
+ "theme": {
+ "primaryColorHex": "#211a0d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bad.png",
},
- "name": "Kava",
- "symbol": "KAVA",
+ "name": "Badcoin",
+ "symbol": "BAD",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/0D3C3B676FB92E46FCF700A94F3567F8B67E0EF0BC5AAB07643D6515BAE60D77",
+ "base": "ibc/5338ECB32187F1417530CD66371434D69EDF1DA6F384435B01533E426B45971E",
"denomUnits": [
{
"aliases": [
- "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
+ "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
],
- "denom": "ibc/0D3C3B676FB92E46FCF700A94F3567F8B67E0EF0BC5AAB07643D6515BAE60D77",
+ "denom": "ibc/5338ECB32187F1417530CD66371434D69EDF1DA6F384435B01533E426B45971E",
"exponent": 0,
},
{
- "denom": "scrt",
+ "denom": "bitcosmos",
"exponent": 6,
},
],
- "description": "The native token of Secret Network",
- "display": "scrt",
+ "description": "BITCOSMOS",
+ "display": "bitcosmos",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
+ "theme": {
+ "primaryColorHex": "#1b0847",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png",
},
- "name": "Secret Network",
- "symbol": "SCRT",
+ "name": "Bitcosmos",
+ "symbol": "BTC",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F421E79C9373EF718AB7906B297885FBD95584CAE3E15601F5230598E9A902B7",
+ "base": "ibc/95AF5A5D4DF438898DDB71B9D8B769D87AE9B0844929F155C9E4B1238CD06907",
"denomUnits": [
{
"aliases": [
- "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
+ "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
],
- "denom": "ibc/F421E79C9373EF718AB7906B297885FBD95584CAE3E15601F5230598E9A902B7",
+ "denom": "ibc/95AF5A5D4DF438898DDB71B9D8B769D87AE9B0844929F155C9E4B1238CD06907",
"exponent": 0,
},
{
- "aliases": [
- "milliusd",
- ],
- "denom": "musd",
- "exponent": 3,
- },
- {
- "aliases": [
- "ustc",
- ],
- "denom": "ust",
+ "denom": "wtf",
"exponent": 6,
},
],
- "description": "The USD stablecoin of Terra Classic.",
- "display": "ust",
+ "description": "What the Fuck",
+ "display": "wtf",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
+ "theme": {
+ "primaryColorHex": "#dcd5ab",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png",
},
- "name": "TerraClassicUSD",
- "symbol": "USTC",
+ "name": "wtf",
+ "symbol": "WTF",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4B796CD8B925D210AE8EF1D6E7C8FF9C8AE508A808883DABAD44BB0B6E6792EE",
+ "base": "ibc/1585A07B63661F264D9F1D412A85DBE217368E87C5CF905435B9E73E4F704011",
"denomUnits": [
{
"aliases": [
- "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
+ "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
],
- "denom": "ibc/4B796CD8B925D210AE8EF1D6E7C8FF9C8AE508A808883DABAD44BB0B6E6792EE",
+ "denom": "ibc/1585A07B63661F264D9F1D412A85DBE217368E87C5CF905435B9E73E4F704011",
"exponent": 0,
},
{
- "denom": "stars",
+ "denom": "nls",
"exponent": 6,
},
],
- "description": "The native token of Stargaze",
- "display": "stars",
+ "description": "NLS on Neutron",
+ "display": "nls",
"images": [
{
"imageSync": {
- "baseDenom": "ustars",
- "chainName": "stargaze",
+ "baseDenom": "unls",
+ "chainName": "nolus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "theme": {
+ "primaryColorHex": "#fc542c",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
- "name": "Stargaze",
- "symbol": "STARS",
+ "name": "Nolus NLS",
+ "symbol": "NLS",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/6C9E6701AC217C0FC7D74B0F7A6265B9B4E3C3CDA6E80AADE5F950A8F52F9972",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -8507,263 +9232,265 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/BDBF03D0ADB11EDE69CFB464234D52057E85E069F21122EC4732BFF907BEE276",
+ "base": "ibc/3AF6FB9CEB58FB1E8E5E83251542E247812594DEBDE818C8B8B071E81FEECCBE",
"denomUnits": [
{
"aliases": [
- "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
+ "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
],
- "denom": "ibc/BDBF03D0ADB11EDE69CFB464234D52057E85E069F21122EC4732BFF907BEE276",
+ "denom": "ibc/3AF6FB9CEB58FB1E8E5E83251542E247812594DEBDE818C8B8B071E81FEECCBE",
"exponent": 0,
},
{
- "denom": "huahua",
+ "denom": "goddard",
"exponent": 6,
},
],
- "description": "The native token of Chihuahua Chain",
- "display": "huahua",
+ "description": "A Mechanical Canine",
+ "display": "goddard",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
+ "theme": {
+ "primaryColorHex": "#516b80",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddardntrn.png",
},
- "name": "Chihuahua",
- "symbol": "HUAHUA",
+ "name": "Goddard",
+ "symbol": "GODRD",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1t5qrjtyryh8gzt800qr5vylhh2f8cmx4wmz9mc/ugoddard",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/152D4459578B85FC03D6648F9E04E7972A9CC11BFC2BB378683B9877009B80E6",
+ "base": "ibc/4DE7C4DE671191B9533EF6603E3F7C07943DE4018BF29C72F4683D7C198CD105",
"denomUnits": [
{
"aliases": [
- "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
+ "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
],
- "denom": "ibc/152D4459578B85FC03D6648F9E04E7972A9CC11BFC2BB378683B9877009B80E6",
+ "denom": "ibc/4DE7C4DE671191B9533EF6603E3F7C07943DE4018BF29C72F4683D7C198CD105",
"exponent": 0,
},
{
- "denom": "xprt",
+ "denom": "apollo",
"exponent": 6,
},
],
- "description": "The XPRT token is primarily a governance token for the Persistence chain.",
- "display": "xprt",
+ "description": "The deflationary utility token of the Apollo DAO project",
+ "display": "apollo",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/apollo.svg",
},
- "name": "Persistence",
- "symbol": "XPRT",
+ "name": "Apollo DAO",
+ "socials": {
+ "twitter": "https://twitter.com/ApolloDAO",
+ "website": "https://apollo.farm/",
+ },
+ "symbol": "APOLLO",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron154gg0wtm2v4h9ur8xg32ep64e8ef0g5twlsgvfeajqwghdryvyqsqhgk8e/APOLLO",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2D21163AA3F62B5D19B940063D9B95837B19F7E8404344DCCE0C1950D659B873",
+ "base": "ibc/07C3F7B80743C42FDF1BCDED745FF7824F95DD2A07E992B14C82897081F282EC",
"denomUnits": [
{
"aliases": [
- "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
+ "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
],
- "denom": "ibc/2D21163AA3F62B5D19B940063D9B95837B19F7E8404344DCCE0C1950D659B873",
+ "denom": "ibc/07C3F7B80743C42FDF1BCDED745FF7824F95DD2A07E992B14C82897081F282EC",
"exponent": 0,
},
{
- "denom": "pstake",
- "exponent": 18,
+ "denom": "newtroll",
+ "exponent": 6,
},
],
- "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets. Stakers of PoS tokens can stake their assets while maintaining the liquidity of these assets. Users earn staking rewards + receive 1:1 pegged staked representative tokens which can be used to generate additional yield.",
- "display": "pstake",
+ "description": "NEWTROLL",
+ "display": "newtroll",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/newtroll.svg",
},
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
+ "name": "Newtroll",
+ "symbol": "NTRL",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1ume2n42r5j0660gegrr28fzdze7aqf7r5cd9y6/newtroll",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F9B0A90BD48629BEA2A331AC7A0EEB5B95A780CEA3E32772F138F433E6C04EF2",
+ "base": "ibc/FC2E6B5C81B3CAC48A7349F2A8671593725A647356C41EDBF0A626FCAF4DD01F",
"denomUnits": [
{
"aliases": [
- "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
+ "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
],
- "denom": "ibc/F9B0A90BD48629BEA2A331AC7A0EEB5B95A780CEA3E32772F138F433E6C04EF2",
+ "denom": "ibc/FC2E6B5C81B3CAC48A7349F2A8671593725A647356C41EDBF0A626FCAF4DD01F",
"exponent": 0,
},
{
- "denom": "akt",
+ "denom": "retro",
"exponent": 6,
},
],
- "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",
+ "description": "Retro Game",
+ "display": "retro",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/retro.svg",
},
- "name": "Akash",
- "symbol": "AKT",
+ "name": "Retro",
+ "symbol": "RETRO",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1t24nc7whl77relnu3taxyg3p66pjyuk82png2y/uretro",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AA6BC4A39C0DC1588624274815F71ECCA955DCF04B76EF37F4A85CD02D615423",
+ "base": "ibc/EDDAB98B6ADCEEF46DA483D3AFB27F6A38F43DD34BEEA812550EA285B11D6E68",
"denomUnits": [
{
"aliases": [
- "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
+ "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
],
- "denom": "ibc/AA6BC4A39C0DC1588624274815F71ECCA955DCF04B76EF37F4A85CD02D615423",
+ "denom": "ibc/EDDAB98B6ADCEEF46DA483D3AFB27F6A38F43DD34BEEA812550EA285B11D6E68",
"exponent": 0,
},
{
- "denom": "regen",
+ "denom": "goddard",
"exponent": 6,
},
],
- "description": "REGEN coin is the token for the Regen Network Platform",
- "display": "regen",
+ "description": "THE FIRST NATIVE GODDARD MEMECOIN ON NEUTRON",
+ "display": "goddard",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/goddard.svg",
},
- "name": "Regen",
- "symbol": "REGEN",
+ "name": "Goddard",
+ "symbol": "GODDARD",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1yqj9vcc0y73xfxjzegaj4v8q0zefevnlpuh4rj/GODDARD",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2D71847CBC849F6A6B39E5142DC8A38B0055E20583D77E96CB17EF6687190C3B",
+ "base": "ibc/709A8782BCF5DBBBEC3EC2231249ED1289199A37E456562D0A8A1A7631A265B1",
"denomUnits": [
{
"aliases": [
- "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
+ "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
],
- "denom": "ibc/2D71847CBC849F6A6B39E5142DC8A38B0055E20583D77E96CB17EF6687190C3B",
+ "denom": "ibc/709A8782BCF5DBBBEC3EC2231249ED1289199A37E456562D0A8A1A7631A265B1",
"exponent": 0,
},
{
- "denom": "dvpn",
+ "denom": "WOSMO",
"exponent": 6,
},
],
- "description": "DVPN is the native token of the Sentinel Hub.",
- "display": "dvpn",
+ "description": "The first memecoin on osmosis.",
+ "display": "WOSMO",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "imageSync": {
+ "baseDenom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
+ "theme": {
+ "primaryColorHex": "#edd5ee",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png",
},
- "name": "Sentinel",
- "symbol": "DVPN",
+ "name": "Wosmo",
+ "symbol": "WOSMO",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/7DA39F5140741177846FCF3CFAB14450EE7F57B7794E5A94BEF73825D3741958",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -8771,87 +9498,93 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/098F71CB80343AF906A67BC2C6CD434874187B540E245C1ABAFAD284A69F6DBE",
+ "base": "ibc/142595FF1A1A745BE68E39DBDAD9BDBE1D97EBFCDF123269A186F23072854D11",
"denomUnits": [
{
"aliases": [
- "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
+ "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
],
- "denom": "ibc/098F71CB80343AF906A67BC2C6CD434874187B540E245C1ABAFAD284A69F6DBE",
+ "denom": "ibc/142595FF1A1A745BE68E39DBDAD9BDBE1D97EBFCDF123269A186F23072854D11",
"exponent": 0,
},
{
- "denom": "iris",
+ "denom": "boy",
"exponent": 6,
},
],
- "description": "The IRIS token is the native governance token for the IrisNet chain.",
- "display": "iris",
+ "description": "Astro BOY",
+ "display": "boy",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
+ "theme": {
+ "primaryColorHex": "#333333",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png",
},
- "name": "IRISnet",
- "symbol": "IRIS",
+ "name": "boy",
+ "symbol": "BOY",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F80576AB9ABB9E94FD607C825DEBCBF9DE195FC88EA6D7C28FF04416A13C5954",
+ "base": "ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F",
"denomUnits": [
{
"aliases": [
- "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
+ "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
],
- "denom": "ibc/F80576AB9ABB9E94FD607C825DEBCBF9DE195FC88EA6D7C28FF04416A13C5954",
+ "denom": "ibc/6DD413BAF84794BC3B70D67971AD917A7362C81F4A378EFCEEAC36FA99E6839F",
"exponent": 0,
},
{
- "denom": "iov",
+ "denom": "BADKID",
"exponent": 6,
},
],
- "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
- "display": "iov",
+ "description": "A clan of 11y bad kids crafting chaos on the Cosmos eco. One bad memecoin to rule them all $BADKID. Airdropped to Badkids NFT holders and $STARS stakers. It's so bad, your wallet's throwing a tantrum for it.",
+ "display": "BADKID",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
+ "chainName": "osmosis",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
+ "theme": {
+ "primaryColorHex": "#57443f",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/badkid.png",
},
- "name": "Starname",
- "symbol": "IOV",
+ "name": "Badkid",
+ "symbol": "BADKID",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/9F8417FBA11E5E01F7F85DDD48C400EB746E95084C11706041663845B4A700A8",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -8859,131 +9592,142 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/D9149857EEF53D196F914B9A8DDF33C9299BD4100B1F4B51BADD65E35A410358",
+ "base": "ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B",
"denomUnits": [
{
"aliases": [
- "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
+ "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
],
- "denom": "ibc/D9149857EEF53D196F914B9A8DDF33C9299BD4100B1F4B51BADD65E35A410358",
+ "denom": "ibc/CC10E17D9F8C641C6A1A1B973269F7F5482B66EECC2D9A4880B5E77445EA9F3B",
"exponent": 0,
},
{
- "denom": "ngm",
+ "denom": "cartel",
"exponent": 6,
},
],
- "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",
+ "description": "Reflections of cartel activity on Cosmos.",
+ "display": "cartel",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
+ "theme": {
+ "primaryColorHex": "#8c9098",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/cartel.png",
},
- "name": "e-Money",
- "symbol": "NGM",
+ "name": "cartel",
+ "symbol": "CARTEL",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1w0pz4mjw7n96kkragj8etgfgakg5vw9lzg77wq/cartel",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/F99C2F8D72C75F838F2D85598BB800FC3C55BC5F414EFEB823944B5CE26DA935",
+ "base": "ibc/1AE9B6C1221ECFEC1759B9D07211D59851F077F162D7FF6AFA342312F1F40905",
"denomUnits": [
{
"aliases": [
- "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
+ "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
],
- "denom": "ibc/F99C2F8D72C75F838F2D85598BB800FC3C55BC5F414EFEB823944B5CE26DA935",
+ "denom": "ibc/1AE9B6C1221ECFEC1759B9D07211D59851F077F162D7FF6AFA342312F1F40905",
"exponent": 0,
},
{
- "denom": "eur",
+ "denom": "ATOM1KLFG",
"exponent": 6,
},
],
- "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
- "display": "eur",
+ "description": "$ATOM to $1,000 LFG!!",
+ "display": "ATOM1KLFG",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ATOM1KLFGc.png",
},
- "name": "e-Money EUR",
- "symbol": "EEUR",
+ "name": "ATOM1KLFG",
+ "symbol": "ATOM1KLFG",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron13lkh47msw28yynspc5rnmty3yktk43wc3dsv0l/ATOM1KLFG",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/7055AA5724248B3A6B4CECF1D896BA0F0B2E7D484782C10DD380A9361DBFDAC1",
+ "base": "ibc/BF1E7936725E67E723805B780B413454971F9D2AE4E2F4F8267C9556431B6491",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
+ "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
],
- "denom": "ibc/7055AA5724248B3A6B4CECF1D896BA0F0B2E7D484782C10DD380A9361DBFDAC1",
+ "denom": "ibc/BF1E7936725E67E723805B780B413454971F9D2AE4E2F4F8267C9556431B6491",
"exponent": 0,
},
{
- "denom": "like",
- "exponent": 9,
+ "denom": "usdc",
+ "exponent": 6,
},
],
- "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",
+ "description": "USD Coin on Neutron",
+ "display": "usdc",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "noble",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "LikeCoin",
- "symbol": "LIKE",
+ "name": "USD Coin",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/B559A80D62249C8AA07A380E2A2BEA6E5CA9A6F079C912C3A9E9B494105E4F81",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
@@ -8991,479 +9735,521 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9C0ED9F0F0CB1D4C175B4C4CC21D3F3ABAA736FE86728356F023C175BA1AD752",
+ "base": "ibc/2C5697C2E696BFF8C45BD6E0983436D6A007AEAB53FA8F1054E4BEDC9ADE0272",
"denomUnits": [
{
"aliases": [
- "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
],
- "denom": "ibc/9C0ED9F0F0CB1D4C175B4C4CC21D3F3ABAA736FE86728356F023C175BA1AD752",
+ "denom": "ibc/2C5697C2E696BFF8C45BD6E0983436D6A007AEAB53FA8F1054E4BEDC9ADE0272",
"exponent": 0,
},
{
- "denom": "ixo",
+ "denom": "WEIRD",
"exponent": 6,
},
],
- "description": "The native token of IXO Chain",
- "display": "ixo",
+ "description": "WEIRD FRIENDS token",
+ "display": "WEIRD",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WEIRD.png",
},
- "name": "Impacts Hub",
- "symbol": "IXO",
+ "name": "WEIRD",
+ "symbol": "WEIRD",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/WEIRD",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/AB0B69E6CE77E89ECBB22B36F4D86879A90DEA21B6743B5123BB6EC8F0695BBA",
+ "base": "ibc/897289071C421B80054C3CF731AC83FC3074C8C497B6C73C33AFC0DF0BC22732",
"denomUnits": [
{
"aliases": [
- "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
+ "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
],
- "denom": "ibc/AB0B69E6CE77E89ECBB22B36F4D86879A90DEA21B6743B5123BB6EC8F0695BBA",
+ "denom": "ibc/897289071C421B80054C3CF731AC83FC3074C8C497B6C73C33AFC0DF0BC22732",
"exponent": 0,
},
{
- "denom": "bcna",
+ "denom": "takumi",
"exponent": 6,
},
],
- "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",
+ "display": "takumi",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/TAKUMI.png",
+ "theme": {
+ "primaryColorHex": "#556867",
+ },
},
],
- "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",
- },
- "name": "BitCanna",
- "symbol": "BCNA",
+ "name": "Takumi Asano",
+ "symbol": "TAKUMI",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron19tynwawkm2rgefqxy7weupu4hdamyhg890zep2/TAKUMI",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/72E10CAB081C00CFCD5809852237528644C52CF80F72DF701FA45A7C19737D71",
+ "base": "ibc/0A66C248A1287719EAA1051781068430FBD6F392FE4CCAB6F9B4CF30025620DF",
"denomUnits": [
{
"aliases": [
- "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
+ "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
],
- "denom": "ibc/72E10CAB081C00CFCD5809852237528644C52CF80F72DF701FA45A7C19737D71",
+ "denom": "ibc/0A66C248A1287719EAA1051781068430FBD6F392FE4CCAB6F9B4CF30025620DF",
"exponent": 0,
},
{
- "denom": "btsg",
+ "denom": "NBZ",
"exponent": 6,
},
],
- "description": "BitSong Native Token",
- "display": "btsg",
+ "description": "Ninja Blaze Token",
+ "display": "NBZ",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
+ "theme": {
+ "primaryColorHex": "#9890f9",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png",
},
- "name": "BitSong",
- "symbol": "BTSG",
+ "name": "Ninja Blaze Token",
+ "symbol": "NBZ",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1a6ydq8urdj0gkvjw9e9e5y9r5ce2qegm9m4xufpt96kcm60kmuass0mqq4/nbz",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/25C22C58F30C98BAC39015670F7EBB9F88DC0488CB412AEF7423063CF121816A",
+ "base": "ibc/EBBDD358B3E58FA5AD236DB63A89F0BBBF656EB43E0953EBFF84D7C090293DCA",
+ "coingeckoId": "mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3",
"denomUnits": [
{
"aliases": [
- "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
+ "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
],
- "denom": "ibc/25C22C58F30C98BAC39015670F7EBB9F88DC0488CB412AEF7423063CF121816A",
+ "denom": "ibc/EBBDD358B3E58FA5AD236DB63A89F0BBBF656EB43E0953EBFF84D7C090293DCA",
"exponent": 0,
},
{
- "denom": "xki",
+ "denom": "MARS",
"exponent": 6,
},
],
- "description": "The native token of Ki Chain",
- "display": "xki",
+ "description": "Mars Protocol is a cross-collateralized Money Market Protocol on Neutron and Osmosis.",
+ "display": "MARS",
+ "extendedDescription": "Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
+ "theme": {
+ "primaryColorHex": "#ef4136",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/mars-token.svg",
},
- "name": "Ki",
- "symbol": "XKI",
+ "name": "Mars Protocol token",
+ "socials": {
+ "twitter": "https://x.com/mars_protocol",
+ "website": "https://marsprotocol.io/",
+ },
+ "symbol": "MARS",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/2390007D418D210AA8E3A5E06D4AE3F25BEE89BCA3567C2E8EBB4E203C1FA634",
+ "base": "ibc/ABC15D3B95C779D4B93B6D2085CA3418D63E0359A6ED4964282F3E64C40A79AA",
+ "coingeckoId": "drop-staked-atom",
"denomUnits": [
{
"aliases": [
- "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
+ "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
],
- "denom": "ibc/2390007D418D210AA8E3A5E06D4AE3F25BEE89BCA3567C2E8EBB4E203C1FA634",
+ "denom": "ibc/ABC15D3B95C779D4B93B6D2085CA3418D63E0359A6ED4964282F3E64C40A79AA",
"exponent": 0,
},
{
- "denom": "med",
+ "denom": "dATOM",
"exponent": 6,
},
],
- "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
- "display": "med",
+ "description": "Drop staked ATOM",
+ "display": "dATOM",
+ "extendedDescription": "Drop protocol token for the interchain liquidity",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg",
},
- "name": "Medibloc",
- "symbol": "MED",
+ "name": "dATOM",
+ "socials": {
+ "twitter": "https://x.com/Dropdotmoney",
+ "website": "https://www.drop.money/",
+ },
+ "symbol": "dATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/10C6150434ACCEA843B1B5C40BBAF6C61AB5245DDE8219135EB6AF2AFB90FB22",
+ "base": "ibc/8EB8802F10B754ACB9F136C428D6A8BEF02B42D40EF9BB75ECA015EB54A4410C",
"denomUnits": [
{
"aliases": [
- "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
],
- "denom": "ibc/10C6150434ACCEA843B1B5C40BBAF6C61AB5245DDE8219135EB6AF2AFB90FB22",
+ "denom": "ibc/8EB8802F10B754ACB9F136C428D6A8BEF02B42D40EF9BB75ECA015EB54A4410C",
"exponent": 0,
},
+ {
+ "denom": "SIN",
+ "exponent": 6,
+ },
],
- "description": "The staking token of Bostrom",
- "display": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
+ "description": "SinGarden token",
+ "display": "SIN",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
+ "theme": {
+ "primaryColorHex": "#ebf0f4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/sin.png",
},
- "name": "bostrom",
- "symbol": "BOOT",
+ "name": "SIN",
+ "symbol": "SIN",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/sin",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/4601D1D9F455B956B2AC18DB04786DDE0E4134C267D393473006CF166D8AF8E8",
+ "base": "ibc/B7F39C9B16BBE7FF8A0BF7C7AC7B8D8B36F2B7A5F3072E426A613B67563A23CF",
"denomUnits": [
{
"aliases": [
- "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
+ "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
],
- "denom": "ibc/4601D1D9F455B956B2AC18DB04786DDE0E4134C267D393473006CF166D8AF8E8",
+ "denom": "ibc/B7F39C9B16BBE7FF8A0BF7C7AC7B8D8B36F2B7A5F3072E426A613B67563A23CF",
"exponent": 0,
},
{
- "denom": "cmdx",
+ "denom": "GOP",
"exponent": 6,
},
],
- "description": "Native Token of Comdex Protocol",
- "display": "cmdx",
+ "description": "CryptoGopniks token",
+ "display": "GOP",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png",
},
- "name": "Comdex",
- "symbol": "CMDX",
+ "name": "GOP",
+ "symbol": "GOP",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/E2933FF79DC208B3C77AE3E855F21E6C7267B4BF6E1E31A968CC3486CAC6EC35",
+ "base": "ibc/A92F4187E3F9547FCABEB86021EFF52FAF7933298CCCA9333CEA8FB88F59D044",
"denomUnits": [
{
"aliases": [
- "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
+ "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
],
- "denom": "ibc/E2933FF79DC208B3C77AE3E855F21E6C7267B4BF6E1E31A968CC3486CAC6EC35",
+ "denom": "ibc/A92F4187E3F9547FCABEB86021EFF52FAF7933298CCCA9333CEA8FB88F59D044",
"exponent": 0,
},
{
- "denom": "cheq",
- "exponent": 9,
+ "denom": "arena",
+ "exponent": 6,
},
],
- "description": "Native token for the cheqd network",
- "display": "cheq",
+ "description": "The governance token of the Arena DAO",
+ "display": "arena",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#FF8000",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg",
},
- "name": "Cheqd",
- "symbol": "CHEQ",
+ "name": "Arena Token",
+ "socials": {
+ "twitter": "https://x.com/ArenaDAO",
+ "website": "https://arenadao.org/",
+ },
+ "symbol": "ARENA",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-136",
},
"counterparty": {
- "base_denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena",
+ "chain_name": "neutron",
+ "channel_id": "channel-49",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/9C927B26383CF52CD4F9037B2B6958D5F39DB5710EF383FD1409196741676F25",
+ "base": "ibc/81D03D8FCD6171B36317A487BF846D75D1178F252D204C01A0986AB371971FC1",
"denomUnits": [
{
"aliases": [
- "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
+ "ustake",
],
- "denom": "ibc/9C927B26383CF52CD4F9037B2B6958D5F39DB5710EF383FD1409196741676F25",
+ "denom": "ibc/81D03D8FCD6171B36317A487BF846D75D1178F252D204C01A0986AB371971FC1",
"exponent": 0,
},
{
- "denom": "lum",
+ "denom": "stake",
"exponent": 6,
},
],
- "description": "Native token of the Lum Network",
- "display": "lum",
+ "description": "The permissioned staking asset for Noble Chain",
+ "display": "stake",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
+ "theme": {
+ "primaryColorHex": "#a8bbfb",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",
},
- "name": "Lum Network",
- "symbol": "LUM",
+ "name": "Stake",
+ "symbol": "STAKE",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-132",
},
"counterparty": {
- "base_denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ustake",
+ "chain_name": "noble",
+ "channel_id": "channel-36",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/42C3CEB77A4F4B15DBA707C8A9D1816839D7F1A342D449C29B01214C267AA472",
+ "base": "ibc/BA279CFC912BC0D7515522C217126891F1AB46B37ECB418BE066808097E7FC52",
"denomUnits": [
{
"aliases": [
- "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
+ "ufrienzies",
],
- "denom": "ibc/42C3CEB77A4F4B15DBA707C8A9D1816839D7F1A342D449C29B01214C267AA472",
+ "denom": "ibc/BA279CFC912BC0D7515522C217126891F1AB46B37ECB418BE066808097E7FC52",
"exponent": 0,
},
{
- "denom": "vdl",
+ "denom": "frienzies",
"exponent": 6,
},
],
- "description": "The native token of Vidulum",
- "display": "vdl",
+ "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
+ "display": "frienzies",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "theme": {
+ "primaryColorHex": "#04041c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
},
- "name": "Vidulum",
- "symbol": "VDL",
+ "name": "Frienzies",
+ "symbol": "FRNZ",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-132",
},
"counterparty": {
- "base_denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ufrienzies",
+ "chain_name": "noble",
+ "channel_id": "channel-36",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/795413A585B893903A7192DCE1E59DF4F345D480F6E98ECFF8949570B675282F",
+ "base": "ibc/1763582ED57DC337CF6435A7F92CA0FD8A617A53BB84AAEF6CC81AADA4D0A1BA",
"denomUnits": [
{
"aliases": [
- "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
+ "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
],
- "denom": "ibc/795413A585B893903A7192DCE1E59DF4F345D480F6E98ECFF8949570B675282F",
+ "denom": "ibc/1763582ED57DC337CF6435A7F92CA0FD8A617A53BB84AAEF6CC81AADA4D0A1BA",
"exponent": 0,
},
{
- "denom": "dsm",
+ "aliases": [
+ "ATOM",
+ ],
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "The native token of Desmos",
- "display": "dsm",
+ "description": "ATOM token on Noble",
+ "display": "atom",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"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",
+ "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",
},
- "name": "Desmos",
- "symbol": "DSM",
+ "name": "Atom Staking Coin",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-132",
},
"counterparty": {
- "base_denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",
+ "chain_name": "noble",
+ "channel_id": "channel-36",
},
"type": "ibc",
},
@@ -9471,272 +10257,328 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/A9B5FAB36DB39EC2BECD5CF14978E126B1E8CD0BA8F1BC86EBAB859387EB254E",
+ "base": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
+ "coingeckoId": "usd-coin",
"denomUnits": [
{
"aliases": [
- "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
+ "uusdc",
],
- "denom": "ibc/A9B5FAB36DB39EC2BECD5CF14978E126B1E8CD0BA8F1BC86EBAB859387EB254E",
+ "denom": "ibc/B3792E4A62DF4A934EF2DF5968556DB56F5776ED25BDE11188A4F58A7DD406F0",
"exponent": 0,
},
{
- "denom": "dig",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "Native token of Dig Chain",
- "display": "dig",
+ "description": "USD Coin",
+ "display": "usdc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "imageSync": {
+ "baseDenom": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
- "name": "Dig Chain",
- "symbol": "DIG",
+ "name": "USDC",
+ "symbol": "USDC",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-132",
},
"counterparty": {
- "base_denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "uusdc",
+ "chain_name": "noble",
+ "channel_id": "channel-36",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/91AD07A94F5C5CB58EC560AC862E56358796F70E89F1E02807DC4639BBC32D3A",
+ "base": "ibc/AC942F8AADBB1E5986991F465322BE5B18F2234DE7F8C9F6EDAFF3D740B006B3",
+ "coingeckoId": "ondo-us-dollar-yield",
"denomUnits": [
{
"aliases": [
- "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
+ "ausdy",
],
- "denom": "ibc/91AD07A94F5C5CB58EC560AC862E56358796F70E89F1E02807DC4639BBC32D3A",
+ "denom": "ibc/AC942F8AADBB1E5986991F465322BE5B18F2234DE7F8C9F6EDAFF3D740B006B3",
"exponent": 0,
},
{
- "aliases": [
- "millisomm",
- ],
- "denom": "msomm",
- "exponent": 3,
- },
- {
- "denom": "somm",
- "exponent": 6,
+ "denom": "usdy",
+ "exponent": 18,
},
],
- "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
- "display": "somm",
+ "description": "Ondo US Dollar Yield",
+ "display": "usdy",
+ "extendedDescription": "USDY is a tokenized note secured by short-term US Treasuries and bank demand deposits. USDY is accessible to non-US individual and institutional investors and is transferable onchain 40-50 days after purchase.",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
+ "theme": {
+ "primaryColorHex": "#142c5c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg",
},
- "name": "Sommelier",
- "symbol": "SOMM",
+ "name": "Ondo US Dollar Yield",
+ "socials": {
+ "twitter": "https://x.com/OndoFinance",
+ "website": "https://ondo.finance/usdy",
+ },
+ "symbol": "USDY",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-132",
},
"counterparty": {
- "base_denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ausdy",
+ "chain_name": "noble",
+ "channel_id": "channel-36",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/515500CF37650F476CE7F53C9B8A5478B9BFE9899D79613C9AB8BE72D2133718",
+ "base": "ibc/374186877D22168D991C8CE86E0858E93FDD3F8C611A5AF99260977DC424EF4A",
"denomUnits": [
{
"aliases": [
- "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
+ "ueure",
],
- "denom": "ibc/515500CF37650F476CE7F53C9B8A5478B9BFE9899D79613C9AB8BE72D2133718",
+ "denom": "ibc/374186877D22168D991C8CE86E0858E93FDD3F8C611A5AF99260977DC424EF4A",
"exponent": 0,
},
{
- "denom": "band",
+ "denom": "eure",
"exponent": 6,
},
],
- "description": "The native token of BandChain",
- "display": "band",
+ "description": "EURe is a Euro-backed stablecoin issued by Monerium on Noble.",
+ "display": "eure",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#0095D7",
+ },
},
],
- "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",
- },
- "name": "Band Protocol",
- "symbol": "BAND",
+ "name": "Monerium EUR emoney",
+ "symbol": "EURe",
"traces": [
{
"chain": {
- "channel_id": "channel-6",
+ "channel_id": "channel-132",
},
"counterparty": {
- "base_denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
- "chain_name": "osmosis",
- "channel_id": "channel-4",
+ "base_denom": "ueure",
+ "chain_name": "noble",
+ "channel_id": "channel-36",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/FE759B68A2FDE4AD3E232DD017B8768333104C1162255CFB6A26FE4715BB0BE9",
+ "base": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
+ "coingeckoId": "osmosis",
"denomUnits": [
{
"aliases": [
- "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "uosmo",
],
- "denom": "ibc/FE759B68A2FDE4AD3E232DD017B8768333104C1162255CFB6A26FE4715BB0BE9",
+ "denom": "ibc/646315E3B0461F5FA4C5C8968A88FC45D4D5D04A45B98F1B8294DD82F386DD85",
"exponent": 0,
},
{
- "denom": "darc",
+ "denom": "osmo",
"exponent": 6,
},
],
- "description": "The native token of Konstellation Network",
- "display": "darc",
+ "description": "The native token of Osmosis",
+ "display": "osmo",
+ "extendedDescription": "Osmosis (OSMO) is the premier DEX and cross-chain DeFi hub within the Cosmos ecosystem, a network of over 50 sovereign, interoperable blockchains seamlessly connected through the Inter-Blockchain Communication Protocol (IBC). Pioneering in its approach, Osmosis offers a dynamic trading and liquidity provision experience, integrating non-IBC assets from other ecosystems, including Ethereum, Solana, Avalanche, and Polkadot. Initially adopting Balancer-style pools, Osmosis now also features a concentrated liquidity model that is orders of magnitude more capital efficient, meaning that significantly less liquidity is required to handle the same amount of trading volume with minimal slippage.
+
+As a true appchain, Osmosis has greater control over the full blockchain stack than traditional smart contract DEXs, which must follow the code of the parent chain that it is built on. This fine-grained control has enabled, for example, the development of Superfluid Staking, an extension of Proof of Stake that allows assets at the application layer to be staked to secure the chain. The customizability of appchains also allows implementing features like the Protocol Revenue module, which enables Osmosis to conduct on-chain arbitrage on behalf of OSMO stakers, balancing prices across pools while generating real yield revenue from this volume. Additionally, as a sovereign appchain, Osmosis governance can vote on upgrades to the protocol. One example of this was the introduction of a Taker Fee, which switched on the collection of exchange fees to generate diverse yield from Osmosis volume and distribute it to OSMO stakers.
+
+Osmosis is bringing the full centralized exchange experience to the decentralized world by building a cross-chain native DEX and trading suite that connects all chains over IBC, including Ethereum and Bitcoin. To reach this goal, Osmosis hosts an ever-expanding suite of DeFi applications aimed at providing a one-stop experience that includes lending, credit, margin, DeFi strategy vaults, power perps, fiat on-ramps, NFTs, stablecoins, and more — all of the functionalities that centralized exchange offer and more, in the trust-minimized environment of decentralized finance.",
"images": [
{
- "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",
+ "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",
+ "theme": {
+ "primaryColorHex": "#760dbb",
+ },
},
],
"keywords": [
- "osmosis_unstable",
+ "dex",
+ "staking",
],
"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",
+ "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",
},
- "name": "Konstellation",
- "symbol": "DARC",
+ "name": "Osmosis",
+ "socials": {
+ "twitter": "https://twitter.com/osmosiszone",
+ "website": "https://osmosis.zone",
+ },
+ "symbol": "OSMO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
+ "base_denom": "uosmo",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/EF895E2ACBA054DEE5FF947EC78B9F31978B35802748416E79F60432682DD839",
+ "base": "ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389",
+ "coingeckoId": "ion",
"denomUnits": [
{
"aliases": [
- "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "uion",
],
- "denom": "ibc/EF895E2ACBA054DEE5FF947EC78B9F31978B35802748416E79F60432682DD839",
+ "denom": "ibc/69B4810E989B56FC6CA41F395228236FA7E7F59B9A3B7AF3FB0A344361C38389",
"exponent": 0,
},
{
- "denom": "umee",
+ "denom": "ion",
"exponent": 6,
},
],
- "description": "The native token of Umee",
- "display": "umee",
+ "description": "ION is the second native token of Osmosis.",
+ "display": "ion",
+ "extendedDescription": "ION DAO is governed by ION holders. ION is the second native token of Osmosis, the biggest DEX in Cosmos. The origin of ION was a meme coin, but ION DAO has been trying to find ways to add values on ION.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "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",
+ "theme": {
+ "primaryColorHex": "#4453c7",
+ },
},
],
+ "keywords": [
+ "memecoin",
+ "defi",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "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",
},
- "name": "UX Chain",
- "symbol": "UMEE",
+ "name": "Ion DAO",
+ "socials": {
+ "twitter": "https://twitter.com/_IONDAO",
+ "website": "https://ion.wtf",
+ },
+ "symbol": "ION",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
+ "base_denom": "uion",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "ics20",
+ "typeAsset": "sdk.coin",
},
{
- "base": "ibc/ED03D37A003B5716EBC376806D27D0FCA8897BFAEB601A5D9AE965076D11119E",
+ "base": "ibc/D652CF3DD8442315EEC2F45DFB643B9C3F73BC0E2A563EB33E9AD4F3A077BCE1",
"denomUnits": [
{
"aliases": [
- "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
],
- "denom": "ibc/ED03D37A003B5716EBC376806D27D0FCA8897BFAEB601A5D9AE965076D11119E",
+ "denom": "ibc/D652CF3DD8442315EEC2F45DFB643B9C3F73BC0E2A563EB33E9AD4F3A077BCE1",
"exponent": 0,
},
{
- "denom": "graviton",
+ "denom": "usdc",
"exponent": 6,
},
],
- "description": "The native token of Gravity Bridge",
- "display": "graviton",
+ "description": "Circle's stablecoin on Axelar",
+ "display": "usdc",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#2474cb",
+ },
+ },
+ {
+ "imageSync": {
+ "baseDenom": "uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg",
},
- "name": "Gravity Bridge",
- "symbol": "GRAV",
+ "name": "USDC (Ethereum via Axelar)",
+ "symbol": "USDC.eth.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
+ "base_denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -9746,41 +10588,60 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/76D2EB3FBFED4979838C84B9F63156908BFCD4F38555D37ED4A6503F47E89DD5",
+ "base": "ibc/24AB598706D1A5039B026EFDCDEA9BE72651513C1BF67878EB044DDBE061C543",
"denomUnits": [
{
"aliases": [
- "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
],
- "denom": "ibc/76D2EB3FBFED4979838C84B9F63156908BFCD4F38555D37ED4A6503F47E89DD5",
+ "denom": "ibc/24AB598706D1A5039B026EFDCDEA9BE72651513C1BF67878EB044DDBE061C543",
"exponent": 0,
},
{
- "denom": "dec",
- "exponent": 6,
+ "denom": "weth",
+ "exponent": 18,
},
],
- "description": "The native token of Decentr",
- "display": "dec",
+ "description": "Ethereum (ETH) is a decentralized, open-source blockchain system featuring smart contract functionality. It's the native cryptocurrency of the Ethereum platform, often regarded as the second most popular digital currency after Bitcoin. Ethereum was proposed in late 2013 and development was crowdfunded in 2014, leading to its network going live on 30 July 2015.
+
+ETH, as a digital currency, is used for a variety of purposes within the Ethereum ecosystem, including the execution of decentralized smart contracts and as a mode of payment. Unlike Bitcoin, Ethereum was designed to be a platform for applications that can operate without the need for intermediaries, using blockchain technology. This has made Ethereum a leading platform for various applications, including decentralized finance (DeFi), non-fungible tokens (NFTs), and more. Ethereum is constantly evolving, with a significant upgrade termed Ethereum 2.0, which aims to improve its scalability, security, and sustainability.",
+ "display": "weth",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
},
- ],
- "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",
- },
- "name": "Decentr",
- "symbol": "DEC",
- "traces": [
+ {
+ "imageSync": {
+ "baseDenom": "weth-wei",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png",
+ "theme": {
+ "primaryColorHex": "#3a3444",
+ },
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",
+ "theme": {
+ "primaryColorHex": "#303030",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg",
+ },
+ "name": "Ethereum (Axelar)",
+ "symbol": "ETH.axl",
+ "traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
+ "base_denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -9790,41 +10651,54 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4346230289DEFD16CD5A6F3D951E4D47D306F061B820C3E9637E563CA133D6AC",
+ "base": "ibc/90917DBA892E9DAB893589DDE17D2F407DC93C57245099290BD66E48621D6F6A",
"denomUnits": [
{
"aliases": [
- "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
],
- "denom": "ibc/4346230289DEFD16CD5A6F3D951E4D47D306F061B820C3E9637E563CA133D6AC",
+ "denom": "ibc/90917DBA892E9DAB893589DDE17D2F407DC93C57245099290BD66E48621D6F6A",
"exponent": 0,
},
{
- "denom": "marble",
- "exponent": 3,
+ "denom": "wbtc",
+ "exponent": 8,
},
],
- "description": "The native token cw20 for Marble DAO on Juno Chain",
- "display": "marble",
+ "description": "Wrapped Bitcoin on Axelar",
+ "display": "wbtc",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
+ "theme": {
+ "primaryColorHex": "#312b3a",
+ },
+ },
+ {
+ "imageSync": {
+ "baseDenom": "wbtc-satoshi",
+ "chainName": "axelar",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png",
+ "theme": {
+ "primaryColorHex": "#41394d",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg",
},
- "name": "Marble",
- "symbol": "MARBLE",
+ "name": "Wrapped Bitcoin (Ethereum via Axelar)",
+ "symbol": "WBTC.eth.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
+ "base_denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -9834,44 +10708,55 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/2AD06252FE7DED1CE1D2D021B30DDE24A274C2137B4132D5C2ADFCDAFEF43C79",
+ "base": "ibc/9B7F406936F99FEA2B37D0B2829F5FAF9F6E423CB925E79973CE7CA2FCFED83A",
"denomUnits": [
{
"aliases": [
- "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
],
- "denom": "ibc/2AD06252FE7DED1CE1D2D021B30DDE24A274C2137B4132D5C2ADFCDAFEF43C79",
+ "denom": "ibc/9B7F406936F99FEA2B37D0B2829F5FAF9F6E423CB925E79973CE7CA2FCFED83A",
"exponent": 0,
},
{
- "aliases": [
- "SWTH",
- ],
- "denom": "dswth",
- "exponent": 8,
+ "denom": "usdt",
+ "exponent": 6,
},
],
- "description": "The native governance token of Carbon",
- "display": "dswth",
+ "description": "Tether's USD stablecoin on Axelar",
+ "display": "usdt",
"images": [
{
- "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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg",
+ "theme": {
+ "primaryColorHex": "#049393",
+ },
+ },
+ {
+ "imageSync": {
+ "baseDenom": "uusdt",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#54ac94",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg",
},
- "name": "Carbon",
- "symbol": "SWTH",
+ "name": "Tether USD (Ethereum via Axelar)",
+ "symbol": "USDT.eth.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
+ "base_denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -9881,44 +10766,43 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/10FEEE0A8CC89834608B8586F1255FB0A0DEF0644142B3E6E2CB639A38F86BF7",
+ "base": "ibc/44976AC8928C028A260743781CF56F6B5F4380857DFEC818A9EA4E891C2BA24B",
"denomUnits": [
{
"aliases": [
- "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
],
- "denom": "ibc/10FEEE0A8CC89834608B8586F1255FB0A0DEF0644142B3E6E2CB639A38F86BF7",
+ "denom": "ibc/44976AC8928C028A260743781CF56F6B5F4380857DFEC818A9EA4E891C2BA24B",
"exponent": 0,
},
{
- "denom": "crbrus",
- "exponent": 6,
+ "denom": "dai",
+ "exponent": 18,
},
],
- "description": "The native token of Cerberus Chain",
- "display": "crbrus",
+ "description": "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.",
+ "display": "dai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "imageSync": {
+ "baseDenom": "0x6b175474e89094c44da98b954eedeac495271d0f",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
- "name": "Cerberus",
- "symbol": "CRBRUS",
+ "name": "Dai Stablecoin",
+ "symbol": "DAI",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
+ "base_denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -9928,41 +10812,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/C256F0A143B8C5FABAEB06CB53C7B72306945DE8DA390E787AE82B38C97692AA",
+ "base": "ibc/CE4738D21F24C15527CE647F9ABDE89AB635A03E63CBE0B4064F9DBE8404A158",
"denomUnits": [
{
"aliases": [
- "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
],
- "denom": "ibc/C256F0A143B8C5FABAEB06CB53C7B72306945DE8DA390E787AE82B38C97692AA",
+ "denom": "ibc/CE4738D21F24C15527CE647F9ABDE89AB635A03E63CBE0B4064F9DBE8404A158",
"exponent": 0,
},
{
- "denom": "fet",
+ "denom": "busd",
"exponent": 18,
},
],
- "description": "The native staking and governance token of the Fetch Hub.",
- "display": "fet",
+ "description": "Binance USD (BUSD) is a dollar-backed stablecoin issued and custodied by Paxos Trust Company, and regulated by the New York State Department of Financial Services. BUSD is available directly for sale 1:1 with USD on Paxos.com and will be listed for trading on Binance.",
+ "display": "busd",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0x4fabb145d64652a948d72533023f6e7a623c7c53",
+ "chainName": "ethereum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.svg",
},
- "name": "Fetch.ai",
- "symbol": "FET",
+ "name": "Binance USD",
+ "symbol": "BUSD",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
+ "base_denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -9972,41 +10863,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/0AFB3C0E6CAB652CFB7C852473173CAF9ED34274CCE374D51AE15F59853795E7",
+ "base": "ibc/81844CA896A4C233B331A468123AF2AACDC580DE294C5528A6E3F661A136795C",
"denomUnits": [
{
"aliases": [
- "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
],
- "denom": "ibc/0AFB3C0E6CAB652CFB7C852473173CAF9ED34274CCE374D51AE15F59853795E7",
+ "denom": "ibc/81844CA896A4C233B331A468123AF2AACDC580DE294C5528A6E3F661A136795C",
"exponent": 0,
},
{
- "denom": "mntl",
+ "denom": "atom",
"exponent": 6,
},
],
- "description": "The native token of Asset Mantle",
- "display": "mntl",
+ "description": "The native staking and governance token of the Cosmos Hub.",
+ "display": "atom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "imageSync": {
+ "baseDenom": "uatom",
+ "chainName": "cosmoshub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#272d45",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "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",
},
- "name": "AssetMantle",
- "symbol": "MNTL",
+ "name": "Cosmos Hub",
+ "symbol": "ATOM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
+ "base_denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10016,41 +10914,49 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/3045DDB61C58B1D939D38C3915AF4A93E09E37D736BA296D9CBF036CB7FDCA61",
+ "base": "ibc/97D8B16FCE2560015857DB6DC7123B92B6336584B18C7FFF9D4C423DB05997E8",
"denomUnits": [
{
"aliases": [
- "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
],
- "denom": "ibc/3045DDB61C58B1D939D38C3915AF4A93E09E37D736BA296D9CBF036CB7FDCA61",
+ "denom": "ibc/97D8B16FCE2560015857DB6DC7123B92B6336584B18C7FFF9D4C423DB05997E8",
"exponent": 0,
},
{
- "denom": "neta",
- "exponent": 6,
+ "denom": "cro",
+ "exponent": 8,
},
],
- "description": "The native token cw20 for Neta on Juno Chain",
- "display": "neta",
+ "description": "CRO is the native token of the Crypto.org Chain, referred to as Native CRO.",
+ "display": "cro",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "basecro",
+ "chainName": "cryptoorgchain",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
+ },
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",
+ "theme": {
+ "primaryColorHex": "#0c2c71",
+ },
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",
},
- "name": "Neta",
- "symbol": "NETA",
+ "name": "Cronos POS Chain",
+ "symbol": "CRO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
+ "base_denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10060,41 +10966,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/5EB41F525D882444935964F1B8093BEFA57BF3FB0B6E6B68AB72725896894233",
+ "base": "ibc/BBBB338483FC26357A3106F7BCFF1EB52BBF782C3A53E0DB874FB23BD8E25409",
"denomUnits": [
{
"aliases": [
- "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
],
- "denom": "ibc/5EB41F525D882444935964F1B8093BEFA57BF3FB0B6E6B68AB72725896894233",
+ "denom": "ibc/BBBB338483FC26357A3106F7BCFF1EB52BBF782C3A53E0DB874FB23BD8E25409",
"exponent": 0,
},
{
- "denom": "INJ",
+ "denom": "wbnb",
"exponent": 18,
},
],
- "description": "The INJ token is the native governance token for the Injective chain.",
- "display": "INJ",
+ "description": "BNB powers the BNB Chain ecosystem and is the native coin of the BNB Beacon Chain and BNB Smart Chain.",
+ "display": "wbnb",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "binancesmartchain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
+ "theme": {
+ "primaryColorHex": "#f3bb0c",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg",
},
- "name": "Injective",
- "symbol": "INJ",
+ "name": "Binance Coin",
+ "symbol": "BNB",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
+ "base_denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10104,51 +11017,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9CDC08EB8E31B989774E36D10C589944F81684AC3162E0D2B0AF7AE153A31BE5",
+ "base": "ibc/C5A2C2CDDDAFF9F8B3333C817AB8258A28E13F5612EBBDCAF51E5CCCEEF1223D",
"denomUnits": [
{
"aliases": [
- "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
],
- "denom": "ibc/9CDC08EB8E31B989774E36D10C589944F81684AC3162E0D2B0AF7AE153A31BE5",
+ "denom": "ibc/C5A2C2CDDDAFF9F8B3333C817AB8258A28E13F5612EBBDCAF51E5CCCEEF1223D",
"exponent": 0,
},
{
- "aliases": [
- "millikrw",
- ],
- "denom": "mkrw",
- "exponent": 3,
- },
- {
- "aliases": [
- "krtc",
- ],
- "denom": "krt",
- "exponent": 6,
+ "denom": "wmatic",
+ "exponent": 18,
},
],
- "description": "The KRW stablecoin of Terra Classic.",
- "display": "krt",
+ "description": "Polygon (formerly Matic) Network brings massive scale to Ethereum using an adapted version of Plasma with PoS based side chains. Polygon is a well-structured, easy-to-use platform for Ethereum scaling and infrastructure development.",
+ "display": "wmatic",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "polygon",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg",
+ "theme": {
+ "primaryColorHex": "#8444e4",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg",
},
- "name": "TerraClassicKRW",
- "symbol": "KRTC",
+ "name": "Polygon",
+ "symbol": "MATIC",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
+ "base_denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10158,44 +11068,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/C8CDE539DB7B96F730CB014E0247FB5A4269C0EE15FFB500F1C9D18C8E856919",
+ "base": "ibc/B81829221936373A816C54D42A4347C56BE53F25FFABB59B584FE6CAF45153E3",
"denomUnits": [
{
"aliases": [
- "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
],
- "denom": "ibc/C8CDE539DB7B96F730CB014E0247FB5A4269C0EE15FFB500F1C9D18C8E856919",
+ "denom": "ibc/B81829221936373A816C54D42A4347C56BE53F25FFABB59B584FE6CAF45153E3",
"exponent": 0,
},
{
- "denom": "tick",
- "exponent": 6,
+ "denom": "avax",
+ "exponent": 18,
},
],
- "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
- "display": "tick",
+ "description": "AVAX is the native token of Avalanche. It is a hard-capped, scarce asset that is used to pay for fees, secure the platform through staking, and provide a basic unit of account between the multiple subnets created on Avalanche.",
+ "display": "avax",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "avalanche",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#eb4444",
+ },
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"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",
+ "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",
},
- "name": "Microtick",
- "symbol": "TICK",
+ "name": "Avalanche",
+ "symbol": "AVAX",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
+ "base_denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10205,41 +11119,58 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/DE50391662A7DB127A8A8C224A3F0954EAD204FD28F92B58B01286E526A9BE1E",
+ "base": "ibc/2853AF2D1099CEC31B5D6BBF7C875E542302A3C74BDC7831E4F91426159296BB",
"denomUnits": [
{
"aliases": [
- "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
],
- "denom": "ibc/DE50391662A7DB127A8A8C224A3F0954EAD204FD28F92B58B01286E526A9BE1E",
+ "denom": "ibc/2853AF2D1099CEC31B5D6BBF7C875E542302A3C74BDC7831E4F91426159296BB",
"exponent": 0,
},
{
- "denom": "ROWAN",
- "exponent": 18,
+ "aliases": [
+ "milliluna",
+ ],
+ "denom": "mluna",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "lunc",
+ ],
+ "denom": "luna",
+ "exponent": 6,
},
],
- "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",
+ "description": "The native staking token of Terra Classic.",
+ "display": "luna",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fcdb5b",
+ },
},
],
"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",
+ "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",
},
- "name": "Sifchain",
- "symbol": "ROWAN",
+ "name": "Luna Classic",
+ "symbol": "LUNC",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
+ "base_denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10249,41 +11180,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/A54B0700A0902B81F34D04AC6FF04245B4A1440F9F2FB8B16F0739AAD46B83E1",
+ "base": "ibc/407C7F3CC55EBB0C034D92F7BD4C424643CA92137DDCB61AC8081B84B719F2BA",
"denomUnits": [
{
"aliases": [
- "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
],
- "denom": "ibc/A54B0700A0902B81F34D04AC6FF04245B4A1440F9F2FB8B16F0739AAD46B83E1",
+ "denom": "ibc/407C7F3CC55EBB0C034D92F7BD4C424643CA92137DDCB61AC8081B84B719F2BA",
"exponent": 0,
},
{
- "denom": "ctk",
+ "denom": "juno",
"exponent": 6,
},
],
- "description": "The native token of Shentu",
- "display": "ctk",
+ "description": "The native token of JUNO Chain",
+ "display": "juno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "imageSync": {
+ "baseDenom": "ujuno",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fa7b7b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "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",
},
- "name": "Shentu",
- "symbol": "CTK",
+ "name": "Juno",
+ "symbol": "JUNO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
+ "base_denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10293,41 +11231,50 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/1A9D4C0B08BCBBE023C8F818295BEDE503CCF7F7813E4197F4B093E0F094CA23",
+ "base": "ibc/AD87FB798F0485F0065C2386AF71874A6C94BD063241B1BD593E07982F674888",
"denomUnits": [
{
"aliases": [
- "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
],
- "denom": "ibc/1A9D4C0B08BCBBE023C8F818295BEDE503CCF7F7813E4197F4B093E0F094CA23",
+ "denom": "ibc/AD87FB798F0485F0065C2386AF71874A6C94BD063241B1BD593E07982F674888",
"exponent": 0,
},
{
- "denom": "hope",
- "exponent": 6,
+ "denom": "dot",
+ "exponent": 10,
},
],
- "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
- "display": "hope",
+ "description": "Wrapped Polkadot on Axelar",
+ "display": "dot",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "dot-planck",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg",
},
- "name": "Hope Galaxy",
- "symbol": "HOPE",
+ "name": "Polkadot (Moonbeam via Axelar)",
+ "symbol": "DOT.glmr.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
+ "base_denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10337,41 +11284,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FB6AEB231EA3A91A4265AC42F51A28650CF407DF21C01DA713AC787109888E1A",
+ "base": "ibc/A6B2E5AF1C86A0C7C0EB67EBB5860E314A3E0B8DC2E3493594621FBA07F737A5",
"denomUnits": [
{
"aliases": [
- "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
],
- "denom": "ibc/FB6AEB231EA3A91A4265AC42F51A28650CF407DF21C01DA713AC787109888E1A",
+ "denom": "ibc/A6B2E5AF1C86A0C7C0EB67EBB5860E314A3E0B8DC2E3493594621FBA07F737A5",
"exponent": 0,
},
{
- "denom": "rac",
- "exponent": 6,
+ "denom": "evmos",
+ "exponent": 18,
},
],
- "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
- "display": "rac",
+ "description": "The native EVM, governance and staking token of the Evmos Hub",
+ "display": "evmos",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "aevmos",
+ "chainName": "evmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#ec4c34",
+ },
},
],
"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",
+ "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",
},
- "name": "Racoon",
- "symbol": "juno.RAC",
+ "name": "Evmos",
+ "symbol": "EVMOS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
+ "base_denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10381,39 +11335,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/B7B3AC3F2FC60872EF0629F8C62FFE13711A3B0BAA09BAA6C2B2FF5646AAC957",
+ "base": "ibc/EC01557776C08537D6E75564004DD1EC3DC02AF703547BAB3E0C5A13D1D50480",
"denomUnits": [
{
"aliases": [
- "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
],
- "denom": "ibc/B7B3AC3F2FC60872EF0629F8C62FFE13711A3B0BAA09BAA6C2B2FF5646AAC957",
+ "denom": "ibc/EC01557776C08537D6E75564004DD1EC3DC02AF703547BAB3E0C5A13D1D50480",
"exponent": 0,
},
{
- "denom": "frax",
- "exponent": 18,
+ "denom": "kava",
+ "exponent": 6,
},
],
- "description": "Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.",
- "display": "frax",
+ "description": "The native staking and governance token of Kava",
+ "display": "kava",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "imageSync": {
+ "baseDenom": "ukava",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
+ "theme": {
+ "primaryColorHex": "#e64942",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",
},
- "name": "Frax",
- "symbol": "FRAX",
+ "name": "Kava",
+ "symbol": "KAVA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
+ "base_denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10423,43 +11386,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/E87FB22959FF076873006383196DCAFCD02695B7B74040B1D21D7E4431ECA530",
+ "base": "ibc/0D3C3B676FB92E46FCF700A94F3567F8B67E0EF0BC5AAB07643D6515BAE60D77",
"denomUnits": [
{
"aliases": [
- "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
],
- "denom": "ibc/E87FB22959FF076873006383196DCAFCD02695B7B74040B1D21D7E4431ECA530",
+ "denom": "ibc/0D3C3B676FB92E46FCF700A94F3567F8B67E0EF0BC5AAB07643D6515BAE60D77",
"exponent": 0,
},
{
- "denom": "gwbtc",
- "exponent": 8,
- },
+ "denom": "scrt",
+ "exponent": 6,
+ },
],
- "description": "Gravity Bridge WBTC",
- "display": "gwbtc",
+ "description": "The native token of Secret Network",
+ "display": "scrt",
"images": [
{
- "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",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg",
+ "imageSync": {
+ "baseDenom": "uscrt",
+ "chainName": "secretnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg",
+ "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",
},
- "name": "Wrapped Bitcoin (Gravity Bridge)",
- "symbol": "WBTC.grv",
+ "name": "Secret Network",
+ "symbol": "SCRT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
+ "base_denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10469,42 +11437,58 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/F89325FFC1A0629271AFA5EAE826894C1078D275D57F1D6D48CE5579C45CEA04",
+ "base": "ibc/F421E79C9373EF718AB7906B297885FBD95584CAE3E15601F5230598E9A902B7",
"denomUnits": [
{
"aliases": [
- "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
],
- "denom": "ibc/F89325FFC1A0629271AFA5EAE826894C1078D275D57F1D6D48CE5579C45CEA04",
+ "denom": "ibc/F421E79C9373EF718AB7906B297885FBD95584CAE3E15601F5230598E9A902B7",
"exponent": 0,
},
{
- "denom": "gweth",
- "exponent": 18,
+ "aliases": [
+ "milliusd",
+ ],
+ "denom": "musd",
+ "exponent": 3,
},
- ],
- "description": "Gravity Bridge WETH",
- "display": "gweth",
- "images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
+ "aliases": [
+ "ustc",
+ ],
+ "denom": "ust",
+ "exponent": 6,
},
+ ],
+ "description": "The USD stablecoin of Terra Classic.",
+ "display": "ust",
+ "images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg",
+ "imageSync": {
+ "baseDenom": "uusd",
+ "chainName": "terra",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5493f2",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg",
+ "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",
},
- "name": "Ether (Gravity Bridge)",
- "symbol": "WETH.grv",
+ "name": "TerraClassicUSD",
+ "symbol": "USTC",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
+ "base_denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10514,42 +11498,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/25297CD9A18F67ADB4CA161EE7B2E49A56886213095B36F4A11A1489352A3264",
+ "base": "ibc/4B796CD8B925D210AE8EF1D6E7C8FF9C8AE508A808883DABAD44BB0B6E6792EE",
"denomUnits": [
{
"aliases": [
- "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
],
- "denom": "ibc/25297CD9A18F67ADB4CA161EE7B2E49A56886213095B36F4A11A1489352A3264",
+ "denom": "ibc/4B796CD8B925D210AE8EF1D6E7C8FF9C8AE508A808883DABAD44BB0B6E6792EE",
"exponent": 0,
},
{
- "denom": "gusdc",
+ "denom": "stars",
"exponent": 6,
},
],
- "description": "Gravity Bridge USDC",
- "display": "gusdc",
+ "description": "The native token of Stargaze",
+ "display": "stars",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg",
+ "imageSync": {
+ "baseDenom": "ustars",
+ "chainName": "stargaze",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
+ "theme": {
+ "primaryColorHex": "#db2777",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",
},
- "name": "USD Coin (Gravity Bridge)",
- "symbol": "USDC.grv",
+ "name": "Stargaze",
+ "symbol": "STARS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
+ "base_denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10559,42 +11549,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/61ACA1155D12C865C7399E8525FFE14FB9FAF543FFC859F18D4F8500CDFB26E5",
+ "base": "ibc/BDBF03D0ADB11EDE69CFB464234D52057E85E069F21122EC4732BFF907BEE276",
"denomUnits": [
{
"aliases": [
- "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
],
- "denom": "ibc/61ACA1155D12C865C7399E8525FFE14FB9FAF543FFC859F18D4F8500CDFB26E5",
+ "denom": "ibc/BDBF03D0ADB11EDE69CFB464234D52057E85E069F21122EC4732BFF907BEE276",
"exponent": 0,
},
{
- "denom": "gdai",
- "exponent": 18,
+ "denom": "huahua",
+ "exponent": 6,
},
],
- "description": "Gravity Bridge DAI",
- "display": "gdai",
+ "description": "The native token of Chihuahua Chain",
+ "display": "huahua",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg",
+ "imageSync": {
+ "baseDenom": "uhuahua",
+ "chainName": "chihuahua",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
+ "theme": {
+ "primaryColorHex": "#343434",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",
},
- "name": "DAI Stablecoin (Gravity Bridge)",
- "symbol": "DAI.grv",
+ "name": "Chihuahua",
+ "symbol": "HUAHUA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
+ "base_denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10604,42 +11600,50 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/19E7E3DC1A5B19DE1026EE870D0FF974B130FE73AD389C595A768BAFED8570FA",
+ "base": "ibc/152D4459578B85FC03D6648F9E04E7972A9CC11BFC2BB378683B9877009B80E6",
"denomUnits": [
{
"aliases": [
- "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
],
- "denom": "ibc/19E7E3DC1A5B19DE1026EE870D0FF974B130FE73AD389C595A768BAFED8570FA",
+ "denom": "ibc/152D4459578B85FC03D6648F9E04E7972A9CC11BFC2BB378683B9877009B80E6",
"exponent": 0,
},
{
- "denom": "gusdt",
+ "denom": "xprt",
"exponent": 6,
},
],
- "description": "Gravity Bridge USDT",
- "display": "gusdt",
+ "description": "The XPRT token is primarily a governance token for the Persistence chain.",
+ "display": "xprt",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg",
+ "imageSync": {
+ "baseDenom": "uxprt",
+ "chainName": "persistence",
+ },
+ "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",
+ "theme": {
+ "backgroundColorHex": "#000000",
+ "circle": true,
+ "primaryColorHex": "#E59636",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg",
+ "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",
},
- "name": "Tether USD (Gravity Bridge)",
- "symbol": "USDT.grv",
+ "name": "Persistence",
+ "symbol": "XPRT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
+ "base_denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10649,41 +11653,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9DB09F88979E9A91F2CC587939E585159200934FA92CA7196C0F17DC13FEFF07",
+ "base": "ibc/2D21163AA3F62B5D19B940063D9B95837B19F7E8404344DCCE0C1950D659B873",
"denomUnits": [
{
"aliases": [
- "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
],
- "denom": "ibc/9DB09F88979E9A91F2CC587939E585159200934FA92CA7196C0F17DC13FEFF07",
+ "denom": "ibc/2D21163AA3F62B5D19B940063D9B95837B19F7E8404344DCCE0C1950D659B873",
"exponent": 0,
},
{
- "denom": "block",
- "exponent": 6,
+ "denom": "pstake",
+ "exponent": 18,
},
],
- "description": "The native token of Marble DEX on Juno Chain",
- "display": "block",
+ "description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets. Stakers of PoS tokens can stake their assets while maintaining the liquidity of these assets. Users earn staking rewards + receive 1:1 pegged staked representative tokens which can be used to generate additional yield.",
+ "display": "pstake",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006",
+ "chainName": "ethereum",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#050505",
+ },
},
],
"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",
+ "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",
},
- "name": "Block",
- "symbol": "BLOCK",
+ "name": "pSTAKE Finance",
+ "symbol": "PSTAKE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
+ "base_denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10693,41 +11704,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/0066CE67CB96FF8B2D01E3318216419EC7540A0AC878D85FE9EC5CC5C3414028",
+ "base": "ibc/F9B0A90BD48629BEA2A331AC7A0EEB5B95A780CEA3E32772F138F433E6C04EF2",
"denomUnits": [
{
"aliases": [
- "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
],
- "denom": "ibc/0066CE67CB96FF8B2D01E3318216419EC7540A0AC878D85FE9EC5CC5C3414028",
+ "denom": "ibc/F9B0A90BD48629BEA2A331AC7A0EEB5B95A780CEA3E32772F138F433E6C04EF2",
"exponent": 0,
},
{
- "denom": "hash",
- "exponent": 9,
+ "denom": "akt",
+ "exponent": 6,
},
],
- "description": "Hash is the staking token of the Provenance Blockchain",
- "display": "hash",
+ "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",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "imageSync": {
+ "baseDenom": "uakt",
+ "chainName": "akash",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#bc342c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "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",
},
- "name": "Provenance",
- "symbol": "HASH",
+ "name": "Akash",
+ "symbol": "AKT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
+ "base_denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10737,41 +11755,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4F912EAF60A779C82A183305BEE2F7CF6F17CD3EEC7E61C503ED18B4BB360317",
+ "base": "ibc/AA6BC4A39C0DC1588624274815F71ECCA955DCF04B76EF37F4A85CD02D615423",
"denomUnits": [
{
"aliases": [
- "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
],
- "denom": "ibc/4F912EAF60A779C82A183305BEE2F7CF6F17CD3EEC7E61C503ED18B4BB360317",
+ "denom": "ibc/AA6BC4A39C0DC1588624274815F71ECCA955DCF04B76EF37F4A85CD02D615423",
"exponent": 0,
},
{
- "denom": "glx",
+ "denom": "regen",
"exponent": 6,
},
],
- "description": "GLX is the staking token of the Galaxy Chain",
- "display": "glx",
+ "description": "REGEN coin is the token for the Regen Network Platform",
+ "display": "regen",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uregen",
+ "chainName": "regen",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
+ "theme": {
+ "primaryColorHex": "#56b790",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",
},
- "name": "Galaxy",
- "symbol": "GLX",
+ "name": "Regen",
+ "symbol": "REGEN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
+ "base_denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10781,37 +11806,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FC0ABA4C3A423FF0970FF952A91A3299CE9FD8CC871FB880B809D63E36371E73",
+ "base": "ibc/2D71847CBC849F6A6B39E5142DC8A38B0055E20583D77E96CB17EF6687190C3B",
"denomUnits": [
{
"aliases": [
- "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
],
- "denom": "ibc/FC0ABA4C3A423FF0970FF952A91A3299CE9FD8CC871FB880B809D63E36371E73",
+ "denom": "ibc/2D71847CBC849F6A6B39E5142DC8A38B0055E20583D77E96CB17EF6687190C3B",
"exponent": 0,
},
+ {
+ "denom": "dvpn",
+ "exponent": 6,
+ },
],
- "description": "The DAO token to build consensus among Hong Kong People",
- "display": "dhk",
+ "description": "DVPN is the native token of the Sentinel Hub.",
+ "display": "dvpn",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "udvpn",
+ "chainName": "sentinel",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
+ "theme": {
+ "primaryColorHex": "#10a7ef",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",
},
- "name": "DHK",
- "symbol": "DHK",
+ "name": "Sentinel",
+ "symbol": "DVPN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
+ "base_denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10821,41 +11857,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/58DA34A082A02613C409226F76AE07C0C69EDD9F3DB351C34196D23C3105DB13",
+ "base": "ibc/098F71CB80343AF906A67BC2C6CD434874187B540E245C1ABAFAD284A69F6DBE",
"denomUnits": [
{
"aliases": [
- "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
],
- "denom": "ibc/58DA34A082A02613C409226F76AE07C0C69EDD9F3DB351C34196D23C3105DB13",
+ "denom": "ibc/098F71CB80343AF906A67BC2C6CD434874187B540E245C1ABAFAD284A69F6DBE",
"exponent": 0,
},
{
- "denom": "raw",
+ "denom": "iris",
"exponent": 6,
},
],
- "description": "Token governance for Junoswap",
- "display": "raw",
+ "description": "The IRIS token is the native governance token for the IrisNet chain.",
+ "display": "iris",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "imageSync": {
+ "baseDenom": "uiris",
+ "chainName": "irisnet",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5664ad",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "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",
},
- "name": "JunoSwap",
- "symbol": "RAW",
+ "name": "IRISnet",
+ "symbol": "IRIS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
+ "base_denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10865,41 +11908,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9589F00EDB1EDE21EBBBD8E1F8744A4146BB0D481AF22D217FDF8C9AD2918320",
+ "base": "ibc/F80576AB9ABB9E94FD607C825DEBCBF9DE195FC88EA6D7C28FF04416A13C5954",
"denomUnits": [
{
"aliases": [
- "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
],
- "denom": "ibc/9589F00EDB1EDE21EBBBD8E1F8744A4146BB0D481AF22D217FDF8C9AD2918320",
+ "denom": "ibc/F80576AB9ABB9E94FD607C825DEBCBF9DE195FC88EA6D7C28FF04416A13C5954",
"exponent": 0,
},
{
- "denom": "meme",
+ "denom": "iov",
"exponent": 6,
},
],
- "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
- "display": "meme",
+ "description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
+ "display": "iov",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uiov",
+ "chainName": "starname",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5c64b4",
+ },
},
],
"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",
+ "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",
},
- "name": "MEME",
- "symbol": "MEME",
+ "name": "Starname",
+ "symbol": "IOV",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
+ "base_denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10909,39 +11959,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/0D7EC64E8363FD7FFC5B88EA82053E37B49864A8127222969E6A54B1C3771E26",
+ "base": "ibc/D9149857EEF53D196F914B9A8DDF33C9299BD4100B1F4B51BADD65E35A410358",
"denomUnits": [
{
"aliases": [
- "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
],
- "denom": "ibc/0D7EC64E8363FD7FFC5B88EA82053E37B49864A8127222969E6A54B1C3771E26",
+ "denom": "ibc/D9149857EEF53D196F914B9A8DDF33C9299BD4100B1F4B51BADD65E35A410358",
"exponent": 0,
},
{
- "denom": "asvt",
+ "denom": "ngm",
"exponent": 6,
},
],
- "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
- "display": "asvt",
+ "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",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "imageSync": {
+ "baseDenom": "ungm",
+ "chainName": "emoney",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
+ "theme": {
+ "primaryColorHex": "#caf2ea",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",
},
- "name": "Another.Software Validator Token",
- "symbol": "ASVT",
+ "name": "e-Money",
+ "symbol": "NGM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
+ "base_denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10951,39 +12010,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/43B3E5F14A7116D7F6B99700FD63AD69E845472542D010B3749F741156318390",
+ "base": "ibc/F99C2F8D72C75F838F2D85598BB800FC3C55BC5F414EFEB823944B5CE26DA935",
"denomUnits": [
{
"aliases": [
- "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
],
- "denom": "ibc/43B3E5F14A7116D7F6B99700FD63AD69E845472542D010B3749F741156318390",
+ "denom": "ibc/F99C2F8D72C75F838F2D85598BB800FC3C55BC5F414EFEB823944B5CE26DA935",
"exponent": 0,
},
{
- "denom": "joe",
+ "denom": "eur",
"exponent": 6,
},
],
- "description": "DAO dedicated to building tools on the Juno Network",
- "display": "joe",
+ "description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
+ "display": "eur",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "imageSync": {
+ "baseDenom": "eeur",
+ "chainName": "emoney",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
+ "theme": {
+ "primaryColorHex": "#f4c808",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.svg",
},
- "name": "JoeDAO",
- "symbol": "JOE",
+ "name": "e-Money EUR",
+ "symbol": "EEUR",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
+ "base_denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -10993,41 +12061,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/5DECDFC34241EA56B3ED9EAF5F75C1508A71FE3EB837EDB6FDEE2B316AF2A414",
+ "base": "ibc/7055AA5724248B3A6B4CECF1D896BA0F0B2E7D484782C10DD380A9361DBFDAC1",
"denomUnits": [
{
"aliases": [
- "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
],
- "denom": "ibc/5DECDFC34241EA56B3ED9EAF5F75C1508A71FE3EB837EDB6FDEE2B316AF2A414",
+ "denom": "ibc/7055AA5724248B3A6B4CECF1D896BA0F0B2E7D484782C10DD380A9361DBFDAC1",
"exponent": 0,
},
{
- "denom": "luna",
- "exponent": 6,
+ "denom": "like",
+ "exponent": 9,
},
],
- "description": "The native staking token of Terra.",
- "display": "luna",
+ "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",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "imageSync": {
+ "baseDenom": "nanolike",
+ "chainName": "likecoin",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2d656c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "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",
},
- "name": "Luna",
- "symbol": "LUNA",
+ "name": "LikeCoin",
+ "symbol": "LIKE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
+ "base_denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11037,41 +12112,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/2369BB1180BA1741BAE000ADF99E6C7EC7BC689AB88014474F8178840536040E",
+ "base": "ibc/9C0ED9F0F0CB1D4C175B4C4CC21D3F3ABAA736FE86728356F023C175BA1AD752",
"denomUnits": [
{
"aliases": [
- "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
],
- "denom": "ibc/2369BB1180BA1741BAE000ADF99E6C7EC7BC689AB88014474F8178840536040E",
+ "denom": "ibc/9C0ED9F0F0CB1D4C175B4C4CC21D3F3ABAA736FE86728356F023C175BA1AD752",
"exponent": 0,
},
{
- "denom": "atolo",
+ "denom": "ixo",
"exponent": 6,
},
],
- "description": "Native token of Rizon Chain",
- "display": "atolo",
+ "description": "The native token of IXO Chain",
+ "display": "ixo",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uixo",
+ "chainName": "impacthub",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
+ "theme": {
+ "primaryColorHex": "#2c4484",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",
},
- "name": "Rizon",
- "symbol": "ATOLO",
+ "name": "Impacts Hub",
+ "symbol": "IXO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
+ "base_denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11081,41 +12163,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/94D9FE31B97ACA16287EA0300F3F75A1ABC68D43B93CA8001B32C6D032115E00",
+ "base": "ibc/AB0B69E6CE77E89ECBB22B36F4D86879A90DEA21B6743B5123BB6EC8F0695BBA",
"denomUnits": [
{
"aliases": [
- "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
],
- "denom": "ibc/94D9FE31B97ACA16287EA0300F3F75A1ABC68D43B93CA8001B32C6D032115E00",
+ "denom": "ibc/AB0B69E6CE77E89ECBB22B36F4D86879A90DEA21B6743B5123BB6EC8F0695BBA",
"exponent": 0,
},
{
- "denom": "HARD",
+ "denom": "bcna",
"exponent": 6,
},
],
- "description": "Governance token of Kava Lend Protocol",
- "display": "HARD",
+ "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",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "ubcna",
+ "chainName": "bitcanna",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#3cc494",
+ },
},
],
"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",
+ "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",
},
- "name": "Kava Hard",
- "symbol": "HARD",
+ "name": "BitCanna",
+ "symbol": "BCNA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
+ "base_denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11125,41 +12214,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/906736448AB55ACD98BB51BA83CACF885F7B6437456C95CEB783A322E5D723C7",
+ "base": "ibc/72E10CAB081C00CFCD5809852237528644C52CF80F72DF701FA45A7C19737D71",
"denomUnits": [
{
"aliases": [
- "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
],
- "denom": "ibc/906736448AB55ACD98BB51BA83CACF885F7B6437456C95CEB783A322E5D723C7",
+ "denom": "ibc/72E10CAB081C00CFCD5809852237528644C52CF80F72DF701FA45A7C19737D71",
"exponent": 0,
},
{
- "denom": "SWP",
+ "denom": "btsg",
"exponent": 6,
},
],
- "description": "Governance token of Kava Swap Protocol",
- "display": "SWP",
- "images": [
+ "description": "BitSong Native Token",
+ "display": "btsg",
+ "images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "ubtsg",
+ "chainName": "bitsong",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#c8307f",
+ },
},
],
"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",
+ "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",
},
- "name": "Kava Swap",
- "symbol": "SWP",
+ "name": "BitSong",
+ "symbol": "BTSG",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
+ "base_denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11169,41 +12265,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/50BF7446F446E6D6E2CA8CED637C4189AB3EA0FC5A9A001FB37B6477AC6AA90C",
+ "base": "ibc/25C22C58F30C98BAC39015670F7EBB9F88DC0488CB412AEF7423063CF121816A",
"denomUnits": [
{
"aliases": [
- "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
],
- "denom": "ibc/50BF7446F446E6D6E2CA8CED637C4189AB3EA0FC5A9A001FB37B6477AC6AA90C",
+ "denom": "ibc/25C22C58F30C98BAC39015670F7EBB9F88DC0488CB412AEF7423063CF121816A",
"exponent": 0,
},
{
- "denom": "link",
- "exponent": 18,
+ "denom": "xki",
+ "exponent": 6,
},
],
- "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
- "display": "link",
+ "description": "The native token of Ki Chain",
+ "display": "xki",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "uxki",
+ "chainName": "kichain",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c04fc",
+ },
},
],
"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",
+ "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",
},
- "name": "Chainlink",
- "symbol": "LINK",
+ "name": "Ki",
+ "symbol": "XKI",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
+ "base_denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11213,44 +12316,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/A3BCC1F10CC5F8B2B3150B943A8C3068160912E7CA372A3215C692F0AE7B27E1",
+ "base": "ibc/2390007D418D210AA8E3A5E06D4AE3F25BEE89BCA3567C2E8EBB4E203C1FA634",
"denomUnits": [
{
"aliases": [
- "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
],
- "denom": "ibc/A3BCC1F10CC5F8B2B3150B943A8C3068160912E7CA372A3215C692F0AE7B27E1",
+ "denom": "ibc/2390007D418D210AA8E3A5E06D4AE3F25BEE89BCA3567C2E8EBB4E203C1FA634",
"exponent": 0,
},
{
- "denom": "l1",
- "exponent": 18,
+ "denom": "med",
+ "exponent": 6,
},
],
- "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
- "display": "l1",
+ "description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
+ "display": "med",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "umed",
+ "chainName": "panacea",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
+ "theme": {
+ "primaryColorHex": "#2474ec",
+ },
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",
},
- "name": "GenesisL1",
- "symbol": "L1",
+ "name": "Medibloc",
+ "symbol": "MED",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
+ "base_denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11260,42 +12367,44 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FC757F57FBFF71422AD8A09B052B43B50F95667B36C7F4DA41A109F4A96FE6CD",
+ "base": "ibc/10C6150434ACCEA843B1B5C40BBAF6C61AB5245DDE8219135EB6AF2AFB90FB22",
"denomUnits": [
{
"aliases": [
- "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
],
- "denom": "ibc/FC757F57FBFF71422AD8A09B052B43B50F95667B36C7F4DA41A109F4A96FE6CD",
+ "denom": "ibc/10C6150434ACCEA843B1B5C40BBAF6C61AB5245DDE8219135EB6AF2AFB90FB22",
"exponent": 0,
},
- {
- "denom": "aave",
- "exponent": 18,
- },
],
- "description": "Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed. With 16 different assets, 5 of which are stablecoins.",
- "display": "aave",
+ "description": "The staking token of Bostrom",
+ "display": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "imageSync": {
+ "baseDenom": "boot",
+ "chainName": "bostrom",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
+ "theme": {
+ "primaryColorHex": "#4cea4e",
+ },
},
],
- "keywords": [
- "osmosis_unlisted",
- ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",
},
- "name": "Aave",
- "symbol": "AAVE",
+ "name": "bostrom",
+ "symbol": "BOOT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
+ "base_denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11305,42 +12414,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/BB278A8E86007DBF7C75B730055273E485AF8CEFC42DFBE3B9F58DEF312DD2A5",
+ "base": "ibc/4601D1D9F455B956B2AC18DB04786DDE0E4134C267D393473006CF166D8AF8E8",
"denomUnits": [
{
"aliases": [
- "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
],
- "denom": "ibc/BB278A8E86007DBF7C75B730055273E485AF8CEFC42DFBE3B9F58DEF312DD2A5",
+ "denom": "ibc/4601D1D9F455B956B2AC18DB04786DDE0E4134C267D393473006CF166D8AF8E8",
"exponent": 0,
},
{
- "denom": "ape",
- "exponent": 18,
+ "denom": "cmdx",
+ "exponent": 6,
},
],
- "description": "ApeCoin found new expression in web3 through art, gaming, entertainment, and events. APE is a token made to support what’s next, controlled, and built on by the community. It will serve as a decentralized protocol layer for community-led initiatives that drive culture forward into the metaverse.",
- "display": "ape",
+ "description": "Native Token of Comdex Protocol",
+ "display": "cmdx",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "imageSync": {
+ "baseDenom": "ucmdx",
+ "chainName": "comdex",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc4454",
+ },
},
],
- "keywords": [
- "osmosis_unlisted",
- ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
+ "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",
},
- "name": "ApeCoin",
- "symbol": "APE",
+ "name": "Comdex",
+ "symbol": "CMDX",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
+ "base_denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11350,39 +12465,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/762546A5BA4B55CDEDF57830C18FCAB013F851E1A847B2A4C70CD2EADC5006A0",
+ "base": "ibc/E2933FF79DC208B3C77AE3E855F21E6C7267B4BF6E1E31A968CC3486CAC6EC35",
"denomUnits": [
{
"aliases": [
- "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
],
- "denom": "ibc/762546A5BA4B55CDEDF57830C18FCAB013F851E1A847B2A4C70CD2EADC5006A0",
+ "denom": "ibc/E2933FF79DC208B3C77AE3E855F21E6C7267B4BF6E1E31A968CC3486CAC6EC35",
"exponent": 0,
},
{
- "denom": "mkr",
- "exponent": 18,
+ "denom": "cheq",
+ "exponent": 9,
},
],
- "description": "Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain",
- "display": "mkr",
+ "description": "Native token for the cheqd network",
+ "display": "cheq",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "imageSync": {
+ "baseDenom": "ncheq",
+ "chainName": "cheqd",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fc5f04",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
+ "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",
},
- "name": "Maker",
- "symbol": "MKR",
+ "name": "Cheqd",
+ "symbol": "CHEQ",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
+ "base_denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11392,39 +12516,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/1EF224E17A3716A5AB0DED577C7A0B3F0BEFECADCCBE8BE5E8D6E903DCA509CD",
+ "base": "ibc/9C927B26383CF52CD4F9037B2B6958D5F39DB5710EF383FD1409196741676F25",
"denomUnits": [
{
"aliases": [
- "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
],
- "denom": "ibc/1EF224E17A3716A5AB0DED577C7A0B3F0BEFECADCCBE8BE5E8D6E903DCA509CD",
+ "denom": "ibc/9C927B26383CF52CD4F9037B2B6958D5F39DB5710EF383FD1409196741676F25",
"exponent": 0,
},
{
- "denom": "rai",
- "exponent": 18,
+ "denom": "lum",
+ "exponent": 6,
},
],
- "description": "RAI is a non-pegged, ETH-backed stable asset. It is useful as more 'stable' collateral for other DeFi protocols (compared to ETH or BTC) or as a stable asset with an embedded interest rate.",
- "display": "rai",
+ "description": "Native token of the Lum Network",
+ "display": "lum",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "imageSync": {
+ "baseDenom": "ulum",
+ "chainName": "lumnetwork",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#080808",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
+ "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",
},
- "name": "Rai Reflex Index",
- "symbol": "RAI",
+ "name": "Lum Network",
+ "symbol": "LUM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
+ "base_denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11434,42 +12567,62 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/2096D9D7C1D1C00DBE2348A271CC2798A26BAEEB116B3DED1B86EA5C426B532B",
+ "base": "ibc/42C3CEB77A4F4B15DBA707C8A9D1816839D7F1A342D449C29B01214C267AA472",
"denomUnits": [
{
"aliases": [
- "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
],
- "denom": "ibc/2096D9D7C1D1C00DBE2348A271CC2798A26BAEEB116B3DED1B86EA5C426B532B",
+ "denom": "ibc/42C3CEB77A4F4B15DBA707C8A9D1816839D7F1A342D449C29B01214C267AA472",
"exponent": 0,
},
{
- "denom": "shib",
- "exponent": 18,
+ "denom": "vdl",
+ "exponent": 6,
},
],
- "description": "SHIBA INU is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik and the other half were locked to a Uniswap pool and the keys burned.",
- "display": "shib",
+ "description": "The native token of Vidulum",
+ "display": "vdl",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "imageSync": {
+ "baseDenom": "uvdl",
+ "chainName": "vidulum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
+ },
+ {
+ "imageSync": {
+ "baseDenom": "uvdl",
+ "chainName": "vidulum",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
+ "theme": {
+ "primaryColorHex": "#3454bc",
+ },
},
],
"keywords": [
- "osmosis_unlisted",
+ "osmosis_unstable",
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg",
},
- "name": "Shiba Inu",
- "symbol": "SHIB",
+ "name": "Vidulum (Vidulum)",
+ "symbol": "VDL.vdl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
+ "base_denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11479,41 +12632,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FA0C48C31182B770E74C35B6AECE91081518E81E2132C9E4D3E1B6415BC87A87",
+ "base": "ibc/795413A585B893903A7192DCE1E59DF4F345D480F6E98ECFF8949570B675282F",
"denomUnits": [
{
"aliases": [
- "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
],
- "denom": "ibc/FA0C48C31182B770E74C35B6AECE91081518E81E2132C9E4D3E1B6415BC87A87",
+ "denom": "ibc/795413A585B893903A7192DCE1E59DF4F345D480F6E98ECFF8949570B675282F",
"exponent": 0,
},
{
- "denom": "kuji",
+ "denom": "dsm",
"exponent": 6,
},
],
- "description": "The native staking and governance token of the Kujira chain.",
- "display": "kuji",
+ "description": "The native token of Desmos",
+ "display": "dsm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "imageSync": {
+ "baseDenom": "udsm",
+ "chainName": "desmos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fb804e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "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",
},
- "name": "Kujira",
- "symbol": "KUJI",
+ "name": "Desmos",
+ "symbol": "DSM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
+ "base_denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11523,41 +12683,49 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/1DE887EE688B909B5A350D61258A8C74021F7A10FA0F1488F6B645295E29FAEF",
+ "base": "ibc/A9B5FAB36DB39EC2BECD5CF14978E126B1E8CD0BA8F1BC86EBAB859387EB254E",
"denomUnits": [
{
"aliases": [
- "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
],
- "denom": "ibc/1DE887EE688B909B5A350D61258A8C74021F7A10FA0F1488F6B645295E29FAEF",
+ "denom": "ibc/A9B5FAB36DB39EC2BECD5CF14978E126B1E8CD0BA8F1BC86EBAB859387EB254E",
"exponent": 0,
},
{
- "denom": "tgd",
+ "denom": "dig",
"exponent": 6,
},
],
- "description": "The native token of Tgrade",
- "display": "tgd",
+ "description": "Native token of Dig Chain",
+ "display": "dig",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "udig",
+ "chainName": "dig",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
+ "theme": {
+ "primaryColorHex": "#1b1433",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",
},
- "name": "Tgrade",
- "symbol": "TGD",
+ "name": "Dig Chain",
+ "symbol": "DIG",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
+ "base_denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11567,39 +12735,55 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4EB9309DB3E6E49056D913BDD0AA8A9231FBC0BA157981D5BA8991FAB0099F00",
+ "base": "ibc/91AD07A94F5C5CB58EC560AC862E56358796F70E89F1E02807DC4639BBC32D3A",
"denomUnits": [
{
"aliases": [
- "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
],
- "denom": "ibc/4EB9309DB3E6E49056D913BDD0AA8A9231FBC0BA157981D5BA8991FAB0099F00",
+ "denom": "ibc/91AD07A94F5C5CB58EC560AC862E56358796F70E89F1E02807DC4639BBC32D3A",
"exponent": 0,
},
{
- "denom": "echelon",
- "exponent": 18,
+ "aliases": [
+ "millisomm",
+ ],
+ "denom": "msomm",
+ "exponent": 3,
+ },
+ {
+ "denom": "somm",
+ "exponent": 6,
},
],
- "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
- "display": "echelon",
+ "description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
+ "display": "somm",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "imageSync": {
+ "baseDenom": "usomm",
+ "chainName": "sommelier",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f36353",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
+ "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",
},
- "name": "Echelon",
- "symbol": "ECH",
+ "name": "Sommelier",
+ "symbol": "SOMM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
+ "base_denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11609,41 +12793,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FBDEF94E9C4686EBD11588ED47C4C5E8A6E73A13F1C2B1C18AFEA2622A321A11",
+ "base": "ibc/515500CF37650F476CE7F53C9B8A5478B9BFE9899D79613C9AB8BE72D2133718",
"denomUnits": [
{
"aliases": [
- "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
],
- "denom": "ibc/FBDEF94E9C4686EBD11588ED47C4C5E8A6E73A13F1C2B1C18AFEA2622A321A11",
+ "denom": "ibc/515500CF37650F476CE7F53C9B8A5478B9BFE9899D79613C9AB8BE72D2133718",
"exponent": 0,
},
{
- "denom": "odin",
+ "denom": "band",
"exponent": 6,
},
],
- "description": "Staking and governance token for ODIN Protocol",
- "display": "odin",
+ "description": "The native token of BandChain",
+ "display": "band",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "imageSync": {
+ "baseDenom": "uband",
+ "chainName": "bandchain",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#4424e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
+ "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",
},
- "name": "Odin Protocol",
- "symbol": "ODIN",
+ "name": "Band Protocol",
+ "symbol": "BAND",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
+ "base_denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11653,44 +12844,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/09A0B1D225D6B9432FDF48341A88B5C7C52E234193C9EC14ACAAFFC8DE8E3558",
+ "base": "ibc/FE759B68A2FDE4AD3E232DD017B8768333104C1162255CFB6A26FE4715BB0BE9",
"denomUnits": [
{
"aliases": [
- "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
],
- "denom": "ibc/09A0B1D225D6B9432FDF48341A88B5C7C52E234193C9EC14ACAAFFC8DE8E3558",
+ "denom": "ibc/FE759B68A2FDE4AD3E232DD017B8768333104C1162255CFB6A26FE4715BB0BE9",
"exponent": 0,
},
{
- "denom": "geo",
+ "denom": "darc",
"exponent": 6,
},
],
- "description": "GEO token for ODIN Protocol",
- "display": "geo",
+ "description": "The native token of Konstellation Network",
+ "display": "darc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "imageSync": {
+ "baseDenom": "udarc",
+ "chainName": "konstellation",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#042a61",
+ },
},
],
"keywords": [
"osmosis_unstable",
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "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",
},
- "name": "GEO",
- "symbol": "GEO",
+ "name": "Konstellation",
+ "symbol": "DARC",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
+ "base_denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11700,44 +12898,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/1C82E98C3CEF74D45DAFBE73587A8D723B77825679624D4593457FEE068391BE",
+ "base": "ibc/EF895E2ACBA054DEE5FF947EC78B9F31978B35802748416E79F60432682DD839",
"denomUnits": [
{
"aliases": [
- "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
],
- "denom": "ibc/1C82E98C3CEF74D45DAFBE73587A8D723B77825679624D4593457FEE068391BE",
+ "denom": "ibc/EF895E2ACBA054DEE5FF947EC78B9F31978B35802748416E79F60432682DD839",
"exponent": 0,
},
{
- "denom": "O9W",
+ "denom": "umee",
"exponent": 6,
},
],
- "description": "O9W token for ODIN Protocol",
- "display": "O9W",
+ "description": "The native token of Umee",
+ "display": "umee",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "imageSync": {
+ "baseDenom": "uumee",
+ "chainName": "umee",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
+ "theme": {
+ "primaryColorHex": "#22f2e9",
+ },
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",
},
- "name": "O9W",
- "symbol": "O9W",
+ "name": "UX Chain",
+ "symbol": "UMEE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
+ "base_denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11747,39 +12949,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/AA413E6D7FFAD973E23621A760DDCC67D421216C5168D6529A81AD4C087115E1",
+ "base": "ibc/ED03D37A003B5716EBC376806D27D0FCA8897BFAEB601A5D9AE965076D11119E",
"denomUnits": [
{
"aliases": [
- "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
],
- "denom": "ibc/AA413E6D7FFAD973E23621A760DDCC67D421216C5168D6529A81AD4C087115E1",
+ "denom": "ibc/ED03D37A003B5716EBC376806D27D0FCA8897BFAEB601A5D9AE965076D11119E",
"exponent": 0,
},
{
- "denom": "lvn",
+ "denom": "graviton",
"exponent": 6,
},
],
- "description": "ELEVENPARIS loyalty token on KiChain",
- "display": "lvn",
+ "description": "The native token of Gravity Bridge",
+ "display": "graviton",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "imageSync": {
+ "baseDenom": "ugraviton",
+ "chainName": "gravitybridge",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#042ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "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",
},
- "name": "LVN",
- "symbol": "kichain.LVN",
+ "name": "Gravity Bridge",
+ "symbol": "GRAV",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
+ "base_denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11789,39 +13000,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/90459FCF043CB877B72263F3D76352259AABBF7F21C83B1FD4BA0AD75C5251CA",
+ "base": "ibc/76D2EB3FBFED4979838C84B9F63156908BFCD4F38555D37ED4A6503F47E89DD5",
"denomUnits": [
{
"aliases": [
- "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
],
- "denom": "ibc/90459FCF043CB877B72263F3D76352259AABBF7F21C83B1FD4BA0AD75C5251CA",
+ "denom": "ibc/76D2EB3FBFED4979838C84B9F63156908BFCD4F38555D37ED4A6503F47E89DD5",
"exponent": 0,
},
{
- "denom": "wglmr",
- "exponent": 18,
+ "denom": "dec",
+ "exponent": 6,
},
],
- "description": "Glimmer (GLMR) is the utility token of the Moonbeam Network, Moonbeam’s primary deployment on the Polkadot network that serves as a developer-friendly parachain.",
- "display": "wglmr",
+ "description": "The native token of Decentr",
+ "display": "dec",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg",
+ "imageSync": {
+ "baseDenom": "udec",
+ "chainName": "decentr",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#4678e9",
+ },
},
],
"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/decentr/images/dec.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg",
},
- "name": "Moonbeam",
- "symbol": "GLMR",
+ "name": "Decentr",
+ "symbol": "DEC",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
+ "base_denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11831,41 +13051,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/AC73F27754080A061EDF0C39CA188C71AD4DFBD656D2B0DAAFD55F7AEEE548CF",
+ "base": "ibc/4346230289DEFD16CD5A6F3D951E4D47D306F061B820C3E9637E563CA133D6AC",
"denomUnits": [
{
"aliases": [
- "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
],
- "denom": "ibc/AC73F27754080A061EDF0C39CA188C71AD4DFBD656D2B0DAAFD55F7AEEE548CF",
+ "denom": "ibc/4346230289DEFD16CD5A6F3D951E4D47D306F061B820C3E9637E563CA133D6AC",
"exponent": 0,
},
{
- "denom": "glto",
- "exponent": 6,
+ "denom": "marble",
+ "exponent": 3,
},
],
- "description": "DeFi gaming platform built on Juno",
- "display": "glto",
+ "description": "The native token cw20 for Marble DAO on Juno Chain",
+ "display": "marble",
"images": [
{
- "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",
- },
+ "imageSync": {
+ "baseDenom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
+ },
],
"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",
+ "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",
},
- "name": "Gelotto",
- "symbol": "GLTO",
+ "name": "Marble",
+ "symbol": "MARBLE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
+ "base_denom": "ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11875,41 +13102,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/6F0AEF5FD89D78B22F284507A82C7229EFEBD6F2DC36E2D02953FF1E266A00ED",
+ "base": "ibc/2AD06252FE7DED1CE1D2D021B30DDE24A274C2137B4132D5C2ADFCDAFEF43C79",
"denomUnits": [
{
"aliases": [
- "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
],
- "denom": "ibc/6F0AEF5FD89D78B22F284507A82C7229EFEBD6F2DC36E2D02953FF1E266A00ED",
+ "denom": "ibc/2AD06252FE7DED1CE1D2D021B30DDE24A274C2137B4132D5C2ADFCDAFEF43C79",
"exponent": 0,
},
{
- "denom": "gkey",
- "exponent": 6,
+ "aliases": [
+ "SWTH",
+ ],
+ "denom": "dswth",
+ "exponent": 8,
},
],
- "description": "Gelotto Year 1 Grand Prize Token",
- "display": "gkey",
+ "description": "The native governance token of Carbon",
+ "display": "dswth",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "swth",
+ "chainName": "carbon",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#a5edf2",
+ },
},
],
"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",
+ "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",
},
- "name": "GKey",
- "symbol": "GKEY",
+ "name": "Carbon",
+ "symbol": "SWTH",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
+ "base_denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11919,41 +13156,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/06711A9E34E31064D6FA8B789A917F77C400B8094B4AC8DD65548347679687C7",
+ "base": "ibc/10FEEE0A8CC89834608B8586F1255FB0A0DEF0644142B3E6E2CB639A38F86BF7",
"denomUnits": [
{
"aliases": [
- "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
],
- "denom": "ibc/06711A9E34E31064D6FA8B789A917F77C400B8094B4AC8DD65548347679687C7",
+ "denom": "ibc/10FEEE0A8CC89834608B8586F1255FB0A0DEF0644142B3E6E2CB639A38F86BF7",
"exponent": 0,
},
{
- "denom": "cre",
+ "denom": "crbrus",
"exponent": 6,
},
],
- "description": "The native token of Crescent",
- "display": "cre",
+ "description": "The native token of Cerberus Chain",
+ "display": "crbrus",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "ucrbrus",
+ "chainName": "cerberus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
+ "theme": {
+ "primaryColorHex": "#c6c6c9",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",
},
- "name": "Crescent",
- "symbol": "CRE",
+ "name": "Cerberus",
+ "symbol": "CRBRUS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
+ "base_denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -11963,44 +13210,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/98D6D70B78D13C11AD58B7051499BD4723918A6A578F1812BB4418E0DDA8B13A",
+ "base": "ibc/C256F0A143B8C5FABAEB06CB53C7B72306945DE8DA390E787AE82B38C97692AA",
"denomUnits": [
{
"aliases": [
- "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
],
- "denom": "ibc/98D6D70B78D13C11AD58B7051499BD4723918A6A578F1812BB4418E0DDA8B13A",
+ "denom": "ibc/C256F0A143B8C5FABAEB06CB53C7B72306945DE8DA390E787AE82B38C97692AA",
"exponent": 0,
},
{
- "denom": "lumen",
- "exponent": 6,
+ "denom": "fet",
+ "exponent": 18,
},
],
- "description": "The native token of LumenX Network",
- "display": "lumen",
+ "description": "The native staking and governance token of the Fetch Hub.",
+ "display": "fet",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "imageSync": {
+ "baseDenom": "afet",
+ "chainName": "fetchhub",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#1c2444",
+ },
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "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",
},
- "name": "LumenX",
- "symbol": "LUMEN",
+ "name": "Fetch.ai",
+ "symbol": "FET",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
+ "base_denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12010,41 +13261,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/8251CB6477FC3EB775581588A8B8C6E775D86E43AA4B4B3F44E547013A2B1F78",
+ "base": "ibc/0AFB3C0E6CAB652CFB7C852473173CAF9ED34274CCE374D51AE15F59853795E7",
"denomUnits": [
{
"aliases": [
- "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
],
- "denom": "ibc/8251CB6477FC3EB775581588A8B8C6E775D86E43AA4B4B3F44E547013A2B1F78",
+ "denom": "ibc/0AFB3C0E6CAB652CFB7C852473173CAF9ED34274CCE374D51AE15F59853795E7",
"exponent": 0,
},
{
- "denom": "ORAI",
+ "denom": "mntl",
"exponent": 6,
},
],
- "description": "The native token of Oraichain",
- "display": "ORAI",
+ "description": "The native token of Asset Mantle",
+ "display": "mntl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "imageSync": {
+ "baseDenom": "umntl",
+ "chainName": "assetmantle",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
+ "theme": {
+ "primaryColorHex": "#edb548",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg",
},
- "name": "Oraichain",
- "symbol": "ORAI",
+ "name": "AssetMantle",
+ "symbol": "MNTL",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
+ "base_denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12054,41 +13312,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/625014171C35FA3FEFF7FD1588A7DF73A77F15F45DAAC1D39D5C1CDC14C6DC68",
+ "base": "ibc/3045DDB61C58B1D939D38C3915AF4A93E09E37D736BA296D9CBF036CB7FDCA61",
"denomUnits": [
{
"aliases": [
- "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
],
- "denom": "ibc/625014171C35FA3FEFF7FD1588A7DF73A77F15F45DAAC1D39D5C1CDC14C6DC68",
+ "denom": "ibc/3045DDB61C58B1D939D38C3915AF4A93E09E37D736BA296D9CBF036CB7FDCA61",
"exponent": 0,
},
{
- "denom": "cudos",
- "exponent": 18,
+ "denom": "neta",
+ "exponent": 6,
},
],
- "description": "The native token of the Cudos blockchain",
- "display": "cudos",
+ "description": "The native token cw20 for Neta on Juno Chain",
+ "display": "neta",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f87b7b",
+ },
},
],
"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",
+ "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",
},
- "name": "Cudos",
- "symbol": "CUDOS",
+ "name": "Neta",
+ "symbol": "NETA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
+ "base_denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12098,41 +13363,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/DEC6B621A7C01424BEA755708E5B5CF5B6FF7BBB57E6743E7A727879611A22A0",
+ "base": "ibc/5EB41F525D882444935964F1B8093BEFA57BF3FB0B6E6B68AB72725896894233",
"denomUnits": [
{
"aliases": [
- "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
],
- "denom": "ibc/DEC6B621A7C01424BEA755708E5B5CF5B6FF7BBB57E6743E7A727879611A22A0",
+ "denom": "ibc/5EB41F525D882444935964F1B8093BEFA57BF3FB0B6E6B68AB72725896894233",
"exponent": 0,
},
{
- "denom": "USDX",
- "exponent": 6,
+ "denom": "INJ",
+ "exponent": 18,
},
],
- "description": "The native stablecoin of Kava",
- "display": "USDX",
+ "description": "The INJ token is the native governance token for the Injective chain.",
+ "display": "INJ",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "imageSync": {
+ "baseDenom": "inj",
+ "chainName": "injective",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#04a2fc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "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",
},
- "name": "Kava USDX",
- "symbol": "USDX",
+ "name": "Injective",
+ "symbol": "INJ",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
+ "base_denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12142,41 +13414,58 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/795CEDB1281B0BFC566CCF878A1663E89B0F013F1E335C5C5CCCF37F5FB7674C",
+ "base": "ibc/9CDC08EB8E31B989774E36D10C589944F81684AC3162E0D2B0AF7AE153A31BE5",
"denomUnits": [
{
"aliases": [
- "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
],
- "denom": "ibc/795CEDB1281B0BFC566CCF878A1663E89B0F013F1E335C5C5CCCF37F5FB7674C",
+ "denom": "ibc/9CDC08EB8E31B989774E36D10C589944F81684AC3162E0D2B0AF7AE153A31BE5",
"exponent": 0,
},
{
- "denom": "bld",
+ "aliases": [
+ "millikrw",
+ ],
+ "denom": "mkrw",
+ "exponent": 3,
+ },
+ {
+ "aliases": [
+ "krtc",
+ ],
+ "denom": "krt",
"exponent": 6,
},
],
- "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
- "display": "bld",
+ "description": "The KRW stablecoin of Terra Classic.",
+ "display": "krt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "imageSync": {
+ "baseDenom": "ukrw",
+ "chainName": "terra",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#4b83e0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "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",
},
- "name": "Agoric",
- "symbol": "BLD",
+ "name": "TerraClassicKRW",
+ "symbol": "KRTC",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
+ "base_denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12186,41 +13475,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/C60F327A6C16698BF425C7DE9B7E0F56A9A7E8B8986D749376A3208A4DC0370F",
+ "base": "ibc/C8CDE539DB7B96F730CB014E0247FB5A4269C0EE15FFB500F1C9D18C8E856919",
"denomUnits": [
{
"aliases": [
- "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
],
- "denom": "ibc/C60F327A6C16698BF425C7DE9B7E0F56A9A7E8B8986D749376A3208A4DC0370F",
+ "denom": "ibc/C8CDE539DB7B96F730CB014E0247FB5A4269C0EE15FFB500F1C9D18C8E856919",
"exponent": 0,
},
{
- "denom": "ist",
+ "denom": "tick",
"exponent": 6,
},
],
- "description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
- "display": "ist",
+ "description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
+ "display": "tick",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "imageSync": {
+ "baseDenom": "utick",
+ "chainName": "microtick",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#6bab14",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "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",
},
- "name": "Inter Stable Token",
- "symbol": "IST",
+ "name": "Microtick",
+ "symbol": "TICK",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
+ "base_denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12230,41 +13529,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/275E3F4AD910A12BE78AF2F940D9FE91337260B1514169A295C668C9A6C33ECA",
+ "base": "ibc/DE50391662A7DB127A8A8C224A3F0954EAD204FD28F92B58B01286E526A9BE1E",
"denomUnits": [
{
"aliases": [
- "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
],
- "denom": "ibc/275E3F4AD910A12BE78AF2F940D9FE91337260B1514169A295C668C9A6C33ECA",
+ "denom": "ibc/DE50391662A7DB127A8A8C224A3F0954EAD204FD28F92B58B01286E526A9BE1E",
"exponent": 0,
},
{
- "denom": "sejuno",
- "exponent": 6,
+ "denom": "ROWAN",
+ "exponent": 18,
},
],
- "description": "Staking derivative seJUNO for staked JUNO",
- "display": "sejuno",
+ "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",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "imageSync": {
+ "baseDenom": "rowan",
+ "chainName": "sifchain",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#be9926",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "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",
},
- "name": "StakeEasy seJUNO",
- "symbol": "SEJUNO",
+ "name": "Sifchain",
+ "symbol": "ROWAN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
+ "base_denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12274,41 +13580,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/0AAE218535F0AD655BEBA28D7370BCE7355E1710B8CFF7789BF44946C9E1DDD9",
+ "base": "ibc/A54B0700A0902B81F34D04AC6FF04245B4A1440F9F2FB8B16F0739AAD46B83E1",
"denomUnits": [
{
"aliases": [
- "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
],
- "denom": "ibc/0AAE218535F0AD655BEBA28D7370BCE7355E1710B8CFF7789BF44946C9E1DDD9",
+ "denom": "ibc/A54B0700A0902B81F34D04AC6FF04245B4A1440F9F2FB8B16F0739AAD46B83E1",
"exponent": 0,
},
{
- "denom": "bjuno",
+ "denom": "ctk",
"exponent": 6,
},
],
- "description": "Staking derivative bJUNO for staked JUNO",
- "display": "bjuno",
+ "description": "The native token of Shentu",
+ "display": "ctk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "imageSync": {
+ "baseDenom": "uctk",
+ "chainName": "shentu",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
+ "theme": {
+ "primaryColorHex": "#e4ac4c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",
},
- "name": "StakeEasy bJUNO",
- "symbol": "BJUNO",
+ "name": "Shentu",
+ "symbol": "CTK",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
+ "base_denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12318,45 +13631,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/7759393D3E279C246AB095A89002E005A77D0621A135EC16667E0DE1A5FBF11A",
+ "base": "ibc/1A9D4C0B08BCBBE023C8F818295BEDE503CCF7F7813E4197F4B093E0F094CA23",
"denomUnits": [
{
"aliases": [
- "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
],
- "denom": "ibc/7759393D3E279C246AB095A89002E005A77D0621A135EC16667E0DE1A5FBF11A",
+ "denom": "ibc/1A9D4C0B08BCBBE023C8F818295BEDE503CCF7F7813E4197F4B093E0F094CA23",
"exponent": 0,
},
{
- "denom": "strd",
+ "denom": "hope",
"exponent": 6,
},
],
- "description": "The native token of Stride",
- "display": "strd",
+ "description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
+ "display": "hope",
"images": [
{
"imageSync": {
- "baseDenom": "ustrd",
- "chainName": "stride",
+ "baseDenom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e2877e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "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",
},
- "name": "Stride",
- "symbol": "STRD",
+ "name": "Hope Galaxy",
+ "symbol": "HOPE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
+ "base_denom": "ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12366,44 +13682,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/832211C8B733177241E36AD688CCBF38C9254598120B7FB54736B76DFEF91FEE",
+ "base": "ibc/FB6AEB231EA3A91A4265AC42F51A28650CF407DF21C01DA713AC787109888E1A",
"denomUnits": [
{
"aliases": [
- "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
],
- "denom": "ibc/832211C8B733177241E36AD688CCBF38C9254598120B7FB54736B76DFEF91FEE",
+ "denom": "ibc/FB6AEB231EA3A91A4265AC42F51A28650CF407DF21C01DA713AC787109888E1A",
"exponent": 0,
},
{
- "denom": "statom",
+ "denom": "rac",
"exponent": 6,
},
],
- "display": "statom",
+ "description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
+ "display": "rac",
"images": [
{
"imageSync": {
- "baseDenom": "stuatom",
- "chainName": "stride",
+ "baseDenom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#070f0e",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "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",
},
- "name": "Stride Staked ATOM",
- "symbol": "stATOM",
+ "name": "Racoon (Juno)",
+ "symbol": "RAC.juno",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
+ "base_denom": "ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12413,40 +13733,43 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/A52430FF0B1140915C060B460E07666F4B5A58E73691E25162EAF9A71DA99C98",
+ "base": "ibc/B7B3AC3F2FC60872EF0629F8C62FFE13711A3B0BAA09BAA6C2B2FF5646AAC957",
"denomUnits": [
{
"aliases": [
- "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
],
- "denom": "ibc/A52430FF0B1140915C060B460E07666F4B5A58E73691E25162EAF9A71DA99C98",
+ "denom": "ibc/B7B3AC3F2FC60872EF0629F8C62FFE13711A3B0BAA09BAA6C2B2FF5646AAC957",
"exponent": 0,
},
{
- "denom": "ststars",
- "exponent": 6,
+ "denom": "frax",
+ "exponent": 18,
},
],
- "display": "ststars",
+ "description": "Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.",
+ "display": "frax",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "imageSync": {
+ "baseDenom": "0x853d955acef822db058eb8505911ed77f175b99e",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg",
},
- "name": "Stride Staked STARS",
- "symbol": "stSTARS",
+ "name": "Frax",
+ "symbol": "FRAX",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
+ "base_denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12456,41 +13779,50 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/A76BE20DA62CD4FAB51E4E697B5B0518952358DE7BA1126E17927DE9B7B7DD46",
+ "base": "ibc/E87FB22959FF076873006383196DCAFCD02695B7B74040B1D21D7E4431ECA530",
"denomUnits": [
{
"aliases": [
- "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
],
- "denom": "ibc/A76BE20DA62CD4FAB51E4E697B5B0518952358DE7BA1126E17927DE9B7B7DD46",
+ "denom": "ibc/E87FB22959FF076873006383196DCAFCD02695B7B74040B1D21D7E4431ECA530",
"exponent": 0,
},
{
- "denom": "solar",
- "exponent": 6,
+ "denom": "gwbtc",
+ "exponent": 8,
},
],
- "description": "Solarbank DAO Governance Token for speeding up the shift to renewable and green energy",
- "display": "solar",
+ "description": "Gravity Bridge WBTC",
+ "display": "gwbtc",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
+ "chainName": "gravitybridge",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#f39444",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg",
},
- "name": "Solarbank DAO",
- "symbol": "SOLAR",
+ "name": "Wrapped Bitcoin (Gravity Bridge)",
+ "symbol": "WBTC.eth.grv",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
+ "base_denom": "ibc/C9B0D48FD2C5B91135F118FF2484551888966590D7BDC20F6A87308DBA670796",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12500,41 +13832,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/105ACEF3E0C2EA6AE973DAF2ADBEED8E06B8D08B6C88048C725178E0F477C3B6",
+ "base": "ibc/F89325FFC1A0629271AFA5EAE826894C1078D275D57F1D6D48CE5579C45CEA04",
"denomUnits": [
{
"aliases": [
- "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
],
- "denom": "ibc/105ACEF3E0C2EA6AE973DAF2ADBEED8E06B8D08B6C88048C725178E0F477C3B6",
+ "denom": "ibc/F89325FFC1A0629271AFA5EAE826894C1078D275D57F1D6D48CE5579C45CEA04",
"exponent": 0,
},
{
- "denom": "seasy",
- "exponent": 6,
+ "denom": "gweth",
+ "exponent": 18,
},
],
- "description": "StakeEasy governance token",
- "display": "seasy",
+ "description": "Gravity Bridge WETH",
+ "display": "gweth",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
+ "chainName": "gravitybridge",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg",
},
- "name": "StakeEasy SEASY",
- "symbol": "SEASY",
+ "name": "Ether (Gravity Bridge)",
+ "symbol": "ETH.grv",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
+ "base_denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12544,41 +13881,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/2301E7B51107A50919FF3133B928F63F749FDD35D95D4751E8951CD004CB709B",
+ "base": "ibc/25297CD9A18F67ADB4CA161EE7B2E49A56886213095B36F4A11A1489352A3264",
"denomUnits": [
{
"aliases": [
- "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
],
- "denom": "ibc/2301E7B51107A50919FF3133B928F63F749FDD35D95D4751E8951CD004CB709B",
+ "denom": "ibc/25297CD9A18F67ADB4CA161EE7B2E49A56886213095B36F4A11A1489352A3264",
"exponent": 0,
},
{
- "denom": "axl",
+ "denom": "gusdc",
"exponent": 6,
},
],
- "description": "The native token of Axelar",
- "display": "axl",
+ "description": "Gravity Bridge USDC",
+ "display": "gusdc",
"images": [
{
- "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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
+ "chainName": "gravitybridge",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "theme": {
+ "circle": true,
+ "primaryColorHex": "#2775CA",
+ },
},
],
"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",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg",
},
- "name": "Axelar",
- "symbol": "AXL",
+ "name": "USDC (Gravity Bridge)",
+ "symbol": "USDC.eth.grv",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
+ "base_denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12588,41 +13935,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/007807ECC2EA3E4BA5FA262EAEEC5E787CA94EC25912D55AA804447F01C5FB23",
+ "base": "ibc/61ACA1155D12C865C7399E8525FFE14FB9FAF543FFC859F18D4F8500CDFB26E5",
"denomUnits": [
{
"aliases": [
- "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
],
- "denom": "ibc/007807ECC2EA3E4BA5FA262EAEEC5E787CA94EC25912D55AA804447F01C5FB23",
+ "denom": "ibc/61ACA1155D12C865C7399E8525FFE14FB9FAF543FFC859F18D4F8500CDFB26E5",
"exponent": 0,
},
{
- "denom": "rebus",
+ "denom": "gdai",
"exponent": 18,
},
],
- "description": "REBUS, the native coin of the Rebus chain.",
- "display": "rebus",
+ "description": "Gravity Bridge DAI",
+ "display": "gdai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "gravity0x6B175474E89094C44Da98b954EedeAC495271d0F",
+ "chainName": "gravitybridge",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg",
},
- "name": "Rebus",
- "symbol": "REBUS",
+ "name": "DAI Stablecoin (Gravity Bridge)",
+ "symbol": "DAI.grv",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
+ "base_denom": "ibc/F292A17CF920E3462C816CBE6B042E779F676CAB59096904C4C1C966413E3DF5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12632,45 +13984,57 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9F018572DBDB095BEBAE9B83615FDD3CC5A69BA373A607590ED4770A7479AE95",
+ "base": "ibc/19E7E3DC1A5B19DE1026EE870D0FF974B130FE73AD389C595A768BAFED8570FA",
"denomUnits": [
{
"aliases": [
- "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
],
- "denom": "ibc/9F018572DBDB095BEBAE9B83615FDD3CC5A69BA373A607590ED4770A7479AE95",
+ "denom": "ibc/19E7E3DC1A5B19DE1026EE870D0FF974B130FE73AD389C595A768BAFED8570FA",
"exponent": 0,
},
{
- "denom": "tori",
+ "denom": "gusdt",
"exponent": 6,
},
],
- "description": "The native token of Teritori",
- "display": "tori",
+ "description": "Gravity Bridge USDT",
+ "display": "gusdt",
"images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg",
+ "theme": {
+ "primaryColorHex": "#059394",
+ },
+ },
{
"imageSync": {
- "baseDenom": "utori",
- "chainName": "teritori",
+ "baseDenom": "gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",
+ "chainName": "gravitybridge",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg",
+ "theme": {
+ "backgroundColorHex": "#009393",
+ "circle": true,
+ "primaryColorHex": "#009393",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg",
},
- "name": "Teritori",
- "symbol": "TORI",
+ "name": "Tether USD (Gravity Bridge)",
+ "symbol": "USDT.eth.grv",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
+ "base_denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12680,40 +14044,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/0CEAB5BA46B9BFF01EE955AAE83A8CF972D8D5B1152A879724927A24BAB30885",
+ "base": "ibc/9DB09F88979E9A91F2CC587939E585159200934FA92CA7196C0F17DC13FEFF07",
"denomUnits": [
{
"aliases": [
- "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
],
- "denom": "ibc/0CEAB5BA46B9BFF01EE955AAE83A8CF972D8D5B1152A879724927A24BAB30885",
+ "denom": "ibc/9DB09F88979E9A91F2CC587939E585159200934FA92CA7196C0F17DC13FEFF07",
"exponent": 0,
},
{
- "denom": "stjuno",
+ "denom": "block",
"exponent": 6,
},
],
- "display": "stjuno",
+ "description": "The native token of Marble DEX on Juno Chain",
+ "display": "block",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "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",
},
- "name": "Stride Staked JUNO",
- "symbol": "stJUNO",
+ "name": "Block",
+ "symbol": "BLOCK",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
+ "base_denom": "ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12723,44 +14095,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/994045F6FA3BDBEADB44673B363CC1962870C73274DF7BFDA3D67C1A31B92357",
+ "base": "ibc/0066CE67CB96FF8B2D01E3318216419EC7540A0AC878D85FE9EC5CC5C3414028",
"denomUnits": [
{
"aliases": [
- "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
],
- "denom": "ibc/994045F6FA3BDBEADB44673B363CC1962870C73274DF7BFDA3D67C1A31B92357",
+ "denom": "ibc/0066CE67CB96FF8B2D01E3318216419EC7540A0AC878D85FE9EC5CC5C3414028",
"exponent": 0,
},
{
- "denom": "stosmo",
- "exponent": 6,
+ "denom": "hash",
+ "exponent": 9,
},
],
- "display": "stosmo",
+ "description": "Hash is the staking token of the Provenance Blockchain",
+ "display": "hash",
"images": [
{
"imageSync": {
- "baseDenom": "stuosmo",
- "chainName": "stride",
+ "baseDenom": "nhash",
+ "chainName": "provenance",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
+ "theme": {
+ "primaryColorHex": "#4c7cdc",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",
},
- "name": "Stride Staked OSMO",
- "symbol": "stOSMO",
+ "name": "Provenance",
+ "symbol": "HASH",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
+ "base_denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12770,39 +14146,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/319EDA83E270E8CE421FBAF3707351A3723D26B92BEF475BC32EEB0D96DDC699",
+ "base": "ibc/4F912EAF60A779C82A183305BEE2F7CF6F17CD3EEC7E61C503ED18B4BB360317",
"denomUnits": [
{
"aliases": [
- "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
],
- "denom": "ibc/319EDA83E270E8CE421FBAF3707351A3723D26B92BEF475BC32EEB0D96DDC699",
+ "denom": "ibc/4F912EAF60A779C82A183305BEE2F7CF6F17CD3EEC7E61C503ED18B4BB360317",
"exponent": 0,
},
{
- "denom": "muse",
+ "denom": "glx",
"exponent": 6,
},
],
- "description": "The native token cw20 for MuseDAO on Juno Chain",
- "display": "muse",
+ "description": "GLX is the staking token of the Galaxy Chain",
+ "display": "glx",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "imageSync": {
+ "baseDenom": "uglx",
+ "chainName": "galaxy",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5e3be6",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "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",
},
- "name": "MuseDAO",
- "symbol": "MUSE",
+ "name": "Galaxy",
+ "symbol": "GLX",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
+ "base_denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12812,41 +14197,44 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/707ACED18F09299C9CF065161E818618CCB05B8FB38E5F05FAFAF13B225515C4",
+ "base": "ibc/FC0ABA4C3A423FF0970FF952A91A3299CE9FD8CC871FB880B809D63E36371E73",
"denomUnits": [
{
"aliases": [
- "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
],
- "denom": "ibc/707ACED18F09299C9CF065161E818618CCB05B8FB38E5F05FAFAF13B225515C4",
+ "denom": "ibc/FC0ABA4C3A423FF0970FF952A91A3299CE9FD8CC871FB880B809D63E36371E73",
"exponent": 0,
},
- {
- "denom": "lamb",
- "exponent": 18,
- },
],
- "description": "The native token of Lambda",
- "display": "lamb",
+ "description": "The DAO token to build consensus among Hong Kong People",
+ "display": "dhk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#fae204",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "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",
},
- "name": "Lambda",
- "symbol": "LAMB",
+ "name": "DHK",
+ "symbol": "DHK",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
+ "base_denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12856,41 +14244,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/2C2EAD2258466EB47BEDAA88E23EB12FBD5ED46ABFAABEA508118A88C4DBD95E",
+ "base": "ibc/58DA34A082A02613C409226F76AE07C0C69EDD9F3DB351C34196D23C3105DB13",
"denomUnits": [
{
"aliases": [
- "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
+ "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
],
- "denom": "ibc/2C2EAD2258466EB47BEDAA88E23EB12FBD5ED46ABFAABEA508118A88C4DBD95E",
+ "denom": "ibc/58DA34A082A02613C409226F76AE07C0C69EDD9F3DB351C34196D23C3105DB13",
"exponent": 0,
},
{
- "denom": "usk",
+ "denom": "raw",
"exponent": 6,
},
],
- "description": "The native over-collateralized stablecoin from the Kujira chain.",
- "display": "usk",
+ "description": "Token governance for Junoswap",
+ "display": "raw",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
+ "theme": {
+ "primaryColorHex": "#f07c92",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.svg",
},
- "name": "USK",
- "symbol": "USK",
+ "name": "JunoSwap",
+ "symbol": "RAW",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
+ "base_denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12900,41 +14295,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/1949E41FB7D7A41E926241FAA2BD8E38EAE46BE2C1CAA9C77186DB327CF39400",
+ "base": "ibc/9589F00EDB1EDE21EBBBD8E1F8744A4146BB0D481AF22D217FDF8C9AD2918320",
"denomUnits": [
{
"aliases": [
- "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
],
- "denom": "ibc/1949E41FB7D7A41E926241FAA2BD8E38EAE46BE2C1CAA9C77186DB327CF39400",
+ "denom": "ibc/9589F00EDB1EDE21EBBBD8E1F8744A4146BB0D481AF22D217FDF8C9AD2918320",
"exponent": 0,
},
{
- "denom": "FUND",
- "exponent": 9,
+ "denom": "meme",
+ "exponent": 6,
},
],
- "description": "Staking and governance coin for the Unification Blockchain",
- "display": "FUND",
+ "description": "MEME Token (MEME) is the native staking token of the MEME Chain",
+ "display": "meme",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "imageSync": {
+ "baseDenom": "umeme",
+ "chainName": "meme",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#b7dcd8",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "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",
},
- "name": "Unification",
- "symbol": "FUND",
+ "name": "MEME",
+ "symbol": "MEME",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
+ "base_denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12944,41 +14346,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/7A175157C925B983460D113AE6BDDCF2DF92CC2BF3A898178825B33D39D80DE4",
+ "base": "ibc/0D7EC64E8363FD7FFC5B88EA82053E37B49864A8127222969E6A54B1C3771E26",
"denomUnits": [
{
"aliases": [
- "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
],
- "denom": "ibc/7A175157C925B983460D113AE6BDDCF2DF92CC2BF3A898178825B33D39D80DE4",
+ "denom": "ibc/0D7EC64E8363FD7FFC5B88EA82053E37B49864A8127222969E6A54B1C3771E26",
"exponent": 0,
},
{
- "denom": "jkl",
+ "denom": "asvt",
"exponent": 6,
},
],
- "description": "The native staking and governance token of Jackal.",
- "display": "jkl",
+ "description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
+ "display": "asvt",
"images": [
{
- "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",
+ "imageSync": {
+ "baseDenom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
+ "theme": {
+ "primaryColorHex": "#402e5d",
+ },
},
],
"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",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png",
},
- "name": "Jackal",
- "symbol": "JKL",
+ "name": "Another.Software Validator Token",
+ "symbol": "ASVT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
+ "base_denom": "ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -12988,41 +14395,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/291A9F553CF889DC37206A8DFB9431CA5310C06E75E9388985C6C8BE4EA4BDF6",
+ "base": "ibc/43B3E5F14A7116D7F6B99700FD63AD69E845472542D010B3749F741156318390",
"denomUnits": [
{
"aliases": [
- "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
],
- "denom": "ibc/291A9F553CF889DC37206A8DFB9431CA5310C06E75E9388985C6C8BE4EA4BDF6",
+ "denom": "ibc/43B3E5F14A7116D7F6B99700FD63AD69E845472542D010B3749F741156318390",
"exponent": 0,
},
{
- "denom": "alter",
+ "denom": "joe",
"exponent": 6,
},
],
- "description": "The native token cw20 for Alter on Secret Network",
- "display": "alter",
+ "description": "DAO dedicated to building tools on the Juno Network",
+ "display": "joe",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
+ "theme": {
+ "primaryColorHex": "#f3baaf",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png",
},
- "name": "Alter",
- "symbol": "ALTER",
+ "name": "JoeDAO",
+ "symbol": "JOE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
+ "base_denom": "ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13032,41 +14444,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/C1EEF14123EA5D727B13B28147951142CF6E85224B3108984751EB5059BE77BC",
+ "base": "ibc/5DECDFC34241EA56B3ED9EAF5F75C1508A71FE3EB837EDB6FDEE2B316AF2A414",
"denomUnits": [
{
"aliases": [
- "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
],
- "denom": "ibc/C1EEF14123EA5D727B13B28147951142CF6E85224B3108984751EB5059BE77BC",
+ "denom": "ibc/5DECDFC34241EA56B3ED9EAF5F75C1508A71FE3EB837EDB6FDEE2B316AF2A414",
"exponent": 0,
},
{
- "denom": "butt",
+ "denom": "luna",
"exponent": 6,
},
],
- "description": "The native token cw20 for Button on Secret Network",
- "display": "butt",
+ "description": "The native staking token of Terra.",
+ "display": "luna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "imageSync": {
+ "baseDenom": "uluna",
+ "chainName": "terra2",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
+ "theme": {
+ "primaryColorHex": "#f4de6f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",
},
- "name": "Button",
- "symbol": "BUTT",
+ "name": "Luna",
+ "symbol": "LUNA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
+ "base_denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13076,39 +14495,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/0305A3E584DC61D489A9AA3CCB116053EA8DB07C503B03429DACDFEE7BC551AC",
+ "base": "ibc/2369BB1180BA1741BAE000ADF99E6C7EC7BC689AB88014474F8178840536040E",
"denomUnits": [
{
"aliases": [
- "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
],
- "denom": "ibc/0305A3E584DC61D489A9AA3CCB116053EA8DB07C503B03429DACDFEE7BC551AC",
+ "denom": "ibc/2369BB1180BA1741BAE000ADF99E6C7EC7BC689AB88014474F8178840536040E",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "denom": "atolo",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "description": "Native token of Rizon Chain",
+ "display": "atolo",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "imageSync": {
+ "baseDenom": "uatolo",
+ "chainName": "rizon",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2b1c54",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
+ "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",
},
- "name": "Shade (old)",
- "symbol": "SHD(old)",
+ "name": "Rizon",
+ "symbol": "ATOLO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
+ "base_denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13118,41 +14546,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/279F377D443CDE27EF399241914376E9C41287D493CB6C04A17693888A4EFBFA",
+ "base": "ibc/94D9FE31B97ACA16287EA0300F3F75A1ABC68D43B93CA8001B32C6D032115E00",
"denomUnits": [
{
"aliases": [
- "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
],
- "denom": "ibc/279F377D443CDE27EF399241914376E9C41287D493CB6C04A17693888A4EFBFA",
+ "denom": "ibc/94D9FE31B97ACA16287EA0300F3F75A1ABC68D43B93CA8001B32C6D032115E00",
"exponent": 0,
},
{
- "denom": "sienna",
- "exponent": 18,
+ "denom": "HARD",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for SIENNA on Secret Network",
- "display": "sienna",
+ "description": "Governance token of Kava Lend Protocol",
+ "display": "HARD",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "imageSync": {
+ "baseDenom": "hard",
+ "chainName": "kava",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#7b34ac",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "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",
},
- "name": "SIENNA",
- "symbol": "SIENNA",
+ "name": "Kava Hard",
+ "symbol": "HARD",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
+ "base_denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13162,41 +14597,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/757B6BBEAD0B351B388D2B327FFFB35E93466497701A919D05E003443044EA9B",
+ "base": "ibc/906736448AB55ACD98BB51BA83CACF885F7B6437456C95CEB783A322E5D723C7",
"denomUnits": [
{
"aliases": [
- "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
],
- "denom": "ibc/757B6BBEAD0B351B388D2B327FFFB35E93466497701A919D05E003443044EA9B",
+ "denom": "ibc/906736448AB55ACD98BB51BA83CACF885F7B6437456C95CEB783A322E5D723C7",
"exponent": 0,
},
{
- "denom": "stkd-scrt",
+ "denom": "SWP",
"exponent": 6,
},
],
- "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
- "display": "stkd-scrt",
+ "description": "Governance token of Kava Swap Protocol",
+ "display": "SWP",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "imageSync": {
+ "baseDenom": "swp",
+ "chainName": "kava",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#544cfc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "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",
},
- "name": "SCRT Staking Derivatives",
- "symbol": "stkd-SCRT",
+ "name": "Kava Swap",
+ "symbol": "SWP",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
+ "base_denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13206,41 +14648,52 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/74286AA16BFC27454F58FF0BACF2717667987E0B7E5FC5B4391DDAA5F09AD531",
+ "base": "ibc/50BF7446F446E6D6E2CA8CED637C4189AB3EA0FC5A9A001FB37B6477AC6AA90C",
"denomUnits": [
{
"aliases": [
- "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
],
- "denom": "ibc/74286AA16BFC27454F58FF0BACF2717667987E0B7E5FC5B4391DDAA5F09AD531",
+ "denom": "ibc/50BF7446F446E6D6E2CA8CED637C4189AB3EA0FC5A9A001FB37B6477AC6AA90C",
"exponent": 0,
},
{
- "denom": "bze",
- "exponent": 6,
+ "denom": "link",
+ "exponent": 18,
},
],
- "description": "BeeZee native blockchain",
- "display": "bze",
+ "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
+ "display": "link",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "link-wei",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2c5cdc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg",
},
- "name": "BeeZee",
- "symbol": "BZE",
+ "name": "Chainlink (Axelar)",
+ "symbol": "LINK.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
+ "base_denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13250,39 +14703,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/1B9DA51FE083F2DF7064B6E46E144FE04D4FEAF164561425ADDEE014EC185B14",
+ "base": "ibc/A3BCC1F10CC5F8B2B3150B943A8C3068160912E7CA372A3215C692F0AE7B27E1",
"denomUnits": [
{
"aliases": [
- "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
],
- "denom": "ibc/1B9DA51FE083F2DF7064B6E46E144FE04D4FEAF164561425ADDEE014EC185B14",
+ "denom": "ibc/A3BCC1F10CC5F8B2B3150B943A8C3068160912E7CA372A3215C692F0AE7B27E1",
"exponent": 0,
},
{
- "denom": "fury",
- "exponent": 6,
+ "denom": "l1",
+ "exponent": 18,
},
],
- "description": "The native token cw20 for Fanfury on Juno Chain",
- "display": "fury",
+ "description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
+ "display": "l1",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "imageSync": {
+ "baseDenom": "el1",
+ "chainName": "genesisl1",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "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",
},
- "name": "FURY.legacy",
- "symbol": "FURY.legacy",
- "traces": [
+ "name": "GenesisL1",
+ "symbol": "L1",
+ "traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
+ "base_denom": "ibc/F16FDC11A7662B86BC0B9CE61871CBACF7C20606F95E86260FD38915184B75B4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13292,41 +14757,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/9734C8F0F5CB657436994692EC3A5CEAC546D2A9F0AEF537396B3E067AE8029D",
+ "base": "ibc/FC757F57FBFF71422AD8A09B052B43B50F95667B36C7F4DA41A109F4A96FE6CD",
"denomUnits": [
{
"aliases": [
- "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
],
- "denom": "ibc/9734C8F0F5CB657436994692EC3A5CEAC546D2A9F0AEF537396B3E067AE8029D",
+ "denom": "ibc/FC757F57FBFF71422AD8A09B052B43B50F95667B36C7F4DA41A109F4A96FE6CD",
"exponent": 0,
},
{
- "denom": "acre",
+ "denom": "aave",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Acrechain",
- "display": "acre",
+ "description": "Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed. With 16 different assets, 5 of which are stablecoins.",
+ "display": "aave",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "imageSync": {
+ "baseDenom": "0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
],
+ "keywords": [
+ "osmosis_unlisted",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg",
},
- "name": "Acrechain",
- "symbol": "ACRE",
+ "name": "Aave",
+ "symbol": "AAVE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
+ "base_denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13336,41 +14806,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4D2A416917E85275BFAB2C7AC6CB5AFBC8246E84E727B06E4674664686A60B1A",
+ "base": "ibc/BB278A8E86007DBF7C75B730055273E485AF8CEFC42DFBE3B9F58DEF312DD2A5",
"denomUnits": [
{
"aliases": [
- "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
],
- "denom": "ibc/4D2A416917E85275BFAB2C7AC6CB5AFBC8246E84E727B06E4674664686A60B1A",
+ "denom": "ibc/BB278A8E86007DBF7C75B730055273E485AF8CEFC42DFBE3B9F58DEF312DD2A5",
"exponent": 0,
},
{
- "denom": "cmst",
- "exponent": 6,
+ "denom": "ape",
+ "exponent": 18,
},
],
- "description": "Stable Token of Harbor protocol on Comdex network",
- "display": "cmst",
+ "description": "ApeCoin found new expression in web3 through art, gaming, entertainment, and events. APE is a token made to support what’s next, controlled, and built on by the community. It will serve as a decentralized protocol layer for community-led initiatives that drive culture forward into the metaverse.",
+ "display": "ape",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "imageSync": {
+ "baseDenom": "0x4d224452801aced8b2f0aebe155379bb5d594381",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
],
+ "keywords": [
+ "osmosis_unlisted",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg",
},
- "name": "CMST",
- "symbol": "CMST",
+ "name": "ApeCoin",
+ "symbol": "APE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
+ "base_denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13380,41 +14855,43 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4AE98B02FB3C1426AD353C9D59870A5FC53EE1D0BA96FDD36A7067471245A381",
+ "base": "ibc/762546A5BA4B55CDEDF57830C18FCAB013F851E1A847B2A4C70CD2EADC5006A0",
"denomUnits": [
{
"aliases": [
- "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
],
- "denom": "ibc/4AE98B02FB3C1426AD353C9D59870A5FC53EE1D0BA96FDD36A7067471245A381",
+ "denom": "ibc/762546A5BA4B55CDEDF57830C18FCAB013F851E1A847B2A4C70CD2EADC5006A0",
"exponent": 0,
},
{
- "denom": "imv",
+ "denom": "mkr",
"exponent": 18,
},
],
- "description": "The native EVM, governance and staking token of the Imversed",
- "display": "imv",
+ "description": "Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain",
+ "display": "mkr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "imageSync": {
+ "baseDenom": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg",
},
- "name": "Imversed",
- "symbol": "IMV",
+ "name": "Maker",
+ "symbol": "MKR",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
+ "base_denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13424,44 +14901,43 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FC7FD1D00EA8AE8C1666A30D794338EAD947534CE9EBB9E33D3BEC9DB621F7FC",
+ "base": "ibc/1EF224E17A3716A5AB0DED577C7A0B3F0BEFECADCCBE8BE5E8D6E903DCA509CD",
"denomUnits": [
{
"aliases": [
- "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
],
- "denom": "ibc/FC7FD1D00EA8AE8C1666A30D794338EAD947534CE9EBB9E33D3BEC9DB621F7FC",
+ "denom": "ibc/1EF224E17A3716A5AB0DED577C7A0B3F0BEFECADCCBE8BE5E8D6E903DCA509CD",
"exponent": 0,
},
{
- "denom": "medas",
- "exponent": 6,
+ "denom": "rai",
+ "exponent": 18,
},
],
- "description": "The native token of Medas Digital Network",
- "display": "medas",
+ "description": "RAI is a non-pegged, ETH-backed stable asset. It is useful as more 'stable' collateral for other DeFi protocols (compared to ETH or BTC) or as a stable asset with an embedded interest rate.",
+ "display": "rai",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "imageSync": {
+ "baseDenom": "0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",
+ "chainName": "ethereum",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
],
- "keywords": [
- "medas",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg",
},
- "name": "Medas Digital Network",
- "symbol": "MEDAS",
+ "name": "Rai Reflex Index",
+ "symbol": "RAI",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
+ "base_denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13471,41 +14947,55 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/49996DA861F3DD3467579C3FC82BF6996A13A0314FBEF3805A78D976B8EB6C89",
+ "base": "ibc/2096D9D7C1D1C00DBE2348A271CC2798A26BAEEB116B3DED1B86EA5C426B532B",
"denomUnits": [
{
"aliases": [
- "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
],
- "denom": "ibc/49996DA861F3DD3467579C3FC82BF6996A13A0314FBEF3805A78D976B8EB6C89",
+ "denom": "ibc/2096D9D7C1D1C00DBE2348A271CC2798A26BAEEB116B3DED1B86EA5C426B532B",
"exponent": 0,
},
{
- "denom": "phmn",
- "exponent": 6,
+ "denom": "shib",
+ "exponent": 18,
},
],
- "description": "The native token cw20 for PHMN on Juno Chain",
- "display": "phmn",
+ "description": "SHIBA INU is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik and the other half were locked to a Uniswap pool and the keys burned.",
+ "display": "shib",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "shib-wei",
+ "chainName": "axelar",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg",
+ "theme": {
+ "backgroundColorHex": "#00000000",
+ "primaryColorHex": "#FFA409",
+ },
},
],
+ "keywords": [
+ "osmosis_unlisted",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg",
},
- "name": "POSTHUMAN",
- "symbol": "PHMN",
+ "name": "Shiba Inu (Axelar)",
+ "symbol": "SHIB.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
+ "base_denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13515,41 +15005,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/59C48491759D7E7D3230429FF2E72CBCC759B55A40D2D998A3BEE0945EE1C211",
+ "base": "ibc/FA0C48C31182B770E74C35B6AECE91081518E81E2132C9E4D3E1B6415BC87A87",
"denomUnits": [
{
"aliases": [
- "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
],
- "denom": "ibc/59C48491759D7E7D3230429FF2E72CBCC759B55A40D2D998A3BEE0945EE1C211",
+ "denom": "ibc/FA0C48C31182B770E74C35B6AECE91081518E81E2132C9E4D3E1B6415BC87A87",
"exponent": 0,
},
{
- "denom": "amber",
+ "denom": "kuji",
"exponent": 6,
},
],
- "description": "The native token cw20 for Amber on Secret Network",
- "display": "amber",
+ "description": "The native staking and governance token of the Kujira chain.",
+ "display": "kuji",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "imageSync": {
+ "baseDenom": "ukuji",
+ "chainName": "kujira",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
+ "theme": {
+ "primaryColorHex": "#e33b34",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",
},
- "name": "Amber",
- "symbol": "AMBER",
+ "name": "Kujira",
+ "symbol": "KUJI",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
+ "base_denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13559,47 +15056,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/DBC27912C80B5F80B52881EB4BD6E913E24DC1783475B6D2136928575C55858A",
+ "base": "ibc/1DE887EE688B909B5A350D61258A8C74021F7A10FA0F1488F6B645295E29FAEF",
"denomUnits": [
{
"aliases": [
- "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
],
- "denom": "ibc/DBC27912C80B5F80B52881EB4BD6E913E24DC1783475B6D2136928575C55858A",
+ "denom": "ibc/1DE887EE688B909B5A350D61258A8C74021F7A10FA0F1488F6B645295E29FAEF",
"exponent": 0,
},
{
- "denom": "nom",
- "exponent": 18,
+ "denom": "tgd",
+ "exponent": 6,
},
],
- "description": "The native token of Onomy Protocol",
- "display": "nom",
+ "description": "The native token of Tgrade",
+ "display": "tgd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "imageSync": {
+ "baseDenom": "utgd",
+ "chainName": "tgrade",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#a7248a",
+ },
},
],
- "keywords": [
- "dex",
- "stablecoin",
- "bridge",
- "staking",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "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",
},
- "name": "Onomy",
- "symbol": "NOM",
+ "name": "Tgrade",
+ "symbol": "TGD",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
+ "base_denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13609,48 +15107,43 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4DAABA7D187F4C5189949BBB58D4E625C9A5BC0E60242710614599B017724B9A",
+ "base": "ibc/4EB9309DB3E6E49056D913BDD0AA8A9231FBC0BA157981D5BA8991FAB0099F00",
"denomUnits": [
{
"aliases": [
- "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
],
- "denom": "ibc/4DAABA7D187F4C5189949BBB58D4E625C9A5BC0E60242710614599B017724B9A",
+ "denom": "ibc/4EB9309DB3E6E49056D913BDD0AA8A9231FBC0BA157981D5BA8991FAB0099F00",
"exponent": 0,
},
{
- "aliases": [
- "stk/atom",
- ],
- "denom": "stkatom",
- "exponent": 6,
+ "denom": "echelon",
+ "exponent": 18,
},
],
- "description": "PSTAKE Liquid-Staked ATOM",
- "display": "stkatom",
+ "description": "Echelon - a scalable EVM on Cosmos, built on Proof-of-Stake with fast-finality that prioritizes interoperability and novel economics",
+ "display": "echelon",
"images": [
{
"imageSync": {
- "baseDenom": "stk/uatom",
- "chainName": "persistence",
+ "baseDenom": "aechelon",
+ "chainName": "echelon",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg",
},
- "name": "PSTAKE staked ATOM",
- "symbol": "stkATOM",
+ "name": "Echelon",
+ "symbol": "ECH",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
+ "base_denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13660,37 +15153,45 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/62DE8FA8FBD546DFB7BB21A8904665308D37B17DDD10145F6E67FB25BFF18877",
+ "base": "ibc/FBDEF94E9C4686EBD11588ED47C4C5E8A6E73A13F1C2B1C18AFEA2622A321A11",
"denomUnits": [
{
"aliases": [
- "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
],
- "denom": "ibc/62DE8FA8FBD546DFB7BB21A8904665308D37B17DDD10145F6E67FB25BFF18877",
+ "denom": "ibc/FBDEF94E9C4686EBD11588ED47C4C5E8A6E73A13F1C2B1C18AFEA2622A321A11",
"exponent": 0,
},
+ {
+ "denom": "odin",
+ "exponent": 6,
+ },
],
- "description": "The native staking and governance token of the Dyson Protocol",
- "display": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "description": "Staking and governance token for ODIN Protocol",
+ "display": "odin",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "imageSync": {
+ "baseDenom": "loki",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg",
},
- "name": "Dyson Protocol",
- "symbol": "DYS",
+ "name": "Odin Protocol",
+ "symbol": "ODIN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
+ "base_denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13700,41 +15201,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/CC37C57446D17C78093941BD6E18FED708024AFA6FD8E43D0DE0347F417B4590",
+ "base": "ibc/09A0B1D225D6B9432FDF48341A88B5C7C52E234193C9EC14ACAAFFC8DE8E3558",
"denomUnits": [
{
"aliases": [
- "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
],
- "denom": "ibc/CC37C57446D17C78093941BD6E18FED708024AFA6FD8E43D0DE0347F417B4590",
+ "denom": "ibc/09A0B1D225D6B9432FDF48341A88B5C7C52E234193C9EC14ACAAFFC8DE8E3558",
"exponent": 0,
},
{
- "denom": "hopers",
+ "denom": "geo",
"exponent": 6,
},
],
- "description": "The native token cw20 for Hopers on Juno Chain",
- "display": "hopers",
+ "description": "GEO token for ODIN Protocol",
+ "display": "geo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "imageSync": {
+ "baseDenom": "mGeo",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
+ "theme": {
+ "primaryColorHex": "#c3ebf3",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg",
},
- "name": "Hopers",
- "symbol": "HOPERS",
+ "name": "GEO",
+ "symbol": "GEO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
+ "base_denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13744,41 +15255,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/A07D3C2E503B64A35A5BEAA8A72BECD6CFFEDE5340BC398B1D083A5B1AB463E8",
+ "base": "ibc/1C82E98C3CEF74D45DAFBE73587A8D723B77825679624D4593457FEE068391BE",
"denomUnits": [
{
"aliases": [
- "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
],
- "denom": "ibc/A07D3C2E503B64A35A5BEAA8A72BECD6CFFEDE5340BC398B1D083A5B1AB463E8",
+ "denom": "ibc/1C82E98C3CEF74D45DAFBE73587A8D723B77825679624D4593457FEE068391BE",
"exponent": 0,
},
{
- "denom": "arusd",
- "exponent": 18,
+ "denom": "O9W",
+ "exponent": 6,
},
],
- "description": "Overcollateralized stable coin for Arable derivatives v1",
- "display": "arusd",
+ "description": "O9W token for ODIN Protocol",
+ "display": "O9W",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "imageSync": {
+ "baseDenom": "mO9W",
+ "chainName": "odin",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg",
},
- "name": "Arable USD",
- "symbol": "arUSD",
+ "name": "O9W",
+ "symbol": "O9W",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
+ "base_denom": "ibc/0CD46223FEABD2AEAAAF1F057D01E63BCA79B7D4BD6B68F1EB973A987344695D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13788,41 +15309,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/8334F998DD3394B394316228165BD81BA7130CB38F8D90AA0B9D6C0D3E220B6F",
+ "base": "ibc/AA413E6D7FFAD973E23621A760DDCC67D421216C5168D6529A81AD4C087115E1",
"denomUnits": [
{
"aliases": [
- "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
],
- "denom": "ibc/8334F998DD3394B394316228165BD81BA7130CB38F8D90AA0B9D6C0D3E220B6F",
+ "denom": "ibc/AA413E6D7FFAD973E23621A760DDCC67D421216C5168D6529A81AD4C087115E1",
"exponent": 0,
},
{
- "denom": "planq",
- "exponent": 18,
+ "denom": "lvn",
+ "exponent": 6,
},
],
- "description": "The native EVM, governance and staking token of the Planq Network",
- "display": "planq",
+ "description": "ELEVENPARIS loyalty token on KiChain",
+ "display": "lvn",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "imageSync": {
+ "baseDenom": "cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy",
+ "chainName": "kichain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
+ "theme": {
+ "primaryColorHex": "#683480",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png",
},
- "name": "Planq",
- "symbol": "PLQ",
+ "name": "LVN",
+ "symbol": "LVN.ki",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
+ "base_denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13832,41 +15358,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/3C6A0C38F7C6DE86051DC3729843BBF48E62CE86A264B6DC4BB3EB0552CBD9BD",
+ "base": "ibc/90459FCF043CB877B72263F3D76352259AABBF7F21C83B1FD4BA0AD75C5251CA",
"denomUnits": [
{
"aliases": [
- "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
],
- "denom": "ibc/3C6A0C38F7C6DE86051DC3729843BBF48E62CE86A264B6DC4BB3EB0552CBD9BD",
+ "denom": "ibc/90459FCF043CB877B72263F3D76352259AABBF7F21C83B1FD4BA0AD75C5251CA",
"exponent": 0,
},
{
- "denom": "ftm",
+ "denom": "wglmr",
"exponent": 18,
},
],
- "description": "Fantom's native utility token — FTM — powers the entire Fantom blockchain ecosystem. FTM tokens are used for staking, governance, payments, and fees on the network.",
- "display": "ftm",
+ "description": "Glimmer (GLMR) is the utility token of the Moonbeam Network, Moonbeam’s primary deployment on the Polkadot network that serves as a developer-friendly parachain.",
+ "display": "wglmr",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "imageSync": {
+ "baseDenom": "Wei",
+ "chainName": "moonbeam",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#e4147c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "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",
},
- "name": "Fantom",
- "symbol": "FTM",
+ "name": "Moonbeam",
+ "symbol": "GLMR",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
+ "base_denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13876,41 +15409,59 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/613BEFFD8D0C285A1FC3E11FCDB826463793515F0A9C90E446ABE62D6A159214",
+ "base": "ibc/AC73F27754080A061EDF0C39CA188C71AD4DFBD656D2B0DAAFD55F7AEEE548CF",
"denomUnits": [
{
"aliases": [
- "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
],
- "denom": "ibc/613BEFFD8D0C285A1FC3E11FCDB826463793515F0A9C90E446ABE62D6A159214",
+ "denom": "ibc/AC73F27754080A061EDF0C39CA188C71AD4DFBD656D2B0DAAFD55F7AEEE548CF",
"exponent": 0,
},
{
- "denom": "canto",
- "exponent": 18,
+ "denom": "glto",
+ "exponent": 6,
},
],
- "description": "Canto is a Layer-1 blockchain built to deliver on the promise of DeFi",
- "display": "canto",
+ "description": "DeFi gaming platform built on Juno",
+ "display": "glto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
+ },
+ {
+ "imageSync": {
+ "baseDenom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
+ "theme": {
+ "primaryColorHex": "#501cad",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg",
},
- "name": "Canto",
- "symbol": "CANTO",
+ "name": "Gelotto (Juno)",
+ "symbol": "GLTO.juno",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
+ "base_denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13920,42 +15471,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/10DB9DE08CD6FAA58A6375891DEFC68A700556CA33CD9E40A423B9524B4661B1",
+ "base": "ibc/6F0AEF5FD89D78B22F284507A82C7229EFEBD6F2DC36E2D02953FF1E266A00ED",
"denomUnits": [
{
"aliases": [
- "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
],
- "denom": "ibc/10DB9DE08CD6FAA58A6375891DEFC68A700556CA33CD9E40A423B9524B4661B1",
+ "denom": "ibc/6F0AEF5FD89D78B22F284507A82C7229EFEBD6F2DC36E2D02953FF1E266A00ED",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qstars",
+ "denom": "gkey",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked STARS",
- "display": "qstars",
+ "description": "Gelotto Year 1 Grand Prize Token",
+ "display": "gkey",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
+ "chainName": "juno",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#521caf",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "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",
},
- "name": "Quicksilver Liquid Staked STARS",
- "symbol": "qSTARS",
+ "name": "GKey",
+ "symbol": "GKEY",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
+ "base_denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -13965,41 +15522,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/38F879520DC61432DDEA9571294F78C3393436F0E7A5C6E589CB8625EDEDE463",
+ "base": "ibc/06711A9E34E31064D6FA8B789A917F77C400B8094B4AC8DD65548347679687C7",
"denomUnits": [
{
"aliases": [
- "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
],
- "denom": "ibc/38F879520DC61432DDEA9571294F78C3393436F0E7A5C6E589CB8625EDEDE463",
+ "denom": "ibc/06711A9E34E31064D6FA8B789A917F77C400B8094B4AC8DD65548347679687C7",
"exponent": 0,
},
{
- "denom": "wynd",
+ "denom": "cre",
"exponent": 6,
},
],
- "description": "WYND DAO Governance Token",
- "display": "wynd",
+ "description": "The native token of Crescent",
+ "display": "cre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "imageSync": {
+ "baseDenom": "ucre",
+ "chainName": "crescent",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#3c2832",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "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",
},
- "name": "Wynd DAO Governance Token",
- "symbol": "WYND",
+ "name": "Crescent",
+ "symbol": "CRE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
+ "base_denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14009,42 +15573,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/CAFBCF40140E5AF83ED2956503FD7BDEE35EDF1BC64CD95C2C41E717B7065766",
+ "base": "ibc/98D6D70B78D13C11AD58B7051499BD4723918A6A578F1812BB4418E0DDA8B13A",
"denomUnits": [
{
"aliases": [
- "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
],
- "denom": "ibc/CAFBCF40140E5AF83ED2956503FD7BDEE35EDF1BC64CD95C2C41E717B7065766",
+ "denom": "ibc/98D6D70B78D13C11AD58B7051499BD4723918A6A578F1812BB4418E0DDA8B13A",
"exponent": 0,
},
{
- "denom": "polygon-usdc",
+ "denom": "lumen",
"exponent": 6,
},
],
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "display": "polygon-usdc",
+ "description": "The native token of LumenX Network",
+ "display": "lumen",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
- },
- {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg",
+ "imageSync": {
+ "baseDenom": "ulumen",
+ "chainName": "lumenx",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
+ "theme": {
+ "primaryColorHex": "#cb8b40",
+ },
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",
},
- "name": "USD Coin (Polygon)",
- "symbol": "polygon.USDC.axl",
+ "name": "LumenX",
+ "symbol": "LUMEN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
+ "base_denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14054,42 +15627,68 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/41AB2B277EABD41E99CF6D16495E9C94F64E29AEFE45D124F4AF6A707DFB67C3",
+ "base": "ibc/8251CB6477FC3EB775581588A8B8C6E775D86E43AA4B4B3F44E547013A2B1F78",
"denomUnits": [
{
"aliases": [
- "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
],
- "denom": "ibc/41AB2B277EABD41E99CF6D16495E9C94F64E29AEFE45D124F4AF6A707DFB67C3",
+ "denom": "ibc/8251CB6477FC3EB775581588A8B8C6E775D86E43AA4B4B3F44E547013A2B1F78",
"exponent": 0,
},
{
- "denom": "avalanche-usdc",
+ "denom": "ORAI",
"exponent": 6,
},
],
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "display": "avalanche-usdc",
+ "description": "The native token of Oraichain",
+ "display": "ORAI",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
+ "imageSync": {
+ "baseDenom": "orai",
+ "chainName": "oraichain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
+ "theme": {
+ "backgroundColorHex": "#FFFFFF",
+ "circle": true,
+ "primaryColorHex": "#000000",
+ },
},
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg",
+ "theme": {
+ "circle": true,
+ "darkMode": true,
+ "primaryColorHex": "#FFFFFF",
+ },
+ },
+ {
+ "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",
+ "theme": {
+ "circle": true,
+ "darkMode": false,
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg",
},
- "name": "USD Coin (Avalanche)",
- "symbol": "avalanche.USDC.axl",
+ "name": "Oraichain",
+ "symbol": "ORAI",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
+ "base_denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14099,41 +15698,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/F77C07ECF0411249192D6FA3778A6CCCA93193FF89552F7DBCC87C60B7828172",
+ "base": "ibc/625014171C35FA3FEFF7FD1588A7DF73A77F15F45DAAC1D39D5C1CDC14C6DC68",
"denomUnits": [
{
"aliases": [
- "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
],
- "denom": "ibc/F77C07ECF0411249192D6FA3778A6CCCA93193FF89552F7DBCC87C60B7828172",
+ "denom": "ibc/625014171C35FA3FEFF7FD1588A7DF73A77F15F45DAAC1D39D5C1CDC14C6DC68",
"exponent": 0,
},
{
- "denom": "mars",
- "exponent": 6,
+ "denom": "cudos",
+ "exponent": 18,
},
],
- "description": "Mars protocol token",
- "display": "mars",
+ "description": "The native token of the Cudos blockchain",
+ "display": "cudos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
+ "imageSync": {
+ "baseDenom": "acudos",
+ "chainName": "cudos",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#5d95ec",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg",
+ "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",
},
- "name": "Mars Hub",
- "symbol": "MARS",
+ "name": "Cudos",
+ "symbol": "CUDOS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
+ "base_denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14143,41 +15749,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/8BDA1D3A036741E4F47A6826A3CCADC72F7947E6807E79973FA89F6A7EF56819",
+ "base": "ibc/DEC6B621A7C01424BEA755708E5B5CF5B6FF7BBB57E6743E7A727879611A22A0",
"denomUnits": [
{
"aliases": [
- "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
],
- "denom": "ibc/8BDA1D3A036741E4F47A6826A3CCADC72F7947E6807E79973FA89F6A7EF56819",
+ "denom": "ibc/DEC6B621A7C01424BEA755708E5B5CF5B6FF7BBB57E6743E7A727879611A22A0",
"exponent": 0,
},
{
- "denom": "cnto",
- "exponent": 18,
+ "denom": "USDX",
+ "exponent": 6,
},
],
- "description": "Ciento Exchange Token",
- "display": "cnto",
+ "description": "The native stablecoin of Kava",
+ "display": "USDX",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "imageSync": {
+ "baseDenom": "usdx",
+ "chainName": "kava",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
+ "theme": {
+ "primaryColorHex": "#04d4a3",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.svg",
},
- "name": "Ciento Token",
- "symbol": "CNTO",
+ "name": "Kava USDX",
+ "symbol": "USDX",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
+ "base_denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14187,40 +15800,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/FA951AABA5FD01FD36D8236BF1AF25BAA697C19F130F230632CB25901381BE49",
+ "base": "ibc/795CEDB1281B0BFC566CCF878A1663E89B0F013F1E335C5C5CCCF37F5FB7674C",
"denomUnits": [
{
"aliases": [
- "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
],
- "denom": "ibc/FA951AABA5FD01FD36D8236BF1AF25BAA697C19F130F230632CB25901381BE49",
+ "denom": "ibc/795CEDB1281B0BFC566CCF878A1663E89B0F013F1E335C5C5CCCF37F5FB7674C",
"exponent": 0,
},
{
- "denom": "stluna",
+ "denom": "bld",
"exponent": 6,
},
],
- "display": "stluna",
+ "description": "BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.",
+ "display": "bld",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "imageSync": {
+ "baseDenom": "ubld",
+ "chainName": "agoric",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
+ "theme": {
+ "primaryColorHex": "#c42b44",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg",
},
- "name": "Stride Staked LUNA",
- "symbol": "stLUNA",
+ "name": "Agoric",
+ "symbol": "BLD",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
+ "base_denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14230,40 +15851,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/B9AECD63EA77157A2A9EB9F19DD79335A3FA8D8900C5D2D10B66A0611AD5D303",
+ "base": "ibc/C60F327A6C16698BF425C7DE9B7E0F56A9A7E8B8986D749376A3208A4DC0370F",
"denomUnits": [
{
"aliases": [
- "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
],
- "denom": "ibc/B9AECD63EA77157A2A9EB9F19DD79335A3FA8D8900C5D2D10B66A0611AD5D303",
+ "denom": "ibc/C60F327A6C16698BF425C7DE9B7E0F56A9A7E8B8986D749376A3208A4DC0370F",
"exponent": 0,
},
{
- "denom": "stevmos",
- "exponent": 18,
+ "denom": "ist",
+ "exponent": 6,
},
],
- "display": "stevmos",
+ "description": "IST is the stable token used by the Agoric chain for execution fees and commerce.",
+ "display": "ist",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "imageSync": {
+ "baseDenom": "uist",
+ "chainName": "agoric",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
+ "theme": {
+ "primaryColorHex": "#d485e2",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg",
},
- "name": "Stride Staked EVMOS",
- "symbol": "stEVMOS",
+ "name": "Inter Stable Token",
+ "symbol": "IST",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
+ "base_denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14273,41 +15902,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/AB7FD8689C2BFE2BF1E291218BB86B10A913928F5D857598BECAA5C5CBFF7B01",
+ "base": "ibc/275E3F4AD910A12BE78AF2F940D9FE91337260B1514169A295C668C9A6C33ECA",
"denomUnits": [
{
"aliases": [
- "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
],
- "denom": "ibc/AB7FD8689C2BFE2BF1E291218BB86B10A913928F5D857598BECAA5C5CBFF7B01",
+ "denom": "ibc/275E3F4AD910A12BE78AF2F940D9FE91337260B1514169A295C668C9A6C33ECA",
"exponent": 0,
},
{
- "denom": "nride",
+ "denom": "sejuno",
"exponent": 6,
},
],
- "description": "nRide Token",
- "display": "nride",
+ "description": "Staking derivative seJUNO for staked JUNO",
+ "display": "sejuno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
+ "theme": {
+ "primaryColorHex": "#26363f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg",
},
- "name": "nRide Token",
- "symbol": "NRIDE",
+ "name": "StakeEasy seJUNO",
+ "symbol": "SEJUNO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
+ "base_denom": "ibc/C6B6BFCB6EE49A7CAB1A7E7B021DE35B99D525AC660844952F0F6C78DCB2A57B",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14317,41 +15953,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/5AC20DB23A2DF7ADA0E1BB1D9BFCB221D18344491F3D0C7F2E4B9F8E0A411D76",
+ "base": "ibc/0AAE218535F0AD655BEBA28D7370BCE7355E1710B8CFF7789BF44946C9E1DDD9",
"denomUnits": [
{
"aliases": [
- "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
+ "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
],
- "denom": "ibc/5AC20DB23A2DF7ADA0E1BB1D9BFCB221D18344491F3D0C7F2E4B9F8E0A411D76",
+ "denom": "ibc/0AAE218535F0AD655BEBA28D7370BCE7355E1710B8CFF7789BF44946C9E1DDD9",
"exponent": 0,
},
{
- "denom": "ebl",
+ "denom": "bjuno",
"exponent": 6,
},
],
- "description": "The native staking token of 8ball.",
- "display": "ebl",
+ "description": "Staking derivative bJUNO for staked JUNO",
+ "display": "bjuno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
+ "theme": {
+ "primaryColorHex": "#254454",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg",
},
- "name": "8ball",
- "symbol": "EBL",
+ "name": "StakeEasy bJUNO",
+ "symbol": "BJUNO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
+ "base_denom": "ibc/C2DF5C3949CA835B221C575625991F09BAB4E48FB9C11A4EE357194F736111E3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14361,42 +16004,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/082863DB8C3BFF0F579BEDE1736FDB5AE228313DC12F528370369D4344205689",
+ "base": "ibc/7759393D3E279C246AB095A89002E005A77D0621A135EC16667E0DE1A5FBF11A",
"denomUnits": [
{
"aliases": [
- "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
],
- "denom": "ibc/082863DB8C3BFF0F579BEDE1736FDB5AE228313DC12F528370369D4344205689",
+ "denom": "ibc/7759393D3E279C246AB095A89002E005A77D0621A135EC16667E0DE1A5FBF11A",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qatom",
+ "denom": "strd",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked ATOM",
- "display": "qatom",
+ "description": "The native token of Stride",
+ "display": "strd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "imageSync": {
+ "baseDenom": "ustrd",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
+ "theme": {
+ "primaryColorHex": "#e4047c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",
},
- "name": "Quicksilver Liquid Staked ATOM",
- "symbol": "qATOM",
+ "name": "Stride",
+ "symbol": "STRD",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
+ "base_denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14406,41 +16055,47 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/2AE03402F61109F04DB235B5FD443C2A0686C27E841FE87923C676C0141DCF7E",
+ "base": "ibc/832211C8B733177241E36AD688CCBF38C9254598120B7FB54736B76DFEF91FEE",
"denomUnits": [
{
"aliases": [
- "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
],
- "denom": "ibc/2AE03402F61109F04DB235B5FD443C2A0686C27E841FE87923C676C0141DCF7E",
+ "denom": "ibc/832211C8B733177241E36AD688CCBF38C9254598120B7FB54736B76DFEF91FEE",
"exponent": 0,
},
{
- "denom": "harbor",
+ "denom": "statom",
"exponent": 6,
},
],
- "description": "Governance Token of Harbor protocol on Comdex network",
- "display": "harbor",
+ "display": "statom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "imageSync": {
+ "baseDenom": "stuatom",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
},
- "name": "Harbor",
- "symbol": "HARBOR",
+ "name": "Stride Staked ATOM",
+ "symbol": "stATOM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
+ "base_denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14450,42 +16105,47 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/E07585AC4D62DDCD2FCE72C9F479495C0D4FA8A55F163586D4DDC4FF32F5C1BD",
+ "base": "ibc/A52430FF0B1140915C060B460E07666F4B5A58E73691E25162EAF9A71DA99C98",
"denomUnits": [
{
"aliases": [
- "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
],
- "denom": "ibc/E07585AC4D62DDCD2FCE72C9F479495C0D4FA8A55F163586D4DDC4FF32F5C1BD",
+ "denom": "ibc/A52430FF0B1140915C060B460E07666F4B5A58E73691E25162EAF9A71DA99C98",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qregen",
+ "denom": "ststars",
"exponent": 6,
},
],
- "description": "Quicksilver Liquid Staked REGEN",
- "display": "qregen",
+ "display": "ststars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "imageSync": {
+ "baseDenom": "stustars",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg",
},
- "name": "Quicksilver Liquid Staked Regen",
- "symbol": "qREGEN",
+ "name": "Stride Staked STARS",
+ "symbol": "stSTARS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
+ "base_denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14495,39 +16155,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/580136DCB91F73829EAE848152DC07E2C743E22C072BE23BDCA968C7251B2D18",
+ "base": "ibc/A76BE20DA62CD4FAB51E4E697B5B0518952358DE7BA1126E17927DE9B7B7DD46",
"denomUnits": [
{
"aliases": [
- "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
],
- "denom": "ibc/580136DCB91F73829EAE848152DC07E2C743E22C072BE23BDCA968C7251B2D18",
+ "denom": "ibc/A76BE20DA62CD4FAB51E4E697B5B0518952358DE7BA1126E17927DE9B7B7DD46",
"exponent": 0,
},
{
- "denom": "fox",
+ "denom": "solar",
"exponent": 6,
},
],
- "description": "Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.",
- "display": "fox",
+ "description": "Solarbank DAO Governance Token for speeding up the shift to renewable and green energy",
+ "display": "solar",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "imageSync": {
+ "baseDenom": "cw20:juno159q8t5g02744lxq8lfmcn6f78qqulq9wn3y9w7lxjgkz4e0a6kvsfvapse",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c1b",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fox.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/solar.svg",
},
- "name": "Juno Fox",
- "symbol": "FOX",
+ "name": "Solarbank DAO",
+ "symbol": "SOLAR",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
+ "base_denom": "ibc/C3FC4DED273E7D1DD2E7BAA3317EC9A53CD3252B577AA33DC00D9DF2BDF3ED5C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14537,40 +16206,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/46A3C9C63FB93F2273488ACFF80270F3C16572F310A0B4947D19F0AA24167059",
+ "base": "ibc/105ACEF3E0C2EA6AE973DAF2ADBEED8E06B8D08B6C88048C725178E0F477C3B6",
"denomUnits": [
{
"aliases": [
- "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
],
- "denom": "ibc/46A3C9C63FB93F2273488ACFF80270F3C16572F310A0B4947D19F0AA24167059",
+ "denom": "ibc/105ACEF3E0C2EA6AE973DAF2ADBEED8E06B8D08B6C88048C725178E0F477C3B6",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qck",
+ "denom": "seasy",
"exponent": 6,
},
],
- "description": "QCK - native token of Quicksilver",
- "display": "qck",
+ "description": "StakeEasy governance token",
+ "display": "seasy",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "imageSync": {
+ "baseDenom": "cw20:juno19rqljkh95gh40s7qdx40ksx3zq5tm4qsmsrdz9smw668x9zdr3lqtg33mf",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
+ "theme": {
+ "primaryColorHex": "#2d2c2d",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg",
},
- "name": "Quicksilver",
- "symbol": "QCK",
+ "name": "StakeEasy SEASY",
+ "symbol": "SEASY",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D",
+ "base_denom": "ibc/18A676A074F73B9B42DA4F9DFC8E5AEF334C9A6636DDEC8D34682F52F1DECDF6",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14580,44 +16257,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/7B05D6BCB37FB83472C14FFC182AB5089C3859B69FF38F8D6A5274C1EE8793B0",
+ "base": "ibc/2301E7B51107A50919FF3133B928F63F749FDD35D95D4751E8951CD004CB709B",
"denomUnits": [
{
"aliases": [
- "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
],
- "denom": "ibc/7B05D6BCB37FB83472C14FFC182AB5089C3859B69FF38F8D6A5274C1EE8793B0",
+ "denom": "ibc/2301E7B51107A50919FF3133B928F63F749FDD35D95D4751E8951CD004CB709B",
"exponent": 0,
},
{
- "denom": "ARKH",
+ "denom": "axl",
"exponent": 6,
},
],
- "description": "The native token of Arkhadian",
- "display": "ARKH",
+ "description": "The native token of Axelar",
+ "display": "axl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "imageSync": {
+ "baseDenom": "uaxl",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "keywords": [
- "osmosis_unstable",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",
+ "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",
},
- "name": "Arkhadian",
- "symbol": "ARKH",
+ "name": "Axelar",
+ "symbol": "AXL",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/0F91EE8B98AAE3CF393D94CD7F89A10F8D7758C5EC707E721899DFE65C164C28",
+ "base_denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14627,42 +16308,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/78A0FCEF49722B9337D322BF5C8D20EAE91D9491F90F894FC29D44EA2D21DE76",
+ "base": "ibc/007807ECC2EA3E4BA5FA262EAEEC5E787CA94EC25912D55AA804447F01C5FB23",
"denomUnits": [
{
"aliases": [
- "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
],
- "denom": "ibc/78A0FCEF49722B9337D322BF5C8D20EAE91D9491F90F894FC29D44EA2D21DE76",
+ "denom": "ibc/007807ECC2EA3E4BA5FA262EAEEC5E787CA94EC25912D55AA804447F01C5FB23",
"exponent": 0,
},
{
- "aliases": [],
- "denom": "qosmo",
- "exponent": 6,
+ "denom": "rebus",
+ "exponent": 18,
},
],
- "description": "Quicksilver Liquid Staked OSMO",
- "display": "qosmo",
+ "description": "REBUS, the native coin of the Rebus chain.",
+ "display": "rebus",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "imageSync": {
+ "baseDenom": "arebus",
+ "chainName": "rebus",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
+ "theme": {
+ "primaryColorHex": "#e75486",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qosmo.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",
},
- "name": "Quicksilver Liquid Staked OSMO",
- "symbol": "qOSMO",
+ "name": "Rebus",
+ "symbol": "REBUS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC",
+ "base_denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14672,41 +16359,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/4077FF49DAF69D50A45749C992A76F7A1A3C1274184BA03953DEF1E079C177B3",
+ "base": "ibc/9F018572DBDB095BEBAE9B83615FDD3CC5A69BA373A607590ED4770A7479AE95",
"denomUnits": [
{
"aliases": [
- "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
],
- "denom": "ibc/4077FF49DAF69D50A45749C992A76F7A1A3C1274184BA03953DEF1E079C177B3",
+ "denom": "ibc/9F018572DBDB095BEBAE9B83615FDD3CC5A69BA373A607590ED4770A7479AE95",
"exponent": 0,
},
{
- "denom": "frienzies",
+ "denom": "tori",
"exponent": 6,
},
],
- "description": "Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.",
- "display": "frienzies",
+ "description": "The native token of Teritori",
+ "display": "tori",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "imageSync": {
+ "baseDenom": "utori",
+ "chainName": "teritori",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/utori.svg",
},
- "name": "Frienzies",
- "symbol": "FRNZ",
+ "name": "Teritori",
+ "symbol": "TORI",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9",
+ "base_denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14716,41 +16410,47 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/B860D842D78A6040B2C2C74A218AE1EED78272608C4A17005059FF1DB8CD0004",
+ "base": "ibc/0CEAB5BA46B9BFF01EE955AAE83A8CF972D8D5B1152A879724927A24BAB30885",
"denomUnits": [
{
"aliases": [
- "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
],
- "denom": "ibc/B860D842D78A6040B2C2C74A218AE1EED78272608C4A17005059FF1DB8CD0004",
+ "denom": "ibc/0CEAB5BA46B9BFF01EE955AAE83A8CF972D8D5B1152A879724927A24BAB30885",
"exponent": 0,
},
{
- "denom": "whale",
+ "denom": "stjuno",
"exponent": 6,
},
],
- "description": "The native token of Migaloo Chain",
- "display": "whale",
+ "display": "stjuno",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "imageSync": {
+ "baseDenom": "stujuno",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg",
},
- "name": "Migaloo",
- "symbol": "WHALE",
+ "name": "Stride Staked JUNO",
+ "symbol": "stJUNO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D",
+ "base_denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14760,39 +16460,47 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/8682D60E57D4E46D724F0A66F66AB52D3B621EE1318A26A72C2E6B467F7EB151",
+ "base": "ibc/994045F6FA3BDBEADB44673B363CC1962870C73274DF7BFDA3D67C1A31B92357",
"denomUnits": [
{
"aliases": [
- "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
],
- "denom": "ibc/8682D60E57D4E46D724F0A66F66AB52D3B621EE1318A26A72C2E6B467F7EB151",
+ "denom": "ibc/994045F6FA3BDBEADB44673B363CC1962870C73274DF7BFDA3D67C1A31B92357",
"exponent": 0,
},
{
- "denom": "grdn",
+ "denom": "stosmo",
"exponent": 6,
},
],
- "description": "Evmos Guardians governance token.",
- "display": "grdn",
+ "display": "stosmo",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "imageSync": {
+ "baseDenom": "stuosmo",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/guardian.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
},
- "name": "Guardian",
- "symbol": "GRDN",
+ "name": "Stride Staked OSMO",
+ "symbol": "stOSMO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/BAC9C6998F1F5C316D3353622EAEDAF8BD00FAABEB374FECDF8C9BC475172CFA",
+ "base_denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14802,41 +16510,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/7D2F02A7FCBEB59F832B13FDE31E543CBC1A3722801014FF22BDBEF3FD8B12ED",
+ "base": "ibc/319EDA83E270E8CE421FBAF3707351A3723D26B92BEF475BC32EEB0D96DDC699",
"denomUnits": [
{
"aliases": [
- "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
],
- "denom": "ibc/7D2F02A7FCBEB59F832B13FDE31E543CBC1A3722801014FF22BDBEF3FD8B12ED",
+ "denom": "ibc/319EDA83E270E8CE421FBAF3707351A3723D26B92BEF475BC32EEB0D96DDC699",
"exponent": 0,
},
{
- "denom": "mnpu",
+ "denom": "muse",
"exponent": 6,
},
],
- "description": "Mini Punks Token",
- "display": "mnpu",
+ "description": "The native token cw20 for MuseDAO on Juno Chain",
+ "display": "muse",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
+ "theme": {
+ "primaryColorHex": "#32255f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mnpu.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png",
},
- "name": "Mini Punks",
- "symbol": "MNPU",
+ "name": "MuseDAO",
+ "symbol": "MUSE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/DC0D3303BBE739E073224D0314385B88B247F56D71D726A91414CCA244FFFE7E",
+ "base_denom": "ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14846,39 +16559,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/989DAE2EE73CD08E37DF997AE7FB51E951E17D4ECE1E83404CF9C3F400F094B9",
+ "base": "ibc/707ACED18F09299C9CF065161E818618CCB05B8FB38E5F05FAFAF13B225515C4",
"denomUnits": [
{
"aliases": [
- "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
],
- "denom": "ibc/989DAE2EE73CD08E37DF997AE7FB51E951E17D4ECE1E83404CF9C3F400F094B9",
+ "denom": "ibc/707ACED18F09299C9CF065161E818618CCB05B8FB38E5F05FAFAF13B225515C4",
"exponent": 0,
},
{
- "denom": "shibac",
- "exponent": 6,
+ "denom": "lamb",
+ "exponent": 18,
},
],
- "description": "Shiba Cosmos",
- "display": "shibac",
+ "description": "The native token of Lambda",
+ "display": "lamb",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "imageSync": {
+ "baseDenom": "ulamb",
+ "chainName": "lambda",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
+ "theme": {
+ "primaryColorHex": "#e41c54",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/shibacosmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",
},
- "name": "ShibaCosmos",
- "symbol": "SHIBAC",
+ "name": "Lambda",
+ "symbol": "LAMB",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/447A0DCE83691056289503DDAB8EB08E52E167A73629F2ACC59F056B92F51CE8",
+ "base_denom": "ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14888,41 +16610,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/31C63F09B8085BB9DF9DEF33708902BB534D871C616818135531D5D9F1BFA552",
+ "base": "ibc/2C2EAD2258466EB47BEDAA88E23EB12FBD5ED46ABFAABEA508118A88C4DBD95E",
"denomUnits": [
{
"aliases": [
- "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
],
- "denom": "ibc/31C63F09B8085BB9DF9DEF33708902BB534D871C616818135531D5D9F1BFA552",
+ "denom": "ibc/2C2EAD2258466EB47BEDAA88E23EB12FBD5ED46ABFAABEA508118A88C4DBD95E",
"exponent": 0,
},
{
- "denom": "sikoba",
+ "denom": "usk",
"exponent": 6,
},
],
- "description": "Sikoba Governance Token",
- "display": "sikoba",
+ "description": "The native over-collateralized stablecoin from the Kujira chain.",
+ "display": "usk",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "imageSync": {
+ "baseDenom": "factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",
+ "chainName": "kujira",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
+ "theme": {
+ "primaryColorHex": "#2e363f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sikoba.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.svg",
},
- "name": "Sikoba Token",
- "symbol": "SKOJ",
+ "name": "USK",
+ "symbol": "USK",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/71066B030D8FC6479E638580E1BA9C44925E8C1F6E45036669D22017CFDC8C5E",
+ "base_denom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14932,41 +16661,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/71A191F893ED81E09032C46D4D319EE828372B269FC7F5108EB2EE80BBFF2CF2",
+ "base": "ibc/1949E41FB7D7A41E926241FAA2BD8E38EAE46BE2C1CAA9C77186DB327CF39400",
"denomUnits": [
{
"aliases": [
- "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
],
- "denom": "ibc/71A191F893ED81E09032C46D4D319EE828372B269FC7F5108EB2EE80BBFF2CF2",
+ "denom": "ibc/1949E41FB7D7A41E926241FAA2BD8E38EAE46BE2C1CAA9C77186DB327CF39400",
"exponent": 0,
},
{
- "denom": "nct",
- "exponent": 6,
+ "denom": "FUND",
+ "exponent": 9,
},
],
- "description": "Nature Carbon Ton (NCT) is a carbon token standard backed 1:1 by carbon credits issued by Verra, a global leader in the voluntary carbon market. NCT credits on Regen Network have been tokenized by Toucan.earth.",
- "display": "nct",
+ "description": "Staking and governance coin for the Unification Blockchain",
+ "display": "FUND",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "imageSync": {
+ "baseDenom": "nund",
+ "chainName": "unification",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
+ "theme": {
+ "primaryColorHex": "#2279c0",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",
},
- "name": "Nature Carbon Ton",
- "symbol": "NCT",
+ "name": "Unification",
+ "symbol": "FUND",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68",
+ "base_denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -14976,39 +16712,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/7144D47AF0DC49E3F8A3BE17AA2836A2C0E01BF21598F5409D79856A1102BA16",
+ "base": "ibc/7A175157C925B983460D113AE6BDDCF2DF92CC2BF3A898178825B33D39D80DE4",
"denomUnits": [
{
"aliases": [
- "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
],
- "denom": "ibc/7144D47AF0DC49E3F8A3BE17AA2836A2C0E01BF21598F5409D79856A1102BA16",
+ "denom": "ibc/7A175157C925B983460D113AE6BDDCF2DF92CC2BF3A898178825B33D39D80DE4",
"exponent": 0,
},
{
- "denom": "clst",
+ "denom": "jkl",
"exponent": 6,
},
],
- "description": "Celestims",
- "display": "clst",
+ "description": "The native staking and governance token of Jackal.",
+ "display": "jkl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "imageSync": {
+ "baseDenom": "ujkl",
+ "chainName": "jackal",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#dbdbcb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/celestims.png",
+ "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",
},
- "name": "Celestims",
- "symbol": "CLST",
+ "name": "Jackal",
+ "symbol": "JKL",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/0E4FA664327BD40B32803EE84A77F145834C0281B7F82B65521333B3669FA0BA",
+ "base_denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15018,39 +16763,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/3D38EE3274A2076C2178B7E5FD83A75D911F09B3B48F7351F446BA7B1E833470",
+ "base": "ibc/291A9F553CF889DC37206A8DFB9431CA5310C06E75E9388985C6C8BE4EA4BDF6",
"denomUnits": [
{
"aliases": [
- "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
],
- "denom": "ibc/3D38EE3274A2076C2178B7E5FD83A75D911F09B3B48F7351F446BA7B1E833470",
+ "denom": "ibc/291A9F553CF889DC37206A8DFB9431CA5310C06E75E9388985C6C8BE4EA4BDF6",
"exponent": 0,
},
{
- "denom": "osdoge",
+ "denom": "alter",
"exponent": 6,
},
],
- "description": "The First Doge on Osmosis",
- "display": "osdoge",
+ "description": "The native token cw20 for Alter on Secret Network",
+ "display": "alter",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "imageSync": {
+ "baseDenom": "cw20:secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
+ "theme": {
+ "primaryColorHex": "#694c90",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/osdoge.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg",
},
- "name": "Osmosis Doge",
- "symbol": "OSDOGE",
+ "name": "Alter",
+ "symbol": "ALTER",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/8AEEA9B9304392070F72611076C0E328CE3F2DECA1E18557E36F9DB4F09C0156",
+ "base_denom": "ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15060,39 +16814,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/8CAE5B54C629B976FBC777C8B688C5570A95224DD92EB8709640C5C4E6E7C488",
+ "base": "ibc/C1EEF14123EA5D727B13B28147951142CF6E85224B3108984751EB5059BE77BC",
"denomUnits": [
{
"aliases": [
- "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
],
- "denom": "ibc/8CAE5B54C629B976FBC777C8B688C5570A95224DD92EB8709640C5C4E6E7C488",
+ "denom": "ibc/C1EEF14123EA5D727B13B28147951142CF6E85224B3108984751EB5059BE77BC",
"exponent": 0,
},
{
- "denom": "apemos",
+ "denom": "butt",
"exponent": 6,
},
],
- "description": "Apemos",
- "display": "apemos",
+ "description": "The native token cw20 for Button on Secret Network",
+ "display": "butt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "imageSync": {
+ "baseDenom": "cw20:secret1yxcexylwyxlq58umhgsjgstgcg2a0ytfy4d9lt",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
+ "theme": {
+ "primaryColorHex": "#7b04eb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/apemos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/butt.svg",
},
- "name": "Apemos",
- "symbol": "APEMOS",
+ "name": "Button",
+ "symbol": "BUTT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/1EB03F13F29FEA73444586FC4E88A8C14ACE9291501E9658E3BEF951EA4AC85D",
+ "base_denom": "ibc/1FBA9E763B8679BEF7BAAAF2D16BCA78C3B297D226C3F31312C769D7B8F992D8",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15102,39 +16865,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/D68289900FD6CF77B51AF755CC99E779718B542FC4439E0FDBAD9FF0A1A38AA2",
+ "base": "ibc/0305A3E584DC61D489A9AA3CCB116053EA8DB07C503B03429DACDFEE7BC551AC",
"denomUnits": [
{
"aliases": [
- "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
],
- "denom": "ibc/D68289900FD6CF77B51AF755CC99E779718B542FC4439E0FDBAD9FF0A1A38AA2",
+ "denom": "ibc/0305A3E584DC61D489A9AA3CCB116053EA8DB07C503B03429DACDFEE7BC551AC",
"exponent": 0,
},
{
- "denom": "invdrs",
- "exponent": 6,
+ "denom": "shd",
+ "exponent": 8,
},
],
- "description": "Evmos Guardians' Invaders DAO token.",
- "display": "invdrs",
+ "description": "The native token cw20 for Shade on Secret Network",
+ "display": "shd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "imageSync": {
+ "baseDenom": "cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d",
+ "chainName": "secretnetwork",
+ },
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
},
],
+ "keywords": [
+ "osmosis_unstable",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/invdrs.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg",
},
- "name": "Invaders",
- "symbol": "INVDRS",
+ "name": "Shade (old)",
+ "symbol": "SHD(old)",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/3DB1721541C94AD19D7735FECED74C227E13F925BDB814392980B40A19C1ED54",
+ "base_denom": "ibc/71055835C7639739EAE03AACD1324FE162DBA41D09F197CB72D966D014225B1C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15144,39 +16914,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/D8EBED4FF25BAAA0A353EC2E893D3F97B1F075F970E09976B9C4E97695B98CD7",
+ "base": "ibc/279F377D443CDE27EF399241914376E9C41287D493CB6C04A17693888A4EFBFA",
"denomUnits": [
{
"aliases": [
- "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
],
- "denom": "ibc/D8EBED4FF25BAAA0A353EC2E893D3F97B1F075F970E09976B9C4E97695B98CD7",
+ "denom": "ibc/279F377D443CDE27EF399241914376E9C41287D493CB6C04A17693888A4EFBFA",
"exponent": 0,
},
{
- "denom": "doga",
- "exponent": 6,
+ "denom": "sienna",
+ "exponent": 18,
},
],
- "description": "Doge Apr",
- "display": "doga",
+ "description": "The native token cw20 for SIENNA on Secret Network",
+ "display": "sienna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "imageSync": {
+ "baseDenom": "cw20:secret1rgm2m5t530tdzyd99775n6vzumxa5luxcllml4",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
+ "theme": {
+ "primaryColorHex": "#2c2c2c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/sienna.svg",
},
- "name": "Doge Apr",
- "symbol": "DOGA",
+ "name": "SIENNA",
+ "symbol": "SIENNA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/04BE4E9C825ED781F9684A1226114BB49607500CAD855F1E3FEEC18532297250",
+ "base_denom": "ibc/9A8A93D04917A149C8AC7C16D3DA8F470D59E8D867499C4DA97450E1D7363213",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15186,39 +16965,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/B59F993604E6021D65E16187AA6DD7102F59EA444E230006D15B168CB7BC4A7E",
+ "base": "ibc/757B6BBEAD0B351B388D2B327FFFB35E93466497701A919D05E003443044EA9B",
"denomUnits": [
{
"aliases": [
- "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
],
- "denom": "ibc/B59F993604E6021D65E16187AA6DD7102F59EA444E230006D15B168CB7BC4A7E",
+ "denom": "ibc/757B6BBEAD0B351B388D2B327FFFB35E93466497701A919D05E003443044EA9B",
"exponent": 0,
},
{
- "denom": "catmos",
+ "denom": "stkd-scrt",
"exponent": 6,
},
],
- "description": "Catmos",
- "display": "catmos",
+ "description": "The native token cw20 for SCRT Staking Derivatives on Secret Network",
+ "display": "stkd-scrt",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "imageSync": {
+ "baseDenom": "cw20:secret1k6u0cy4feepm6pehnz804zmwakuwdapm69tuc4",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
+ "theme": {
+ "primaryColorHex": "#b8a2dc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg",
},
- "name": "Catmos",
- "symbol": "CATMOS",
+ "name": "SCRT Staking Derivatives",
+ "symbol": "stkd-SCRT",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/F4A07138CAEF0BFB4889E03C44C57956A48631061F1C8AB80421C1F229C1B835",
+ "base_denom": "ibc/D0E5BF2940FB58D9B283A339032DE88111407AAD7D94A7F1F3EB78874F8616D4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15228,39 +17016,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/691EC257AECA94DF254B6242BA19168F485BC175F3B518C0020E3BD2C260E07E",
+ "base": "ibc/74286AA16BFC27454F58FF0BACF2717667987E0B7E5FC5B4391DDAA5F09AD531",
"denomUnits": [
{
"aliases": [
- "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
],
- "denom": "ibc/691EC257AECA94DF254B6242BA19168F485BC175F3B518C0020E3BD2C260E07E",
+ "denom": "ibc/74286AA16BFC27454F58FF0BACF2717667987E0B7E5FC5B4391DDAA5F09AD531",
"exponent": 0,
},
{
- "denom": "summit",
+ "denom": "bze",
"exponent": 6,
},
],
- "description": "Social Impact DAO providing showers, meals, and vehicles to the homeless",
- "display": "summit",
+ "description": "BeeZee native blockchain",
+ "display": "bze",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "imageSync": {
+ "baseDenom": "ubze",
+ "chainName": "beezee",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
+ "theme": {
+ "primaryColorHex": "#079fd7",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/summit.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",
},
- "name": "Summit",
- "symbol": "SUMMIT",
+ "name": "BeeZee",
+ "symbol": "BZE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A",
+ "base_denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15270,41 +17067,46 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/74356C5768E72AF3E3FF013DB4245664F3028C1322BDD10F63F17F2EEB0D5E61",
+ "base": "ibc/1B9DA51FE083F2DF7064B6E46E144FE04D4FEAF164561425ADDEE014EC185B14",
"denomUnits": [
{
"aliases": [
- "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
],
- "denom": "ibc/74356C5768E72AF3E3FF013DB4245664F3028C1322BDD10F63F17F2EEB0D5E61",
+ "denom": "ibc/1B9DA51FE083F2DF7064B6E46E144FE04D4FEAF164561425ADDEE014EC185B14",
"exponent": 0,
},
{
- "denom": "flix",
+ "denom": "fury",
"exponent": 6,
},
],
- "description": "The native staking token of OmniFlix Hub.",
- "display": "flix",
+ "description": "The native token cw20 for Fanfury on Juno Chain",
+ "display": "fury",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1cltgm8v842gu54srmejewghnd6uqa26lzkpa635wzra9m9xuudkqa2gtcz",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
+ "theme": {
+ "primaryColorHex": "#14045c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png",
},
- "name": "OmniFlix",
- "symbol": "FLIX",
+ "name": "FURY.legacy",
+ "symbol": "FURY.juno",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F",
+ "base_denom": "ibc/7CE5F388D661D82A0774E47B5129DA51CC7129BD1A70B5FA6BCEBB5B0A2FAEAF",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15314,39 +17116,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/C44AFBD5D41CC7007BA0E12B272844EE358BCA967253CDD4BB97A93AC253C031",
+ "base": "ibc/9734C8F0F5CB657436994692EC3A5CEAC546D2A9F0AEF537396B3E067AE8029D",
"denomUnits": [
{
"aliases": [
- "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
],
- "denom": "ibc/C44AFBD5D41CC7007BA0E12B272844EE358BCA967253CDD4BB97A93AC253C031",
+ "denom": "ibc/9734C8F0F5CB657436994692EC3A5CEAC546D2A9F0AEF537396B3E067AE8029D",
"exponent": 0,
},
{
- "denom": "spacer",
- "exponent": 6,
+ "denom": "acre",
+ "exponent": 18,
},
],
- "description": "Spacer",
- "display": "spacer",
+ "description": "The native EVM, governance and staking token of the Acrechain",
+ "display": "acre",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "imageSync": {
+ "baseDenom": "aacre",
+ "chainName": "acrechain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
+ "theme": {
+ "primaryColorHex": "#4aa29e",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/spacer.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",
},
- "name": "Spacer",
- "symbol": "SPACER",
+ "name": "Acrechain",
+ "symbol": "ACRE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/7A496DB7C2277D4B74EC4428DDB5AC8A62816FBD0DEBE1CFE094935D746BE19C",
+ "base_denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15356,39 +17167,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/BD6FE796FC2ACA333FFD952C8A24361EEB6599C8CB899389E611BF266AA5EE3B",
+ "base": "ibc/4D2A416917E85275BFAB2C7AC6CB5AFBC8246E84E727B06E4674664686A60B1A",
"denomUnits": [
{
"aliases": [
- "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
],
- "denom": "ibc/BD6FE796FC2ACA333FFD952C8A24361EEB6599C8CB899389E611BF266AA5EE3B",
+ "denom": "ibc/4D2A416917E85275BFAB2C7AC6CB5AFBC8246E84E727B06E4674664686A60B1A",
"exponent": 0,
},
{
- "denom": "light",
- "exponent": 9,
+ "denom": "cmst",
+ "exponent": 6,
},
],
- "description": "Light: LumenX community DAO treasury token",
- "display": "light",
+ "description": "Stable Token of Harbor protocol on Comdex network",
+ "display": "cmst",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "imageSync": {
+ "baseDenom": "ucmst",
+ "chainName": "comdex",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/light.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg",
},
- "name": "LIGHT",
- "symbol": "LIGHT",
+ "name": "CMST",
+ "symbol": "CMST",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29",
+ "base_denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15398,41 +17218,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/38E3CDB568576E779ED9126DEC8C34C874410794068D60B39FC91096AF11A23D",
+ "base": "ibc/4AE98B02FB3C1426AD353C9D59870A5FC53EE1D0BA96FDD36A7067471245A381",
"denomUnits": [
{
"aliases": [
- "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
],
- "denom": "ibc/38E3CDB568576E779ED9126DEC8C34C874410794068D60B39FC91096AF11A23D",
+ "denom": "ibc/4AE98B02FB3C1426AD353C9D59870A5FC53EE1D0BA96FDD36A7067471245A381",
"exponent": 0,
},
{
- "denom": "silk",
- "exponent": 6,
+ "denom": "imv",
+ "exponent": 18,
},
],
- "description": "The native token cw20 for Silk on Secret Network",
- "display": "silk",
+ "description": "The native EVM, governance and staking token of the Imversed",
+ "display": "imv",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "imageSync": {
+ "baseDenom": "aimv",
+ "chainName": "imversed",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
+ "theme": {
+ "primaryColorHex": "#4c54e4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
},
- "name": "Silk",
- "symbol": "SILK",
+ "name": "Imversed",
+ "symbol": "IMV",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7",
+ "base_denom": "ibc/92B223EBFA74DB99BEA92B23DEAA6050734FEEAABB84689CB8E1AE8F9C9F9AF4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15442,39 +17269,51 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/7EC7213ABEF2C07CF24057DBF45B0E3FABB7FB7D308C82CD35C81B814DE32DEF",
+ "base": "ibc/FC7FD1D00EA8AE8C1666A30D794338EAD947534CE9EBB9E33D3BEC9DB621F7FC",
"denomUnits": [
{
"aliases": [
- "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
],
- "denom": "ibc/7EC7213ABEF2C07CF24057DBF45B0E3FABB7FB7D308C82CD35C81B814DE32DEF",
+ "denom": "ibc/FC7FD1D00EA8AE8C1666A30D794338EAD947534CE9EBB9E33D3BEC9DB621F7FC",
"exponent": 0,
},
{
- "denom": "mile",
+ "denom": "medas",
"exponent": 6,
},
],
- "description": "Mille: the 1000th token on osmosis",
- "display": "mile",
+ "description": "The native token of Medas Digital Network",
+ "display": "medas",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "imageSync": {
+ "baseDenom": "umedas",
+ "chainName": "medasdigital",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
+ "theme": {
+ "primaryColorHex": "#147ccc",
+ },
},
],
+ "keywords": [
+ "medas",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/mille.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",
},
- "name": "Mille",
- "symbol": "MILE",
+ "name": "Medas Digital Network",
+ "symbol": "MEDAS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/912275A63A565BFD80734AEDFFB540132C51E446EAC41483B26EDE8A557C71CF",
+ "base_denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15484,39 +17323,53 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/89F2FD1E1D6AA6F7F67D87B6B5270F7ABCADFC67701E1E2BC76E25516A4C4051",
+ "base": "ibc/49996DA861F3DD3467579C3FC82BF6996A13A0314FBEF3805A78D976B8EB6C89",
"denomUnits": [
{
"aliases": [
- "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
],
- "denom": "ibc/89F2FD1E1D6AA6F7F67D87B6B5270F7ABCADFC67701E1E2BC76E25516A4C4051",
+ "denom": "ibc/49996DA861F3DD3467579C3FC82BF6996A13A0314FBEF3805A78D976B8EB6C89",
"exponent": 0,
},
{
- "denom": "manna",
+ "denom": "phmn",
"exponent": 6,
},
],
- "description": "Social Impact DAO dedicated to combatting food insecurity and malnutrition",
- "display": "manna",
+ "description": "The native token cw20 for PHMN on Juno Chain",
+ "display": "phmn",
+ "extendedDescription": "$PHMN is the governance token of a distributed validator. Similar to PoS chains, each holder possesses voting rights proportionate to the number of locked tokens. PHMN holders can govern the POSTHUMAN validator via DAODAO. For instance, decisions such as diversifying the treasury, updating the validator's commission rate, or exiting the network are determined by the PHMN community.",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "imageSync": {
+ "baseDenom": "cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
+ "theme": {
+ "primaryColorHex": "#bbc2c6",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/manna.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg",
},
- "name": "Manna",
- "symbol": "MANNA",
+ "name": "POSTHUMAN",
+ "socials": {
+ "twitter": "https://twitter.com/POSTHUMAN_DVS",
+ "website": "https://posthuman.digital/",
+ },
+ "symbol": "PHMN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/980A2748F37C938AD129B92A51E2ABA8CFFC6862ADD61EC1B291125535DBE30B",
+ "base_denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15526,43 +17379,48 @@ ETH, as a digital currency, is used for a variety of purposes within the Ethereu
"typeAsset": "ics20",
},
{
- "base": "ibc/816A63D8C6826F7A4A8C8F993366F9BC9BC73DCE7ECA788F6D4186DE9F2FADAA",
+ "base": "ibc/59C48491759D7E7D3230429FF2E72CBCC759B55A40D2D998A3BEE0945EE1C211",
"denomUnits": [
{
"aliases": [
- "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
],
- "denom": "ibc/816A63D8C6826F7A4A8C8F993366F9BC9BC73DCE7ECA788F6D4186DE9F2FADAA",
+ "denom": "ibc/59C48491759D7E7D3230429FF2E72CBCC759B55A40D2D998A3BEE0945EE1C211",
"exponent": 0,
},
{
- "denom": "fil",
- "exponent": 18,
+ "denom": "amber",
+ "exponent": 6,
},
],
- "description": "Filecoin is a decentralized storage network designed to turn cloud storage into an algorithmic market. The network facilitates open markets for storing and retrieving data, where users pay to store their files on storage miners. Filecoin is built on top of the InterPlanetary File System (IPFS), a peer-to-peer storage network. Filecoin aims to store data in a decentralized manner, unlike traditional cloud storage providers.
-
-Participants in the Filecoin network are incentivized to act honestly and store as much data as possible because they earn the Filecoin cryptocurrency (FIL) in exchange for their storage services. This setup ensures the integrity and accessibility of data stored. Filecoin's model allows for a variety of storage options, including long-term archival storage and more rapid retrieval services, making it a versatile solution for decentralized data storage. The project, developed by Protocol Labs, also focuses on ensuring that data is stored reliably and efficiently.",
- "display": "fil",
+ "description": "The native token cw20 for Amber on Secret Network",
+ "display": "amber",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg",
+ "imageSync": {
+ "baseDenom": "cw20:secret1s09x2xvfd2lp2skgzm29w2xtena7s8fq98v852",
+ "chainName": "secretnetwork",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
+ "theme": {
+ "primaryColorHex": "#f2b854",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/fil.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/amber.svg",
},
- "name": "Filecoin",
- "symbol": "FIL",
+ "name": "Amber",
+ "symbol": "AMBER",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/18FB5C09D9D2371F659D4846A956FA56225E377EE3C3652A2BF3542BF809159D",
+ "base_denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15572,39 +17430,54 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/B4D04ACD802A819759677A6BA1ECC82EE462735E7A67DD2E173B5EE3896DBB34",
+ "base": "ibc/DBC27912C80B5F80B52881EB4BD6E913E24DC1783475B6D2136928575C55858A",
"denomUnits": [
{
"aliases": [
- "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
],
- "denom": "ibc/B4D04ACD802A819759677A6BA1ECC82EE462735E7A67DD2E173B5EE3896DBB34",
+ "denom": "ibc/DBC27912C80B5F80B52881EB4BD6E913E24DC1783475B6D2136928575C55858A",
"exponent": 0,
},
{
- "denom": "void",
- "exponent": 6,
+ "denom": "nom",
+ "exponent": 18,
},
],
- "description": "Void",
- "display": "void",
+ "description": "The native token of Onomy Protocol",
+ "display": "nom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "imageSync": {
+ "baseDenom": "anom",
+ "chainName": "onomy",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
+ "theme": {
+ "primaryColorHex": "#1c1c28",
+ },
},
],
+ "keywords": [
+ "dex",
+ "stablecoin",
+ "bridge",
+ "staking",
+ ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/void.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",
},
- "name": "Void",
- "symbol": "VOID",
+ "name": "Onomy",
+ "symbol": "NOM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/593F820ECE676A3E0890C734EC4F3A8DE16EC10A54EEDFA8BDFEB40EEA903960",
+ "base_denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15614,41 +17487,51 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/C3DD549EF052CB1E6937EB7A9FC1FBB2F27F1F47ECACD29E1BE43B35C6F82645",
+ "base": "ibc/4DAABA7D187F4C5189949BBB58D4E625C9A5BC0E60242710614599B017724B9A",
"denomUnits": [
{
"aliases": [
- "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
],
- "denom": "ibc/C3DD549EF052CB1E6937EB7A9FC1FBB2F27F1F47ECACD29E1BE43B35C6F82645",
+ "denom": "ibc/4DAABA7D187F4C5189949BBB58D4E625C9A5BC0E60242710614599B017724B9A",
"exponent": 0,
},
{
- "denom": "shd",
- "exponent": 8,
+ "aliases": [
+ "stk/atom",
+ ],
+ "denom": "stkatom",
+ "exponent": 6,
},
],
- "description": "The native token cw20 for Shade on Secret Network",
- "display": "shd",
+ "description": "PSTAKE Liquid-Staked ATOM",
+ "display": "stkatom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "imageSync": {
+ "baseDenom": "stk/uatom",
+ "chainName": "persistence",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
+ "theme": {
+ "primaryColorHex": "#c4444c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shd.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg",
},
- "name": "Shade",
- "symbol": "SHD",
+ "name": "PSTAKE staked ATOM",
+ "symbol": "stkATOM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A",
+ "base_denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15658,48 +17541,44 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/C7C10DCD949BA769B940202CFAD8E38D0E2701C732F828BDFE1C38200E83B5FD",
+ "base": "ibc/62DE8FA8FBD546DFB7BB21A8904665308D37B17DDD10145F6E67FB25BFF18877",
"denomUnits": [
{
"aliases": [
- "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
],
- "denom": "ibc/C7C10DCD949BA769B940202CFAD8E38D0E2701C732F828BDFE1C38200E83B5FD",
+ "denom": "ibc/62DE8FA8FBD546DFB7BB21A8904665308D37B17DDD10145F6E67FB25BFF18877",
"exponent": 0,
},
- {
- "aliases": [
- "blz",
- ],
- "denom": "bnt",
- "exponent": 6,
- },
],
- "description": "The native token of Bluzelle",
- "display": "bnt",
+ "description": "The native staking and governance token of the Dyson Protocol",
+ "display": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "imageSync": {
+ "baseDenom": "dys",
+ "chainName": "dyson",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
+ "theme": {
+ "primaryColorHex": "#040404",
+ },
},
],
- "keywords": [
- "bluzelle",
- "game",
- ],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dys.svg",
},
- "name": "Bluzelle",
- "symbol": "BLZ",
+ "name": "Dyson Protocol",
+ "symbol": "DYS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8",
+ "base_denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15709,41 +17588,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/B2BF263C15424D4ED1B299E235728EEBDE454BDE2B0C64284D83671AF38E31FF",
+ "base": "ibc/CC37C57446D17C78093941BD6E18FED708024AFA6FD8E43D0DE0347F417B4590",
"denomUnits": [
{
"aliases": [
- "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
],
- "denom": "ibc/B2BF263C15424D4ED1B299E235728EEBDE454BDE2B0C64284D83671AF38E31FF",
+ "denom": "ibc/CC37C57446D17C78093941BD6E18FED708024AFA6FD8E43D0DE0347F417B4590",
"exponent": 0,
},
{
- "denom": "arb",
- "exponent": 18,
+ "denom": "hopers",
+ "exponent": 6,
},
],
- "description": "Native token of Arbitrum",
- "display": "arb",
+ "description": "The native token cw20 for Hopers on Juno Chain",
+ "display": "hopers",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "imageSync": {
+ "baseDenom": "cw20:juno1u45shlp0q4gcckvsj06ss4xuvsu0z24a0d0vr9ce6r24pht4e5xq7q995n",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
+ "theme": {
+ "primaryColorHex": "#08d890",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hopers.svg",
},
- "name": "Arbitrum",
- "symbol": "ARB",
+ "name": "Hopers",
+ "symbol": "HOPERS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6",
+ "base_denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15753,39 +17639,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/FDCA82B08C58B309E963A0646733EDF64F48AEFF630A611510EEB5BEED997EEB",
+ "base": "ibc/A07D3C2E503B64A35A5BEAA8A72BECD6CFFEDE5340BC398B1D083A5B1AB463E8",
"denomUnits": [
{
"aliases": [
- "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
],
- "denom": "ibc/FDCA82B08C58B309E963A0646733EDF64F48AEFF630A611510EEB5BEED997EEB",
+ "denom": "ibc/A07D3C2E503B64A35A5BEAA8A72BECD6CFFEDE5340BC398B1D083A5B1AB463E8",
"exponent": 0,
},
{
- "denom": "silica",
- "exponent": 6,
+ "denom": "arusd",
+ "exponent": 18,
},
],
- "description": "Silica",
- "display": "silica",
+ "description": "Overcollateralized stable coin for Arable derivatives v1",
+ "display": "arusd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "imageSync": {
+ "baseDenom": "erc20/0x2Cbea61fdfDFA520Ee99700F104D5b75ADf50B0c",
+ "chainName": "acrechain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
+ "theme": {
+ "primaryColorHex": "#77b64f",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/silica.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg",
},
- "name": "Silica",
- "symbol": "SLCA",
+ "name": "Arable USD",
+ "symbol": "arUSD",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/5164ECF584AD7DC27DA9E6A89E75DAB0F7C4FCB0A624B69215B8BC6A2C40CD07",
+ "base_denom": "ibc/5D270A584B1078FBE07D14570ED5E88EC1FEDA8518B76C322606291E6FD8286F",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15795,39 +17690,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/06085DB95CEF131E5D0188AAA0F642C25F296505ECE0E36F78AD1B169D101CFF",
+ "base": "ibc/8334F998DD3394B394316228165BD81BA7130CB38F8D90AA0B9D6C0D3E220B6F",
"denomUnits": [
{
"aliases": [
- "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
],
- "denom": "ibc/06085DB95CEF131E5D0188AAA0F642C25F296505ECE0E36F78AD1B169D101CFF",
+ "denom": "ibc/8334F998DD3394B394316228165BD81BA7130CB38F8D90AA0B9D6C0D3E220B6F",
"exponent": 0,
},
{
- "denom": "pepec",
- "exponent": 6,
+ "denom": "planq",
+ "exponent": 18,
},
],
- "description": "Pepec",
- "display": "pepec",
+ "description": "The native EVM, governance and staking token of the Planq Network",
+ "display": "planq",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "imageSync": {
+ "baseDenom": "aplanq",
+ "chainName": "planq",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
+ "theme": {
+ "primaryColorHex": "#d4f3fb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepec.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",
},
- "name": "Pepec",
- "symbol": "PEPEC",
+ "name": "Planq",
+ "symbol": "PLQ",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93",
+ "base_denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15837,40 +17741,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/4EAAE8EC9BCD3A855BF00A34D90FF9D91ADA5B3103F6CB96B7284E35A68542B6",
+ "base": "ibc/3C6A0C38F7C6DE86051DC3729843BBF48E62CE86A264B6DC4BB3EB0552CBD9BD",
"denomUnits": [
{
"aliases": [
- "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
],
- "denom": "ibc/4EAAE8EC9BCD3A855BF00A34D90FF9D91ADA5B3103F6CB96B7284E35A68542B6",
+ "denom": "ibc/3C6A0C38F7C6DE86051DC3729843BBF48E62CE86A264B6DC4BB3EB0552CBD9BD",
"exponent": 0,
},
{
- "denom": "pepe",
+ "denom": "ftm",
"exponent": 18,
},
],
- "display": "pepe",
+ "description": "Fantom's native utility token — FTM — powers the entire Fantom blockchain ecosystem. FTM tokens are used for staking, governance, payments, and fees on the network.",
+ "display": "ftm",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "imageSync": {
+ "baseDenom": "wei",
+ "chainName": "fantom",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
+ "theme": {
+ "primaryColorHex": "#1c6cfc",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.svg",
},
- "name": "Pepe",
- "symbol": "PEPE",
+ "name": "Fantom",
+ "symbol": "FTM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B",
+ "base_denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15880,82 +17792,100 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "address": "osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm",
- "base": "ibc/984EF329DD592E9253CCB1E65571C80F8689165B88A54974471136B57A80D74E",
- "coingeckoId": "ibc-index",
+ "base": "ibc/613BEFFD8D0C285A1FC3E11FCDB826463793515F0A9C90E446ABE62D6A159214",
"denomUnits": [
{
"aliases": [
- "factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx",
+ "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
],
- "denom": "ibc/984EF329DD592E9253CCB1E65571C80F8689165B88A54974471136B57A80D74E",
+ "denom": "ibc/613BEFFD8D0C285A1FC3E11FCDB826463793515F0A9C90E446ABE62D6A159214",
"exponent": 0,
},
{
- "denom": "ibcx",
- "exponent": 6,
+ "denom": "canto",
+ "exponent": 18,
},
],
- "display": "ibcx",
+ "description": "Canto is a Layer-1 blockchain built to deliver on the promise of DeFi",
+ "display": "canto",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg",
+ "imageSync": {
+ "baseDenom": "acanto",
+ "chainName": "canto",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
+ "theme": {
+ "primaryColorHex": "#1c1f1f",
+ },
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ibcx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",
},
- "name": "IBC Index",
- "symbol": "IBCX",
+ "name": "Canto",
+ "symbol": "CANTO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx",
+ "base_denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/03E2DBA8B2F4F46979693C52BCD5D26690B8BFBEF4C04C09EB50673F2AC791A7",
+ "base": "ibc/10DB9DE08CD6FAA58A6375891DEFC68A700556CA33CD9E40A423B9524B4661B1",
"denomUnits": [
{
"aliases": [
- "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
],
- "denom": "ibc/03E2DBA8B2F4F46979693C52BCD5D26690B8BFBEF4C04C09EB50673F2AC791A7",
+ "denom": "ibc/10DB9DE08CD6FAA58A6375891DEFC68A700556CA33CD9E40A423B9524B4661B1",
"exponent": 0,
},
{
- "denom": "cbeth",
- "exponent": 18,
+ "aliases": [],
+ "denom": "qstars",
+ "exponent": 6,
},
],
- "description": "Coinbase Wrapped Staked ETH (“cbETH”) is a utility token and liquid representation of ETH staked through Coinbase. cbETH gives customers the option to sell, transfer, or otherwise use their staked ETH in dapps while it remains locked by the Ethereum protocol.",
- "display": "cbeth",
+ "description": "Quicksilver Liquid Staked STARS",
+ "display": "qstars",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "imageSync": {
+ "baseDenom": "uqstars",
+ "chainName": "quicksilver",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/cbeth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qstars.svg",
},
- "name": "Coinbase Wrapped Staked ETH",
- "symbol": "cbETH",
+ "name": "Quicksilver Liquid Staked STARS",
+ "symbol": "qSTARS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/4D7A6F2A7744B1534C984A21F9EDFFF8809FC71A9E9243FFB702073E7FCA513A",
+ "base_denom": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -15965,39 +17895,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/6ED27EA175AE57EB680BA47F3CE4130BA1CC3AF5EE8BD7C824075D8E5F52DEFC",
+ "base": "ibc/38F879520DC61432DDEA9571294F78C3393436F0E7A5C6E589CB8625EDEDE463",
"denomUnits": [
{
"aliases": [
- "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
],
- "denom": "ibc/6ED27EA175AE57EB680BA47F3CE4130BA1CC3AF5EE8BD7C824075D8E5F52DEFC",
+ "denom": "ibc/38F879520DC61432DDEA9571294F78C3393436F0E7A5C6E589CB8625EDEDE463",
"exponent": 0,
},
{
- "denom": "reth",
- "exponent": 18,
+ "denom": "wynd",
+ "exponent": 6,
},
],
- "description": "Rocket Pool is a decentralised Ethereum Proof of Stake pool.",
- "display": "reth",
+ "description": "WYND DAO Governance Token",
+ "display": "wynd",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "imageSync": {
+ "baseDenom": "cw20:juno1mkw83sv6c7sjdvsaplrzc8yaes9l42p4mhy0ssuxjnyzl87c9eps7ce3m9",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
+ "theme": {
+ "primaryColorHex": "#6bcc95",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/reth.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wynd.svg",
},
- "name": "Rocket Pool Ether",
- "symbol": "rETH",
+ "name": "Wynd DAO Governance Token",
+ "symbol": "WYND",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/E610B83FD5544E00A8A1967A2EB3BEF25F1A8CFE8650FE247A8BD4ECA9DC9222",
+ "base_denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16007,39 +17946,53 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/8988F839263EDFBC07F7E6CB612CD271D97E23A1A3719751DE1C98137EE5581B",
+ "base": "ibc/CAFBCF40140E5AF83ED2956503FD7BDEE35EDF1BC64CD95C2C41E717B7065766",
"denomUnits": [
{
"aliases": [
- "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
],
- "denom": "ibc/8988F839263EDFBC07F7E6CB612CD271D97E23A1A3719751DE1C98137EE5581B",
+ "denom": "ibc/CAFBCF40140E5AF83ED2956503FD7BDEE35EDF1BC64CD95C2C41E717B7065766",
"exponent": 0,
},
{
- "denom": "sfrxeth",
- "exponent": 18,
+ "denom": "polygon-usdc",
+ "exponent": 6,
},
],
- "description": "sfrxETH is the version of frxETH which accrues staking yield. All profit generated from Frax Ether validators is distributed to sfrxETH holders. By exchanging frxETH for sfrxETH, one become's eligible for staking yield, which is redeemed upon converting sfrxETH back to frxETH.",
- "display": "sfrxeth",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "polygon-usdc",
"images": [
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg",
+ },
+ {
+ "imageSync": {
+ "baseDenom": "polygon-uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
+ },
+ },
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg",
},
- "name": "Staked Frax Ether",
- "symbol": "sfrxETH",
+ "name": "USDC (Ethereum) (Polygon via Axelar)",
+ "symbol": "USDC.e.matic.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/81F578C39006EB4B27FFFA9460954527910D73390991B379C03B18934D272F46",
+ "base_denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16049,45 +18002,53 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/80811837856EB04A1A50A9BAE89FCAB11D50729F202E7930635EAA4DC2D738CC",
+ "base": "ibc/41AB2B277EABD41E99CF6D16495E9C94F64E29AEFE45D124F4AF6A707DFB67C3",
"denomUnits": [
{
"aliases": [
- "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
],
- "denom": "ibc/80811837856EB04A1A50A9BAE89FCAB11D50729F202E7930635EAA4DC2D738CC",
+ "denom": "ibc/41AB2B277EABD41E99CF6D16495E9C94F64E29AEFE45D124F4AF6A707DFB67C3",
"exponent": 0,
},
{
- "denom": "wsteth",
- "exponent": 18,
+ "denom": "avalanche-usdc",
+ "exponent": 6,
},
],
- "display": "wsteth",
+ "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
+ "display": "avalanche-usdc",
"images": [
+ {
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg",
+ },
{
"imageSync": {
- "baseDenom": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
- "chainName": "ethereum",
+ "baseDenom": "avalanche-uusdc",
+ "chainName": "axelar",
+ },
+ "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",
+ "theme": {
+ "primaryColorHex": "#2474cc",
},
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg",
},
{
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wstETH.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg",
},
],
"logoURIs": {
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wstETH.axl.svg",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg",
},
- "name": "Wrapped Lido Staked Ether (Axelar)",
- "symbol": "wstETH.axl",
+ "name": "USD Coin (Avalanche)",
+ "symbol": "USDC.avax.axl",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C",
+ "base_denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16097,44 +18058,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/2F2EC2B410FA8CAA307B67C324EB2DF0DEB8FBEC00FD9E921FA68E9E31AE6260",
+ "base": "ibc/F77C07ECF0411249192D6FA3778A6CCCA93193FF89552F7DBCC87C60B7828172",
"denomUnits": [
{
"aliases": [
- "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
],
- "denom": "ibc/2F2EC2B410FA8CAA307B67C324EB2DF0DEB8FBEC00FD9E921FA68E9E31AE6260",
+ "denom": "ibc/F77C07ECF0411249192D6FA3778A6CCCA93193FF89552F7DBCC87C60B7828172",
"exponent": 0,
},
{
- "denom": "LORE",
+ "denom": "MARS.old",
"exponent": 6,
},
],
- "description": "The native token of Gitopia",
- "display": "LORE",
+ "description": "Mars Protocol token (pre-migration)",
+ "display": "MARS.old",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
- },
- {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",
+ "imageSync": {
+ "baseDenom": "umars",
+ "chainName": "mars",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
+ "theme": {
+ "primaryColorHex": "#000000",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/lore.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token-ibc.svg",
},
- "name": "Gitopia",
- "symbol": "LORE",
+ "name": "Mars Protocol token (Mars Hub)",
+ "symbol": "MARS.mars",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3",
+ "base_denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16144,39 +18109,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/F1B2B1102913DFEB1752601BF5C3685FED5B7FA2F387AE9C3EB142EC8989DFDB",
+ "base": "ibc/8BDA1D3A036741E4F47A6826A3CCADC72F7947E6807E79973FA89F6A7EF56819",
"denomUnits": [
{
"aliases": [
- "ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0",
+ "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
],
- "denom": "ibc/F1B2B1102913DFEB1752601BF5C3685FED5B7FA2F387AE9C3EB142EC8989DFDB",
+ "denom": "ibc/8BDA1D3A036741E4F47A6826A3CCADC72F7947E6807E79973FA89F6A7EF56819",
"exponent": 0,
},
{
- "denom": "roar",
- "exponent": 6,
+ "denom": "cnto",
+ "exponent": 18,
},
],
- "description": "Lion DAO is a community DAO that lives on the Terra blockchain with the mission to reactivate the LUNAtic community and showcase Terra protocols & tooling",
- "display": "roar",
+ "description": "Ciento Exchange Token",
+ "display": "cnto",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
- },
- ],
- "logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/roar.png",
+ "imageSync": {
+ "baseDenom": "erc20/0xAE6D3334989a22A65228732446731438672418F2",
+ "chainName": "acrechain",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
+ "theme": {
+ "primaryColorHex": "#ecc53b",
+ },
+ },
+ ],
+ "logoURIs": {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.svg",
},
- "name": "Lion DAO",
- "symbol": "ROAR",
+ "name": "Ciento Token",
+ "symbol": "CNTO",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/98BCD43F190C6960D0005BC46BB765C827403A361C9C03C2FF694150A30284B0",
+ "base_denom": "ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16186,40 +18160,47 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/E5017389DA6A6538F6B1D3FC3C31AFCE9F00CCED2A76A0A32FA49AC4144F928F",
+ "base": "ibc/FA951AABA5FD01FD36D8236BF1AF25BAA697C19F130F230632CB25901381BE49",
"denomUnits": [
{
"aliases": [
- "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
],
- "denom": "ibc/E5017389DA6A6538F6B1D3FC3C31AFCE9F00CCED2A76A0A32FA49AC4144F928F",
+ "denom": "ibc/FA951AABA5FD01FD36D8236BF1AF25BAA697C19F130F230632CB25901381BE49",
"exponent": 0,
},
{
- "denom": "stumee",
+ "denom": "stluna",
"exponent": 6,
},
],
- "display": "stumee",
+ "display": "stluna",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "imageSync": {
+ "baseDenom": "stuluna",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stumee.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg",
},
- "name": "Stride Staked UMEE",
- "symbol": "stUMEE",
+ "name": "Stride Staked LUNA",
+ "symbol": "stLUNA",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F",
+ "base_denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16229,89 +18210,99 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "address": "osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k",
- "base": "ibc/F7AA2E59C609EBF307BF86217C1B73565EAD74B528AA0DA28FBA26F7FFB858E5",
+ "base": "ibc/B9AECD63EA77157A2A9EB9F19DD79335A3FA8D8900C5D2D10B66A0611AD5D303",
"denomUnits": [
{
"aliases": [
- "factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx",
+ "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
],
- "denom": "ibc/F7AA2E59C609EBF307BF86217C1B73565EAD74B528AA0DA28FBA26F7FFB858E5",
+ "denom": "ibc/B9AECD63EA77157A2A9EB9F19DD79335A3FA8D8900C5D2D10B66A0611AD5D303",
"exponent": 0,
},
{
- "denom": "stibcx",
- "exponent": 6,
+ "denom": "stevmos",
+ "exponent": 18,
},
],
- "display": "stibcx",
+ "display": "stevmos",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg",
+ "imageSync": {
+ "baseDenom": "staevmos",
+ "chainName": "stride",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
+ "theme": {
+ "primaryColorHex": "#e40474",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stibcx.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg",
},
- "name": "Staked IBCX",
- "symbol": "stIBCX",
+ "name": "Stride Staked EVMOS",
+ "symbol": "stEVMOS",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx",
+ "base_denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
"type": "ibc",
},
],
- "typeAsset": "sdk.coin",
+ "typeAsset": "ics20",
},
{
- "base": "ibc/F0298A1E566F2914AE0CD740BC09030CCFB6FF9E38A8B1EFE5C5A6ED87CDC0DF",
+ "base": "ibc/AB7FD8689C2BFE2BF1E291218BB86B10A913928F5D857598BECAA5C5CBFF7B01",
"denomUnits": [
{
"aliases": [
- "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
],
- "denom": "ibc/F0298A1E566F2914AE0CD740BC09030CCFB6FF9E38A8B1EFE5C5A6ED87CDC0DF",
+ "denom": "ibc/AB7FD8689C2BFE2BF1E291218BB86B10A913928F5D857598BECAA5C5CBFF7B01",
"exponent": 0,
},
{
- "denom": "nls",
+ "denom": "nride",
"exponent": 6,
},
],
- "description": "The native token of Nolus chain",
- "display": "nls",
+ "description": "nRide Token",
+ "display": "nride",
+ "extendedDescription": "nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.",
"images": [
{
"imageSync": {
- "baseDenom": "unls",
- "chainName": "nolus",
+ "baseDenom": "cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq",
+ "chainName": "juno",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
+ "theme": {
+ "primaryColorHex": "#050505",
},
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg",
},
- "name": "Nolus",
- "symbol": "NLS",
+ "name": "nRide Token",
+ "symbol": "NRIDE",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782",
+ "base_denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16321,39 +18312,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/B580D53C74C471B0AF484E2E7A110F8219A0E5DC124F6551B565E02B4360B243",
+ "base": "ibc/5AC20DB23A2DF7ADA0E1BB1D9BFCB221D18344491F3D0C7F2E4B9F8E0A411D76",
"denomUnits": [
{
"aliases": [
- "ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3",
+ "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
],
- "denom": "ibc/B580D53C74C471B0AF484E2E7A110F8219A0E5DC124F6551B565E02B4360B243",
+ "denom": "ibc/5AC20DB23A2DF7ADA0E1BB1D9BFCB221D18344491F3D0C7F2E4B9F8E0A411D76",
"exponent": 0,
},
{
- "denom": "cub",
+ "denom": "ebl",
"exponent": 6,
},
],
- "description": "Lion Cub DAO is a useless meme community DAO on Terra",
- "display": "cub",
+ "description": "The native staking token of 8ball.",
+ "display": "ebl",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "imageSync": {
+ "baseDenom": "uebl",
+ "chainName": "8ball",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
+ "theme": {
+ "primaryColorHex": "#dbdbdb",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/cub.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",
},
- "name": "Lion Cub DAO",
- "symbol": "CUB",
+ "name": "8ball",
+ "symbol": "EBL",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3",
+ "base_denom": "ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16363,39 +18363,49 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/3536514CC81F1747C9B717AD66617E4E54125432034D8885052B7BFF6BEBFECF",
+ "base": "ibc/082863DB8C3BFF0F579BEDE1736FDB5AE228313DC12F528370369D4344205689",
"denomUnits": [
{
"aliases": [
- "ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E",
+ "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
],
- "denom": "ibc/3536514CC81F1747C9B717AD66617E4E54125432034D8885052B7BFF6BEBFECF",
+ "denom": "ibc/082863DB8C3BFF0F579BEDE1736FDB5AE228313DC12F528370369D4344205689",
"exponent": 0,
},
{
- "denom": "blue",
+ "aliases": [],
+ "denom": "qatom",
"exponent": 6,
},
],
- "description": "BLUE CUB DAO is a community DAO on Terra",
- "display": "blue",
+ "description": "Quicksilver Liquid Staked ATOM",
+ "display": "qatom",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "imageSync": {
+ "baseDenom": "uqatom",
+ "chainName": "quicksilver",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/blue.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg",
},
- "name": "BLUE CUB DAO",
- "symbol": "BLUE",
+ "name": "Quicksilver Liquid Staked ATOM",
+ "symbol": "qATOM",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/DA961FE314B009C38595FFE3AF41225D8894D663B8C3F6650DCB5B6F8435592E",
+ "base_denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16405,41 +18415,48 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/618FC5282890291F3A2C43683BA3C5938C81D8C4B8297054F352E5C279D628E8",
+ "base": "ibc/2AE03402F61109F04DB235B5FD443C2A0686C27E841FE87923C676C0141DCF7E",
"denomUnits": [
{
"aliases": [
- "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
],
- "denom": "ibc/618FC5282890291F3A2C43683BA3C5938C81D8C4B8297054F352E5C279D628E8",
+ "denom": "ibc/2AE03402F61109F04DB235B5FD443C2A0686C27E841FE87923C676C0141DCF7E",
"exponent": 0,
},
{
- "denom": "ntrn",
+ "denom": "harbor",
"exponent": 6,
},
],
- "description": "The native token of Neutron chain.",
- "display": "ntrn",
+ "description": "Governance Token of Harbor protocol on Comdex network",
+ "display": "harbor",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "imageSync": {
+ "baseDenom": "uharbor",
+ "chainName": "comdex",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
+ "theme": {
+ "primaryColorHex": "#645ca4",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",
- "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg",
},
- "name": "Neutron",
- "symbol": "NTRN",
+ "name": "Harbor",
+ "symbol": "HARBOR",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682",
+ "base_denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16449,39 +18466,49 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/549E13D1D85842C5A74D2ACFB06DD13257937EBB220BA9AB39650A73BB987633",
+ "base": "ibc/E07585AC4D62DDCD2FCE72C9F479495C0D4FA8A55F163586D4DDC4FF32F5C1BD",
"denomUnits": [
{
"aliases": [
- "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
],
- "denom": "ibc/549E13D1D85842C5A74D2ACFB06DD13257937EBB220BA9AB39650A73BB987633",
+ "denom": "ibc/E07585AC4D62DDCD2FCE72C9F479495C0D4FA8A55F163586D4DDC4FF32F5C1BD",
"exponent": 0,
},
{
- "denom": "casa",
+ "aliases": [],
+ "denom": "qregen",
"exponent": 6,
},
],
- "description": "An innovative DAO dedicated to housing the most vulnerable",
- "display": "casa",
+ "description": "Quicksilver Liquid Staked REGEN",
+ "display": "qregen",
"images": [
{
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "imageSync": {
+ "baseDenom": "uqregen",
+ "chainName": "quicksilver",
+ },
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
+ "theme": {
+ "primaryColorHex": "#fc944c",
+ },
},
],
"logoURIs": {
- "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/casa.png",
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qregen.svg",
},
- "name": "Casa",
- "symbol": "CASA",
+ "name": "Quicksilver Liquid Staked Regen",
+ "symbol": "qREGEN",
"traces": [
{
"chain": {
"channel_id": "channel-6",
},
"counterparty": {
- "base_denom": "ibc/2F5C084037D951B24D100F15CC013A131DF786DCE1B1DBDC48F018A9B9A138DE",
+ "base_denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206",
"chain_name": "osmosis",
"channel_id": "channel-4",
},
@@ -16491,43 +18518,46 @@ Participants in the Filecoin network are incentivized to act honestly and store
"typeAsset": "ics20",
},
{
- "base": "ibc/4605BC2C32033D6D9EC9292B826297A315D9E422A4F5C3C6871132313E7B339B",
+ "base": "ibc/580136DCB91F73829EAE848152DC07E2C743E22C072BE23BDCA968C7251B2D18",
"denomUnits": [
{
"aliases": [
- "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516",
+ "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6",
],
- "denom": "ibc/4605BC2C32033D6D9EC9292B826297A315D9E422A4F5C3C6871132313E7B339B",
+ "denom": "ibc/580136DCB91F73829EAE848152DC07E2C743E22C072BE23BDCA968C7251B2D18",
"exponent": 0,
},
{
- "denom": "pica",
- "exponent": 12,
+ "denom": "fox",
+ "exponent": 6,
},
],
- "description": "The native staking and governance token of Composable.",
- "display": "pica",
+ "description": "Inspired by Bonk. A community project to celebrate the settlers of JunoNetwork.",
+ "display": "fox",
"images": [
{
"imageSync": {
- "baseDenom": "ppica",
- "chainName": "picasso",
+